Commit Graph

  • be8fd82f20 Started nudging ConfigData towards new layout Phil Nash 2013-05-29 08:12:57 +0100
  • f6892bfdf0 Listing is now in terms of interface (and calls to bool functions) Phil Nash 2013-05-29 07:59:01 +0100
  • 6b8837bd93 Final refactoring to remove direct access to encapsulated ConfigData once in Config Phil Nash 2013-05-28 19:07:29 +0100
  • 43fe6c6e9e Main() functions deal with raw ConfigData Phil Nash 2013-05-28 18:59:29 +0100
  • ca9b92f8fa Most of system now uses Ptr<IConfig const> Phil Nash 2013-05-28 18:51:53 +0100
  • e1459955f1 Refactoring towards interface based config Phil Nash 2013-05-28 18:39:32 +0100
  • 10fa0593db Moved Clara into its (her?) own file Phil Nash 2013-05-27 10:52:58 +0100
  • 1e547afe79 Tweaked some option names and added verbosity Phil Nash 2013-05-24 19:23:44 +0100
  • ab6dd55fcf Clara: formatting and code tweaks Phil Nash 2013-05-23 19:01:10 +0100
  • b7632659f5 Clara: Usage strings for args Phil Nash 2013-05-21 19:21:24 +0100
  • ed79d726be Clara: support for positional arguments Phil Nash 2013-05-21 08:15:50 +0100
  • 30cb460d42 Clara: added test for positional arg Phil Nash 2013-05-20 18:45:33 +0100
  • 3dde25be7d Clara: support for binary functions Phil Nash 2013-05-20 18:40:51 +0100
  • d44f2cf40f Added binding to free functions (and renamed hierarchy) Phil Nash 2013-05-20 08:31:12 +0100
  • d4305377b7 Fixed inconsistency in reporting of _FALSE (negated) expressions Phil Nash 2013-05-17 19:35:33 +0100
  • 374335fc84 Approved current output Phil Nash 2013-05-17 08:18:42 +0100
  • 6574f639a3 Refactored CLI tests and converted main one into a scenario Phil Nash 2013-05-17 08:00:57 +0100
  • 8d1100daa6 Clara: added -r option Phil Nash 2013-05-17 07:43:58 +0100
  • 8333e644f2 Clara: some refactoring - moved all internal stuff into Detail - moved Parser out of CommandLine, encapsulates tokens. - allow unused tokens to be feed into different CommandLine processors Phil Nash 2013-05-16 19:07:50 +0100
  • 58846c395c Clara: Added support for compact short opts (e.g. -peb) Phil Nash 2013-05-16 08:21:13 +0100
  • 372a8b018d New CLI parser impl Phil Nash 2013-05-15 19:25:34 +0100
  • 597ed1f79d handle TEST_CASE_METHOD macro consistently - internally define INTERNAL_CATCH_TEST_CASE_METHOD Phil Nash 2013-05-14 19:31:21 +0100
  • 31cd3a844e Updated readme to remove reference to the downloads section Phil Nash 2013-05-13 08:24:57 +0100
  • 0c5626962a test case for infinite loop Phil Nash 2013-05-13 08:20:45 +0100
  • 11e55161e1 Some refactoring of Clara impl and experimental string based interface Phil Nash 2013-05-07 18:53:14 +0100
  • e2f93b6507 Clara: Allow space separator, as well as : and = Phil Nash 2013-05-03 08:08:46 +0100
  • a13ab71cbf Clara: Some renames and changed the addOption interface Phil Nash 2013-05-02 18:41:08 +0100
  • ed45ceb786 Added support for binding to methods and generating usage strings. Also renamed namespace to Clara Phil Nash 2013-05-01 19:01:48 +0100
  • 46846a47f3 More CmdLine work - Support for non string values - Support for chaining parsers Phil Nash 2013-04-29 19:26:18 +0100
  • 26ae11774b First draft of future opt parser lib Phil Nash 2013-04-27 12:26:13 +0100
  • 7293c9785a header builder script writes to file rather than stdout Phil Nash 2013-04-24 20:19:05 +0100
  • 8defc71e6d Build 38 Phil Nash 2013-04-24 19:10:02 +0100
  • 2278451cd2 Refactored scripts to start using a common file Phil Nash 2013-04-24 18:58:57 +0100
  • 1309da2b55 approved changes relating to no-return functions Phil Nash 2013-04-24 18:51:34 +0100
  • bf37e6879a Removed use of compiler specific techniques for denoting non-returning functions - use if( Catch::isTrue( true) ) to guard throws instead Phil Nash 2013-04-23 20:52:49 +0100
  • 2a9d8d9e36 Changed "const X ref"s to "X const ref"s - Brought older code up to current convention (with the help of a Python script) Phil Nash 2013-04-23 18:58:56 +0100
  • d0d4d93a6b Build 37 - string matchers work with NULLs - removed stray CATCH_CONFIG_SFINAE for GCC 3 Phil Nash 2013-04-23 08:02:48 +0100
  • 06548a5b61 Fix for #144 - string matchers now work with NULLs Phil Nash 2013-04-23 07:59:56 +0100
  • c887d1a167 Removed rogue CATCH_CONFIG_SFINAE for GCC 3.x Phil Nash 2013-04-22 22:20:42 +0100
  • 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 +0100
  • 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 +0100
  • dd52044374 Build 35 - non-SFINAE IsStreamInsertable Phil Nash 2013-04-20 23:20:05 +0100
  • 9fff9e47d3 Complete disable CATCH_SFINAE for now Phil Nash 2013-04-20 23:18:44 +0100
  • 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