Commit Graph

  • 18553e09fd Fixed warning in 32 bit builds Phil Nash 2011-03-21 08:09:47 +0000
  • 7dfd830a3a Allow { NULL <op> T }to work Phil Nash 2011-03-18 19:08:33 +0000
  • ef611c65d9 Pointer comparisons and compare to NULL Phil Nash 2011-03-18 14:39:58 +0000
  • 1e15669f2a Added missing #include for <limits> Phil Nash 2011-03-15 22:41:27 +0000
  • 5cab62bc82 Updated test counts following addition of more test cases Phil Nash 2011-03-15 22:39:06 +0000
  • f6758c2967 Added special case logic for signed/ unsigned comparisons involving negative numbers and added test cases to cover them Phil Nash 2011-03-15 22:22:19 +0000
  • cc0ed3a988 reports test case if stdout/ stderr written to, even if it succeeded Phil Nash 2011-03-15 18:56:11 +0000
  • f9cc21a174 Suppress spurious "not all control paths return a value" warning in Visual Studio Phil Nash 2011-03-15 18:49:07 +0000
  • 6d11d56fea Correctness fixes (for VS) Phil Nash 2011-03-15 18:43:13 +0000
  • f4548505e2 Always output final summary - even if no errors Phil Nash 2011-03-15 18:42:22 +0000
  • 3eb41eed6d Refactored duplicated code between acceptExpression() and acceptResult() Phil Nash 2011-03-15 18:01:44 +0000
  • 4890a1d80a StopOnFailure now works again Phil Nash 2011-03-14 19:21:35 +0000
  • b87bff21cd Added newlines to warn & info - and always output cout & cerr Phil Nash 2011-03-14 08:50:25 +0000
  • c27e6dc838 Tidied exception check macros Phil Nash 2011-03-14 08:49:42 +0000
  • 0dc4508d72 Fixed exception check regression Phil Nash 2011-03-14 08:45:55 +0000
  • b826243956 Removed complex expression tests (they shouldn't compile now) Phil Nash 2011-03-11 19:46:18 +0000
  • f35e0cbc6a Removed complex expression state (as it shouldn't compile now anyway) Phil Nash 2011-03-11 19:45:36 +0000
  • 13bfe477c7 Improvements to self test to give finer grained feedback Phil Nash 2011-03-11 19:44:59 +0000
  • 2e444861c9 Fixed some issues caused by single evaluation work Phil Nash 2011-03-10 19:18:14 +0000
  • e0e74774e2 More Single Evaluation work Phil Nash 2011-03-10 14:09:32 +0000
  • b708789ee9 First cut of single-evaluation fix Phil Nash 2011-03-09 19:45:05 +0000
  • c57ff75cdb Renamed file Phil Nash 2011-03-09 09:38:33 +0000
  • e6ce1a39bb Second attempt at signed/ unsigned Phil Nash 2011-03-09 09:33:33 +0000
  • 0130dfac41 First attempt at solving signed/ unsigned issue with int literals Phil Nash 2011-03-09 09:32:03 +0000
  • 01234172a9 Small defensive tweak on checking expression Phil Nash 2011-03-01 09:55:17 +0000
  • e401601ac1 Added CAPTURE() macro Phil Nash 2011-02-28 19:01:04 +0000
  • 088d700315 Fixed lazy reporting for nested sections Phil Nash 2011-02-28 08:18:52 +0000
  • 7fe330f078 Made dummy BreakIntoDebugger() macro an inline function to avoid compiler warning Phil Nash 2011-02-24 09:55:11 +0000
  • a691e69dae Merge branch 'master' of https://github.com/mattrubin/Catch Phil Nash 2011-02-24 09:45:57 +0000
  • 8087f5738c Fixed null string reporting issue Phil Nash 2011-02-23 20:02:18 +0000
  • 331188f6b3 Added generator copy ctor to fix bug when NRVO is not used. Some exception handling improvements, too Phil Nash 2011-02-23 09:06:05 +0000
  • 6bfc1b6016 Fixed self test Phil Nash 2011-02-21 18:50:35 +0000
  • 65e4111c31 Added more focussed meta test for sections and fixed bug in outstanding section detection Phil Nash 2011-02-21 18:48:00 +0000
  • a243a23363 More complete fix for nested sections Phil Nash 2011-02-21 08:50:05 +0000
  • 55c63af8ae Fixed a compiler error when on a Mac with DEBUG not defined, which resulted in an undefined BreakIntoDebugger() Matt Rubin 2011-02-19 16:03:42 -0800
  • 70e7d7f16b Further improved nested sections Phil Nash 2011-02-17 20:15:20 +0000
  • a8c31c725d Quick fix for nested sections - doesn't cover all cases yet Phil Nash 2011-02-17 19:40:46 +0000
  • ab30ab6b76 Added attribution for __debugbreak() Phil Nash 2011-02-16 19:22:29 +0000
  • 73acd945cd Fixed more warnings and applied workaround for getting to std::numeric_limits without clashing with Windows' min() and max() macros. Phil Nash 2011-02-16 19:02:09 +0000
  • dea778138e Renamed DebugBreak to avoid collision and implemented in terms of __debugbreak() on Windows Phil Nash 2011-02-16 18:58:15 +0000
  • 7d65a8c612 Improved reporting from self-test and basic reporter in general Phil Nash 2011-02-09 19:26:59 +0000
  • 3bad3d6956 Refactored self-test - doesn't need so many supporting classes Phil Nash 2011-02-09 09:08:10 +0000
  • c8f12e1175 First cut of iOS test runner Phil Nash 2011-02-08 18:48:45 +0000
  • 9e33fdd465 First draft of iOS test runner Phil Nash 2011-02-08 18:48:34 +0000
  • 58e9a8bafd Some clean-up Phil Nash 2011-02-08 08:42:05 +0000
  • 9d1259273f Added some headers to fix build on some gcc versions Phil Nash 2011-02-04 09:30:36 +0000
  • cf7b6881c9 Some layout reformatting. I think everything is in my preferred style now Phil Nash 2011-02-03 20:00:46 +0000
  • d16ce74dbb Fixed compiler error for gcc on Linux (reported by Tryneus - thanks) Phil Nash 2011-02-02 19:45:59 +0000
  • 4663a9c0ef Added wiki link to readme Phil Nash 2011-02-01 16:14:07 +0000
  • 0847a0fa89 Fixed OC bindings project following recent changes Phil Nash 2011-02-01 16:09:18 +0000
  • d1ee964f5d Fixed more gcc warnings Phil Nash 2011-01-31 20:15:40 +0000
  • db378d8939 Fixed most pedantic warnings Phil Nash 2011-01-31 10:10:20 +0000
  • 44488f6331 Some formating clean-up Phil Nash 2011-01-28 18:56:26 +0000
  • d944e69b18 Moved generator tests into their own file Phil Nash 2011-01-28 18:48:32 +0000
  • ffcde2dd0e Fixed self test Phil Nash 2011-01-28 10:22:36 +0000
  • bf4a4312b4 Extracted generator impl code out of Hub Phil Nash 2011-01-28 10:18:23 +0000
  • fe67902de1 Removed some cruft Phil Nash 2011-01-28 10:10:05 +0000
  • 5cad9d5a86 Multiple generators working and factored out a bit better Phil Nash 2011-01-27 22:29:36 +0000
  • c2b96d7ddb First cut of generators Phil Nash 2011-01-26 23:23:33 +0000
  • 455c2998a0 Only report test case once for all sections within it Phil Nash 2011-01-19 19:30:01 +0000
  • 6a6b346731 Removed OutputDebugString support until I can test it on a Windows machine Phil Nash 2011-01-19 19:20:56 +0000
  • 5108821199 Removed OutputDebugString support until I can test it on a Windows machine Phil Nash 2011-01-19 19:19:06 +0000
  • ae307b000a Started adding support for isolated sections Phil Nash 2011-01-19 08:52:25 +0000
  • 2b05dfaf05 Incremental naming for annonymous test cases Phil Nash 2011-01-18 20:09:21 +0000
  • dd7f13ccbb Added ANON_TEST_CASE() macro Phil Nash 2011-01-18 19:54:51 +0000
  • 9ca0988e0f Renamed catch_default_main.hpp to catch_with_main.hpp Phil Nash 2011-01-18 19:52:19 +0000
  • bfc1ee6c62 Cleaned up config class a bit Phil Nash 2011-01-18 19:49:00 +0000
  • 2885339287 Allow output stream to be specified on the command line Phil Nash 2011-01-18 09:20:06 +0000
  • 925409d7e9 Added self test to project Phil Nash 2011-01-14 16:21:53 +0000
  • 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. Phil Nash 2011-01-14 16:21:11 +0000
  • 684baf1053 Don't run tests starting with ./ by default. Changed all low-level self tests to be in ./ Phil Nash 2011-01-14 08:47:43 +0000
  • f36d777343 Replaced dodgy self-test code with slightly less dodgy self test meta test cases Phil Nash 2011-01-14 08:38:46 +0000
  • f063c2ae2a Reformatted basic reporter signatures Phil Nash 2011-01-14 08:30:17 +0000
  • 4b162c1341 Keep stack of runners and pass success/ fail count to EndTestCase Phil Nash 2011-01-14 08:26:58 +0000
  • b81e0b9e9c Some code clean-up Phil Nash 2011-01-11 19:48:48 +0000
  • 1172d26705 Added some specialisations for toString Phil Nash 2011-01-11 09:21:23 +0000
  • 263c046b84 Refactored more into Hub Phil Nash 2011-01-11 09:13:31 +0000
  • fd58d48665 Some more refactoring/ cleaning of test case files Phil Nash 2011-01-07 19:57:32 +0000
  • 95627c40cf split test registry code out Phil Nash 2011-01-07 10:22:24 +0000
  • 430733c918 Moved test case registry into hub Phil Nash 2011-01-07 10:01:40 +0000
  • a65f210cb2 Changed some std::string args to char* to improve compile time Phil Nash 2011-01-07 09:38:32 +0000
  • 896a04f5e8 More project refactoring Phil Nash 2011-01-05 21:16:54 +0000
  • e0d530c22c Project refactoring Phil Nash 2011-01-05 21:14:29 +0000
  • b87a16d11a Fixed TestMain after recent refactorings Phil Nash 2011-01-05 21:07:20 +0000
  • 4220fb6267 Added missing #includes Phil Nash 2011-01-05 21:04:13 +0000
  • b47139d245 tweaked list enum Phil Nash 2011-01-01 00:37:49 +0000
  • 92f3b9398b Project update Phil Nash 2011-01-01 00:31:30 +0000
  • e24ad7db6e Renamed runnerconfig file -> config Phil Nash 2011-01-01 00:29:58 +0000
  • 5a262b7d2d Project clean-up Phil Nash 2011-01-01 00:26:20 +0000
  • 949d9ead04 Renamed RunnerConfig to just Config (now its the only one) Phil Nash 2011-01-01 00:20:14 +0000
  • 50712a34c3 Folded ReporterConfig into RunnerConfig Phil Nash 2011-01-01 00:18:35 +0000
  • aca80a171b moved impl of hub out into hub_impl - only #included from runner. Phil Nash 2010-12-31 22:54:35 +0000
  • 18e32b9b9f Only Hub #includes report_registry. Seperated reporter registrars from registry. Phil Nash 2010-12-31 22:46:51 +0000
  • 764229ac4e ReporterRegistry now fully aggregated by Hub Phil Nash 2010-12-31 22:21:36 +0000
  • e846e0744d Refactored reporter related code into interface based design Phil Nash 2010-12-31 22:07:47 +0000
  • 6ea8f298a4 First step to refactoring ResultsCapture into pure calls onto IResultListener interface Phil Nash 2010-12-31 20:49:58 +0000
  • 245be004fe Tweak to reporter registrar to make sure generated name is unique Phil Nash 2010-12-31 16:12:48 +0000
  • 27fdf01b76 Added help option Phil Nash 2010-12-30 18:51:02 +0000
  • c60156ad11 more commane line tidy up Phil Nash 2010-12-30 18:28:56 +0000
  • dc53c3a93f Tidied command line a little Phil Nash 2010-12-30 18:24:22 +0000