| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release 10.0.2cppunit-1.10.2 | Baptiste Lepilleur | 2004-06-18 | 6 | -14/+6 |
| * | Src/msvc6/testrunner/TestRunnerDlg. | Baptiste Lepilleur | 2004-06-18 | 8 | -16/+61 |
| * | added DEBUG_NEW for memory leaks tracking | Baptiste Lepilleur | 2004-06-18 | 6 | -7/+42 |
| * | added a small note on how to try out the test plug in runner. | Baptiste Lepilleur | 2004-06-18 | 1 | -0/+4 |
| * | added a small notice for VC++ 7 | Baptiste Lepilleur | 2004-06-18 | 1 | -1/+2 |
| * | Src/ | Baptiste Lepilleur | 2004-06-18 | 4 | -8/+8 |
| * | updated release instruction | Baptiste Lepilleur | 2004-06-18 | 1 | -0/+4 |
| * | Src/DllPlugInTester/ | Baptiste Lepilleur | 2004-06-18 | 7 | -19/+26 |
| * | Include/cppunit/extension/TestSuiteBuilderContext. | Baptiste Lepilleur | 2004-06-18 | 4 | -7/+47 |
| * | Src/ | Baptiste Lepilleur | 2004-06-17 | 9 | -13/+25 |
| * | src/cppunit/TestPath.cpp: bug #938753, array bound read in | Baptiste Lepilleur | 2004-06-17 | 1 | -1/+4 |
| * | src/cppunit/TestPath.cpp: bug #938753, array bound read in | Baptiste Lepilleur | 2004-06-17 | 1 | -1/+1 |
| * | src/cppunit/TestPath.cpp: bug #938753, array bound read in | Baptiste Lepilleur | 2004-06-17 | 3 | -1/+7 |
| * | fixed typo (I'm doing too much python) | Baptiste Lepilleur | 2004-06-17 | 1 | -1/+1 |
| * | doc/Makefile.am: fixed bug #940650 => cp -dpR, removed option -p since | Baptiste Lepilleur | 2004-06-17 | 3 | -2/+9 |
| * | Include/cppunit/Portability. | Baptiste Lepilleur | 2004-06-17 | 4 | -1/+23 |
| * | fixing project compilation settings (rtti not always enabled) | Baptiste Lepilleur | 2004-06-16 | 10 | -15/+17 |
| * | reseted interface age stuff | Baptiste Lepilleur | 2004-06-15 | 1 | -2/+2 |
| * | updated for 1.10.0 | Baptiste Lepilleur | 2004-06-14 | 1 | -2/+2 |
| * | clean up | Baptiste Lepilleur | 2004-04-09 | 1 | -2/+2 |
| * | Release 1. | Baptiste Lepilleur | 2004-04-09 | 3 | -4/+23 |
| * | release 1.9.14cppunit-1.9.14 | Baptiste Lepilleur | 2004-03-13 | 3 | -2/+6 |
| * | removed usage of std::exception ctor with a string (gcc 2.95 issue) | Baptiste Lepilleur | 2004-03-13 | 1 | -6/+6 |
| * | Examples/cppunittest/TestAssertTest. | Baptiste Lepilleur | 2004-03-13 | 8 | -56/+216 |
| * | src/cppunit/UnixDynamicLibraryManager.cpp: applied patch #816563 | Baptiste Lepilleur | 2004-03-13 | 3 | -2/+10 |
| * | Examples/qt/Main. | Baptiste Lepilleur | 2004-03-13 | 4 | -26/+28 |
| * | cppunit-config.in: bug #903363, missing -ldl from the output of | Baptiste Lepilleur | 2004-03-13 | 3 | -198/+212 |
| * | configure.in: bumped version number to 1.9.13 | Baptiste Lepilleur | 2004-02-20 | 2 | -2/+1 |
| * | configure.in: bumped version number to 1.9.12 | Baptiste Lepilleur | 2004-02-19 | 5 | -75/+12 |
| * | forked, development toward 1.10.0 are now taking place in | Baptiste Lepilleur | 2004-02-19 | 1 | -0/+5 |
| * | Configure. | Baptiste Lepilleur | 2004-02-18 | 2 | -0/+2 |
| * | Configure. | Baptiste Lepilleur | 2004-02-18 | 6 | -1/+73 |
| * | include/cppunit/plugin/testplugin.h: fixed bug #767358, wrong | Baptiste Lepilleur | 2003-07-20 | 2 | -1/+6 |
| * | removed obsolete bug | Baptiste Lepilleur | 2003-06-05 | 1 | -2/+0 |
| * | added configuration option for sun CC compiler | Baptiste Lepilleur | 2003-05-20 | 1 | -9/+6 |
| * | include/cppunit/config/config-msvc6.h: changed the compiler outputter | Baptiste Lepilleur | 2003-05-15 | 2 | -1/+11 |
| * | added new lines | Baptiste Lepilleur | 2003-05-07 | 3 | -3/+3 |
| * | added : small utility to updated all .cvsignore | Baptiste Lepilleur | 2003-05-07 | 1 | -0/+43 |
| * | added to .cvsignore: | Baptiste Lepilleur | 2003-05-07 | 1 | -0/+0 |
| * | INSTALL-unix: added build instruction for HP-UX. | Baptiste Lepilleur | 2003-05-07 | 2 | -0/+13 |
| * | Makefile. | Baptiste Lepilleur | 2003-05-07 | 7 | -9/+40 |
| * | Makefile. | Baptiste Lepilleur | 2003-05-07 | 17 | -15/+123 |
| * | hpux support for plugins | Baptiste Lepilleur | 2003-05-07 | 1 | -0/+281 |
| * | include/cppunit/extensions/Makefile.am: removed TestSuiteBuilder.h | Baptiste Lepilleur | 2003-05-07 | 2 | -1/+4 |
| * | include/cppunit/extensions/TestSuiteBuilder.h: removed (unused) | Baptiste Lepilleur | 2003-04-06 | 4 | -98/+11 |
| * | src/cppunit/DynamicLibraryManager.cpp: fixed compilation issue on Mingw | Baptiste Lepilleur | 2003-03-31 | 3 | -8/+15 |
| * | Include/cppunit/extensions/TestNamer. | Baptiste Lepilleur | 2003-03-20 | 3 | -0/+13 |
| * | added missing project file | Baptiste Lepilleur | 2003-03-15 | 1 | -1/+1 |
| * | added missing project file | Baptiste Lepilleur | 2003-03-15 | 1 | -1/+1 |
| * | src/msvc6/testrunner/TestRunnerDlg.cpp: switched to using unsigned index in l... | Baptiste Lepilleur | 2003-03-15 | 2 | -1/+13 |
