Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Forgotten in CppUnitW 1.2 merge. | Bastiaan Bakker | 2001-05-15 | 1 | -0/+56 | |
| | ||||||
* | Renamed AbstractTestFactory to TestFactory. | Bastiaan Bakker | 2001-05-06 | 2 | -5/+5 | |
| | ||||||
* | Removed unnecessary #include's of TestSuiteBuilder.h | Bastiaan Bakker | 2001-05-06 | 2 | -21/+0 | |
| | | | | Removed RTTI dependent stuff from TestSuite and TestSuiteBuilder. | |||||
* | Merge of CppUnitW 1.2 phase 2. | Bastiaan Bakker | 2001-05-05 | 4 | -12/+25 | |
| | ||||||
* | TypeInfoHelper should not have been removed. | Bastiaan Bakker | 2001-04-29 | 1 | -0/+9 | |
| | ||||||
* | Merged Baptiste Lepilleurs CppUnitW 1.2. | Bastiaan Bakker | 2001-04-29 | 23 | -207/+1490 | |
| | | | | | | | | Some differences: TypeInfo stuff (in TestSuite) compiled in only if USE_TYPEINFO is set. TestSuite.getTests now returns a const ref instead of taking a ref as param. Removed auto_ptr stuff from TestFactoryRegistry: auto_ptr cannot be used in containers. | |||||
* | Merged from Baptiste Lepilleurs patch. Missed at first try. | Bastiaan Bakker | 2001-04-28 | 3 | -6/+2 | |
| | ||||||
* | Moved files in subdir cppunit to src/cppunit. | Bastiaan Bakker | 2001-04-28 | 12 | -1/+891 | |
| | ||||||
* | Merged msvc6 specific TestRunner and example adapted from Michael Feathers | Bastiaan Bakker | 2001-04-28 | 20 | -0/+1300 | |
version by Baptiste Lepilleur. |