1. 0e35eb2 the TEST_CASE_TEMPLATE_INSTANTIATE and TYPE_TO_STRING macros now properly require a semicolon after their use by onqtam · 8 years ago
  2. 94ca1cd builds should pass now... the return type of sizeof() is tricky - it gets stringified differently in some environments by onqtam · 8 years ago
  3. ee6d4bf implemented templated test cases - relates #38 - for more information read the parameterized-tests.md file by onqtam · 8 years ago
  4. b881c1c this should fix the MSVC builds... forgot to delete the duplicate line by onqtam · 8 years ago
  5. bef26de all builds should pass now! by onqtam · 8 years ago
  6. 8469018 making windows builds compile (linux still fail but its because of the output being different due to some bug in the sorting of test cases) by onqtam · 8 years ago
  7. be91727 - fixed bug that was introduced in commit 0b0b82f1728f65075724b41aca83c62834978d44 - should have made these changes in a separate commit for easier testing by onqtam · 8 years ago
  8. cfce188 fixed name of argument for sorting by onqtam · 8 years ago
  9. 9c34f97 working on templated test cases - initial draft in the separate_headers example - relates #38 by onqtam · 8 years ago
  10. 05bcc37 added exception translation to examples - relates #12 by onqtam · 8 years ago
  11. b43aa04 fixed #55 - Ability for a binary (executable / shared object) to use the test runner implementation of another binary - with exported symbols - so tests end up in a single registry by onqtam · 8 years ago
  12. 0b51b7b removed the version from the reference output - so releases that don't change the output don't need to recommit new reference output by onqtam · 8 years ago
  13. 5cab8e9 fixed #42 - no warnings with clang in c++11 mode by onqtam · 8 years ago
  14. bf4f453 updated docs and bumped version to 1.1.1 by onqtam · 8 years ago 1.1.1
  15. 1435c01 bumped version to 1.1 by onqtam · 8 years ago
  16. c808bb0 breaking change - char pointers no longer compared as C strings by default - you will need to define the DOCTEST_CONFIG_TREAT_CHAR_STAR_AS_STRING identifier to enable this! This also affects stringification of char pointers. fixes #36 by onqtam · 8 years ago
  17. db5eee9 - moved an inline remapping function to the implementation part of doctest by onqtam · 8 years ago
  18. 96bdf71 - restrict expressions in assertion macros to binary comparisons at most with a static assert by onqtam · 8 years ago
  19. 8def6b0 removed custom implementations of vector and hashtable and now using std::vector and std::set by onqtam · 8 years ago
  20. 8deb092 - removed the _fast header and put its contents into the main doctest header by onqtam · 8 years ago
  21. a6bcda2 related to #14 - added a header with a specialized macro for equality by onqtam · 8 years ago
  22. 3ffb887 travis builds should be fixed by onqtam · 8 years ago
  23. 1ca535f fixing CI builds by onqtam · 8 years ago
  24. f2ea97b reworked the expression decomposition macros (and the rest) for faster compile times and less code bloat (not benchmarked yet) - relates #14 by onqtam · 8 years ago
  25. d273de4 fixed #19 by onqtam · 8 years ago
  26. 7d5c0d5 fixed #17 by onqtam · 8 years ago
  27. bc4b56c fixed #10 by onqtam · 8 years ago