Commit Graph

  • 06548a5b61 Fix for #144 - string matchers now work with NULLs Phil Nash 2013-04-23 07:59:56 +01:00
  • c887d1a167 Removed rogue CATCH_CONFIG_SFINAE for GCC 3.x Phil Nash 2013-04-22 22:20:42 +01:00
  • 471eba2c32 Build 36 - incorporation of pull request #154 to allow comparison with nullptr_t - some compiler capability tweaks Phil Nash 2013-04-22 18:55:12 +01:00
  • 4dd3f68dd9 Compiler capabilities clean-up - renamed CATCH_SFINAE -> CATCH_CONFIG_SFINAE - moved variadic macros detection into catch_compiler_capabilities.h Phil Nash 2013-04-22 08:19:17 +01:00
  • dd52044374 Build 35 - non-SFINAE IsStreamInsertable Phil Nash 2013-04-20 23:20:05 +01:00
  • 9fff9e47d3 Complete disable CATCH_SFINAE for now Phil Nash 2013-04-20 23:18:44 +01:00
  • 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 +01:00
  • 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 +01:00
  • 2666c96d4e Fixes issue #164 - Removed spurious (re-)throw when catching unexpected exception Phil Nash 2013-04-20 21:04:32 +01:00
  • 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 +01:00
  • 97d99852a8 Refactored line wrapping in Text constructor a bit Phil Nash 2013-04-20 18:41:00 +01:00
  • d37a8e8f98 Revert "Refactored line wrapping in Text constructor a bit" Phil Nash 2013-04-20 18:40:10 +01:00
  • e43d4a2028 Refactored line wrapping in Text constructor a bit Phil Nash 2013-04-20 18:37:42 +01:00
  • 54ca219aad Text class is now full replacement for LineWrap Phil Nash 2013-04-20 11:27:28 +01:00
  • 7059c6e1c3 Text class mostly working - tabs not yet working Phil Nash 2013-04-19 19:08:32 +01:00
  • 052dc18c76 Remove SFINAE support for all unknown compilers Phil Nash 2013-04-18 07:40:19 +01:00
  • bd5910ef9f Moved line info in header again Phil Nash 2013-04-17 00:05:25 +01:00
  • 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 +01:00
  • 243f2d2caf build 33 Phil Nash 2013-04-12 10:43:06 +01:00
  • cd9c72c66f Fixed BrightGreen in ANSI/ Posix case - was yellow :-s Phil Nash 2013-04-09 19:49:58 +01:00
  • 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 +01:00
  • 1ece38ed20 Moved legacy_reporter_adapter files back into internal Phil Nash 2013-04-08 21:36:08 +01:00
  • 3bd4241795 Fixed Junit issue with REQUIRE_THROWS - As mentioned by @SebDyn in GitHub issue #5 Phil Nash 2013-04-08 12:05:32 +01:00
  • 8764177c0e build 32 Phil Nash 2013-04-08 11:50:41 +01:00
  • 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 +01:00
  • 12c16fff8d Build 31 - new Colour class - Headers are wrapped, with special indentation for given/ when/ then Phil Nash 2013-04-05 20:58:01 +01:00
  • 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 +01:00
  • f186a912d4 Switched TextColour out for Colour - Removed TextColour Phil Nash 2013-04-05 07:59:28 +01:00
  • a3703faa0a First cut of new Colour class (to replace TextColour) Phil Nash 2013-04-05 07:47:36 +01:00
  • 5c7d3d75cc build 30 Phil Nash 2013-04-01 11:27:10 +01:00
  • 2c90533a26 More formatting/ colour tweaks Phil Nash 2013-04-01 11:25:54 +01:00
  • 67e9f01d38 Added some more wrap chars Phil Nash 2013-04-01 10:30:36 +01:00
  • 2a17ef9081 Use SecondaryText code in lists Phil Nash 2013-03-29 21:55:19 +00:00
  • c7e602f3f2 Added SecondaryText colour enum - slightly refactored ConsoleColour as well Phil Nash 2013-03-29 21:39:43 +00:00
  • 9d15d36748 Changed Xcode search paths for easier sharing of projects with Windows Phil Nash 2013-03-29 21:39:02 +00:00
  • 38f7eef6fe build 29 Phil Nash 2013-03-29 13:44:33 +00:00
  • e324d2829d Added -l tags - which lists available tags. - also improved formatting of -l for tests Phil Nash 2013-03-29 11:42:10 +00:00
  • d0df295c25 Added vector resizing example to BDD tests Phil Nash 2013-03-28 22:13:57 +00:00
  • 15fd032608 Use new line wrapper to show test case list, with tags, in columns Phil Nash 2013-03-28 22:13:31 +00:00
  • 9e8abc33e7 Simplified StringWrapper - by changing intoStream to << overload - and removing redundant ctor Phil Nash 2013-03-27 23:36:58 +00:00
  • 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 +00:00
  • dd26e889b5 Build 28 Phil Nash 2013-03-25 09:25:31 +00:00
  • 016b063ae8 Line numbers changed and test added Phil Nash 2013-03-25 09:25:01 +00:00
  • c563f6b1be Wrap expr results if they contain newlines Phil Nash 2013-03-25 09:24:13 +00:00
  • 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 +00:00
  • 29426b6359 Added vector resize test Phil Nash 2013-03-25 08:47:36 +00:00
  • 2e3c5fa2ad Addressed some warnings (mostly MSVC) Phil Nash 2013-03-25 08:46:48 +00:00
  • 6ba2057abd refactored toLower Phil Nash 2013-03-22 19:00:42 +00:00
  • f4254b8622 Moved scripts into their own folder Phil Nash 2013-03-21 20:54:47 +00:00
  • f155366cf2 Updated release script for README changes Phil Nash 2013-03-21 20:48:05 +00:00
  • f0a2a213ab Moved title back below logo Phil Nash 2013-03-21 20:02:45 +00:00
  • bd102824a9 More markdown formatting Phil Nash 2013-03-21 19:59:56 +00:00
  • 336de8667a Reformatted README for markdown Phil Nash 2013-03-21 19:34:56 +00:00
  • 3757e15ff4 Added .md extension Phil Nash 2013-03-21 19:29:02 +00:00
  • f433940eb4 Try with title Phil Nash 2013-03-21 19:27:11 +00:00
  • 5a269418d1 Try lowercase chars Phil Nash 2013-03-21 19:24:25 +00:00
  • 22b7921f59 Try as not first line Phil Nash 2013-03-21 19:21:41 +00:00
  • f82e436372 Try raw domain Phil Nash 2013-03-21 19:18:18 +00:00
  • b1948ec589 Try full path to logo Phil Nash 2013-03-21 19:16:07 +00:00
  • 7ce438c5a1 Fixed logo path Phil Nash 2013-03-21 19:14:49 +00:00
  • 3f7976665a Added logo to readme Phil Nash 2013-03-21 19:12:21 +00:00
  • bd7f797e09 build 27 Phil Nash 2013-03-21 09:00:24 +00:00
  • 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 +00:00
  • 49d7ce40e8 Minor tidy up Phil Nash 2013-03-21 08:58:22 +00:00
  • 444f4ddc60 Variadics support for BDD macros (scenarios) Phil Nash 2013-03-16 20:39:19 +00:00
  • 9390675260 Build 26 Phil Nash 2013-03-16 20:21:51 +00:00
  • a46ee0222a Print ~~~ at start of console output. Some cleanup in the reporter code Phil Nash 2013-03-16 20:19:38 +00:00
  • c0b698073e Initial support for variadic macros Phil Nash 2013-03-16 20:18:52 +00:00
  • 9c5bbab239 build 25 Phil Nash 2013-03-13 20:54:19 +00:00
  • 37186a1d04 Added BDD macros (Also includes regenerated files from previous commits) Phil Nash 2013-03-13 12:19:30 +00:00
  • 0db35c0f35 Cleaned up -Wpadded warning handling a bit more Phil Nash 2013-03-13 08:18:30 +00:00
  • dc2735c23d Removed some cruft and warnings Phil Nash 2013-03-13 08:04:50 +00:00
  • 7542685a2f Moved "no test cases matched" message to reporter Phil Nash 2013-03-12 19:06:40 +00:00
  • 6d56d71318 build 24 Phil Nash 2013-03-12 18:49:37 +00:00
  • 32e70b2235 Fixes nil NSString issue reported in #159 Phil Nash 2013-03-12 18:49:22 +00:00
  • 17479c6e49 Tag and test case name querying are now case insensitive Phil Nash 2013-03-12 18:47:53 +00:00
  • d78cfe1275 Tweaked colours again Phil Nash 2013-03-12 18:47:01 +00:00
  • 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 +00:00
  • a04981b450 Build 22 Phil Nash 2013-03-08 09:30:25 +00:00
  • e57a56bb28 Converted tabs to spaces in some files where they have crept back in Phil Nash 2013-03-08 09:26:20 +00:00
  • 85dff2bce8 Added duplicate method warnings Phil Nash 2013-03-06 20:45:21 +01:00
  • 5de07c3a30 Removed unnecessary test Phil Nash 2013-03-06 20:41:02 +01:00
  • 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 +01:00
  • 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 +01:00
  • 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 +01:00
  • ead139e094 Reverted ANSI colour change (it was failing for Windows) Produced build 20 Phil Nash 2013-02-19 19:59:04 +00:00
  • 5bdae8456c build 19 Phil Nash 2013-02-19 19:47:18 +00:00
  • 10ed1e0e34 Handle section ends in the event of unexpected exceptions Phil Nash 2013-02-19 19:45:09 +00:00
  • 3f503851d7 Updated approval file Phil Nash 2013-02-19 18:51:46 +00:00
  • 35cb97f5e2 Cleaned up some stray tests Phil Nash 2013-02-19 18:45:06 +00:00
  • ca79d19325 Suppress "no test cases matched" message if there was no test spec string Phil Nash 2013-02-19 18:41:57 +00:00
  • a8c6543bcc Merged Matcher changes to Objective-C bindings Phil Nash 2013-02-19 08:46:09 +00:00
  • 429699e797 Added className to TestCase in Obj-C Phil Nash 2013-02-19 08:39:28 +00:00
  • 7455c449ad Added class name to Obj-C test case Phil Nash 2013-02-19 08:34:30 +00:00
  • f45e09a416 Default to using colour in unix based terminals Phil Nash 2013-02-19 08:19:00 +00:00
  • dbcd833c72 Don't use ANSI colour codes when debugging Phil Nash 2013-02-18 13:02:49 +00:00
  • 707c97ed3e Ignore OCTest DerivedData Phil Nash 2013-02-18 13:02:23 +00:00
  • d768b1b7f9 Fixed sticky INFO (which persisted across TEST_CASEs) from #152 and generated build 18 Phil Nash 2013-02-04 00:05:16 +00:00
  • fb944f2b6b Updated message tests to reflect slightly changed semantics Phil Nash 2013-02-02 20:46:55 +00:00
  • a2773810db Build 17 - includes reworking of message/ info handling Phil Nash 2013-02-02 20:37:58 +00:00