0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 4 hours ago.
Nov 17, 2024 — Nov 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Dave Glowacki patched CuTest so it checks for NULL string values passed to its functions. More... over 22 years ago
Replaced \r\n with \n in all source files as the cc compiler on Solaris 2.6 was unable to process the #define because of the \r\n. This might be a problem with the preprocessor on that machine. Microsoft's cl.exe seems to work just fine with \n (i.e. no \r\n). So the code should keep working for existing systems. More... over 22 years ago
Checking in reviewed changes by Dave Glowacki <[email protected]> who has added (1) file name and line numbers to the error messages, (2) AssertDblEquals for doubles, (3) Assert<X>Equals_Msg version of all the Assert<X>Equals to pass in optional message which is printed out on assert failure. More... over 22 years ago
make-tests.sh now accepts arguments on command line. The arguments must be .c files. If no arguments are are given it reads tests from all .c files in the current directory. If arguments are given it uses only the files given to generate the test suite. More... almost 23 years ago
Minor edits to documentation. More... almost 23 years ago
New file added. More... almost 23 years ago
README now refers to license.txt for license details. More... almost 23 years ago
Updated license back to zlib/libpng. More... almost 23 years ago
Minor edits to documentation. More... almost 23 years ago
README is full-fledged documentation now. More... almost 23 years ago
New file. More... almost 23 years ago
Minor fixes. More... almost 23 years ago
Initial version. More... almost 23 years ago
Initial versions. More... almost 23 years ago
Fixed CuAssertPtrEquals and CuAssertPtrNotNull to remove gcc warnings. Thanks to Eric Hanchrow for pointing out the problem and sending in the fix. Added tests for these routines. More... about 23 years ago
Applied last of Ryan Bloom's patches to ensure Unix compatibility and to eliminate C++ contamination. More... over 23 years ago
*** empty log message *** More... over 23 years ago
included Ryan Bloom's changes to make this compile and for the tests to pass on Unix More... over 23 years ago
changed c++ style comments to c style More... over 23 years ago
enhanced asserts More... over 23 years ago
run all tests More... over 23 years ago
Initial revision More... over 23 years ago