1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updates for 4.3 release More... over 12 years ago
Update for 4.3 release More... over 12 years ago
Update for 4.3 release More... over 12 years ago
Removing the deprecated 'release' script. More... over 12 years ago
Removing the deprecated 'release' script. More... over 12 years ago
Staging commits for cxxtest files. More... over 12 years ago
Staging commits for cxxtest files. More... over 12 years ago
Staging commits for python3 More... over 12 years ago
Staging commits for python3 More... over 12 years ago
Describing how test suites cannot be used in setup/teardown. More... over 12 years ago
Describing how test suites cannot be used in setup/teardown. More... over 12 years ago
Printing the path of the applications being used. More... over 12 years ago
Printing the path of the applications being used. More... over 12 years ago
Adding test class info. More... over 12 years ago
Adding test class info. More... over 12 years ago
Making testing more verbose. More... over 12 years ago
Making testing more verbose. More... over 12 years ago
Making tests more verbose. More... over 12 years ago
Making tests more verbose. More... over 12 years ago
Merge branch 'patchs_oc_3' of https://github.com/Oliviers-OSS/cxxtest More... over 12 years ago
Updating files to ignore. More... over 12 years ago
Python 3.x bug fix. More... over 12 years ago
Issue #83, Regression because of "Support for comparison of C strings (char *) added.": A test program will crash if one of the pointer is not valid. For example: char *foo = 0; TS_ASSERT_EQUALS(foo,(char *)0); Since the commit 4b8f9430fd8d3f3de725dbf52468dc56ded115b3 , this two lines will now produce a SIGSEGV signal. => added a test to check if at least one of the pointers is NULL, if yes, check if their values (their address not the content pointed to) are equals. More... over 12 years ago
Adding test for string equality. More... almost 13 years ago
Changes to support CXXTEST_STD More... almost 13 years ago
Merge pull request #81 from Oliviers-OSS/patchs_oc_2 More... almost 13 years ago
Updates to test with new XML format changes. More... almost 13 years ago
Documentation/example changes for new assetions More... almost 13 years ago
Make 'all' the default action. More... almost 13 years ago
Support for comparison of C strings (char *) added. For example: const char *string1 = "first string"; TS_ASSERT_EQUALS(string1,"first string"); is working as expected now. More... almost 13 years ago