Tom Clune

Results 51 issues of Tom Clune

In private communication, a user reported the results: ``` ... Start: . Program received signal SIGSEGV: Segmentation fault - invalid memory reference. Backtrace for this error: #0 0x7fc5f8c3a31f in ???...

compiler bug

Self tests are failing with 11.1.

compiler 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...

By adding a label to cmake tests created with add_pfunit_ctest(), it will be easier for projects to run just unit tests (or exclude unit tests) when running ctest.

enhancement

Request from @WilliamJamieson for ``` @assert_that(1, is(greater_than(0))) ``` Extension should be straightforward.

enhancement

At one point v3.x was able to build and run on the Cray, but this work was not fully captured in the 4.0 release. This is primarily because the main...

enhancement

While there are many fans of CamelCase, a strong argument can be made that it is inappropriate for case-insensitive languages. The style I have adopted is for ClassNames to be...

A side discussion with @MatthewHambley suggests that it would be useful to have the RobustRunner somehow launch tearDown() methods for tests that crashed or hung. At the very least, this...

help wanted