1. cb60d13 Runner -> RunContext, Runner2 -> Runner and fixed issue with processName by Phil Nash · 11 years ago
  2. 2ed56c4 Removed legacy cli parser by Phil Nash · 11 years ago
  3. aee9b75 Now fully switched over to Clara-based command line with modified args by Phil Nash · 11 years ago
  4. 0514fe4 Got parseCommandLine ready to use new Clara (but not doing so yet) by Phil Nash · 11 years ago
  5. c9f0f55 Last changes to ConfigData names (for now) by Phil Nash · 11 years ago
  6. 40e5297 Removed stream name from config by Phil Nash · 11 years ago
  7. 3f184e2 ConfigData now looks virtually identical to the Clara test Config by Phil Nash · 11 years ago
  8. 20ddb00 ConfigData just keeps strings for test names/ specs/ tags (processed in Config actor) by Phil Nash · 11 years ago
  9. c2ca80d Config refactoring: split List enum into three bools by Phil Nash · 11 years ago
  10. 3c3beb5 More config refactoring by Phil Nash · 11 years ago
  11. be8fd82 Started nudging ConfigData towards new layout by Phil Nash · 11 years ago
  12. ca9b92f Most of system now uses Ptr<IConfig const> by Phil Nash · 11 years ago
  13. e145995 Refactoring towards interface based config by Phil Nash · 11 years ago
  14. 10fa059 Moved Clara into its (her?) own file by Phil Nash · 11 years ago
  15. 1e547af Tweaked some option names and added verbosity by Phil Nash · 11 years ago
  16. ab6dd55 Clara: formatting and code tweaks by Phil Nash · 11 years ago
  17. b763265 Clara: Usage strings for args by Phil Nash · 11 years ago
  18. ed79d72 Clara: support for positional arguments by Phil Nash · 11 years ago
  19. 30cb460 Clara: added test for positional arg by Phil Nash · 11 years ago
  20. 3dde25b Clara: support for binary functions by Phil Nash · 11 years ago
  21. d44f2cf Added binding to free functions (and renamed hierarchy) by Phil Nash · 11 years ago
  22. d430537 Fixed inconsistency in reporting of _FALSE (negated) expressions by Phil Nash · 11 years ago
  23. 374335f Approved current output by Phil Nash · 11 years ago
  24. 6574f63 Refactored CLI tests and converted main one into a scenario by Phil Nash · 11 years ago
  25. 8d1100d Clara: added -r option by Phil Nash · 11 years ago
  26. 8333e64 Clara: some refactoring by Phil Nash · 11 years ago
  27. 58846c3 Clara: Added support for compact short opts (e.g. -peb) by Phil Nash · 11 years ago
  28. 372a8b0 New CLI parser impl by Phil Nash · 11 years ago
  29. 597ed1f handle TEST_CASE_METHOD macro consistently by Phil Nash · 11 years ago
  30. 0c56269 test case for infinite loop by Phil Nash · 11 years ago
  31. 11e5516 Some refactoring of Clara impl and experimental string based interface by Phil Nash · 11 years ago
  32. e2f93b6 Clara: Allow space separator, as well as : and = by Phil Nash · 11 years ago
  33. a13ab71 Clara: Some renames and changed the addOption interface by Phil Nash · 11 years ago
  34. ed45ceb Added support for binding to methods and generating usage strings. by Phil Nash · 11 years ago
  35. 46846a4 More CmdLine work - Support for non string values - Support for chaining parsers by Phil Nash · 11 years ago
  36. 26ae117 First draft of future opt parser lib by Phil Nash · 11 years ago
  37. 8defc71 Build 38 by Phil Nash · 11 years ago
  38. 1309da2 approved changes relating to no-return functions by Phil Nash · 11 years ago
  39. bf37e68 Removed use of compiler specific techniques for denoting non-returning functions by Phil Nash · 12 years ago
  40. d0d4d93 Build 37 by Phil Nash · 12 years ago
  41. 06548a5 Fix for #144 - string matchers now work with NULLs by Phil Nash · 12 years ago
  42. 471eba2 Build 36 by Phil Nash · 12 years ago
  43. 4dd3f68 Compiler capabilities clean-up by Phil Nash · 12 years ago
  44. dd52044 Build 35 - non-SFINAE IsStreamInsertable by Phil Nash · 12 years ago
  45. 003960d Returned to older version of IsStreamable by Phil Nash · 12 years ago
  46. 1927925 Build 34 by Phil Nash · 12 years ago
  47. 2666c96 Fixes issue #164 by Phil Nash · 12 years ago
  48. b3acf45 Fully committed to new Text class. by Phil Nash · 12 years ago
  49. d37a8e8 Revert "Refactored line wrapping in Text constructor a bit" by Phil Nash · 12 years ago
  50. e43d4a2 Refactored line wrapping in Text constructor a bit by Phil Nash · 12 years ago
  51. 54ca219 Text class is now full replacement for LineWrap by Phil Nash · 12 years ago
  52. 7059c6e Text class mostly working - tabs not yet working by Phil Nash · 12 years ago
  53. 052dc18 Remove SFINAE support for all unknown compilers by Phil Nash · 12 years ago
  54. 5062d3e Added (conditional) SFINAE support. by Phil Nash · 12 years ago
  55. 243f2d2 build 33 by Phil Nash · 12 years ago
  56. 3bd4241 Fixed Junit issue with REQUIRE_THROWS by Phil Nash · 12 years ago
  57. 8764177 build 32 by Phil Nash · 12 years ago
  58. 12c16ff Build 31 by Phil Nash · 12 years ago
  59. 4746caa LineWrapper can indent first line differently to subsequent lines by Phil Nash · 12 years ago
  60. a3703fa First cut of new Colour class (to replace TextColour) by Phil Nash · 12 years ago
  61. 5c7d3d7 build 30 by Phil Nash · 12 years ago
  62. 9d15d36 Changed Xcode search paths for easier sharing of projects with Windows by Phil Nash · 12 years ago
  63. e324d28 Added -l tags by Phil Nash · 12 years ago
  64. 15fd032 Use new line wrapper to show test case list, with tags, in columns by Phil Nash · 12 years ago
  65. b052bd7 Refactored string wrapper by Phil Nash · 12 years ago
  66. 016b063 Line numbers changed and test added by Phil Nash · 12 years ago
  67. 2927c24 Fixed line wrap bug by Phil Nash · 12 years ago
  68. 29426b6 Added vector resize test by Phil Nash · 12 years ago
  69. 2e3c5fa Addressed some warnings (mostly MSVC) by Phil Nash · 12 years ago
  70. 6ba2057 refactored toLower by Phil Nash · 12 years ago
  71. bd7f797 build 27 by Phil Nash · 12 years ago
  72. 49d7ce4 Minor tidy up by Phil Nash · 12 years ago
  73. 9390675 Build 26 by Phil Nash · 12 years ago
  74. c0b6980 Initial support for variadic macros by Phil Nash · 12 years ago
  75. 9c5bbab build 25 by Phil Nash · 12 years ago
  76. 37186a1 Added BDD macros (Also includes regenerated files from previous commits) by Phil Nash · 12 years ago
  77. 0db35c0 Cleaned up -Wpadded warning handling a bit more by Phil Nash · 12 years ago
  78. dc2735c Removed some cruft and warnings by Phil Nash · 12 years ago
  79. 7542685 Moved "no test cases matched" message to reporter by Phil Nash · 12 years ago
  80. 6d56d71 build 24 by Phil Nash · 12 years ago
  81. 3df6c0d Refactored ConsoleColour impl. Tweaked the (Windows) colours a bit. by Phil Nash · 12 years ago
  82. a04981b Build 22 by Phil Nash · 12 years ago
  83. 5de07c3 Removed unnecessary test by Phil Nash · 12 years ago
  84. b7ff995 Tidied up some loose ends with reporting test cases and sections (now handles them as a single block). by Phil Nash · 12 years ago
  85. 90b2bfe Patched issue where an assert before the first section can cause a set-fault (needs a better fix, though) by Phil Nash · 12 years ago
  86. 767f158 Added StringMaker (for partially specialising string conversions), extended BDD macros and moved file/line info to top of message. by Phil Nash · 12 years ago
  87. ead139e Reverted ANSI colour change (it was failing for Windows) Produced build 20 by Phil Nash · 12 years ago
  88. 10ed1e0 Handle section ends in the event of unexpected exceptions by Phil Nash · 12 years ago
  89. 3f50385 Updated approval file by Phil Nash · 12 years ago
  90. 35cb97f Cleaned up some stray tests by Phil Nash · 12 years ago
  91. a8c6543 Merged Matcher changes to Objective-C bindings by Phil Nash · 12 years ago
  92. d768b1b Fixed sticky INFO (which persisted across TEST_CASEs) from #152 and generated build 18 by Phil Nash · 12 years ago
  93. fb944f2 Updated message tests to reflect slightly changed semantics by Phil Nash · 12 years ago
  94. 207b27b Changed the way info messages are handled. by Phil Nash · 12 years ago
  95. 67ccd8d Allows console line width to be configured (and defaults to 80). by Phil Nash · 12 years ago
  96. 3ce320d More console reporter tweaks by Phil Nash · 12 years ago
  97. b588755 Tweaked console reporter some more by Phil Nash · 12 years ago
  98. 10e8917 Dropped "Test case" and "Section" prefixes in test report headers by Phil Nash · 12 years ago
  99. 5a60ce2 console reporter: got rid of spurious blank lines by Phil Nash · 12 years ago
  100. f8ba227 console reporter: by Phil Nash · 12 years ago