]> git.mdlowis.com Git - archive/cork.git/commit
Committed to new library structure
authorMike D. Lowis <mike@mdlowis.com>
Thu, 23 Feb 2012 01:23:10 +0000 (20:23 -0500)
committerMike D. Lowis <mike@mdlowis.com>
Thu, 23 Feb 2012 01:23:10 +0000 (20:23 -0500)
commitcdd40666b6a304bff2b8e3ebc317816d82c468a8
treef5c433f0e216395c2e7136ce86cd435ea5d2fedb
parent10dcf65a3a631d9cf8e1a8987720254d1f92b641
Committed to new library structure
432 files changed:
Doxyfile [new file with mode: 0644]
LICENSE.md [new file with mode: 0644]
README.md [new file with mode: 0644]
README.txt [deleted file]
build/DUMMY [new file with mode: 0644]
cscope.out [new file with mode: 0644]
deps/DUMMY [new file with mode: 0644]
docs/DUMMY [new file with mode: 0644]
project.vim [new file with mode: 0644]
rakefile.rb [new file with mode: 0644]
res/DUMMY [new file with mode: 0644]
source/cork.cpp [new file with mode: 0644]
source/cork.h [new file with mode: 0644]
src/cork.cpp [deleted file]
src/cork.h [deleted file]
tags [new file with mode: 0644]
tests/source/main.h [new file with mode: 0644]
tools/cxxtest/COPYING [new file with mode: 0644]
tools/cxxtest/README [new file with mode: 0644]
tools/cxxtest/Versions [new file with mode: 0644]
tools/cxxtest/admin/cxxtest.spec [new file with mode: 0644]
tools/cxxtest/admin/jenkins_cxxtest [new file with mode: 0644]
tools/cxxtest/admin/release [new file with mode: 0644]
tools/cxxtest/admin/virtualenv.py [new file with mode: 0644]
tools/cxxtest/bin/cxxtestgen [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/AUTHORS [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/cxxtest.py [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/default_env/README [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/default_env/SConstruct [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/default_env/TestDef.py [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/empty_source_list/README [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/empty_source_list/SConstruct [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/empty_source_list/TestDef.py [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/empty_source_list/requirement.hpp [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/empty_source_list/test_bar.t.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/empty_source_list/test_foo.t.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/eprouvette.py [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/expanding_#/README [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/expanding_#/SConstruct [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/expanding_#/TestDef.py [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/globbing/README [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/globbing/SConstruct [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/globbing/TestDef.py [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/globbing/src/requirement.cpp [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/globbing/src/requirement.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/globbing/src/test_bar.t.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/globbing/src/test_foo.t.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/globbing_edmundo/README [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/globbing_edmundo/SConstruct [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/globbing_edmundo/TestDef.py [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/globbing_edmundo/hello.cc [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/globbing_edmundo/hello.hh [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/globbing_edmundo/hellotest.t.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/globbing_edmundo/main.cpp [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/include_CCFLAGS/README [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/include_CCFLAGS/SConstruct [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/include_CCFLAGS/TestDef.py [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/include_CCFLAGS/src/not-with-pedantic.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/include_CCFLAGS/src/only_with_ansi.t.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/include_CXXFLAGS/README [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/include_CXXFLAGS/SConstruct [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/include_CXXFLAGS/TestDef.py [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/include_CXXFLAGS/src/not-with-pedantic.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/multifile_tests/SConstruct [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/multifile_tests/TestDef.py [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/multifile_tests/src/requirement.cpp [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/multifile_tests/src/requirement.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/multifile_tests/src/test_bar.t.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/multifile_tests/src/test_foo.t.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/need_cpppath/SConstruct [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/need_cpppath/TestDef.py [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/need_cpppath/src/cpppath.t.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/need_cpppath/src/cpppathdir/include.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/nonstandard_cxxtest_dir/SConstruct [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/nonstandard_cxxtest_dir/TestDef.py [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/printer_propagation/SConstruct [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/printer_propagation/TestDef.py [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/printer_propagation/cxxtest/CrazyRunner.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/printer_propagation/src/failtest.t.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/recursive_sources/README [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/recursive_sources/SConstruct [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/recursive_sources/TestDef.py [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/recursive_sources/src/requirement.cpp [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/recursive_sources/src/requirement.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/recursive_sources/src/test_bar.t.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/recursive_sources/src/test_foo.t.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/string_cpppath/SConstruct [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/string_cpppath/TestDef.py [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/string_cpppath/src/cpppath.t.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/string_cpppath/src/cpppathdir/include.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/target_syntax/SConstruct [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/target_syntax/TestDef.py [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/target_syntax/src/cpppath.t.h [new file with mode: 0644]
tools/cxxtest/build_tools/SCons/test/target_syntax/src/cpppathdir/include.h [new file with mode: 0644]
tools/cxxtest/cxxtest/Descriptions.cpp [new file with mode: 0644]
tools/cxxtest/cxxtest/Descriptions.h [new file with mode: 0644]
tools/cxxtest/cxxtest/DummyDescriptions.cpp [new file with mode: 0644]
tools/cxxtest/cxxtest/DummyDescriptions.h [new file with mode: 0644]
tools/cxxtest/cxxtest/ErrorFormatter.h [new file with mode: 0644]
tools/cxxtest/cxxtest/ErrorPrinter.h [new file with mode: 0644]
tools/cxxtest/cxxtest/Flags.h [new file with mode: 0644]
tools/cxxtest/cxxtest/GlobalFixture.cpp [new file with mode: 0644]
tools/cxxtest/cxxtest/GlobalFixture.h [new file with mode: 0644]
tools/cxxtest/cxxtest/Gui.h [new file with mode: 0644]
tools/cxxtest/cxxtest/LinkedList.cpp [new file with mode: 0644]
tools/cxxtest/cxxtest/LinkedList.h [new file with mode: 0644]
tools/cxxtest/cxxtest/Mock.h [new file with mode: 0644]
tools/cxxtest/cxxtest/ParenPrinter.h [new file with mode: 0644]
tools/cxxtest/cxxtest/QtGui.h [new file with mode: 0644]
tools/cxxtest/cxxtest/RealDescriptions.cpp [new file with mode: 0644]
tools/cxxtest/cxxtest/RealDescriptions.h [new file with mode: 0644]
tools/cxxtest/cxxtest/Root.cpp [new file with mode: 0644]
tools/cxxtest/cxxtest/SelfTest.h [new file with mode: 0644]
tools/cxxtest/cxxtest/StdHeaders.h [new file with mode: 0644]
tools/cxxtest/cxxtest/StdTestSuite.h [new file with mode: 0644]
tools/cxxtest/cxxtest/StdValueTraits.h [new file with mode: 0644]
tools/cxxtest/cxxtest/StdioFilePrinter.h [new file with mode: 0644]
tools/cxxtest/cxxtest/StdioPrinter.h [new file with mode: 0644]
tools/cxxtest/cxxtest/TeeListener.h [new file with mode: 0644]
tools/cxxtest/cxxtest/TestListener.h [new file with mode: 0644]
tools/cxxtest/cxxtest/TestMain.h [new file with mode: 0644]
tools/cxxtest/cxxtest/TestRunner.h [new file with mode: 0644]
tools/cxxtest/cxxtest/TestSuite.cpp [new file with mode: 0644]
tools/cxxtest/cxxtest/TestSuite.h [new file with mode: 0644]
tools/cxxtest/cxxtest/TestTracker.cpp [new file with mode: 0644]
tools/cxxtest/cxxtest/TestTracker.h [new file with mode: 0644]
tools/cxxtest/cxxtest/ValueTraits.cpp [new file with mode: 0644]
tools/cxxtest/cxxtest/ValueTraits.h [new file with mode: 0644]
tools/cxxtest/cxxtest/Win32Gui.h [new file with mode: 0644]
tools/cxxtest/cxxtest/X11Gui.h [new file with mode: 0644]
tools/cxxtest/cxxtest/XUnitPrinter.h [new file with mode: 0644]
tools/cxxtest/cxxtest/XmlFormatter.h [new file with mode: 0644]
tools/cxxtest/cxxtest/XmlPrinter.h [new file with mode: 0644]
tools/cxxtest/cxxtest/YesNoRunner.h [new file with mode: 0644]
tools/cxxtest/doc/Makefile [new file with mode: 0644]
tools/cxxtest/doc/README.txt [new file with mode: 0644]
tools/cxxtest/doc/catalog.xml [new file with mode: 0644]
tools/cxxtest/doc/epub/README [new file with mode: 0644]
tools/cxxtest/doc/epub/bin/dbtoepub [new file with mode: 0644]
tools/cxxtest/doc/epub/bin/lib/docbook.rb [new file with mode: 0644]
tools/cxxtest/doc/epub/bin/xslt/obfuscate.xsl [new file with mode: 0644]
tools/cxxtest/doc/epub/docbook.xsl [new file with mode: 0644]
tools/cxxtest/doc/examples/Assertions.h [new file with mode: 0644]
tools/cxxtest/doc/examples/BadTestSuite1.h [new file with mode: 0644]
tools/cxxtest/doc/examples/GetGlobals.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/MockTestSuite.h [new file with mode: 0644]
tools/cxxtest/doc/examples/MyClass.h [new file with mode: 0644]
tools/cxxtest/doc/examples/MyTestSuite1.h [new file with mode: 0644]
tools/cxxtest/doc/examples/MyTestSuite10.h [new file with mode: 0644]
tools/cxxtest/doc/examples/MyTestSuite11.h [new file with mode: 0644]
tools/cxxtest/doc/examples/MyTestSuite2.h [new file with mode: 0644]
tools/cxxtest/doc/examples/MyTestSuite3.h [new file with mode: 0644]
tools/cxxtest/doc/examples/MyTestSuite4.h [new file with mode: 0644]
tools/cxxtest/doc/examples/MyTestSuite5.h [new file with mode: 0644]
tools/cxxtest/doc/examples/MyTestSuite6.h [new file with mode: 0644]
tools/cxxtest/doc/examples/MyTestSuite7.h [new file with mode: 0644]
tools/cxxtest/doc/examples/MyTestSuite8.h [new file with mode: 0644]
tools/cxxtest/doc/examples/MyTestSuite9.h [new file with mode: 0644]
tools/cxxtest/doc/examples/TMyClass.h [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner10.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner10.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner11.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner11.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner12.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner12.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner13.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner14.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner14.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner15.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner15.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner16.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner16.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner17.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner17.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner18.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner18.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner19.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner19.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner2.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner2.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner20.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner20.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner21.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner21.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner3.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner3.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner4.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner4.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner5.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner5.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner6.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner6.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner7.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner7.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner8.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/buildRunner9.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/cxxtestgen.out [new file with mode: 0644]
tools/cxxtest/doc/examples/exeRunner.out [new file with mode: 0644]
tools/cxxtest/doc/examples/exeRunner.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/exeRunner2.out [new file with mode: 0644]
tools/cxxtest/doc/examples/exeRunner2.sh [new file with mode: 0644]
tools/cxxtest/doc/examples/rand_example.cpp [new file with mode: 0644]
tools/cxxtest/doc/examples/runner10.tpl [new file with mode: 0644]
tools/cxxtest/doc/examples/runner13.MyTestSuite2.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/runner13.help.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/runner13.helpTests.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/runner13.testMultiplication.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/runner13.testMultiplicationVerbose.txt [new file with mode: 0644]
tools/cxxtest/doc/examples/test_examples.py [new file with mode: 0644]
tools/cxxtest/doc/examples/time_mock.cpp [new file with mode: 0644]
tools/cxxtest/doc/examples/time_mock.h [new file with mode: 0644]
tools/cxxtest/doc/examples/time_real.cpp [new file with mode: 0644]
tools/cxxtest/doc/guide.epub [new file with mode: 0644]
tools/cxxtest/doc/guide.html [new file with mode: 0644]
tools/cxxtest/doc/guide.pdf [new file with mode: 0644]
tools/cxxtest/doc/guide.txt [new file with mode: 0644]
tools/cxxtest/doc/include_anchors.py [new file with mode: 0644]
tools/cxxtest/python/README.txt [new file with mode: 0644]
tools/cxxtest/python/convert.py [new file with mode: 0644]
tools/cxxtest/python/cxxtest/__init__.py [new file with mode: 0644]
tools/cxxtest/python/cxxtest/__init__.pyc [new file with mode: 0644]
tools/cxxtest/python/cxxtest/__release__.py [new file with mode: 0644]
tools/cxxtest/python/cxxtest/__release__.pyc [new file with mode: 0644]
tools/cxxtest/python/cxxtest/cxx_parser.py [new file with mode: 0644]
tools/cxxtest/python/cxxtest/cxx_parser.pyc [new file with mode: 0644]
tools/cxxtest/python/cxxtest/cxxtest_fog.py [new file with mode: 0644]
tools/cxxtest/python/cxxtest/cxxtest_fog.pyc [new file with mode: 0644]
tools/cxxtest/python/cxxtest/cxxtest_misc.py [new file with mode: 0644]
tools/cxxtest/python/cxxtest/cxxtest_misc.pyc [new file with mode: 0644]
tools/cxxtest/python/cxxtest/cxxtest_parser.py [new file with mode: 0644]
tools/cxxtest/python/cxxtest/cxxtest_parser.pyc [new file with mode: 0644]
tools/cxxtest/python/cxxtest/cxxtestgen.py [new file with mode: 0644]
tools/cxxtest/python/cxxtest/cxxtestgen.pyc [new file with mode: 0644]
tools/cxxtest/python/python3/cxxtest/__init__.py [new file with mode: 0644]
tools/cxxtest/python/python3/cxxtest/__release__.py [new file with mode: 0644]
tools/cxxtest/python/python3/cxxtest/cxx_parser.py [new file with mode: 0644]
tools/cxxtest/python/python3/cxxtest/cxxtest_fog.py [new file with mode: 0644]
tools/cxxtest/python/python3/cxxtest/cxxtest_misc.py [new file with mode: 0644]
tools/cxxtest/python/python3/cxxtest/cxxtest_parser.py [new file with mode: 0644]
tools/cxxtest/python/python3/cxxtest/cxxtestgen.py [new file with mode: 0644]
tools/cxxtest/python/python3/scripts/cxxtestgen [new file with mode: 0644]
tools/cxxtest/python/scripts/cxxtestgen [new file with mode: 0644]
tools/cxxtest/python/setup.py [new file with mode: 0644]
tools/cxxtest/sample/.cvsignore [new file with mode: 0644]
tools/cxxtest/sample/Construct [new file with mode: 0644]
tools/cxxtest/sample/CreatedTest.h [new file with mode: 0644]
tools/cxxtest/sample/DeltaTest.h [new file with mode: 0644]
tools/cxxtest/sample/EnumTraits.h [new file with mode: 0644]
tools/cxxtest/sample/ExceptionTest.h [new file with mode: 0644]
tools/cxxtest/sample/FixtureTest.h [new file with mode: 0644]
tools/cxxtest/sample/Makefile.PL [new file with mode: 0644]
tools/cxxtest/sample/Makefile.bcc32 [new file with mode: 0644]
tools/cxxtest/sample/Makefile.msvc [new file with mode: 0644]
tools/cxxtest/sample/Makefile.unix [new file with mode: 0644]
tools/cxxtest/sample/MessageTest.h [new file with mode: 0644]
tools/cxxtest/sample/SCons/SConstruct [new file with mode: 0644]
tools/cxxtest/sample/SCons/include/stack.h [new file with mode: 0644]
tools/cxxtest/sample/SCons/src/stack.c [new file with mode: 0644]
tools/cxxtest/sample/SCons/tests/stack_test.h [new file with mode: 0644]
tools/cxxtest/sample/SimpleTest.h [new file with mode: 0644]
tools/cxxtest/sample/TraitsTest.h [new file with mode: 0644]
tools/cxxtest/sample/aborter.tpl [new file with mode: 0644]
tools/cxxtest/sample/file_printer.tpl [new file with mode: 0644]
tools/cxxtest/sample/gui/GreenYellowRed.h [new file with mode: 0644]
tools/cxxtest/sample/mock/Dice.cpp [new file with mode: 0644]
tools/cxxtest/sample/mock/Dice.h [new file with mode: 0644]
tools/cxxtest/sample/mock/Makefile [new file with mode: 0644]
tools/cxxtest/sample/mock/MockStdlib.h [new file with mode: 0644]
tools/cxxtest/sample/mock/T/stdlib.h [new file with mode: 0644]
tools/cxxtest/sample/mock/TestDice.h [new file with mode: 0644]
tools/cxxtest/sample/mock/mock_stdlib.cpp [new file with mode: 0644]
tools/cxxtest/sample/mock/real_stdlib.cpp [new file with mode: 0644]
tools/cxxtest/sample/mock/roll.cpp [new file with mode: 0644]
tools/cxxtest/sample/msvc/CxxTest_1_Run.dsp [new file with mode: 0644]
tools/cxxtest/sample/msvc/CxxTest_2_Build.dsp [new file with mode: 0644]
tools/cxxtest/sample/msvc/CxxTest_3_Generate.dsp [new file with mode: 0644]
tools/cxxtest/sample/msvc/CxxTest_Workspace.dsw [new file with mode: 0644]
tools/cxxtest/sample/msvc/FixFiles.bat [new file with mode: 0644]
tools/cxxtest/sample/msvc/Makefile [new file with mode: 0644]
tools/cxxtest/sample/msvc/ReadMe.txt [new file with mode: 0644]
tools/cxxtest/sample/only.tpl [new file with mode: 0644]
tools/cxxtest/sample/parts/.cvsignore [new file with mode: 0644]
tools/cxxtest/sample/parts/Makefile.unix [new file with mode: 0644]
tools/cxxtest/sample/winddk/Makefile [new file with mode: 0644]
tools/cxxtest/sample/winddk/Makefile.inc [new file with mode: 0644]
tools/cxxtest/sample/winddk/RunTests.tpl [new file with mode: 0644]
tools/cxxtest/sample/winddk/SOURCES [new file with mode: 0644]
tools/cxxtest/sample/yes_no_runner.cpp [new file with mode: 0644]
tools/cxxtest/test/.cvsignore [new file with mode: 0644]
tools/cxxtest/test/AborterNoThrow.h [new file with mode: 0644]
tools/cxxtest/test/BadTest.h [new file with mode: 0644]
tools/cxxtest/test/Comments.h [new file with mode: 0644]
tools/cxxtest/test/Comments2.h [new file with mode: 0644]
tools/cxxtest/test/CppTemplateTest.h [new file with mode: 0644]
tools/cxxtest/test/DeepAbort.h [new file with mode: 0644]
tools/cxxtest/test/DefaultAbort.h [new file with mode: 0644]
tools/cxxtest/test/DefaultTraits.h [new file with mode: 0644]
tools/cxxtest/test/DoubleCall.h [new file with mode: 0644]
tools/cxxtest/test/DynamicAbort.h [new file with mode: 0644]
tools/cxxtest/test/DynamicMax.h [new file with mode: 0644]
tools/cxxtest/test/EmptySuite.h [new file with mode: 0644]
tools/cxxtest/test/Exceptions.h [new file with mode: 0644]
tools/cxxtest/test/Factor.h [new file with mode: 0644]
tools/cxxtest/test/ForceNoEh.h [new file with mode: 0644]
tools/cxxtest/test/GfSetUpFails.h [new file with mode: 0644]
tools/cxxtest/test/GfSetUpThrows.h [new file with mode: 0644]
tools/cxxtest/test/GfTearDownFails.h [new file with mode: 0644]
tools/cxxtest/test/GfTearDownThrows.h [new file with mode: 0644]
tools/cxxtest/test/GlobalFixtures.h [new file with mode: 0644]
tools/cxxtest/test/GoodSuite.h [new file with mode: 0644]
tools/cxxtest/test/GuiWait.h [new file with mode: 0644]
tools/cxxtest/test/HaveEH.tpl [new file with mode: 0644]
tools/cxxtest/test/HaveStd.h [new file with mode: 0644]
tools/cxxtest/test/HaveStd.tpl [new file with mode: 0644]
tools/cxxtest/test/IncludeTest.h [new file with mode: 0644]
tools/cxxtest/test/InheritedTest.h [new file with mode: 0644]
tools/cxxtest/test/Int64.h [new file with mode: 0644]
tools/cxxtest/test/LessThanEquals.h [new file with mode: 0644]
tools/cxxtest/test/LongLong.h [new file with mode: 0644]
tools/cxxtest/test/LongTraits.h [new file with mode: 0644]
tools/cxxtest/test/Makefile [new file with mode: 0644]
tools/cxxtest/test/MaxDump.h [new file with mode: 0644]
tools/cxxtest/test/MockTest.h [new file with mode: 0644]
tools/cxxtest/test/NoEh.h [new file with mode: 0644]
tools/cxxtest/test/Part1.h [new file with mode: 0644]
tools/cxxtest/test/Part2.h [new file with mode: 0644]
tools/cxxtest/test/Relation.h [new file with mode: 0644]
tools/cxxtest/test/SameData.h [new file with mode: 0644]
tools/cxxtest/test/SameFiles.h [new file with mode: 0644]
tools/cxxtest/test/SameFilesLonger.h [new file with mode: 0644]
tools/cxxtest/test/SameZero.h [new file with mode: 0644]
tools/cxxtest/test/SetUpWorldError.h [new file with mode: 0644]
tools/cxxtest/test/SetUpWorldFails.h [new file with mode: 0644]
tools/cxxtest/test/SetUpWorldThrows.h [new file with mode: 0644]
tools/cxxtest/test/SimpleInheritedTest.h [new file with mode: 0644]
tools/cxxtest/test/SimpleInheritedTest2.h [new file with mode: 0644]
tools/cxxtest/test/Something.h [new file with mode: 0644]
tools/cxxtest/test/StlTraits.h [new file with mode: 0644]
tools/cxxtest/test/TearDownWorldFails.h [new file with mode: 0644]
tools/cxxtest/test/TearDownWorldThrows.h [new file with mode: 0644]
tools/cxxtest/test/TestNonFinite.h [new file with mode: 0644]
tools/cxxtest/test/ThrowNoStd.h [new file with mode: 0644]
tools/cxxtest/test/ThrowNoStd.tpl [new file with mode: 0644]
tools/cxxtest/test/ThrowsAssert.h [new file with mode: 0644]
tools/cxxtest/test/TraitsTest.h [new file with mode: 0644]
tools/cxxtest/test/Tsm.h [new file with mode: 0644]
tools/cxxtest/test/UserTraits.h [new file with mode: 0644]
tools/cxxtest/test/UserTraits.tpl [new file with mode: 0644]
tools/cxxtest/test/VoidTraits.h [new file with mode: 0644]
tools/cxxtest/test/WideCharTest.h [new file with mode: 0644]
tools/cxxtest/test/WorldFixtures.h [new file with mode: 0644]
tools/cxxtest/test/__init__.py [new file with mode: 0644]
tools/cxxtest/test/abort.out [new file with mode: 0644]
tools/cxxtest/test/activate.tpl [new file with mode: 0644]
tools/cxxtest/test/anything.cpp [new file with mode: 0644]
tools/cxxtest/test/bad.out [new file with mode: 0644]
tools/cxxtest/test/comments.out [new file with mode: 0644]
tools/cxxtest/test/comments2.out [new file with mode: 0644]
tools/cxxtest/test/cxxtest/DummyGui.h [new file with mode: 0644]
tools/cxxtest/test/default_abort.out [new file with mode: 0644]
tools/cxxtest/test/eh_normals.out [new file with mode: 0644]
tools/cxxtest/test/eh_plus_abort.out [new file with mode: 0644]
tools/cxxtest/test/error.out [new file with mode: 0644]
tools/cxxtest/test/factor.out [new file with mode: 0644]
tools/cxxtest/test/fake/.cvsignore [new file with mode: 0644]
tools/cxxtest/test/fake/X11/Xlib.h [new file with mode: 0644]
tools/cxxtest/test/fake/X11/Xutil.h [new file with mode: 0644]
tools/cxxtest/test/fake/commctrl.h [new file with mode: 0644]
tools/cxxtest/test/fake/qapplication.h [new file with mode: 0644]
tools/cxxtest/test/fake/qglobal.h [new file with mode: 0644]
tools/cxxtest/test/fake/qlabel.h [new file with mode: 0644]
tools/cxxtest/test/fake/qlayout.h [new file with mode: 0644]
tools/cxxtest/test/fake/qmessagebox.h [new file with mode: 0644]
tools/cxxtest/test/fake/qpixmap.h [new file with mode: 0644]
tools/cxxtest/test/fake/qprogressbar.h [new file with mode: 0644]
tools/cxxtest/test/fake/qstatusbar.h [new file with mode: 0644]
tools/cxxtest/test/fake/qstring.h [new file with mode: 0644]
tools/cxxtest/test/fake/qwidget.h [new file with mode: 0644]
tools/cxxtest/test/fake/windows.h [new file with mode: 0644]
tools/cxxtest/test/gfsuf.out [new file with mode: 0644]
tools/cxxtest/test/gfsut.out [new file with mode: 0644]
tools/cxxtest/test/gftdf.out [new file with mode: 0644]
tools/cxxtest/test/gftdt.out [new file with mode: 0644]
tools/cxxtest/test/gfxs.out [new file with mode: 0644]
tools/cxxtest/test/good.out [new file with mode: 0644]
tools/cxxtest/test/gui.out [new file with mode: 0644]
tools/cxxtest/test/gui_paren.out [new file with mode: 0644]
tools/cxxtest/test/include.out [new file with mode: 0644]
tools/cxxtest/test/infinite.out [new file with mode: 0644]
tools/cxxtest/test/inheritance.out [new file with mode: 0644]
tools/cxxtest/test/int64.cpp [new file with mode: 0644]
tools/cxxtest/test/int64.out [new file with mode: 0644]
tools/cxxtest/test/longlong.cpp [new file with mode: 0644]
tools/cxxtest/test/longlong.out [new file with mode: 0644]
tools/cxxtest/test/main.cpp [new file with mode: 0644]
tools/cxxtest/test/max.out [new file with mode: 0644]
tools/cxxtest/test/normal.out [new file with mode: 0644]
tools/cxxtest/test/normal.xml [new file with mode: 0644]
tools/cxxtest/test/paren.out [new file with mode: 0644]
tools/cxxtest/test/parts.out [new file with mode: 0644]
tools/cxxtest/test/preamble.out [new file with mode: 0644]
tools/cxxtest/test/preamble.tpl [new file with mode: 0644]
tools/cxxtest/test/runner.out [new file with mode: 0644]
tools/cxxtest/test/simple_inheritance.out [new file with mode: 0644]
tools/cxxtest/test/simple_inheritance2.out [new file with mode: 0644]
tools/cxxtest/test/std.out [new file with mode: 0644]
tools/cxxtest/test/stl.out [new file with mode: 0644]
tools/cxxtest/test/stpltpl.cpp [new file with mode: 0644]
tools/cxxtest/test/suite.out [new file with mode: 0644]
tools/cxxtest/test/suite_test.out [new file with mode: 0644]
tools/cxxtest/test/suwe.out [new file with mode: 0644]
tools/cxxtest/test/suwf.out [new file with mode: 0644]
tools/cxxtest/test/suwt.out [new file with mode: 0644]
tools/cxxtest/test/tdwf.out [new file with mode: 0644]
tools/cxxtest/test/tdwt.out [new file with mode: 0644]
tools/cxxtest/test/template.out [new file with mode: 0644]
tools/cxxtest/test/test_cxxtest.py [new file with mode: 0644]
tools/cxxtest/test/test_doc.py [new file with mode: 0644]
tools/cxxtest/test/throw.out [new file with mode: 0644]
tools/cxxtest/test/tpltpl.cpp [new file with mode: 0644]
tools/cxxtest/test/unit/LinkedList_test.t.h [new file with mode: 0644]
tools/cxxtest/test/unit/SConstruct [new file with mode: 0644]
tools/cxxtest/test/user.out [new file with mode: 0644]
tools/cxxtest/test/wchar.cpp [new file with mode: 0644]
tools/cxxtest/test/wchar.out [new file with mode: 0644]
tools/cxxtest/test/wildcard.out [new file with mode: 0644]
tools/rake_utils/artifact.rb [new file with mode: 0644]
tools/rake_utils/binary.rb [new file with mode: 0644]
tools/rake_utils/library.rb [new file with mode: 0644]
tools/rake_utils/tests.rb [new file with mode: 0644]