1. 8fa60c0 preserving context from ```INFO()``` contexts when the test case ends from an exception - relates #48 #23 (also see this Catch PR: https://github.com/philsquared/Catch/pull/876 ) by onqtam · 8 years ago
  2. 659ce3b fixed the constructor - should now work for types from which double can be constructed - see here: http://stackoverflow.com/questions/43306848 by onqtam · 8 years ago
  3. 2825144 Added support to Approx for strong typedefs of double - fixes #62 by onqtam · 8 years ago
  4. 94ca1cd builds should pass now... the return type of sizeof() is tricky - it gets stringified differently in some environments by onqtam · 8 years ago
  5. ee6d4bf implemented templated test cases - relates #38 - for more information read the parameterized-tests.md file by onqtam · 8 years ago
  6. bef26de all builds should pass now! 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. 9c34f97 working on templated test cases - initial draft in the separate_headers example - relates #38 by onqtam · 8 years ago
  9. 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
  10. 5cab8e9 fixed #42 - no warnings with clang in c++11 mode by onqtam · 8 years ago
  11. bf4f453 updated docs and bumped version to 1.1.1 by onqtam · 8 years ago 1.1.1
  12. 1435c01 bumped version to 1.1 by onqtam · 8 years ago
  13. 8def6b0 removed custom implementations of vector and hashtable and now using std::vector and std::set by onqtam · 8 years ago
  14. 8deb092 - removed the _fast header and put its contents into the main doctest header by onqtam · 8 years ago
  15. a6bcda2 related to #14 - added a header with a specialized macro for equality by onqtam · 8 years ago
  16. 3ffb887 travis builds should be fixed by onqtam · 8 years ago
  17. 1ca535f fixing CI builds by onqtam · 8 years ago
  18. d273de4 fixed #19 by onqtam · 8 years ago
  19. bc4b56c fixed #10 by onqtam · 8 years ago