1. e04dc51 use inline 'libraryVersion()' function (closes #858) by Kevin Ushey · 7 years ago
  2. 1c47fe0 Updated embedded Clara to 0.0.2.3 by Phil Nash · 8 years ago
  3. 880a204 Use Clara v0.0.1.1 by Phil Nash · 8 years ago
  4. ed6e912 Session's argv now taken by char const* const* - see #427 by Phil Nash · 9 years ago
  5. e917381 Stripped trailing whitespace from all source code lines by Phil Nash · 9 years ago
  6. d43a47e Refactored stream related stuff by Phil Nash · 9 years ago
  7. a0de07d Some small clean-ups and refactorings by Phil Nash · 9 years ago
  8. 368714e Added Listeners (programatically provided extra reporters) by Phil Nash · 9 years ago
  9. 4cb7476 Support for multiple reporters by Phil Nash · 9 years ago[Renamed (91%) from include/catch_runner.hpp]
  10. c06e190 Refactored test filtering and sorting by Phil Nash · 9 years ago
  11. 34fa25e Removed Runner class - it served no purpose - split into functions instead by Phil Nash · 9 years ago
  12. 85c8074 Set group name to -n parameter (or exe name) - As discussed in #469 by Phil Nash · 9 years ago
  13. 02e1966 Changed --filenames-as-tags prefix to #, added -# as short form and updated docs by Phil Nash · 9 years ago
  14. 62e517f Fixed backslash detection in filenames-as-tags by Phil Nash · 9 years ago
  15. d87e551 reseeds rng before each test case and provides access to seed through Catch::rngSeed() function by Phil Nash · 9 years ago
  16. 088c5bc --filenames-as-tags by Phil Nash · 9 years ago
  17. 21f7ef6 Committed to semantic versioning by Phil Nash · 9 years ago
  18. 7619920 Support for reporting skipped tests by Phil Nash · 10 years ago
  19. 12fe67c Updated NonCopyable (to include C++11 version) and use for Session and Section by Phil Nash · 10 years ago
  20. 383d7c0 Only use std::cout/ cert via Catch::cout/ cert - and make those conditional on CATCH_CONFIG_NOSTDOUT by Phil Nash · 10 years ago
  21. fa0122b Allow testing ordering to be specified as declaration, lexicographical, or random. Allow random seed to be specified by Phil Nash · 10 years ago
  22. 3e1d3c7 Give (currently not used, so global only) group a name by Phil Nash · 10 years ago
  23. 1d210eb Tag aliases feature by Phil Nash · 10 years ago
  24. b1e7d16 Moved catch_test_spec.h to catch_test_spec.hpp by Phil Nash · 10 years ago
  25. ae75b37 Switched over to new name/ tag parser by Phil Nash · 10 years ago
  26. 7303b2b Changed branchName to char*, as per #266 by Phil Nash · 10 years ago
  27. 20cad7c Tags beginning with a non alpha-numeric character are now disallowed. by Phil Nash · 10 years ago
  28. 886d9d3 Reporter command line parser errors more eagerly by Phil Nash · 11 years ago
  29. 1870ca8 Some Clara/ command line clean-up and tweaks by Phil Nash · 11 years ago
  30. f3d1f08 Removed all trailing whitespace - addresses #105 by Phil Nash · 11 years ago
  31. 11381c1 Tweaked indentation of errors and test lists by Phil Nash · 11 years ago
  32. 8055764 re-encapsulated session vars. - construct Config object lazily by Phil Nash · 11 years ago
  33. 8fde143 Session vars are public by Phil Nash · 11 years ago
  34. f438e04 list options return number listed by Phil Nash · 11 years ago
  35. e035e28 tweaks by Phil Nash · 11 years ago
  36. a7e657f Refactored new Session class to make it more friendly for custom client code by Phil Nash · 11 years ago
  37. c1196b6 Moved all Catch::Main()s into new Session class by Phil Nash · 11 years ago
  38. cb60d13 Runner -> RunContext, Runner2 -> Runner and fixed issue with processName by Phil Nash · 11 years ago
  39. 1b47e11 Added processConfig() method by Phil Nash · 11 years ago
  40. aee9b75 Now fully switched over to Clara-based command line with modified args by Phil Nash · 11 years ago
  41. 0514fe4 Got parseCommandLine ready to use new Clara (but not doing so yet) by Phil Nash · 11 years ago
  42. 40e5297 Removed stream name from config by Phil Nash · 11 years ago
  43. f6892bf Listing is now in terms of interface (and calls to bool functions) by Phil Nash · 11 years ago
  44. 6b8837b Final refactoring to remove direct access to encapsulated ConfigData once in Config by Phil Nash · 11 years ago
  45. 43fe6c6 Main() functions deal with raw ConfigData by Phil Nash · 11 years ago
  46. ca9b92f Most of system now uses Ptr<IConfig const> by Phil Nash · 11 years ago
  47. e145995 Refactoring towards interface based config by Phil Nash · 11 years ago
  48. b3acf45 Fully committed to new Text class. by Phil Nash · 11 years ago
  49. 7059c6e Text class mostly working - tabs not yet working by Phil Nash · 11 years ago
  50. 15fd032 Use new line wrapper to show test case list, with tags, in columns by Phil Nash · 11 years ago
  51. 9e8abc3 Simplified StringWrapper by Phil Nash · 11 years ago
  52. b052bd7 Refactored string wrapper by Phil Nash · 11 years ago
  53. 7542685 Moved "no test cases matched" message to reporter by Phil Nash · 11 years ago
  54. ca79d19 Suppress "no test cases matched" message if there was no test spec string by Phil Nash · 11 years ago
  55. 42aef1d Fairly major reworking of console reporter (still in progress). by Phil Nash · 12 years ago
  56. bcad093 Console reporter is now the default by Phil Nash · 12 years ago
  57. b56aaf4 Version uses constructor instead of initialiser to avoid warnings by Phil Nash · 12 years ago
  58. 4e12e12 Streaming reporter interface is now used natively. by Phil Nash · 12 years ago
  59. f4774d9 Reference to legacy reporter adapter localised to one place by Phil Nash · 12 years ago
  60. ad6701d SectionInfo now goes via new streaming reporter interface by Phil Nash · 12 years ago
  61. 4b36001 Tightened up ReporterConfig and added it to LegacyReporterAdapter by Phil Nash · 12 years ago
  62. f9d9263 First cut of using new streaming reporter interface - using an adapter to map back to the legacy interface by Phil Nash · 12 years ago
  63. 06a671a Renamed TestCaseInfo -> TestCase by Phil Nash · 12 years ago
  64. a90a88a Junit reporter uses filename for suite name if no explicit groups by Phil Nash · 12 years ago
  65. 7673a30 Added versioning by Phil Nash · 12 years ago
  66. c4160e9 Fixed alternate stream bugs by Phil Nash · 12 years ago
  67. 5f66d1d Added cleanup as per #125 by Phil Nash · 12 years ago
  68. fc1baac First cut of tags support by Phil Nash · 12 years ago
  69. dae5808 Output option description lines that don't end in newline by Phil Nash · 12 years ago
  70. e2d215e Added internal documentation for some options by Phil Nash · 12 years ago
  71. 62b7039 Fixed #114 (no exit code on failure) by Phil Nash · 12 years ago
  72. 55764c8 Added warnings - first one: no assertions by Phil Nash · 12 years ago
  73. ecf934b Option objects now enforce min/ max args generically by Phil Nash · 12 years ago
  74. e7db400 Generate help from options objects by Phil Nash · 12 years ago
  75. eb775aa Refactored command line parsers into polymorphic classes by Phil Nash · 12 years ago
  76. 56d5c42 First cut of new filtering mechanism by Phil Nash · 12 years ago
  77. a760772 Moved ofstream back out to Main - to address #112 by Phil Nash · 12 years ago
  78. c1dbc9c Separated getting test cases to run from running them by Phil Nash · 12 years ago
  79. a67d833 More things using ConfigData by Phil Nash · 12 years ago
  80. a695eb9 Builds almost completely cleanly with -WEverything in LLVM by Phil Nash · 12 years ago
  81. 0477465 Refactored Impls by Phil Nash · 12 years ago
  82. da0ae95 Renamed static registries -> registry hub by Phil Nash · 12 years ago
  83. 1091ca8 First cut of StaticRegistries - separate from Context by Phil Nash · 12 years ago
  84. 5234b15 Fixed quote balancing issue in reporter error by Phil Nash · 12 years ago
  85. 6175697 Catches incorrect reporter name as per #107 by Phil Nash · 12 years ago
  86. 6f22086 Removed stray + by Phil Nash · 12 years ago
  87. d2553cd Made ReportConfig a value type by Phil Nash · 12 years ago
  88. 5d73c5a Resolve reporter outside of Config by Phil Nash · 12 years ago
  89. 8fbd8e0 Moved use of reporter into runner (our of Main, directly) by Phil Nash · 12 years ago
  90. abf2716 Added NotImplementedException by Phil Nash · 12 years ago
  91. 4c73aa5 Factored ConfigData out of data by Phil Nash · 12 years ago
  92. 8d02b93 Changed --cutoff to --abort by Phil Nash · 12 years ago
  93. 6d1c113 Fixed some signed/ unsigned warnings by Phil Nash · 12 years ago
  94. 19b2aa6 Added cutoff option to command line by Phil Nash · 12 years ago
  95. 163088a Refactored command line parser to be more cohesive by Phil Nash · 12 years ago
  96. 06e959b Fixed used of cleaned-up context by runner's destructor by Phil Nash · 12 years ago
  97. 371db8b Context methods are non-static - accessed via interface by Phil Nash · 12 years ago
  98. ee18b8c Reformatting by Phil Nash · 12 years ago
  99. d1beb53 Refactored main() a bit by Phil Nash · 12 years ago
  100. 5ec53b2 renamed hub -> context by Phil Nash · 12 years ago