Commit Graph

  • c02c7003dc Merged Martin Moene’s “compact reporter” Phil Nash 2014-05-01 07:27:57 +0100
  • 9f1e054a42 Suppress some more warnings Phil Nash 2014-05-01 07:03:06 +0100
  • 57374a1fab Added ability for releaseNotes script to pull github issue titles Phil Nash 2014-04-26 08:34:24 +0100
  • 18845dab7f Added script to extract stub for “release notes” - gets last two commit hashes for the version file, gets the commit logs between those versions and parses out the messages Phil Nash 2014-04-25 06:10:50 +0100
  • 27058d9885 Merge fa2366ba12 into 174049532e Arto Bendiken 2014-04-23 21:36:46 +0000
  • 3c9b550413 Merge 0e6086497d into 174049532e Fraser Hutchison 2014-04-23 21:28:48 +0000
  • 174049532e Build 41 - fixes Phil Nash 2014-04-23 18:19:49 +0100
  • 1a6f2a0a80 Changed the way noexcept support is handled to (hopefully) fix #275 and #273 Phil Nash 2014-04-23 18:19:19 +0100
  • 6b69085974 Merge 0c787f94d0 into aef6cd5332 Adam Strzelecki 2014-04-23 16:58:19 +0000
  • f1928b7f24 Include missing <cstring> header - should fix issue #274 Phil Nash 2014-04-23 17:51:30 +0100
  • aef6cd5332 build 40 - Fixed endianness when converting numbers to hex strings - Added option to show invisibles (/t, /n) in printed strings with -i - moved toString() impls to impl file - avoid allocations for static strings used in reporter Phil Nash 2014-04-23 07:10:10 +0100
  • 31caba4f73 Added test for invisibles Phil Nash 2014-04-23 07:07:27 +0100
  • 328a469c03 Moved tostring impl into catch_tostring.hpp Phil Nash 2014-04-23 07:03:15 +0100
  • 97150f27ac Renamed catch_tostring.hpp catch_tostring.h - in preparation for splitting implementation into catch_tostring.hpp Phil Nash 2014-04-23 06:51:58 +0100
  • 7059b2cdac Added ability to show “invisibles” in strings (just tabs and newline chars, for now). Phil Nash 2014-04-22 18:23:42 +0100
  • f219194199 Replace some static strings with static char*s for leak detection friendliness (h/t #272) Phil Nash 2014-04-22 17:54:29 +0100
  • 0c787f94d0 Fix: CATCH_NOEXCEPT redefined warning Adam Strzelecki 2014-04-22 18:16:50 +0200
  • 48153e8e10 Considers endianness when printing raw memory into a string Phil Nash 2014-04-22 08:19:11 +0100
  • 878c257de7 Merge pull request #255 from johannesmoene/fix-python-print Phil Nash 2014-04-21 19:15:44 +0100
  • 6da62d21f5 Merge branch 'master' of github.com:philsquared/Catch Phil Nash 2014-04-21 19:03:19 +0100
  • a020865990 Sections are, once again, eagerly entered. When the section tracking code was rewritten a while back to simplify and iron out some bugs the order of evaluation was changed so that each new section was skipped on the first run through. This had unwelcome consequences for some people. This commit restores the original semantics (while maintaining the simpler, less buggy, new code). Phil Nash 2014-04-21 19:02:38 +0100
  • 463f7bdf65 Merge pull request #260 from paleozogt/patch-1 Phil Nash 2014-04-18 18:33:46 +0100
  • d7e1790347 Merge branch 'master' of https://github.com/gnzlbg/Catch Phil Nash 2014-04-18 08:49:35 +0100
  • 9d469b6cb5 build 37 Phil Nash 2014-04-18 08:30:31 +0100
  • 7303b2b60e Changed branchName to char*, as per #266 Phil Nash 2014-04-18 08:28:52 +0100
  • cfc37b5fe9 Merge branch 'master' of github.com:philsquared/Catch Phil Nash 2014-04-18 08:28:13 +0100
  • 41d3f2b88b Merge pull request #269 from alexander-manenko/master Phil Nash 2014-04-18 08:17:37 +0100
  • 6c4a7cdd64 Renamed XCode4 folder to just XCode (It’s been Xcode 5 for a long time, now, anyway) Phil Nash 2014-04-17 07:38:10 +0100
  • 970127e488 Removed some unnecessary core macros Phil Nash 2014-04-16 18:01:31 +0100
  • 87891cf38b Updated approval tests baselines Phil Nash 2014-04-16 18:00:55 +0100
  • 3c34d65b5c Doc tweaks Phil Nash 2014-04-16 08:18:06 +0100
  • 94f47d5f8c Updated docs with new [!throws] behaviour Phil Nash 2014-04-16 07:58:09 +0100
  • 20cad7cb1d Tags beginning with a non alpha-numeric character are now disallowed. Added !throws special tag which denotes a test case to be skipped when run with -e (the idea being that the test case is expected to throw an exception which is not caught within a XXX_THROWS assertion). Phil Nash 2014-04-15 18:44:37 +0100
  • c5406a25bf build 35 Phil Nash 2014-04-12 19:21:08 +0100
  • 1bccc03213 Secondary fix for #270 (addresses same issue with CHECK) Phil Nash 2014-04-12 19:20:46 +0100
  • a176b93738 Fix for #270 (REQUIRE continues if test throws an exception). Phil Nash 2014-04-12 19:07:24 +0100
  • e9d35377fa re-approved following recent command line description tweak Phil Nash 2014-04-12 19:05:03 +0100
  • 3627ee6f2e Fix build issue with TchRunnerMainView in XCode 5 Alexander Manenko 2014-03-30 18:33:40 +0300
  • 4501105558 added user hooks to notify start and end of test cases François Moisan 2014-03-26 11:00:56 -0400
  • d334423d66 Merge 527a84a467 into af8cd98f20 François Moisan 2014-03-25 19:43:07 +0000
  • 527a84a467 fix coding style deviations François Moisan 2014-03-25 15:42:07 -0400
  • 36bed7af00 add user hooks to notify start and end of test cases François Moisan 2014-03-25 14:51:08 -0400
  • af8cd98f20 New version of Clara that fixes operator= issue with ref member (#265) Phil Nash 2014-03-24 18:15:04 +0000
  • d38f602623 Merge 48064ca589 into 472dc2a61f Malcolm Noyes 2014-03-24 11:07:26 +0000
  • 48064ca589 Merge build 32 Malcolm Noyes 2014-03-24 11:07:10 +0000
  • ce6598599b Conditionally removes usage of deprecated features gnzlbg 2014-03-20 12:48:19 +0100
  • bc783567a4 Merge 21edb3c7a4 into 472dc2a61f gnzlbg 2014-03-20 12:30:58 +0000
  • 21edb3c7a4 Add CATCH_NOEXCEPT macro gnzlbg 2014-03-20 12:48:19 +0100
  • fa2366ba12 Fixed -Wunused-value warnings from Clang 3.4 in THROWS/NOTHROW use. Arto Bendiken 2014-03-20 04:09:36 +0100
  • 72e96d9d04 GIT_EXECUTABLE undefined Aaron Simmons 2014-03-17 14:39:34 -0600
  • 472dc2a61f New version of Clara - interface changed slightly - moved clara.h and tbc_text_format.h into “external” folder Phil Nash 2014-03-17 18:40:58 +0000
  • f9df35b12b Fixed instance of Clara::_ placeholder when using CATCH_CONFIG_RUNNER Phil Nash 2014-03-10 18:02:18 +0000
  • a0c5242d8b Fix python print Malcolm Noyes 2014-03-10 12:37:47 +0000
  • 7a6a230f74 Merge build 30 Malcolm Noyes 2014-03-10 12:02:14 +0000
  • 77c9edfcdb Fix python scripts for python 3 (print now a function rather than a keyword) Martin Moene 2014-03-08 11:31:38 +0100
  • 91ea20c4cc Change <> to != Martin Moene 2014-03-08 11:31:11 +0100
  • 0e6086497d Fixed unresolved Clara::UnpositionalTag linker error. Fraser Hutchison 2014-03-07 21:49:50 +0000
  • 70178026e6 Added trivial test executable which doesn't use Catch's main() function. Fraser Hutchison 2014-03-07 21:48:46 +0000
  • d79f647be0 Merge 29e965cc25 into dd2810d60a Fraser Hutchison 2014-03-07 19:55:58 +0000
  • 29e965cc25 Merge branch 'master' of github.com:Fraser999/Catch Fraser Hutchison 2014-03-07 19:55:45 +0000
  • dd2810d60a build 30 - with Clara fix for null deref crash Phil Nash 2014-03-07 06:58:33 +0000
  • 04f994a8fc Updated VS2010 project (removed CmdLineTests.cpp) Phil Nash 2014-03-07 06:53:30 +0000
  • 9abb27676d Fix problem (hopefully) with single source definitions from Clara - define CLARA_CONFIG_MAIN in the right place Phil Nash 2014-03-06 21:53:34 +0000
  • 9b4c7fa0f7 Updated cmake file with command line test removal Phil Nash 2014-03-06 08:21:47 +0000
  • 8cd1b31931 Merge branch 'master' of github.com:philsquared/Catch Phil Nash 2014-03-06 08:18:06 +0000
  • fd879f7e77 Build 28 - new version of Clara - removed command line tests Phil Nash 2014-03-06 08:17:24 +0000
  • b9fea75109 New version of Clara. - updated command line setup with new API - updated STITCH macros - force embedded Clara to use Catch’s console width (but restore it after) - remove command line tests (as these have now moved into the Clara project) Phil Nash 2014-03-06 08:16:06 +0000
  • 174ada4caf Merge pull request #251 from ThatOtherPerson/patch-1 Phil Nash 2014-03-06 07:42:11 +0000
  • e6ee29a925 Highlight block as C++ David Beckley 2014-03-05 16:46:20 -0800
  • 3abcb2038c Merge build 27 Malcolm Noyes 2014-03-05 09:30:33 +0000
  • 1f1ee3c63d New version of Clara - Clara now built with new stitch script (based on generateSingleInclude) - also fixed python scripts for python 3 (print now a function rather than a keyword) Phil Nash 2014-03-01 10:38:14 +0000
  • 0c71bc3eab Add tests for single include Malcolm Noyes 2014-02-21 14:21:55 +0000
  • 434f8c9b9f Refactor to fix single include Malcolm Noyes 2014-02-21 13:04:11 +0000
  • 04acaebe74 Update to build 26 Malcolm Noyes 2014-02-20 15:49:51 +0000
  • 30512c4d5d fix generateSingleHeader.py script Kosta 2014-02-18 12:27:54 +0100
  • ced3b899e3 Merge 487cf9529e into 1c2fbe146b Kosta 2014-02-12 09:36:47 +0100
  • 487cf9529e add support for durations threshold Kosta 2014-02-12 09:30:07 +0100
  • 8a24ae4ff4 Merge b0f3dda808 into 1c2fbe146b Kosta 2014-02-12 09:01:40 +0100
  • b0f3dda808 re-add VS2012 project and solution files Kosta 2014-02-12 08:58:29 +0100
  • 1c2fbe146b build 26 Phil Nash 2014-02-11 18:12:41 +0000
  • f899552d52 updated single include test project Phil Nash 2014-02-11 18:12:31 +0000
  • d29cbecfa5 Updated single include generator to allow for embedded micro-libraries Phil Nash 2014-02-11 18:11:37 +0000
  • 5845ae94aa Added private assignment operator to fix VS2010 issue - thanks to Kosta (#239) Phil Nash 2014-02-11 18:11:06 +0000
  • b15726beba Added #include for <memory> to Clara - thanks again, Martin Phil Nash 2014-02-11 17:45:15 +0000
  • 160b74d6c7 … and <stdexcept> Phil Nash 2014-02-11 17:41:11 +0000
  • 633feaa4a6 Added #include <algorithm> to clara.h - thanks Martin Phil Nash 2014-02-11 17:40:11 +0000
  • 07760a6ed4 Merge 07a473b4f1 into 0dc49d1b57 Kosta 2014-02-11 14:36:16 +0100
  • 07a473b4f1 more updates of VS2012 project files Kosta 2014-02-11 14:36:12 +0100
  • c3af4b0ebf std::runtime_error and std::logic_error require the <stdexcept> header file Kosta 2014-02-11 13:39:27 +0100
  • 448133c014 fix VS2012 solution file and add more missing includes to clara.h Kosta 2014-02-11 13:35:54 +0100
  • 508dfe0886 provide a VS2012 project and fix 2 compilation issues for VS2012 Kosta 2014-02-11 13:23:49 +0100
  • 0dc49d1b57 Extracted stand-alone micro-library, tbc_text_format.h, from catch_text.h. - use this version in clara.h so clara can stand alone. Phil Nash 2014-02-11 06:32:56 +0000
  • b756243935 Fixed some comments Phil Nash 2014-02-10 17:31:31 +0000
  • c98a97cf90 Tweaked Cliche macros/ names Phil Nash 2014-02-10 17:30:12 +0000
  • 4554155e3d Made Clara a “Cliche” header, which will be usable independently of Catch. - This is just a first step. It still has a dependency on catch_text.h, which also needs to be made a Cliche header. - These then need their own homes on GitHub. Phil Nash 2014-02-10 17:20:30 +0000
  • b57424b66e Merge f33932de2c into 7eb5acc183 Fraser Hutchison 2014-02-05 15:15:45 +0000
  • b6e8d87c75 Generate single include at build 25 Malcolm Noyes 2014-01-23 10:59:52 +0000
  • 5cddabdc9c Add overload to 'print' void* correctly Malcolm Noyes 2014-01-23 10:36:40 +0000
  • d839203b50 fix: a copy paste gone wrong sevas 2014-01-14 18:29:18 +0100
  • 9c6ab62b86 Added windows-specific fixes, because strftime's implementation is different. sevas 2014-01-14 17:58:37 +0100