1. e324d28 Added -l tags by Phil Nash · 12 years ago
  2. 67ccd8d Allows console line width to be configured (and defaults to 80). by Phil Nash · 12 years ago
  3. 07e20aa Merge remote-tracking branch 'phil' into include-guard-fixes by Matt Wozniski · 12 years ago
  4. c4160e9 Fixed alternate stream bugs by Phil Nash · 12 years ago
  5. f29c898 Normalize include guards for all *.h and *.hpp by Matt Wozniski · 12 years ago
  6. c682a16 Restored quick way to add test programatically by Phil Nash · 12 years ago
  7. a70fbe3 Completed NoAssertions warning implementation by Phil Nash · 12 years ago
  8. 55764c8 Added warnings - first one: no assertions by Phil Nash · 12 years ago
  9. 56d5c42 First cut of new filtering mechanism by Phil Nash · 12 years ago
  10. a695eb9 Builds almost completely cleanly with -WEverything in LLVM by Phil Nash · 12 years ago
  11. fb386f4 Moved context object entirely into impl file by Phil Nash · 12 years ago
  12. d2553cd Made ReportConfig a value type by Phil Nash · 12 years ago
  13. 5d73c5a Resolve reporter outside of Config by Phil Nash · 12 years ago
  14. 4c73aa5 Factored ConfigData out of data by Phil Nash · 12 years ago
  15. 46a3476 Added nothrow command line option by Phil Nash · 12 years ago
  16. 19b2aa6 Added cutoff option to command line by Phil Nash · 12 years ago
  17. 163088a Refactored command line parser to be more cohesive by Phil Nash · 12 years ago
  18. 7035b55 Matchers macro uses Catch::Matchers namespace internally - so it doesn't have to be declared with "using" first by Phil Nash · 12 years ago
  19. 371db8b Context methods are non-static - accessed via interface by Phil Nash · 12 years ago
  20. c67a7ee Moar reformatting by Phil Nash · 12 years ago
  21. 5ec53b2 renamed hub -> context by Phil Nash · 12 years ago
  22. b213202 Added self-test for section ordering by Phil Nash · 12 years ago
  23. 48112c2 Fixed a potential ordering issue with output streambufs by Phil Nash · 13 years ago
  24. 823ea3e Re-org by Phil Nash · 13 years ago[Renamed from internal/catch_config.hpp]
  25. b3db552 Allow name to be provided for overall test run by Phil Nash · 14 years ago
  26. db378d8 Fixed most pedantic warnings by Phil Nash · 14 years ago
  27. bfc1ee6 Cleaned up config class a bit by Phil Nash · 14 years ago
  28. 2885339 Allow output stream to be specified on the command line by Phil Nash · 14 years ago
  29. b81e0b9 Some code clean-up by Phil Nash · 14 years ago
  30. b87a16d Fixed TestMain after recent refactorings by Phil Nash · 14 years ago
  31. 4220fb6 Added missing #includes by Phil Nash · 14 years ago
  32. b47139d tweaked list enum by Phil Nash · 14 years ago
  33. e24ad7d Renamed runnerconfig file -> config by Phil Nash · 14 years ago[Renamed (99%) from internal/catch_runnerconfig.hpp]
  34. 949d9ea Renamed RunnerConfig to just Config (now its the only one) by Phil Nash · 14 years ago
  35. 50712a3 Folded ReporterConfig into RunnerConfig by Phil Nash · 14 years ago
  36. 18e32b9 Only Hub #includes report_registry. Seperated reporter registrars from registry. by Phil Nash · 14 years ago
  37. 764229a ReporterRegistry now fully aggregated by Hub by Phil Nash · 14 years ago
  38. e846e07 Refactored reporter related code into interface based design by Phil Nash · 14 years ago
  39. 27fdf01 Added help option by Phil Nash · 14 years ago
  40. 4aa36f6 Changed initialization order to avoid some warnings when compiling with g++. by Michael Mortensen · 14 years ago
  41. 53da26e Added ability to break into debugger on Windows and Mac by Phil Nash · 14 years ago
  42. 3d6fa68 Moved catch_runnerconfig.hpp into internal by Phil Nash · 14 years ago