]> git.ipfire.org Git - thirdparty/squid.git/commit
merge in cppunit test support. see lib/tests for examples of use
authorrobertc <>
Tue, 24 Aug 2004 06:21:08 +0000 (06:21 +0000)
committerrobertc <>
Tue, 24 Aug 2004 06:21:08 +0000 (06:21 +0000)
commitfa85aa89ff5cf6c07cae814e2346f0dca05baec7
treec72e7e922e8c83258b1838f5c1b6f2cae6577ee2
parent6269c7b120e077ef8190c21992d25a15b99ffaab
merge in cppunit test support. see lib/tests for examples of use
523 files changed:
lib/cppunit-1.10.0/AUTHORS [new file with mode: 0644]
lib/cppunit-1.10.0/BUGS [new file with mode: 0644]
lib/cppunit-1.10.0/COPYING [new file with mode: 0644]
lib/cppunit-1.10.0/ChangeLog [new file with mode: 0644]
lib/cppunit-1.10.0/CodingGuideLines.txt [new file with mode: 0644]
lib/cppunit-1.10.0/INSTALL [new file with mode: 0644]
lib/cppunit-1.10.0/INSTALL-WIN32.txt [new file with mode: 0644]
lib/cppunit-1.10.0/INSTALL-unix [new file with mode: 0644]
lib/cppunit-1.10.0/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/NEWS [new file with mode: 0644]
lib/cppunit-1.10.0/README [new file with mode: 0644]
lib/cppunit-1.10.0/THANKS [new file with mode: 0644]
lib/cppunit-1.10.0/TODO [new file with mode: 0644]
lib/cppunit-1.10.0/aclocal.m4 [new file with mode: 0644]
lib/cppunit-1.10.0/config/ac_create_prefix_config_h.m4 [new file with mode: 0644]
lib/cppunit-1.10.0/config/ac_cxx_have_sstream.m4 [new file with mode: 0644]
lib/cppunit-1.10.0/config/ac_cxx_have_strstream.m4 [new file with mode: 0644]
lib/cppunit-1.10.0/config/ac_cxx_namespaces.m4 [new file with mode: 0644]
lib/cppunit-1.10.0/config/ac_cxx_rtti.m4 [new file with mode: 0644]
lib/cppunit-1.10.0/config/ac_cxx_string_compare_string_first.m4 [new file with mode: 0644]
lib/cppunit-1.10.0/config/ac_dll.m4 [new file with mode: 0644]
lib/cppunit-1.10.0/config/ax_cxx_gcc_abi_demangle.m4 [new file with mode: 0644]
lib/cppunit-1.10.0/config/bb_enable_doxygen.m4 [new file with mode: 0644]
lib/cppunit-1.10.0/config/config.guess [new file with mode: 0755]
lib/cppunit-1.10.0/config/config.h.in [new file with mode: 0644]
lib/cppunit-1.10.0/config/config.sub [new file with mode: 0755]
lib/cppunit-1.10.0/config/depcomp [new file with mode: 0755]
lib/cppunit-1.10.0/config/install-sh [new file with mode: 0755]
lib/cppunit-1.10.0/config/ltmain.sh [new file with mode: 0644]
lib/cppunit-1.10.0/config/missing [new file with mode: 0755]
lib/cppunit-1.10.0/config/mkinstalldirs [new file with mode: 0755]
lib/cppunit-1.10.0/configure [new file with mode: 0755]
lib/cppunit-1.10.0/configure.in [new file with mode: 0644]
lib/cppunit-1.10.0/contrib/bc5/bcc-makefile.zip [new file with mode: 0644]
lib/cppunit-1.10.0/contrib/msvc/AddingUnitTestMethod.dsm [new file with mode: 0644]
lib/cppunit-1.10.0/contrib/msvc/CppUnit.WWTpl [new file with mode: 0644]
lib/cppunit-1.10.0/contrib/msvc/readme.txt [new file with mode: 0644]
lib/cppunit-1.10.0/contrib/xml-xsl/report.xsl [new file with mode: 0644]
lib/cppunit-1.10.0/contrib/xml-xsl/tests.xml [new file with mode: 0644]
lib/cppunit-1.10.0/cppunit-config.1 [new file with mode: 0644]
lib/cppunit-1.10.0/cppunit-config.in [new file with mode: 0644]
lib/cppunit-1.10.0/cppunit.m4 [new file with mode: 0644]
lib/cppunit-1.10.0/cppunit.spec [new file with mode: 0644]
lib/cppunit-1.10.0/cppunit.spec.in [new file with mode: 0644]
lib/cppunit-1.10.0/doc/Doxyfile.in [new file with mode: 0644]
lib/cppunit-1.10.0/doc/FAQ [new file with mode: 0644]
lib/cppunit-1.10.0/doc/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/doc/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/doc/Money.dox [new file with mode: 0644]
lib/cppunit-1.10.0/doc/cookbook.dox [new file with mode: 0644]
lib/cppunit-1.10.0/doc/footer.html [new file with mode: 0644]
lib/cppunit-1.10.0/doc/header.html [new file with mode: 0644]
lib/cppunit-1.10.0/doc/other_documentation.dox [new file with mode: 0644]
lib/cppunit-1.10.0/examples/ClockerPlugIn/ClockerListener.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/ClockerPlugIn/ClockerListener.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/ClockerPlugIn/ClockerModel.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/ClockerPlugIn/ClockerModel.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/ClockerPlugIn/ClockerPlugIn.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/ClockerPlugIn/ClockerPlugIn.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/ClockerPlugIn/ClockerXmlHook.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/ClockerPlugIn/ClockerXmlHook.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/ClockerPlugIn/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/examples/ClockerPlugIn/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/examples/ClockerPlugIn/ReadMe.txt [new file with mode: 0644]
lib/cppunit-1.10.0/examples/ClockerPlugIn/Timer.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/ClockerPlugIn/Timer.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/ClockerPlugIn/WinNtTimer.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/ClockerPlugIn/WinNtTimer.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/DumperPlugIn/DumperListener.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/DumperPlugIn/DumperListener.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/DumperPlugIn/DumperPlugIn.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/DumperPlugIn/DumperPlugIn.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/DumperPlugIn/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/examples/DumperPlugIn/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/examples/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/examples/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/BaseTestCase.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/BaseTestCase.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/CoreSuite.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/CppUnitTestMain.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/CppUnitTestMain.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/CppUnitTestMain.dsw [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/CppUnitTestPlugIn.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/CppUnitTestPlugIn.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/CppUnitTestSuite.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/ExceptionTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/ExceptionTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/ExceptionTestCaseDecoratorTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/ExceptionTestCaseDecoratorTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/ExtensionSuite.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/FailureException.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/HelperMacrosTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/HelperMacrosTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/HelperSuite.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/MessageTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/MessageTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/MockFunctor.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/MockProtector.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/MockTestCase.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/MockTestCase.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/MockTestListener.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/MockTestListener.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/OrthodoxTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/OrthodoxTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/OutputSuite.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/RepeatedTestTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/RepeatedTestTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/StringToolsTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/StringToolsTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/SubclassedTestCase.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/SubclassedTestCase.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/SynchronizedTestResult.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestAssertTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestAssertTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestCallerTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestCallerTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestCaseTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestCaseTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestDecoratorTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestDecoratorTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestFailureTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestFailureTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestPathTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestPathTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestResultCollectorTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestResultCollectorTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestResultTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestResultTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestSetUpTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestSetUpTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestSuiteTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestSuiteTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TestTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/ToolsSuite.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TrackedTestCase.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/TrackedTestCase.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/UnitTestToolSuite.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/XmlElementTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/XmlElementTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/XmlOutputterTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/XmlOutputterTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/XmlUniformiser.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/XmlUniformiser.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/XmlUniformiserTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/cppunittest/XmlUniformiserTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/examples.dsw [new file with mode: 0644]
lib/cppunit-1.10.0/examples/examples.opt [new file with mode: 0644]
lib/cppunit-1.10.0/examples/hierarchy/BoardGame.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/hierarchy/BoardGame.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/hierarchy/BoardGameTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/hierarchy/Chess.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/hierarchy/Chess.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/hierarchy/ChessTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/hierarchy/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/examples/hierarchy/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/examples/hierarchy/hierarchy.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/hierarchy/hierarchy.dsw [new file with mode: 0644]
lib/cppunit-1.10.0/examples/hierarchy/main.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/money/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/examples/money/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/examples/money/Money.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/money/MoneyApp.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/money/MoneyTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/money/MoneyTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/money/StdAfx.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/money/StdAfx.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/money/configure.in [new file with mode: 0644]
lib/cppunit-1.10.0/examples/money/money.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/money/money.dsw [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/CppUnitTestApp/CppUnitTestApp.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/CppUnitTestApp/CppUnitTestApp.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/CppUnitTestApp/CppUnitTestApp.dsw [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/CppUnitTestApp/CppUnitTestApp.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/CppUnitTestApp/CppUnitTestApp.rc [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/CppUnitTestApp/CppUnitTestAppDlg.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/CppUnitTestApp/CppUnitTestAppDlg.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/CppUnitTestApp/ReadMe.txt [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/CppUnitTestApp/Resource.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/CppUnitTestApp/StdAfx.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/CppUnitTestApp/StdAfx.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/CppUnitTestApp/res/CppUnitTestApp.ico [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/CppUnitTestApp/res/CppUnitTestApp.rc2 [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/ExampleTestCase.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/ExampleTestCase.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/HostApp.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/HostApp.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/HostApp.dsw [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/HostApp.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/HostApp.rc [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/HostAppDoc.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/HostAppDoc.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/HostAppView.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/HostAppView.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/MainFrm.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/MainFrm.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/Resource.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/StdAfx.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/StdAfx.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/res/HostApp.ico [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/res/HostApp.rc2 [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/res/HostAppDoc.ico [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/res/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/HostApp/res/Toolbar.bmp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/msvc6/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/examples/qt/Example.pro [new file with mode: 0644]
lib/cppunit-1.10.0/examples/qt/ExampleTestCase.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/qt/ExampleTestCase.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/qt/Main.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/qt/build.bat [new file with mode: 0755]
lib/cppunit-1.10.0/examples/qt/run.bat [new file with mode: 0755]
lib/cppunit-1.10.0/examples/simple/ExampleTestCase.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/simple/ExampleTestCase.h [new file with mode: 0644]
lib/cppunit-1.10.0/examples/simple/Main.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/simple/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/examples/simple/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/examples/simple/SimplePlugIn.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/simple/simple.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/examples/simple/simple_plugin.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/include/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/include/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/AdditionalMessage.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/Asserter.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/BriefTestProgressListener.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/CompilerOutputter.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/Exception.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/Message.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/Outputter.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/Portability.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/Protector.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/SourceLine.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/SynchronizedObject.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/Test.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TestAssert.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TestCaller.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TestCase.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TestComposite.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TestFailure.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TestFixture.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TestLeaf.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TestListener.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TestPath.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TestResult.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TestResultCollector.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TestRunner.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TestSuccessListener.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TestSuite.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TextOutputter.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TextTestProgressListener.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TextTestResult.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/TextTestRunner.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/XmlOutputter.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/XmlOutputterHook.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/config/CppUnitApi.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/config/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/config/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/config/SelectDllLoader.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/config/config-bcb5.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/config/config-mac.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/config/config-msvc6.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/extensions/AutoRegisterSuite.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/extensions/ExceptionTestCaseDecorator.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/extensions/HelperMacros.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/extensions/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/extensions/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/extensions/Orthodox.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/extensions/RepeatedTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/extensions/TestCaseDecorator.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/extensions/TestDecorator.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/extensions/TestFactory.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/extensions/TestFactoryRegistry.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/extensions/TestFixtureFactory.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/extensions/TestNamer.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/extensions/TestSetUp.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/extensions/TestSuiteBuilderContext.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/extensions/TestSuiteFactory.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/extensions/TypeInfoHelper.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/plugin/DynamicLibraryManager.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/plugin/DynamicLibraryManagerException.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/plugin/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/plugin/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/plugin/PlugInManager.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/plugin/PlugInParameters.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/plugin/TestPlugIn.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/plugin/TestPlugInDefaultImpl.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/portability/CppUnitDeque.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/portability/CppUnitMap.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/portability/CppUnitSet.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/portability/CppUnitStack.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/portability/CppUnitVector.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/portability/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/portability/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/tools/Algorithm.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/tools/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/tools/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/tools/StringTools.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/tools/XmlDocument.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/tools/XmlElement.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/ui/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/ui/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/ui/mfc/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/ui/mfc/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/ui/mfc/MfcTestRunner.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/ui/mfc/TestRunner.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/ui/qt/Config.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/ui/qt/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/ui/qt/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/ui/qt/QtTestRunner.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/ui/qt/TestRunner.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/ui/text/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/ui/text/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/ui/text/TestRunner.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/cppunit/ui/text/TextTestRunner.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/msvc6/DSPlugin/TestRunnerDSPluginVC6.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/msvc6/DSPlugin/TestRunnerDSPluginVC6_i.c [new file with mode: 0644]
lib/cppunit-1.10.0/include/msvc6/testrunner/TestPlugInInterface.h [new file with mode: 0644]
lib/cppunit-1.10.0/include/msvc6/testrunner/TestRunner.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/CppUnitLibraries.dsw [new file with mode: 0644]
lib/cppunit-1.10.0/src/DllPlugInTester/CommandLineParser.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/DllPlugInTester/CommandLineParser.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/DllPlugInTester/CommandLineParserTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/DllPlugInTester/CommandLineParserTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/DllPlugInTester/DllPlugInTester.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/DllPlugInTester/DllPlugInTester.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/src/DllPlugInTester/DllPlugInTesterTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/DllPlugInTester/DllPlugInTesterTest.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/src/DllPlugInTester/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/src/DllPlugInTester/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/src/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/src/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/AdditionalMessage.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/Asserter.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/BeOsDynamicLibraryManager.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/BriefTestProgressListener.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/CompilerOutputter.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/DefaultProtector.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/DefaultProtector.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/DllMain.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/DynamicLibraryManager.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/DynamicLibraryManagerException.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/Exception.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/Makefile.am [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/Makefile.in [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/Message.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/PlugInManager.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/PlugInParameters.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/Protector.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/ProtectorChain.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/ProtectorChain.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/ProtectorContext.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/RepeatedTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/ShlDynamicLibraryManager.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/SourceLine.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/StringTools.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/SynchronizedObject.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/Test.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestAssert.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestCase.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestCaseDecorator.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestComposite.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestDecorator.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestFactoryRegistry.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestFailure.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestLeaf.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestNamer.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestPath.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestPlugInDefaultImpl.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestResult.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestResultCollector.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestRunner.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestSetUp.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestSuccessListener.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestSuite.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TestSuiteBuilderContext.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TextOutputter.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TextTestProgressListener.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TextTestResult.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TextTestRunner.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/TypeInfoHelper.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/UnixDynamicLibraryManager.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/Win32DynamicLibraryManager.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/XmlDocument.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/XmlElement.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/XmlOutputter.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/XmlOutputterHook.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/cppunit.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/src/cppunit/cppunit_dll.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DSPlugIn/COMHelper.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DSPlugIn/DSAddIn.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DSPlugIn/DSAddIn.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DSPlugIn/DSPlugIn.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DSPlugIn/DSPlugIn.def [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DSPlugIn/DSPlugIn.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DSPlugIn/DSPlugIn.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DSPlugIn/DSPlugIn.rc [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DSPlugIn/DSPlugIn.rgs [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DSPlugIn/ReadMe.txt [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DSPlugIn/StdAfx.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DSPlugIn/StdAfx.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DSPlugIn/TestRunnerDSPlugin.idl [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DSPlugIn/res/DSPlugIn.rc2 [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DSPlugIn/res/TBarLrge.bmp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DSPlugIn/res/TBarMedm.bmp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DSPlugIn/resource.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DllPlugInTester/DllPlugInTester.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/DllPlugInTester/DllPlugInTester.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/ReadMe.txt [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/Resource.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/StdAfx.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/StdAfx.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/TestPlugIn.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/TestPlugIn.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/TestPlugInException.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/TestPlugInException.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/TestPlugInRunner.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/TestPlugInRunner.rc [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/TestPlugInRunnerApp.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/TestPlugInRunnerApp.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/TestPlugInRunnerDlg.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/TestPlugInRunnerDlg.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/TestPlugInRunnerModel.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/TestPlugInRunnerModel.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/res/TestPlugInRunner.ico [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/res/TestPlugInRunner.rc2 [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/res/errortype.bmp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testpluginrunner/res/test_type.bmp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/ActiveTest.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/ActiveTest.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/Change-Diary-ResourceBugFix.txt [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/SizeCBar.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/SizeCBar.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/SizeCBar.html [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/cdxCDynamicBar.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/cdxCDynamicBar.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/cdxCDynamicControlsManager.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/cdxCDynamicControlsManager.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/cdxCDynamicDialog.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/cdxCDynamicDialog.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/cdxCDynamicFormView.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/cdxCDynamicFormView.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/cdxCDynamicPropSheet.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/cdxCDynamicPropSheet.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/cdxCDynamicWnd.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/cdxCDynamicWnd.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/cdxCDynamicWndEx.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/cdxCDynamicWndEx.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/cdxCSizeIconCtrl.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/cdxCSizeIconCtrl.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/doc/cdxCDynamicWnd-DOC-big.gif [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/doc/cdxCDynamicWnd-DOC-small.gif [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/DynamicWindow/doc/cdxCDynamicWnd-DOC.html [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/ListCtrlFormatter.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/ListCtrlFormatter.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/ListCtrlSetter.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/ListCtrlSetter.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/MfcSynchronizationObject.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/MfcTestRunner.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/MostRecentTests.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/MostRecentTests.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/MsDevCallerListCtrl.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/MsDevCallerListCtrl.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/ProgressBar.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/ProgressBar.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/Resource.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/ResourceLoaders.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/ResourceLoaders.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/StdAfx.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/StdAfx.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/SynchronizedTestResult.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/TestResultDecorator.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/TestRunner.def [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/TestRunner.dsp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/TestRunner.rc [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/TestRunnerApp.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/TestRunnerApp.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/TestRunnerDlg.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/TestRunnerDlg.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/TestRunnerModel.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/TestRunnerModel.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/TreeHierarchyDlg.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/TreeHierarchyDlg.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/res/TestRunner.rc2 [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/res/errortype.bmp [new file with mode: 0644]
lib/cppunit-1.10.0/src/msvc6/testrunner/res/test_type.bmp [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/MostRecentTests.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/MostRecentTests.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/QtTestRunner.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/QtTestRunnerDll.pro [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestBrowserDlgImpl.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestBrowserDlgImpl.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestFailureInfo.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestFailureInfo.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestFailureListViewItem.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestFailureListViewItem.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestListViewItem.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestListViewItem.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestRunnerDlgImpl.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestRunnerDlgImpl.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestRunnerFailureEvent.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestRunnerFailureEvent.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestRunnerModel.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestRunnerModel.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestRunnerModelThreadInterface.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestRunnerModelThreadInterface.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestRunnerTestCaseRunEvent.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestRunnerTestCaseRunEvent.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestRunnerThread.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestRunnerThread.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestRunnerThreadEvent.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestRunnerThreadEvent.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestRunnerThreadFinishedEvent.cpp [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/TestRunnerThreadFinishedEvent.h [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/build [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/build.bat [new file with mode: 0755]
lib/cppunit-1.10.0/src/qttestrunner/qttestrunner.pro [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/testbrowserdlg.ui [new file with mode: 0644]
lib/cppunit-1.10.0/src/qttestrunner/testrunnerdlg.ui [new file with mode: 0644]