summaryrefslogtreecommitdiff
path: root/src/cppunit/TestFactoryRegistry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Run tests in deterministic orderStephan Bergmann2022-04-111-1/+9
* Replace NULL with nullptrFlorian Becker2021-10-011-1/+1
* remove support for old broken C++ compilersMarkus Mohrhard2016-12-111-2/+2
* Bug # 51154: cppunit warning cleaningTobias Lippert2013-08-151-0/+2
* Changes to suppress warnings of gcc -Wall -W -ansi, mainly from patch [1898225].Steve M. Robbins2008-02-211-1/+1
* removed most warning when compiling with vc++ 6sp6.Baptiste Lepilleur2005-10-131-0/+1
* Map needs comparator, make_pair to pair, and map dereference fix (SUN4)Eric Schendel2002-09-161-4/+4
* CodingGuideLines.Baptiste Lepilleur2002-07-141-2/+2
* Include/cppunit/ui/text/TestRunner.Baptiste Lepilleur2002-07-131-1/+2
* Include/cppunit/config/Portability.Baptiste Lepilleur2002-07-121-2/+2
* Src/cppunit/PlugInManager.Baptiste Lepilleur2002-04-191-4/+0
* Bumped version to 1.Baptiste Lepilleur2002-04-171-92/+79
* Doc/cookbook.Baptiste Lepilleur2002-03-281-1/+1
* Include/cppunit/extensions/TestFactoryRegistry.Baptiste Lepilleur2001-10-021-19/+98
* Src/msvc6/testrunner/TestRunner.Baptiste Lepilleur2001-09-141-4/+1
* *** empty log message ***Steve M. Robbins2001-07-071-1/+1
* Use strstream if stringstream unavailable.Steve M. Robbins2001-07-071-6/+6
* Change from CPPUNIT_USE_TYPEINFO to CPPUNIT_USE_TYPEINFO_NAMESteve M. Robbins2001-07-061-3/+3
* Replaced #include of <config.h> with <cppunit/Portability.h>Bastiaan Bakker2001-06-171-6/+1
* src/cppunit/TestFactoryRegistry.cpp: fixed makeTest(). It did not use m_name forBaptiste Lepilleur2001-06-121-1/+1
* Change to templatized TestAssert::assertEquals() and the new CPPUNIT_ASSERT* ...Steve M. Robbins2001-06-021-3/+5
* Replace CU_ by CPPUNIT_.Steve M. Robbins2001-06-021-2/+2
* :registerFactory(factory) now generate a dummy name based on a serial number ...Baptiste Lepilleur2001-05-181-6/+9
* Renamed AbstractTestFactory to TestFactory.Bastiaan Bakker2001-05-061-4/+4
* Removed unnecessary #include's of TestSuiteBuilder.hBastiaan Bakker2001-05-061-2/+0
* Merge of CppUnitW 1.2 phase 2.Bastiaan Bakker2001-05-051-6/+19
* Merged Baptiste Lepilleurs CppUnitW 1.2.Bastiaan Bakker2001-04-291-0/+89