Commit Graph

  • 003960dc90 Returned to older version of IsStreamable - this time based on code from Martin Moene https://gist.github.com/martinmoene/5418947#file-insertionopdetector-cpp Phil Nash 2013-04-20 23:12:17 +0100
  • 19279250e8 Build 34 includes: - SFINAE version of IsStreamable (where available) - new Text class that replaces LineWrapper (internal) - fix for spurious double exception reporting (#164) Phil Nash 2013-04-20 21:07:32 +0100
  • 2666c96d4e Fixes issue #164 - Removed spurious (re-)throw when catching unexpected exception Phil Nash 2013-04-20 21:04:32 +0100
  • b3acf45d70 Fully committed to new Text class. - moved impl into .hpp - replaced last few uses of LineWrapper with Text - removed LineWrapper Phil Nash 2013-04-20 19:36:40 +0100
  • 97d99852a8 Refactored line wrapping in Text constructor a bit Phil Nash 2013-04-20 18:41:00 +0100
  • d37a8e8f98 Revert "Refactored line wrapping in Text constructor a bit" Phil Nash 2013-04-20 18:40:10 +0100
  • e43d4a2028 Refactored line wrapping in Text constructor a bit Phil Nash 2013-04-20 18:37:42 +0100
  • 54ca219aad Text class is now full replacement for LineWrap Phil Nash 2013-04-20 11:27:28 +0100
  • 7059c6e1c3 Text class mostly working - tabs not yet working Phil Nash 2013-04-19 19:08:32 +0100
  • 052dc18c76 Remove SFINAE support for all unknown compilers Phil Nash 2013-04-18 07:40:19 +0100
  • bd5910ef9f Moved line info in header again Phil Nash 2013-04-17 00:05:25 +0100
  • 5062d3e92b Added (conditional) SFINAE support. Better streamable detection for toString using SFINAE (falls back to non-SFINAE version without) Phil Nash 2013-04-16 22:55:31 +0100
  • 243f2d2caf build 33 Phil Nash 2013-04-12 10:43:06 +0100
  • cd9c72c66f Fixed BrightGreen in ANSI/ Posix case - was yellow :-s Phil Nash 2013-04-09 19:49:58 +0100
  • 1c03b4a363 Exclude VS2005 from using variadic macros - due to issues raised in https://groups.google.com/forum/?fromgroups=#!topic/catch-forum/VGfNtNXjHXQ Phil Nash 2013-04-09 08:19:04 +0100
  • 1ece38ed20 Moved legacy_reporter_adapter files back into internal Phil Nash 2013-04-08 21:36:08 +0100
  • 3bd4241795 Fixed Junit issue with REQUIRE_THROWS - As mentioned by @SebDyn in GitHub issue #5 Phil Nash 2013-04-08 12:05:32 +0100
  • 8764177c0e build 32 Phil Nash 2013-04-08 11:50:41 +0100
  • 7af7451f78 LegacyReporterAdapter unbundles INFO messages from assertion to mimic legacy behaviour - Moved LegacyReporterAdapter out into its own file(s) Phil Nash 2013-04-08 11:44:03 +0100
  • 12c16fff8d Build 31 - new Colour class - Headers are wrapped, with special indentation for given/ when/ then Phil Nash 2013-04-05 20:58:01 +0100
  • 4746caacaf LineWrapper can indent first line differently to subsequent lines - use this to wrap Given/ When/ Then with indent after the : Phil Nash 2013-04-05 20:55:57 +0100
  • f186a912d4 Switched TextColour out for Colour - Removed TextColour Phil Nash 2013-04-05 07:59:28 +0100
  • a3703faa0a First cut of new Colour class (to replace TextColour) Phil Nash 2013-04-05 07:47:36 +0100
  • 7a60425287 Merge fc90fa92ac into 5c7d3d75cc Lukasz Forynski 2013-04-03 07:14:57 -0700
  • fc90fa92ac added basic signal handling: this allows to see how far did we go in our testing if, eg. the code under test hits a seg-fault Lukasz Forynski 2013-04-03 15:02:51 +0100
  • 5c7d3d75cc build 30 Phil Nash 2013-04-01 11:27:10 +0100
  • 2c90533a26 More formatting/ colour tweaks Phil Nash 2013-04-01 11:25:54 +0100
  • 67e9f01d38 Added some more wrap chars Phil Nash 2013-04-01 10:30:36 +0100
  • 2a17ef9081 Use SecondaryText code in lists Phil Nash 2013-03-29 21:55:19 +0000
  • c7e602f3f2 Added SecondaryText colour enum - slightly refactored ConsoleColour as well Phil Nash 2013-03-29 21:39:43 +0000
  • 9d15d36748 Changed Xcode search paths for easier sharing of projects with Windows Phil Nash 2013-03-29 21:39:02 +0000
  • 38f7eef6fe build 29 Phil Nash 2013-03-29 13:44:33 +0000
  • e324d2829d Added -l tags - which lists available tags. - also improved formatting of -l for tests Phil Nash 2013-03-29 11:42:10 +0000
  • d0df295c25 Added vector resizing example to BDD tests Phil Nash 2013-03-28 22:13:57 +0000
  • 15fd032608 Use new line wrapper to show test case list, with tags, in columns Phil Nash 2013-03-28 22:13:31 +0000
  • 9e8abc33e7 Simplified StringWrapper - by changing intoStream to << overload - and removing redundant ctor Phil Nash 2013-03-27 23:36:58 +0000
  • b052bd729a Refactored string wrapper - to be much more flexible (writes to vector) - fixed a couple of bugs Phil Nash 2013-03-27 19:08:16 +0000
  • dd26e889b5 Build 28 Phil Nash 2013-03-25 09:25:31 +0000
  • 016b063ae8 Line numbers changed and test added Phil Nash 2013-03-25 09:25:01 +0000
  • c563f6b1be Wrap expr results if they contain newlines Phil Nash 2013-03-25 09:24:13 +0000
  • 2927c240a1 Fixed line wrap bug Added line wrap tests and modified wrap algo to wrap within words using a - Phil Nash 2013-03-25 09:20:51 +0000
  • 29426b6359 Added vector resize test Phil Nash 2013-03-25 08:47:36 +0000
  • 2e3c5fa2ad Addressed some warnings (mostly MSVC) Phil Nash 2013-03-25 08:46:48 +0000
  • 6ba2057abd refactored toLower Phil Nash 2013-03-22 19:00:42 +0000
  • f4254b8622 Moved scripts into their own folder Phil Nash 2013-03-21 20:54:47 +0000
  • f155366cf2 Updated release script for README changes Phil Nash 2013-03-21 20:48:05 +0000
  • f0a2a213ab Moved title back below logo Phil Nash 2013-03-21 20:02:45 +0000
  • bd102824a9 More markdown formatting Phil Nash 2013-03-21 19:59:56 +0000
  • 336de8667a Reformatted README for markdown Phil Nash 2013-03-21 19:34:56 +0000
  • 3757e15ff4 Added .md extension Phil Nash 2013-03-21 19:29:02 +0000
  • f433940eb4 Try with title Phil Nash 2013-03-21 19:27:11 +0000
  • 5a269418d1 Try lowercase chars Phil Nash 2013-03-21 19:24:25 +0000
  • 22b7921f59 Try as not first line Phil Nash 2013-03-21 19:21:41 +0000
  • f82e436372 Try raw domain Phil Nash 2013-03-21 19:18:18 +0000
  • b1948ec589 Try full path to logo Phil Nash 2013-03-21 19:16:07 +0000
  • 7ce438c5a1 Fixed logo path Phil Nash 2013-03-21 19:14:49 +0000
  • 3f7976665a Added logo to readme Phil Nash 2013-03-21 19:12:21 +0000
  • bd7f797e09 build 27 Phil Nash 2013-03-21 09:00:24 +0000
  • 3453639732 tags can be specified using -t (or as default command) Previously -g had to be used Phil Nash 2013-03-21 08:59:05 +0000
  • 49d7ce40e8 Minor tidy up Phil Nash 2013-03-21 08:58:22 +0000
  • 444f4ddc60 Variadics support for BDD macros (scenarios) Phil Nash 2013-03-16 20:39:19 +0000
  • 9390675260 Build 26 Phil Nash 2013-03-16 20:21:51 +0000
  • a46ee0222a Print ~~~ at start of console output. Some cleanup in the reporter code Phil Nash 2013-03-16 20:19:38 +0000
  • c0b698073e Initial support for variadic macros Phil Nash 2013-03-16 20:18:52 +0000
  • 9c5bbab239 build 25 Phil Nash 2013-03-13 20:54:19 +0000
  • 37186a1d04 Added BDD macros (Also includes regenerated files from previous commits) Phil Nash 2013-03-13 12:19:30 +0000
  • 0db35c0f35 Cleaned up -Wpadded warning handling a bit more Phil Nash 2013-03-13 08:18:30 +0000
  • dc2735c23d Removed some cruft and warnings Phil Nash 2013-03-13 08:04:50 +0000
  • 7542685a2f Moved "no test cases matched" message to reporter Phil Nash 2013-03-12 19:06:40 +0000
  • 6d56d71318 build 24 Phil Nash 2013-03-12 18:49:37 +0000
  • 32e70b2235 Fixes nil NSString issue reported in #159 Phil Nash 2013-03-12 18:49:22 +0000
  • 17479c6e49 Tag and test case name querying are now case insensitive Phil Nash 2013-03-12 18:47:53 +0000
  • d78cfe1275 Tweaked colours again Phil Nash 2013-03-12 18:47:01 +0000
  • 28717bf827 Fix the NSString crash on the correct version of the repo… Graham Lee 2013-03-12 14:34:39 +0000
  • 16fdb0791a merge latest master Graham Lee 2013-03-12 14:31:43 +0000
  • 9413fc4964 Fix a crash where Catch was dereferencing a NULL string. Graham Lee 2013-03-12 13:59:43 +0000
  • 630c38899d Merge 4929d6dde8 into 3df6c0d1b4 Kosta-Github 2013-03-11 11:42:32 -0700
  • 3df6c0d1b4 Refactored ConsoleColour impl. Tweaked the (Windows) colours a bit. Also fixed issue that would cause warnings on some compilers when doing REQUIRE( p ); where p is a pointer. Moved to build 23 Phil Nash 2013-03-11 18:38:29 +0000
  • a04981b450 Build 22 Phil Nash 2013-03-08 09:30:25 +0000
  • e57a56bb28 Converted tabs to spaces in some files where they have crept back in Phil Nash 2013-03-08 09:26:20 +0000
  • 85dff2bce8 Added duplicate method warnings Phil Nash 2013-03-06 20:45:21 +0100
  • 5de07c3a30 Removed unnecessary test Phil Nash 2013-03-06 20:41:02 +0100
  • b7ff995e89 Tidied up some loose ends with reporting test cases and sections (now handles them as a single block). This should fixes an issue where sections not being printed when they should be (and reverses a workaround where they were being printed too much) Phil Nash 2013-03-06 20:40:16 +0100
  • 90b2bfec3d Patched issue where an assert before the first section can cause a set-fault (needs a better fix, though) Phil Nash 2013-03-04 15:06:31 +0100
  • 767f1588dc Added StringMaker (for partially specialising string conversions), extended BDD macros and moved file/line info to top of message. Re-enable ANSI colour by default - hopefully properly excluding Windows this time Phil Nash 2013-03-04 12:19:15 +0100
  • 77751776e9 Merge 8b1f62bb7e into ead139e094 Adam Strzelecki 2013-03-02 05:59:28 -0800
  • 8b1f62bb7e Fix -Wunused-private-field warnings Adam Strzelecki 2013-03-02 14:49:39 +0100
  • ead139e094 Reverted ANSI colour change (it was failing for Windows) Produced build 20 Phil Nash 2013-02-19 19:59:04 +0000
  • 5bdae8456c build 19 Phil Nash 2013-02-19 19:47:18 +0000
  • 10ed1e0e34 Handle section ends in the event of unexpected exceptions Phil Nash 2013-02-19 19:45:09 +0000
  • 3f503851d7 Updated approval file Phil Nash 2013-02-19 18:51:46 +0000
  • 35cb97f5e2 Cleaned up some stray tests Phil Nash 2013-02-19 18:45:06 +0000
  • ca79d19325 Suppress "no test cases matched" message if there was no test spec string Phil Nash 2013-02-19 18:41:57 +0000
  • a8c6543bcc Merged Matcher changes to Objective-C bindings Phil Nash 2013-02-19 08:46:09 +0000
  • 429699e797 Added className to TestCase in Obj-C Phil Nash 2013-02-19 08:39:28 +0000
  • 7455c449ad Added class name to Obj-C test case Phil Nash 2013-02-19 08:34:30 +0000
  • f45e09a416 Default to using colour in unix based terminals Phil Nash 2013-02-19 08:19:00 +0000
  • dbcd833c72 Don't use ANSI colour codes when debugging Phil Nash 2013-02-18 13:02:49 +0000
  • 707c97ed3e Ignore OCTest DerivedData Phil Nash 2013-02-18 13:02:23 +0000
  • 4929d6dde8 Merge branch 'Integration' of https://github.com/philsquared/Catch into Integration Konstantin Baumann 2013-02-18 13:58:09 +0100