Hi Javi! Are you using the latest cgreen hosted at GitHub? Please take any discussion there. I'll close down this forum now to steer all communciation to the GitHub repo.
Hi, In Cgreen documentation, in the section where it explains how to change Cgreen reporting it says: void (startsuite)(TestReporter reporter, const char name, const int count) This is the first of the callbacks. At the start of each test suite Cgreen will call this method on the reporter with the name of the suite being entered and the number of tests in that suite. The default version keeps track of the stack of tests in the breadcrumb pointer of TestReporter. If you make use of the breadcrumb...
Ok, so 4095 is the limit on MacOSX 10.10.1 with Apple LLVM version 6.0 (clang-600.0.56)...
There is a potential fix for the problem since r543, so I tried it on Cygwin and...
Problem with output of the expected or actual string having %
Thanks for that report. A fix based on your patch is included in revision 561.
Fixed a problem with message formatting if stri...
Created a local strdup()-replacement in new mod...
Problem with output of the expected or actual string having %
cgreen can't handle functions #define
Added setting of POLICY for @rpath on Darwin an...
Don't need source for old website anymore
Patch for WITH_STATIC_LIBRARY option
Added to r557
Added patch for STATIC_LIBRARY on Linux from Ch...
SIGSEGV in is_constraint_parameter with small example
SIGSEGV in is_constraint_parameter with small example
SIGSEGV in is_constraint_parameter with small example
Obsolete
Fix for Debian copyright file
Already included
Fix cmake sub directory builds
Does not seem to be a problem anymore
Gracefully fail on overactive test cases
cgreen fails to compile under gcc 4.6.3.
Patch applied on trunk r556
fix Windows build
fix memory leaks in cgreen-runner
Applied patch for a few memory leaks from Dirk ...
Patch applied on trunk
Added an -O2 options if FORTIFY_SOURCE since so...
Changed erroneous "it's" to "its"
Patch for WITH_STATIC_LIBRARY option
Patch for missing SIGPIPE on Windows (MSVC 2010)
fix memory leaks in cgreen-runner
While I like the feature, I can't apply the patch as-is. Can you extract the timeGetTime...
Documentation: Added a section on runner option...
Ensured that CppConstraint uses the same compar...
Changed handling of blocked pipe so that the te...
Also forgot a debug printout
How could I miss the include...
Modified handling of the pipe becoming full. No...
Added a first attempt at a setup script for Cyg...
Minor formatting adjustment to ensure that a si...
Fixed a compilation problem on MacOSX (native lcc)
See attached patch for tests that illustrate the problem and a possible solution...
Static constraints can not be used on multiple parameters with different names in expectations
Double values are printed incorrectly when a constraint in an expectation fails
See attachment for an example. I compiled it with: $ gcc -lcgreen example.c example.c:...
hey Dirk, While I like the feature, I can't apply the patch as-is. Can you extract...
fix regression when running test_all_constraint...
applied in r543. sorry it took so long, I was trying to fix win32 at the same time...
apply patch 27 from the tracker with minor chan...
applied as r542 with some minor modifications. thanks!
apply a modified version of patch #26 from the ...
applied in r541
fix win32 and cygwin builds. thanks to Dirk Jag...
Added description of strict, loose and learning...
Could you supply an example where this patches the problem? I can't seem to construct...
Freeze after a number of assertions(?)
mock should not require a space between parameters
mock should not require a space between parameters
Test execution hangs under Cygwin
The function 'checked_integer()' is missing from the example source. But assuming...
mock should not require a space between parameters
mock macro does not accept pointer to forward declared structure
mock should not require a space between parameters
Added the patch to repository. Thanks Walter!
Fixed bug #12 - could not evaluate second param...
mock macro does not accept pointer to forward declared structure
small inconsistency in the documentation
Obsolete.
small inconsistency in the documentation
mock should not require a space between parameters
fix XML reporter output and add more JUnit XML elements
measure test execution time and report it
fix Windows build
Hi *, We are trying to use cgreen for our c++ project. Plz point me to some cgreen...
Added an alias for is_non_null