1. 5347ff9 Refactor: override implies virtual by Axel Huebl · 6 years ago
  2. a7a9ee5 Manual cherry-pick from #1111 by Martin Hořeňovský · 7 years ago
  3. f183661 performance improvement - getCurrentContext by Neal Coombes · 7 years ago
  4. 9aa9671 Sweep out some extra warnings by Martin Hořeňovský · 7 years ago
  5. 9de729b General cleanup by Martin Hořeňovský · 7 years ago
  6. 1e59cce Addressed Resharper-C++ warnings by Martin Hořeňovský · 7 years ago
  7. 0bb9f52 Removed declared-but-undefined function by Martin Hořeňovský · 7 years ago
  8. fc32165 Started work on splitting out .cpp files from header files by Martin Hořeňovský · 7 years ago[Renamed (96%) from include/internal/catch_context_impl.hpp]
  9. 1e16be0 Purge deprecated generators by Martin Hořeňovský · 7 years ago
  10. 338ba6b Migrated Config and IConfig to shared_ptr (from Ptr) by Phil Nash · 7 years ago
  11. e749724 A load more C++11 tweaks - mostly moving initialisations from constructors to inline by Phil Nash · 7 years ago
  12. 71df663 Gutted catch_compiler_capabilities by Martin Hořeňovský · 7 years ago
  13. c65aeaf Clean up generator state by Phil Nash · 8 years ago
  14. d43a47e Refactored stream related stuff by Phil Nash · 9 years ago
  15. 4cb7476 Support for multiple reporters by Phil Nash · 9 years ago
  16. 805de43 Use CATCH_NULL instead of NULL by Phil Nash · 9 years ago
  17. 5eb7748 Changed relative #includes and made SourceLineInfo sortable (added < op) by Phil Nash · 10 years ago
  18. 383d7c0 Only use std::cout/ cert via Catch::cout/ cert - and make those conditional on CATCH_CONFIG_NOSTDOUT by Phil Nash · 10 years ago
  19. 5daa22d Fixed dereferenced null issue by Phil Nash · 10 years ago
  20. 59d5569 Attempt to prevent analyser warnings about dereferencing null. by Phil Nash · 10 years ago
  21. 93a945c Fixed uninitialised members in Context object by Phil Nash · 11 years ago
  22. 372a6c6 Small fixes and started new section tracking code by Phil Nash · 11 years ago
  23. f3d1f08 Removed all trailing whitespace - addresses #105 by Phil Nash · 11 years ago
  24. ca9b92f Most of system now uses Ptr<IConfig const> by Phil Nash · 11 years ago
  25. e145995 Refactoring towards interface based config by Phil Nash · 11 years ago
  26. 2a9d8d9 Changed "const X ref"s to "X const ref"s by Phil Nash · 11 years ago
  27. 07e20aa Merge remote-tracking branch 'phil' into include-guard-fixes by Matt Wozniski · 12 years ago
  28. c4160e9 Fixed alternate stream bugs by Phil Nash · 12 years ago
  29. f29c898 Normalize include guards for all *.h and *.hpp by Matt Wozniski · 12 years ago
  30. fb386f4 Moved context object entirely into impl file by Phil Nash · 12 years ago
  31. 0477465 Refactored Impls by Phil Nash · 12 years ago
  32. 1091ca8 First cut of StaticRegistries - separate from Context by Phil Nash · 12 years ago
  33. 46a3476 Added nothrow command line option by Phil Nash · 12 years ago
  34. f3dd093 Changed a remaining Hub to Context by Phil Nash · 12 years ago
  35. 9fa9d42 Removed "singleton" method from context by Phil Nash · 12 years ago
  36. 371db8b Context methods are non-static - accessed via interface by Phil Nash · 12 years ago
  37. 6cd2ac7 More reformatting by Phil Nash · 12 years ago
  38. d1beb53 Refactored main() a bit by Phil Nash · 12 years ago
  39. 5ec53b2 renamed hub -> context by Phil Nash · 12 years ago