Commit graph

12 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
4706ca942f Converted integral stream testing to min/max/mid style. Added hard-coded strings for each sizeof() the common integral sizes to eliminate dependency on platform-specific sizes. 2013-02-08 23:33:47 -06:00
Patrick Johnmeyer
000349718d Changed sprintf to snprintf in MemoryOutStream::FormatToStream. Removed trailing 'f' from floats and formatted all floats and doubles to '%0.6f'. 2013-02-06 00:13:45 -06:00
Patrick Johnmeyer
7e99532785 Normalized line endings 2013-01-31 20:49:13 -06:00
Patrick Johnmeyer
443b35690a Fixed test failures in Streaming[Unsigned]LongLongWritesCorrectCharacters 2013-01-10 00:05:00 -06:00
Patrick Johnmeyer
f5ba405795 r27 | charles.nicholson | 2010-03-25 15:45:52 -0500 (Thu, 25 Mar 2010) | 1 line
add Clear() to MemoryOutStream()
2013-01-09 23:45:20 -06:00
Patrick Johnmeyer
7510e7f42b r23 | charles.nicholson | 2010-03-18 19:14:06 -0500 (Thu, 18 Mar 2010) | 1 line
long long streaming for MemoryOutStream, from sony
2013-01-09 23:44:56 -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
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