Commit Graph

  • c268cea41d JUnit reporter: Added ISO8601 timestamp to the timestamp attribute. sevas 2014-01-13 22:25:28 +0100
  • ba3408b2dc merge from upstream Malcolm Noyes 2014-01-09 07:15:11 +0000
  • 7eb5acc183 build 25 - fix for #231 Phil Nash 2014-01-08 17:17:31 +0000
  • 46a1fc7615 Removed unnecessary union name Phil Nash 2014-01-07 17:43:18 +0000
  • be890d0c15 build 24 Phil Nash 2014-01-07 17:26:59 +0000
  • e091018514 Fixes toString() for function pointers and added support for member function pointers. - thanks to Malcolm Noyes for supplying sample code on which the solution here was based Phil Nash 2014-01-07 17:25:27 +0000
  • 17099a0e68 Fix makefile Malcolm Noyes 2014-01-07 06:51:30 +0000
  • 440a47011f Convert pointers to integrates when printing. - handles function pointers that way too (otherwise printed as 1 by gcc and clang) Phil Nash 2014-01-04 19:12:05 +0000
  • af18bcdab7 merge from upstream Malcolm Noyes 2013-12-27 13:55:25 +0000
  • e45e3a139a Clara ignores anything after a lone — (double dash) - this allows use within an environment that appends additional arguments that Clara will otherwise reject - generated build 23 Phil Nash 2013-12-23 10:24:06 +0000
  • 91ef5f7d40 build 22 Phil Nash 2013-12-20 19:06:26 +0000
  • 886d9d397c Reporter command line parser errors more eagerly - show all “unrecognised option” errors Phil Nash 2013-12-20 19:06:02 +0000
  • f385a0b13d build 21 Phil Nash 2013-12-19 18:42:25 +0000
  • 1aa60fada9 Changed Approx::toString() to be implemented in terms of toString( double ) (as proposed in #233) Phil Nash 2013-12-19 18:41:55 +0000
  • 9641ec7bb1 Fix build for non VS builds Malcolm Noyes 2013-12-19 16:57:06 +0000
  • cbd3113e6b Refactor some common code, use __LINE__ instead of __COUNTER__ where possible Malcolm Noyes 2013-12-19 16:25:50 +0000
  • fb90d38310 Changed stdout/ stderr messages to be less misleading Phil Nash 2013-12-19 08:07:33 +0000
  • a9e0efdcad merge from upstream Malcolm Noyes 2013-12-18 10:57:16 +0000
  • eb760f689b Build 20 Phil Nash 2013-12-18 08:38:33 +0000
  • f6d2fef26b Updated project for OCUnit Phil Nash 2013-12-18 08:37:35 +0000
  • 9e529853ee Fixes compiler error for some versions of GCC - Manual application of PR #196 (couldn’t merge) - See also #226 Phil Nash 2013-12-18 08:37:23 +0000
  • a18857dad4 Merge 010d5e4c9a into 66d641af64 Lukasz Forynski 2013-12-17 06:58:35 -0800
  • 010d5e4c9a .. and missing '}' for last commit Lukasz Forynski 2013-12-17 14:58:23 +0000
  • 2b5f88496c Re-added (unintentionly removed) OBJC main entry point implementation Lukasz Forynski 2013-12-17 14:54:38 +0000
  • 2c1e71b6ad Added optional global timeouts for test suite Lukasz Forynski 2013-12-17 14:46:57 +0000
  • 0b394ba318 Added signal handling to the updated Catch (fetched from latest upstream) Lukasz Forynski 2013-12-17 13:59:35 +0000
  • 185129ed60 Suppress warning (unreferenced type) at W4 for VS native headers Malcolm Noyes 2013-12-17 12:36:11 +0000
  • 132f23cfff Fix order of config override when no override of first test Malcolm Noyes 2013-12-16 22:17:34 +0000
  • b019773537 merge from upstream Malcolm Noyes 2013-12-16 11:31:14 +0000
  • 66d641af64 Sneaking last change in without version bump Phil Nash 2013-12-14 23:16:44 +0000
  • 557b3bdbe3 Made SUCCESS variadic too (optional stream) Phil Nash 2013-12-14 23:16:03 +0000
  • 2851b4a55a Try again with nullptr compatibility check in GCC Phil Nash 2013-12-14 23:04:06 +0000
  • 9d7b77956c build 19 - fixes nullptr regression (I had accidentally left in some dev changes) Phil Nash 2013-12-14 22:53:28 +0000
  • 859760abb4 Build 18 Phil Nash 2013-12-14 14:34:05 +0000
  • 563429d9a3 Compile in CATCH_CONFIG_CPP11_NULLPTR for some compilers Phil Nash 2013-12-14 14:32:26 +0000
  • b4625208d0 Test for FAIL that doesn’t take an argument Phil Nash 2013-12-14 14:30:58 +0000
  • 274ed3ea76 Allow FAIL() to be empty Phil Nash 2013-12-12 23:02:31 +0000
  • a3a56158f0 merge from upstream Malcolm Noyes 2013-12-11 20:57:42 +0000
  • 9f280a412d Add details of running VS tests from command line Malcolm Noyes 2013-12-11 20:43:29 +0000
  • 822c905ff5 Merge ee95f41630 into a6d74bd55a enkore 2013-12-11 00:30:54 -0800
  • a6d74bd55a Build 17 Phil Nash 2013-12-11 08:28:15 +0000
  • 0b63e0d868 Fixed warnings for platforms that don’t implement CATCH_BREAK_INTO_DEBUGGER - as discussed in #229 Phil Nash 2013-12-11 08:26:56 +0000
  • f52050c336 Fix output for different versions of VS Malcolm Noyes 2013-12-10 15:28:49 +0000
  • 8774268140 Fix cout/cerr outut to reporter Malcolm Noyes 2013-12-10 13:25:31 +0000
  • a1e87a4b7d trim test/ section names in xml reporter - BDD-style test names have leading spaces for alignment in the console reporter Phil Nash 2013-12-10 08:20:46 +0000
  • e8c32e819c Add abiiity to stop after n tests. Add ordered list of tests to check sw4 Malcolm Noyes 2013-12-09 23:12:05 +0000
  • ee95f41630 Fix gcc warning empty-body enkore 2013-12-09 20:54:22 +0100
  • 15cc1fc185 Add command line comment Malcolm Noyes 2013-12-09 16:57:32 +0000
  • 760eed1ad6 merge from tags Malcolm Noyes 2013-12-09 16:40:52 +0000
  • 008ada6ead Pre-merge Malcolm Noyes 2013-12-09 16:20:45 +0000
  • cc2f4ba981 Merge from mainline Malcolm Noyes 2013-12-09 16:01:23 +0000
  • 37b057187d Make merge easier Malcolm Noyes 2013-12-09 15:14:47 +0000
  • a0af453cda scripts for validation on windows Malcolm Noyes 2013-12-09 14:32:35 +0000
  • 36cb967220 Update to allow all self tests to be run and to allow running with tags Malcolm Noyes 2013-12-09 14:18:35 +0000
  • dd8c13a9e1 Draft for filtering using tags Malcolm Noyes 2013-12-09 14:01:22 +0000
  • 7d7ecc130f Excluide Mbcs from repository Malcolm Noyes 2013-12-09 13:58:16 +0000
  • ef95020239 Stop overloading virtualise defined at multiple levels Phil Nash 2013-12-07 09:08:01 +0000
  • 2609eb9f50 Added a new IDE reporter to Catch that formats output usefully for IDEs. Pete Goodliffe 2013-12-06 10:25:23 +0000
  • de49ec4d7c Fixed broken single header following script change - fixed the script (was missing #ifdefs) - also fixed single include (Xcode) test project - build 16 Phil Nash 2013-12-04 20:25:14 +0000
  • 87b20e8dab SourceLineInfo takes char*s instead of std::strings Phil Nash 2013-12-04 08:12:30 +0000
  • 47a5ad3038 Normalised “hidden” tags Phil Nash 2013-12-04 07:58:39 +0000
  • 3524321295 Removed some cruft Phil Nash 2013-12-04 07:58:21 +0000
  • 3649fdf285 Build 15 Phil Nash 2013-12-03 18:53:55 +0000
  • c4a089c12b Refactored a lot of code from headers into impl headers only compiled into one TU - also added noimpl option to single header script - which only generates the non impl code Phil Nash 2013-12-03 18:52:41 +0000
  • f33932de2c Merge branch 'master' into cmake_include_headers Fraser Hutchison 2013-11-29 13:03:00 +0000
  • 175c25ea6c Merge remote-tracking branch 'upstream/master' Fraser Hutchison 2013-11-29 12:44:40 +0000
  • 8ba6555acd Merge pull request #224 from PetterS/cygwinfix Phil Nash 2013-11-26 15:33:37 -0800
  • c032dfa41c Fix fileno not always present. fileno(stdout) = STDOUT_FILENO. Petter Strandmark 2013-11-26 19:37:37 +0100
  • 5ecb72b9bb Build 14 Phil Nash 2013-11-26 20:57:45 +0000
  • 782c2b5891 Added ability to load names of tests to run from a file Phil Nash 2013-11-26 20:57:34 +0000
  • c88413dd58 register all tests, begin work on running all tests for 'tag' Malcolm Noyes 2013-11-22 11:47:21 +0000
  • 2a14dffe97 clean up comments Malcolm Noyes 2013-11-22 07:38:50 +0000
  • 993430a3c4 Merge pull request #222 from gnzlbg/cmake-docs Phil Nash 2013-11-21 11:09:31 -0800
  • 69a921f2d6 Add documentation for the CMake build system gnzlbg 2013-11-21 14:05:04 +0100
  • ba13f3f098 Restored second arg to a TEST_CASE for non variadic compilers Phil Nash 2013-11-21 08:08:05 +0000
  • 063593828c Removed deleted file from CMake Phil Nash 2013-11-21 08:07:37 +0000
  • ca7292e3a7 Removed redundant MetaTestRunner Phil Nash 2013-11-19 19:03:11 +0000
  • 200197f0b2 Merge branch 'master' of github.com:philsquared/Catch Phil Nash 2013-11-19 07:22:24 +0000
  • 337dc25ed7 Converted all test case names to "modern" style (freeform text + tags) Phil Nash 2013-11-19 07:21:03 +0000
  • 32e81790d6 Added instructions for running tests from the command line Malcolm Noyes 2013-11-18 22:01:48 +0000
  • ec0ef84226 Merge remote-tracking branch 'upstream/master' Malcolm Noyes 2013-11-18 20:39:06 +0000
  • da0f4643f7 Merge pull request #217 from nanoant/patch/std-auto_ptr-deprecated Phil Nash 2013-11-18 00:21:11 -0800
  • d1e5480d95 std::auto_ptr is deprecated in c++11/c++0x Adam Strzelecki 2013-11-15 17:21:22 +0100
  • 765f6e6edb fix more links Malcolm Noyes 2013-11-17 16:37:05 +0000
  • 2b5cf11c7c fix more links Malcolm Noyes 2013-11-17 16:36:08 +0000
  • c1d9e20361 fix more links Malcolm Noyes 2013-11-17 16:34:01 +0000
  • 5e630a6f46 fix links Malcolm Noyes 2013-11-17 16:27:04 +0000
  • d54bee53d4 Docs for Visual Studio integration Malcolm Noyes 2013-11-17 16:23:57 +0000
  • 41dabbf925 Merge remote-tracking branch 'upstream/master' Malcolm Noyes 2013-11-17 14:19:49 +0000
  • 907f514de7 Add support for Managed tests in VS2010 & VS2012. Add support for Native tests in VS2012 Malcolm Noyes 2013-11-17 14:18:02 +0000
  • a9fd5b3f14 Removed cruft from VS projects Phil Nash 2013-11-14 23:35:56 +0000
  • d3c8c9839f Merge pull request #214 from AIM360/weibelt/fix-eol Phil Nash 2013-11-14 15:28:58 -0800
  • 3a6ab65c82 Merge from origin Malcolm Noyes 2013-11-14 20:12:14 +0000
  • 73f7f0ad1b Catch VS integration Part 2 - modify version, allow multiple includes Malcolm Noyes 2013-11-14 19:49:49 +0000
  • f15b74c0d2 Added some more docs Phil Nash 2013-11-14 19:08:19 +0000
  • 8d44f2dbb2 build 13 Phil Nash 2013-11-13 08:10:45 +0000
  • 4f57c8c589 Print warnings if no assertions and not running with -s Phil Nash 2013-11-13 08:07:38 +0000
  • 2f086ae255 If no assertions print custom message Phil Nash 2013-11-12 19:06:08 +0000
  • ecb9432763 Simplified and tidied test case and tag listing Phil Nash 2013-11-12 18:59:34 +0000
  • e9a2230ad8 VS integration part 1 - allow catch_message.hpp to be included by more than 1 source file Malcolm Noyes 2013-11-10 15:11:21 +0000