Tom Clune

Results 51 issues of Tom Clune

Reported by user: > One quick sanity check with add_pfunit_ctest.cmake though. > > > Line 137-140 > > It does a check on: > If (NOT MPIEXEC_NUMPROC_FLAG) > > And...

Not that I really expect anyone to use this implementation. But it's a great way to challenge Fortran compilers. Apologies if main is not the right branch for the PR.

If multiple (v2) containers are used in a single program unit, some of the procedure names conflict. E.g., before `begin()` was only a type-bound procedure on containers that support iterators....

bug

Sorry for the intrusion, but my employer (NASA) is requesting that all external contributors to my open source projects sign a contributors license agreement. There are two flavors - individual...

PURE would allow more contexts where containers could be used.

see discussion [here](https://stackoverflow.com/questions/32319369/how-can-i-pass-arguments-to-ranlib-using-cmake) ```cmake set_property( TARGET myLibrary APPEND PROPERTY STATIC_LIBRARY_FLAGS "-no_warning_for_no_symbols" ) ```

This is mostly for debugging purposes - would be useful to examine the state of the container. Should be two cases. One that just prints metadata and the other that...

currently if the key is not found, a null pointer is returned, but the underlying set has grown. Polymorphism gets interesting in this case.

Release v1.3.1 revealed an existing problem for gFortran on macOS. The bugfix in 1.3.1 is not the trigger, but rather the test itself is just a bit more complicated and...

bug