Commit graph

8 commits

Author SHA1 Message Date
Patrick Johnmeyer
859e6250d2 Move src to UnitTest++ and move src/tests to tests.
CMakeLists was modified to support this, then include paths for the
test executable also had to be modified to include UnitTest++.
2013-02-20 00:22:14 -06:00
Patrick Johnmeyer
c3aa1e45a8 Move unittestpp.h to src/UnitTestPP.h and add src/UnitTest++.h.
This is a 1.4 compatibility and consistency fix.
2013-02-19 23:56:22 -06:00
Patrick Johnmeyer
7e99532785 Normalized line endings 2013-01-31 20:49:13 -06:00
Patrick Johnmeyer
7b9e3a17f8 r22 | charles.nicholson | 2010-03-18 18:39:32 -0500 (Thu, 18 Mar 2010) | 1 line
negate config flags and comment them out by default; this allows command-line preprocessor symbol injection to control flags.  Useful for having a master copy of utpp that build with different flags for different compilers/platforms
2013-01-09 23:44:50 -06:00
Patrick Johnmeyer
b2e2959c76 r12 | charles.nicholson | 2010-03-17 18:59:25 -0500 (Wed, 17 Mar 2010) | 1 line
move unittestpp.h and config.h to top-level folder, to allow 'include unittestpp/unittestpp.h' directives in client code
2013-01-09 23:43:37 -06:00
Patrick Johnmeyer
4f556d6539 r4 | charles.nicholson | 2010-03-08 23:23:36 -0600 (Mon, 08 Mar 2010) | 1 line
all try/catch calls are either #ifdefd out or replaced with UT_TRY/UT_CATCH macro madness
2013-01-09 23:42:29 -06:00
Patrick Johnmeyer
72c2581719 Renamed files with + in them to be alphanumeric and baselined to roughly r2 or http://unittestpp.googlecode.com/svn/trunk/ 2013-01-09 23:33:51 -06:00
qdii
24216b2556 Added all files from UnitTest++ v1.4 2012-11-14 16:28:24 -05:00