summaryrefslogtreecommitdiff
path: root/cppunit
Commit message (Expand)AuthorAgeFilesLines
* Moved files in subdir cppunit to src/cppunit.Bastiaan Bakker2001-04-2811-888/+0
* Merged Baptiste Lepilleurs patch for TestRegistry: now TestCases do not autom...Bastiaan Bakker2001-04-232-29/+19
* Removed '\r' characters from msvc++ .dsw and .dsp files.Bastiaan Bakker2001-04-212-177/+177
* Added *.dsw and *.dsp files to EXTRA_DIST.Bastiaan Bakker2001-04-191-1/+3
* Added MSVC++ workspace and project files.Bastiaan Bakker2001-04-192-0/+177
* Add mysteriously vanished estring.h.Bastiaan Bakker2001-04-181-0/+31
* Fix compilation bug on Win32/MSVC++.Bastiaan Bakker2001-04-161-1/+1
* Prefixed cout, cerr and endl with std::.Bastiaan Bakker2001-04-151-19/+19
* Prevent estring.h from being installed in include dir.Bastiaan Bakker2001-04-141-4/+2
* Moved public header files from cppunit dir to include/cppunit, to separate th...Bastiaan Bakker2001-04-1418-692/+20
* Always use namespace std for strings and vectors.Bastiaan Bakker2001-04-142-11/+11
* Removed all 'using namespace' occurrences.Bastiaan Bakker2001-04-147-11/+18
* Fix bug #224542: bogus 'inline' specifiers in *.cpp files.Bastiaan Bakker2001-04-142-22/+22
* Fix bug #223290: cerr undefined.Bastiaan Bakker2001-04-131-0/+1
* Fix bug #232636: TextTestResult::printHeader(ostream& stream) outputs to cout.Bastiaan Bakker2001-04-131-2/+2
* Merged patch #403542 by Tim Jansen <timj@systembureau.com>.Bastiaan Bakker2001-04-136-16/+15
* Changed documentation.Eric Sommerlade2000-10-131-0/+2
* Default constructor does not register any more - it expects the test being re...Eric Sommerlade2000-10-132-10/+25
* Changed output.Eric Sommerlade2000-10-131-2/+5
* Fixed registry initialized flag.Eric Sommerlade2000-10-131-1/+3
* Code beautification.Eric Sommerlade2000-10-131-1/+2
* Added TextResult files.Eric Sommerlade2000-10-117-22/+195
* Initial check in.Eric Sommerlade2000-10-0516-0/+1159