| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved files in subdir cppunit to src/cppunit. | Bastiaan Bakker | 2001-04-28 | 11 | -888/+0 |
| | | |||||
| * | Merged Baptiste Lepilleurs patch for TestRegistry: now TestCases do not ↵ | Bastiaan Bakker | 2001-04-23 | 2 | -29/+19 |
| | | | | | automatically register with the Registry anymore. | ||||
| * | Removed '\r' characters from msvc++ .dsw and .dsp files. | Bastiaan Bakker | 2001-04-21 | 2 | -177/+177 |
| | | |||||
| * | Added *.dsw and *.dsp files to EXTRA_DIST. | Bastiaan Bakker | 2001-04-19 | 1 | -1/+3 |
| | | |||||
| * | Added MSVC++ workspace and project files. | Bastiaan Bakker | 2001-04-19 | 2 | -0/+177 |
| | | |||||
| * | Add mysteriously vanished estring.h. | Bastiaan Bakker | 2001-04-18 | 1 | -0/+31 |
| | | |||||
| * | Fix compilation bug on Win32/MSVC++. | Bastiaan Bakker | 2001-04-16 | 1 | -1/+1 |
| | | |||||
| * | Prefixed cout, cerr and endl with std::. | Bastiaan Bakker | 2001-04-15 | 1 | -19/+19 |
| | | |||||
| * | Prevent estring.h from being installed in include dir. | Bastiaan Bakker | 2001-04-14 | 1 | -4/+2 |
| | | |||||
| * | Moved public header files from cppunit dir to include/cppunit, to separate ↵ | Bastiaan Bakker | 2001-04-14 | 18 | -692/+20 |
| | | | | | them from internal header files like estring.h. | ||||
| * | Always use namespace std for strings and vectors. | Bastiaan Bakker | 2001-04-14 | 2 | -11/+11 |
| | | |||||
| * | Removed all 'using namespace' occurrences. | Bastiaan Bakker | 2001-04-14 | 7 | -11/+18 |
| | | |||||
| * | Fix bug #224542: bogus 'inline' specifiers in *.cpp files. | Bastiaan Bakker | 2001-04-14 | 2 | -22/+22 |
| | | |||||
| * | Fix bug #223290: cerr undefined. | Bastiaan Bakker | 2001-04-13 | 1 | -0/+1 |
| | | |||||
| * | Fix bug #232636: TextTestResult::printHeader(ostream& stream) outputs to cout. | Bastiaan Bakker | 2001-04-13 | 1 | -2/+2 |
| | | |||||
| * | Merged patch #403542 by Tim Jansen <timj@systembureau.com>. | Bastiaan Bakker | 2001-04-13 | 6 | -16/+15 |
| | | | | | | | | Fixes bug #220207: "const" problem with countTestCases. Fixes 'TestSuite::deleteContent() clear vector' Fixes 'Fix: TestCaller registered Fixture' (see patch #403541). Fixes bug #415219: example did not test anything. | ||||
| * | Changed documentation. | Eric Sommerlade | 2000-10-13 | 1 | -0/+2 |
| | | |||||
| * | Default constructor does not register any more - it expects the test being ↵ | Eric Sommerlade | 2000-10-13 | 2 | -10/+25 |
| | | | | | registered in a suite. | ||||
| * | Changed output. | Eric Sommerlade | 2000-10-13 | 1 | -2/+5 |
| | | |||||
| * | Fixed registry initialized flag. | Eric Sommerlade | 2000-10-13 | 1 | -1/+3 |
| | | |||||
| * | Code beautification. | Eric Sommerlade | 2000-10-13 | 1 | -1/+2 |
| | | |||||
| * | Added TextResult files. | Eric Sommerlade | 2000-10-11 | 7 | -22/+195 |
| | | |||||
| * | Initial check in. | Eric Sommerlade | 2000-10-05 | 16 | -0/+1159 |
