Commit Graph

979 Commits

Author SHA1 Message Date
Malcolm Noyes 5cddabdc9c Add overload to 'print' void* correctly 2014-01-23 10:36:40 +00:00
Malcolm Noyes ba3408b2dc merge from upstream 2014-01-09 07:15:11 +00:00
Phil Nash 7eb5acc183 build 25
- fix for #231
2014-01-08 17:17:31 +00:00
Phil Nash 46a1fc7615 Removed unnecessary union name 2014-01-07 17:43:18 +00:00
Phil Nash be890d0c15 build 24 2014-01-07 17:26:59 +00:00
Phil Nash 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
2014-01-07 17:25:27 +00:00
Malcolm Noyes 17099a0e68 Fix makefile 2014-01-07 06:51:30 +00:00
Phil Nash 440a47011f Convert pointers to integrates when printing.
- handles function pointers that way too (otherwise printed as 1 by gcc and clang)
2014-01-04 19:12:05 +00:00
Malcolm Noyes af18bcdab7 merge from upstream 2013-12-27 13:55:25 +00:00
Phil Nash 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
2013-12-23 10:24:06 +00:00
Phil Nash 91ef5f7d40 build 22 2013-12-20 19:06:26 +00:00
Phil Nash 886d9d397c Reporter command line parser errors more eagerly
- show all “unrecognised option” errors
2013-12-20 19:06:02 +00:00
Phil Nash f385a0b13d build 21 2013-12-19 18:42:25 +00:00
Phil Nash 1aa60fada9 Changed Approx::toString() to be implemented in terms of toString( double ) (as proposed in #233) 2013-12-19 18:41:55 +00:00
Malcolm Noyes 9641ec7bb1 Fix build for non VS builds 2013-12-19 16:57:06 +00:00
Malcolm Noyes cbd3113e6b Refactor some common code, use __LINE__ instead of __COUNTER__ where possible 2013-12-19 16:25:50 +00:00
Phil Nash fb90d38310 Changed stdout/ stderr messages to be less misleading 2013-12-19 08:07:33 +00:00
Malcolm Noyes a9e0efdcad merge from upstream 2013-12-18 10:57:16 +00:00
Phil Nash eb760f689b Build 20 2013-12-18 08:38:33 +00:00
Phil Nash f6d2fef26b Updated project for OCUnit 2013-12-18 08:37:35 +00:00
Phil Nash 9e529853ee Fixes compiler error for some versions of GCC
- Manual application of PR #196 (couldn’t merge)
- See also #226
2013-12-18 08:37:23 +00:00
Malcolm Noyes 185129ed60 Suppress warning (unreferenced type) at W4 for VS native headers 2013-12-17 12:36:11 +00:00
Malcolm Noyes 132f23cfff Fix order of config override when no override of first test 2013-12-16 22:17:34 +00:00
Malcolm Noyes b019773537 merge from upstream 2013-12-16 11:31:14 +00:00
Phil Nash 66d641af64 Sneaking last change in without version bump 2013-12-14 23:16:44 +00:00
Phil Nash 557b3bdbe3 Made SUCCESS variadic too (optional stream) 2013-12-14 23:16:03 +00:00
Phil Nash 2851b4a55a Try again with nullptr compatibility check in GCC 2013-12-14 23:04:06 +00:00
Phil Nash 9d7b77956c build 19
- fixes nullptr regression (I had accidentally left in some dev changes)
2013-12-14 22:53:28 +00:00
Phil Nash 859760abb4 Build 18 2013-12-14 14:34:05 +00:00
Phil Nash 563429d9a3 Compile in CATCH_CONFIG_CPP11_NULLPTR for some compilers 2013-12-14 14:32:26 +00:00
Phil Nash b4625208d0 Test for FAIL that doesn’t take an argument 2013-12-14 14:30:58 +00:00
Phil Nash 274ed3ea76 Allow FAIL() to be empty 2013-12-12 23:02:31 +00:00
Malcolm Noyes a3a56158f0 merge from upstream 2013-12-11 20:57:42 +00:00
Malcolm Noyes 9f280a412d Add details of running VS tests from command line 2013-12-11 20:43:29 +00:00
Phil Nash a6d74bd55a Build 17 2013-12-11 08:28:15 +00:00
Phil Nash 0b63e0d868 Fixed warnings for platforms that don’t implement CATCH_BREAK_INTO_DEBUGGER
- as discussed in #229
2013-12-11 08:26:56 +00:00
Malcolm Noyes f52050c336 Fix output for different versions of VS 2013-12-10 15:28:49 +00:00
Malcolm Noyes 8774268140 Fix cout/cerr outut to reporter 2013-12-10 13:25:31 +00:00
Phil Nash a1e87a4b7d trim test/ section names in xml reporter
- BDD-style test names have leading spaces for alignment in the console reporter
2013-12-10 08:20:46 +00:00
Malcolm Noyes e8c32e819c Add abiiity to stop after n tests. Add ordered list of tests to check sw4 2013-12-09 23:12:05 +00:00
Malcolm Noyes 15cc1fc185 Add command line comment 2013-12-09 16:57:32 +00:00
Malcolm Noyes 760eed1ad6 merge from tags 2013-12-09 16:40:52 +00:00
Malcolm Noyes 008ada6ead Pre-merge 2013-12-09 16:20:45 +00:00
Malcolm Noyes cc2f4ba981 Merge from mainline 2013-12-09 16:01:23 +00:00
Malcolm Noyes 37b057187d Make merge easier 2013-12-09 15:14:47 +00:00
Malcolm Noyes a0af453cda scripts for validation on windows 2013-12-09 14:32:35 +00:00
Malcolm Noyes 36cb967220 Update to allow all self tests to be run and to allow running with tags 2013-12-09 14:18:35 +00:00
Malcolm Noyes dd8c13a9e1 Draft for filtering using tags 2013-12-09 14:01:22 +00:00
Malcolm Noyes 7d7ecc130f Excluide Mbcs from repository 2013-12-09 13:58:16 +00:00
Phil Nash ef95020239 Stop overloading virtualise defined at multiple levels 2013-12-07 09:08:01 +00:00