openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
C
cxxtest.github.com
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Feb 04, 2025 — Feb 04, 2026
Showing page 16 of 18
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Setting the executable property
wehart
More...
almost 15 years ago
Declaring some default capabilities for the Sun Studio compiler.
jsiirola
More...
over 15 years ago
Declaring some default capabilities for xlC compiler.
jsiirola
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
jsiirola
More...
over 15 years ago
Updating test reference output to reflect current test class name.
jsiirola
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)
jsiirola
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.
jsiirola
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
jsiirola
More...
over 15 years ago
Escape quotes, newlines, and similar when printing C strings.
Allan Odgaard
More...
almost 16 years ago
Add ignore file for Python’s object files.
Allan Odgaard
More...
almost 16 years ago
Add ‘unix’ runner.
Allan Odgaard
More...
almost 16 years ago
Leave UTF-8 multi-byte sequences as-is when textifying std::string.
Allan Odgaard
More...
almost 16 years ago
Applying a patch due to John Siirola. This provides proper namespacing around C string functions used in CxxTest.
wehart
More...
about 16 years ago
Bug fix: unhandled exceptions thrown in tests do not trigger a test abort if CxxTest::setAbortTestOnFail(true).
wehart
More...
about 16 years ago
. Restructured the TestFailure function to make it easier to append failure info for a tests.
wehart
More...
over 16 years ago
Commenting out Python path augmentation. This isn't needed now that all Python files are in the same package.
wehart
More...
over 16 years ago
Misc fix in setup.py. The 'provides' option is not standard.
wehart
More...
over 16 years ago
Merging from http://cxxtest.tigris.org/svn/cxxtest/branches/python-reorg complete. Removed svnmerge properties.
wehart
More...
over 16 years ago
Merged revisions 122-128 via svnmerge from http://cxxtest.tigris.org/svn/cxxtest/branches/python-reorg
wehart
More...
over 16 years ago
Initialized merge tracking via "svnmerge" with revisions "1-121" from http://cxxtest.tigris.org/svn/cxxtest/branches/python-reorg
wehart
More...
over 16 years ago
Removed the changelog (as it is part of svn) and added a few documentation pointers. No code changes.
atom
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.
atom
More...
over 16 years ago
And the obligatory second commit, in which I fix stupid typos in comments.
atom
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.
atom
More...
over 16 years ago
As promised, the new python implementation of testing.
atom
More...
over 16 years ago
Stupid me leaves artefacts behind. No more :).
atom
More...
over 16 years ago
Bugfix for issue 67: --part generating main in cxxtestgen.py
atom
More...
over 16 years ago
Updated html component "Description" through the web interface.
atom
More...
over 16 years ago
Updated html component "Description" through the web interface.
atom
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.
wehart
More...
almost 17 years ago
←
1
2
…
10
11
12
13
14
15
16
17
18
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree