1. f64d914 Throw instead of calling exit in enforceNotReservedTag by Martin Hořeňovský · 7 years ago
  2. 9012f95 Moved some std includes out from catch_common.h by Martin Hořeňovský · 7 years ago
  3. d0620c3 Added std:: qualification to some functions from C stdlib by Martin Hořeňovský · 8 years ago
  4. bcaa2f9 Use char literal instead of string literal with 1 char by Martin Hořeňovský · 8 years ago
  5. 4ce11d6 Merge branch 'dev-performance' by Martin Hořeňovský · 8 years ago
  6. 31c23b9 Added [!nonportable] tag by Phil Nash · 8 years ago
  7. 3b98a01 Various small string usage performance improvements. by Martin Hořeňovský · 8 years ago
  8. e917381 Stripped trailing whitespace from all source code lines by Phil Nash · 9 years ago
  9. 088c5bc --filenames-as-tags by Phil Nash · 9 years ago
  10. 0ae7578 Restored tag parsing when checking for reserved tags by Phil Nash · 9 years ago
  11. 0dd214f tags with . prefix are all hidden by Phil Nash · 10 years ago
  12. 6725e09 any tag prefixed with . hides the test by Phil Nash · 10 years ago
  13. 383d7c0 Only use std::cout/ cert via Catch::cout/ cert - and make those conditional on CATCH_CONFIG_NOSTDOUT by Phil Nash · 10 years ago
  14. a31f05f Removed C-style casts by Phil Nash · 10 years ago
  15. 9c1f9a8 Added [!mayfail] tag to indicate test case that can fail without failing the suite. by Phil Nash · 10 years ago
  16. b43d770 Tests hidden with legacy ./ prefix tagged as hidden by Phil Nash · 10 years ago
  17. fbf3f6f Fix case sensitivity when matching tags by Phil Nash · 10 years ago
  18. ee956bc Fixed isHidden regression by Phil Nash · 10 years ago
  19. 9bf43e7 Refactored last usages of old tag parser and removed all the, now redundant, tag parsing code by Phil Nash · 10 years ago
  20. b1e7d16 Moved catch_test_spec.h to catch_test_spec.hpp by Phil Nash · 10 years ago
  21. ae75b37 Switched over to new name/ tag parser by Phil Nash · 10 years ago
  22. 20cad7c Tags beginning with a non alpha-numeric character are now disallowed. by Phil Nash · 10 years ago
  23. 47a5ad3 Normalised “hidden” tags by Phil Nash · 11 years ago
  24. c4a089c Refactored a lot of code from headers into impl headers only compiled into one TU by Phil Nash · 11 years ago
  25. 337dc25 Converted all test case names to "modern" style (freeform text + tags) by Phil Nash · 11 years ago
  26. f3d1f08 Removed all trailing whitespace - addresses #105 by Phil Nash · 11 years ago
  27. 9c39a5e Support [.] as alias for [hide] by Phil Nash · 11 years ago
  28. 2a9d8d9 Changed "const X ref"s to "X const ref"s by Phil Nash · 11 years ago
  29. 15fd032 Use new line wrapper to show test case list, with tags, in columns by Phil Nash · 11 years ago
  30. 6ba2057 refactored toLower by Phil Nash · 11 years ago
  31. fe98123 Started new reporter, "console", which will replace "basic" when done. by Phil Nash · 12 years ago
  32. 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
  33. 8baa06c Split TestCaseInfo into a data only component and the test case function and behaviour. by Phil Nash · 12 years ago
  34. 06a671a Renamed TestCaseInfo -> TestCase by Phil Nash · 12 years ago
  35. 78fba28 Added className to TestCaseInfo by Phil Nash · 12 years ago
  36. 07e20aa Merge remote-tracking branch 'phil' into include-guard-fixes by Matt Wozniski · 12 years ago
  37. 67ec870 First cut of command line support for tags by Phil Nash · 12 years ago
  38. 85c0e3d Tag command line parsing implementation by Phil Nash · 12 years ago
  39. f29c898 Normalize include guards for all *.h and *.hpp by Matt Wozniski · 12 years ago
  40. fc1baac First cut of tags support by Phil Nash · 12 years ago
  41. dea756f Capture test case hidden status in member variable by Phil Nash · 12 years ago
  42. c2675b5 Added copy actor and operator = back to TestCaseInfo by Phil Nash · 12 years ago
  43. ddfe963 Split imll from TestCaseInfo by Phil Nash · 12 years ago
  44. 9c6ce97 Made ITestCase a shared object by Phil Nash · 12 years ago
  45. 1787da5 Reinstated #include that broke single include by Phil Nash · 12 years ago
  46. c67a7ee Moar reformatting by Phil Nash · 12 years ago
  47. 5d1c8f2 Replaced all file/ line pairings with SourceLineInfo by Phil Nash · 12 years ago
  48. 3fd7dc0 Prevent duplicate test names from being registered by Phil Nash · 12 years ago
  49. 6d18d4b Fix compiler warnings by Wichert Akkerman · 13 years ago
  50. 823ea3e Re-org by Phil Nash · 13 years ago[Renamed from internal/catch_test_case_info.hpp]
  51. 81e42ce capture file/ line of test case - for reporting on uncaught exceptions by Phil Nash · 13 years ago
  52. 13bfe47 Improvements to self test to give finer grained feedback by Phil Nash · 13 years ago
  53. 73acd94 Fixed more warnings and applied workaround for getting to std::numeric_limits without clashing with Windows' min() and max() macros. by Phil Nash · 13 years ago
  54. 2b05dfa Incremental naming for annonymous test cases by Phil Nash · 14 years ago
  55. 684baf1 Don't run tests starting with ./ by default. Changed all low-level self tests to be in ./ by Phil Nash · 14 years ago
  56. fd58d48 Some more refactoring/ cleaning of test case files by Phil Nash · 14 years ago