Commit Graph

82 Commits

Author SHA1 Message Date
Phil Nash 18553e09fd Fixed warning in 32 bit builds 2011-03-21 08:09:47 +00:00
Phil Nash 7dfd830a3a Allow { NULL <op> T }to work 2011-03-18 19:08:33 +00:00
Phil Nash ef611c65d9 Pointer comparisons and compare to NULL 2011-03-18 14:39:58 +00:00
Phil Nash 1e15669f2a Added missing #include for <limits> 2011-03-15 22:41:27 +00:00
Phil Nash 5cab62bc82 Updated test counts following addition of more test cases 2011-03-15 22:39:06 +00:00
Phil Nash f6758c2967 Added special case logic for signed/ unsigned comparisons involving negative numbers and added test cases to cover them 2011-03-15 22:22:19 +00:00
Phil Nash 6d11d56fea Correctness fixes (for VS) 2011-03-15 18:43:13 +00:00
Phil Nash 4890a1d80a StopOnFailure now works again 2011-03-14 19:21:35 +00:00
Phil Nash 0dc4508d72 Fixed exception check regression 2011-03-14 08:45:55 +00:00
Phil Nash b826243956 Removed complex expression tests (they shouldn't compile now) 2011-03-11 19:46:18 +00:00
Phil Nash 13bfe477c7 Improvements to self test to give finer grained feedback 2011-03-11 19:44:59 +00:00
Phil Nash 2e444861c9 Fixed some issues caused by single evaluation work 2011-03-10 19:18:14 +00:00
Phil Nash e0e74774e2 More Single Evaluation work 2011-03-10 14:09:32 +00:00
Phil Nash b708789ee9 First cut of single-evaluation fix 2011-03-09 19:45:05 +00:00
Phil Nash 088d700315 Fixed lazy reporting for nested sections 2011-02-28 08:18:52 +00:00
Phil Nash 8087f5738c Fixed null string reporting issue 2011-02-23 20:02:18 +00:00
Phil Nash 331188f6b3 Added generator copy ctor to fix bug when NRVO is not used. Some exception handling improvements, too 2011-02-23 09:06:05 +00:00
Phil Nash 6bfc1b6016 Fixed self test 2011-02-21 18:50:35 +00:00
Phil Nash 65e4111c31 Added more focussed meta test for sections and fixed bug in outstanding section detection 2011-02-21 18:48:00 +00:00
Phil Nash a243a23363 More complete fix for nested sections 2011-02-21 08:50:05 +00:00
Phil Nash 70e7d7f16b Further improved nested sections 2011-02-17 20:15:20 +00:00
Phil Nash 73acd945cd Fixed more warnings and applied workaround for getting to std::numeric_limits without clashing with Windows' min() and max() macros. 2011-02-16 19:02:09 +00:00
Phil Nash 3bad3d6956 Refactored self-test - doesn't need so many supporting classes 2011-02-09 09:08:10 +00:00
Phil Nash 58e9a8bafd Some clean-up 2011-02-08 08:42:05 +00:00
Phil Nash 0847a0fa89 Fixed OC bindings project following recent changes 2011-02-01 16:09:18 +00:00
Phil Nash d1ee964f5d Fixed more gcc warnings 2011-01-31 20:15:40 +00:00
Phil Nash db378d8939 Fixed most pedantic warnings 2011-01-31 10:10:20 +00:00
Phil Nash d944e69b18 Moved generator tests into their own file 2011-01-28 18:48:32 +00:00
Phil Nash ffcde2dd0e Fixed self test 2011-01-28 10:22:36 +00:00
Phil Nash bf4a4312b4 Extracted generator impl code out of Hub 2011-01-28 10:18:23 +00:00
Phil Nash 5cad9d5a86 Multiple generators working and factored out a bit better 2011-01-27 22:29:36 +00:00
Phil Nash c2b96d7ddb First cut of generators 2011-01-26 23:23:33 +00:00
Phil Nash ae307b000a Started adding support for isolated sections 2011-01-19 08:52:25 +00:00
Phil Nash 9ca0988e0f Renamed catch_default_main.hpp to catch_with_main.hpp 2011-01-18 19:52:19 +00:00
Phil Nash 2885339287 Allow output stream to be specified on the command line 2011-01-18 09:20:06 +00:00
Phil Nash 925409d7e9 Added self test to project 2011-01-14 16:21:53 +00:00
Phil Nash 6c010e25d9 A single embedded runner instance can now be used for multiple nested runs, with results reset between each. Meta test runner looking very clean now. 2011-01-14 16:21:11 +00:00
Phil Nash 684baf1053 Don't run tests starting with ./ by default. Changed all low-level self tests to be in ./ 2011-01-14 08:47:43 +00:00
Phil Nash f36d777343 Replaced dodgy self-test code with slightly less dodgy self test meta test cases 2011-01-14 08:38:46 +00:00
Phil Nash 263c046b84 Refactored more into Hub 2011-01-11 09:13:31 +00:00
Phil Nash fd58d48665 Some more refactoring/ cleaning of test case files 2011-01-07 19:57:32 +00:00
Phil Nash 95627c40cf split test registry code out 2011-01-07 10:22:24 +00:00
Phil Nash 896a04f5e8 More project refactoring 2011-01-05 21:16:54 +00:00
Phil Nash e0d530c22c Project refactoring 2011-01-05 21:14:29 +00:00
Phil Nash b87a16d11a Fixed TestMain after recent refactorings 2011-01-05 21:07:20 +00:00
Phil Nash 92f3b9398b Project update 2011-01-01 00:31:30 +00:00
Phil Nash 5a262b7d2d Project clean-up 2011-01-01 00:26:20 +00:00
Phil Nash aca80a171b moved impl of hub out into hub_impl - only #included from runner. 2010-12-31 22:54:35 +00:00
Phil Nash 04ecced419 Moved boilerplate main for obj bindings into header 2010-12-28 22:43:32 +00:00
Phil Nash 9a79ee7958 Cleaned up some more warnings 2010-12-28 17:21:29 +00:00