1. 28d9d38 Add Intel Compiler support (#555) by Ilya Isaev · 1 year, 11 months ago
  2. db758e0 Add clang-tidy integration and fix all warnings (#659) by Stefan · 2 years, 5 months ago
  3. 8de4cf7 Add contains option to checks. (#620) by Menno Fraters · 2 years, 8 months ago
  4. d9c290a Feature config ret vals (#589) by Stefan · 2 years, 10 months ago
  5. 58f3ec8 Feature: Better NaN (#584) by Stefan · 2 years, 10 months ago
  6. e798deb Fix the hotfix: by Salvage · 2 years, 10 months ago
  7. 860904d Hotfix asserts returning values with DOCTEST_CONFIG_DISABLE by Salvage · 2 years, 10 months ago
  8. 8acee4f Nan check (#582) by Stefan · 2 years, 10 months ago
  9. 3dfb90d fixes after commit 06af20b9bbbceea87e2769bfcd9077051d1ce167 by onqtam · 2 years, 10 months ago
  10. 803cbd1 tabs to spaces by onqtam · 2 years, 10 months ago
  11. e84f16e Assertions returning booleans (#574) by Stefan · 2 years, 10 months ago
  12. 5856bb9 implemented <LEVEL>_THROWS_WITH_AS() assert which combines <LEVEL>_THROWS_WITH with <LEVEL>_THROWS_AS - fixed #295 by onqtam · 5 years ago
  13. acbcd12 higher test coverage by onqtam · 6 years ago
  14. c5458f2 Change the include path in examples as #175 (#180) by ncihnegn · 6 years ago
  15. c494843 fixes #166 and fixes #167 - TODO: update benchmarks page by onqtam · 6 years ago
  16. 8cf9041 users can now pass both just the exception type and a const(+ref) version of it to the <LEVEL>_THROWS_AS macros and it means the same - const and & are always removed (if present) and then added by onqtam · 6 years ago
  17. 0e6236a added support for CHECK_THROWS_WITH macro - currently accepts only a C string but in the future will be extended for matchers support - fixes #97 by onqtam · 6 years ago
  18. abf39d2 Visual studio builds now use /Wall instead of /W4 - and only 4 warnings are left disabled globally - fixes #95 by onqtam · 7 years ago
  19. fd9560c - fixing build after merging the #82 PR about catching by const ref in <LEVEL>_THROWS_AS assert macros by onqtam · 7 years ago
  20. af07cbb finished with examples! by onqtam · 8 years ago
  21. 378d670 test cases example done by onqtam · 8 years ago
  22. 7cc0e96 examples almost done! only assertion_macros.cpp is left by onqtam · 8 years ago
  23. 12d5598 everything compiles! by onqtam · 8 years ago
  24. 98e12af cleaning up examples by onqtam · 8 years ago[Renamed (97%) from examples/assertion_macros/main.cpp]
  25. 4b68df3 builds with -fno-exceptions should pass now - relates #12 by onqtam · 8 years ago
  26. 036fa31 fixing builds... default template arguments for function templates not supported in C++98... by onqtam · 8 years ago
  27. 8327c6c fixing clang builds on CI by onqtam · 8 years ago
  28. 658c870 fixed #41 - !!! BREAKING CHANGE !!! - Make TEST_SUITE work with bodies, add TEST_SUITE_BEGIN by onqtam · 8 years ago
  29. 3de57e3 Add assertion macros regarding std::exception handling to examples/ directory by Elias Kosunen · 8 years ago
  30. 56c443c removed c string comparison test because in debug the compiler (atleast MSVC) doesn't optimize the 2 identical C strings and they end up with 2 different addresses in memory. by onqtam · 8 years ago
  31. cc6a6d6 - added tests that assertion macros don't copy the types and that they evaluate the expressions only once by onqtam · 8 years ago
  32. 6cad516 fixed #18 by onqtam · 8 years ago
  33. 4a65563 normalizing eof for everything by onqtam · 8 years ago
  34. 1586ea2 enabled compare mode for tests! by onqtam · 8 years ago
  35. b176a21 doc by onqtam · 8 years ago
  36. 96b41ea fixing clang build by onqtam · 8 years ago
  37. 733de62 better examples by onqtam · 8 years ago