1. e8ba771 Refactor stringification (#585) by Stefan · 2 years, 6 months ago
  2. 58f3ec8 Feature: Better NaN (#584) by Stefan · 2 years, 10 months ago
  3. 6762447 added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 by onqtam · 2 years, 11 months ago
  4. ba32eb4 fixing clang builds by Viktor Kirilov · 3 years, 9 months ago
  5. a702cab Fix compilation on case-sensitive filesystems (#463) by Jan Niklas Hasse · 3 years, 9 months ago
  6. 7a22993 log contexts for failures in JUnit reporter (#442) by runave · 4 years ago
  7. 74b8ac4 summary: align even large values #402 (#403) by Nick Black · 4 years, 2 months ago
  8. 1fb630b a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! by onqtam · 4 years, 5 months ago
  9. 8df12f2 Fix GitHub CI and add GitHub build badges (#336) - closes #334 by Clare Macrae · 4 years, 9 months ago
  10. 7cdd2bf include windows.h in cmall caps to silence clang nonportable warnings (#313) - fixes #312 by suoniq · 5 years ago
  11. c80e679 fixed #306 by onqtam · 5 years ago
  12. ebc76d5 Fix #253 (#254) by Daan De Meyer · 5 years ago
  13. c1f3e01 removing cruft + other insignificant things by onqtam · 6 years ago
  14. 7868611 the options for the run are included in the xml by onqtam · 6 years ago
  15. 2377a0c xml switch flipped for the tests! by onqtam · 6 years ago
  16. 36e3745 "fixes" after merging #187 by onqtam · 6 years ago
  17. df8b6d4 added badge for https://lgtm.com and cleaned up warnings by onqtam · 6 years ago
  18. 0dbbd4f Move single header to a separate folder (#187) by Dimitrij Mijoski · 6 years ago
  19. c5458f2 Change the include path in examples as #175 (#180) by ncihnegn · 6 years ago
  20. 1655b24 regenerated test output - relates #123 by onqtam · 6 years ago
  21. 8a0a023 fixed indentation which led to a gcc warning by onqtam · 7 years ago
  22. b29e617 small fixes by onqtam · 7 years ago
  23. 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
  24. f6f4f93 removed redundant checks by onqtam · 7 years ago
  25. 8cd8b3b fixing cmake - builds should pass now - all cmake projects can be used by themselves and all depend on the assemble_single_header target (as they should - previous commit had changed that) by onqtam · 7 years ago
  26. 2af164a changed the way the example with the tests inside of a static library is defined in cmake - now using an object library instead of a static library - thanks to github.com/pthom - relates #21 by onqtam · 7 years ago
  27. 68d0f1d added an overload for operator<< of the ContextBuilder that catches by const ref and use a static assert - relates #23 by onqtam · 7 years ago
  28. 754f402 - almost done with the should_fail/may_fail/expected_failures decorators by onqtam · 7 years ago
  29. 89da654 more work on test coverage by onqtam · 8 years ago
  30. 35c14cd Printing the test suite name on test case failure - fixes #65 by onqtam · 8 years ago
  31. d320ac2 - templated test cases example is done - simplified a bit the cmake by onqtam · 8 years ago
  32. 119cfb6 - added an undocumented flag to omit the "skipped" part in the output summary - for convenience for the all_features example by onqtam · 8 years ago
  33. 2c100d6 - added test outputs by onqtam · 8 years ago
  34. 98e12af cleaning up examples by onqtam · 8 years ago