1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 04, 2025 — Feb 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Setting the executable property More... almost 15 years ago
Declaring some default capabilities for the Sun Studio compiler. More... over 15 years ago
Declaring some default capabilities for xlC compiler. More... over 15 years ago
Adding support for capturing and reporting std::exception::what() (this resolves issue 75) - standardizing catching std::exception within a _TS_CATCH_STD macro - extending doFailAssertThrows() & doFailAssertThrowsNot() to accept an optional e.what() const char* string More... over 15 years ago
Updating test reference output to reflect current test class name. More... over 15 years ago
- Converting core comparison functions from template functions to static members of template struct's. This allows us to provide better support for complex comparisons with template classes (e.g. support for TS_ASSERT_DELTA for std::vector through partial specialization) More... over 15 years ago
- bugfix for running cxxtestgen with --no-static-init - removing worldName and filename from XML classname attribute - correctly resolve C-style namespaces into java-style classpath in XML classname attribute. More... over 15 years ago
Several parser extensions: * support for test suites in namespaces (issue 20) - while a test suite may be declared within a namespace, the fully namespace-qualified class name must be used when defining the suite. * basic support for multiple inheritance (issue 25) - a suite may inherit from multiple classes (addressing issue 25), but will *not* inherit tests from a base class (this does not address issue 29) * support for primitive line continuation - cxxtestgen will concatenate consecutive source lines ending with "\" before parsing More... over 15 years ago
Escape quotes, newlines, and similar when printing C strings. More... almost 16 years ago
Add ignore file for Python’s object files. More... almost 16 years ago
Add ‘unix’ runner. More... almost 16 years ago
Leave UTF-8 multi-byte sequences as-is when textifying std::string. More... almost 16 years ago
Applying a patch due to John Siirola. This provides proper namespacing around C string functions used in CxxTest. More... about 16 years ago
Bug fix: unhandled exceptions thrown in tests do not trigger a test abort if CxxTest::setAbortTestOnFail(true). More... about 16 years ago
. Restructured the TestFailure function to make it easier to append failure info for a tests. More... over 16 years ago
Commenting out Python path augmentation. This isn't needed now that all Python files are in the same package. More... over 16 years ago
Misc fix in setup.py. The 'provides' option is not standard. More... over 16 years ago
Merging from http://cxxtest.tigris.org/svn/cxxtest/branches/python-reorg complete. Removed svnmerge properties. More... over 16 years ago
Merged revisions 122-128 via svnmerge from http://cxxtest.tigris.org/svn/cxxtest/branches/python-reorg More... over 16 years ago
Initialized merge tracking via "svnmerge" with revisions "1-121" from http://cxxtest.tigris.org/svn/cxxtest/branches/python-reorg More... over 16 years ago
Removed the changelog (as it is part of svn) and added a few documentation pointers. No code changes. More... over 16 years ago
Accepted the *other* part of the patch pavol provided (I didn't see that part.) It fixes a corner-case, but it fixes it. More... over 16 years ago
And the obligatory second commit, in which I fix stupid typos in comments. More... over 16 years ago
Fixed a "bug" where... I don't really know. Changed from using path to os.path in code, it doesn't really affect anything, and it's more consistent with best practices. Reported by Pavol Juhas. More... over 16 years ago
As promised, the new python implementation of testing. More... over 16 years ago
Stupid me leaves artefacts behind. No more :). More... over 16 years ago
Bugfix for issue 67: --part generating main in cxxtestgen.py More... over 16 years ago
Updated html component "Description" through the web interface. More... over 16 years ago
Updated html component "Description" through the web interface. More... over 16 years ago
Adding command-line support for controlling whether tracing information is printed. This changes the semantics of tracing, and it follows the philosophy that verbosity information (like tracing) should be user-controllable. More... almost 17 years ago