1. 754f402 - almost done with the should_fail/may_fail/expected_failures decorators by onqtam · 7 years ago
  2. 89da654 more work on test coverage by onqtam · 8 years ago
  3. d320ac2 - templated test cases example is done - simplified a bit the cmake by onqtam · 8 years ago
  4. 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
  5. 26c2008 examples can no longer be built using cmake separately - they require cmake invocation from the root of the repository (and now use the modern way of handling include dependencies) by onqtam · 8 years ago
  6. 61954c3 reworked cmake a bit by onqtam · 8 years ago
  7. 08cf7dc moved all cmake-related stuff to scripts/cmake by onqtam · 8 years ago
  8. 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
  9. 5cab8e9 fixed #42 - no warnings with clang in c++11 mode by onqtam · 8 years ago
  10. bf4f453 updated docs and bumped version to 1.1.1 by onqtam · 8 years ago 1.1.1
  11. 1435c01 bumped version to 1.1 by onqtam · 8 years ago
  12. a1c34ba docs updated more - still WIP! by onqtam · 8 years ago
  13. db5eee9 - moved an inline remapping function to the implementation part of doctest by onqtam · 8 years ago
  14. 154d5a1 added comments - related to #21 by onqtam · 8 years ago
  15. 837def0 added a utility cmake function that creates an executable for a static library with tests by onqtam · 8 years ago
  16. 362c931 this should really fix the CI builds - the initial problem of a warning suddenly appearing is due to gcc 5 and 6 being upgraded on travis - and in 32 bit mode this cast: 'static_cast<unsigned>(testArray.size())' triggered a warning as being unnecessary by onqtam · 8 years ago
  17. 7505ba1 hopefully fixing the travis builds... by onqtam · 8 years ago
  18. c7aaa96 updating cmake on travis... Also bumping the minimal version of cmake required to 3.0 because of the 'NAME' target property by onqtam · 8 years ago
  19. fada1a9 fixing builds with CMake older than 3.4 by onqtam · 8 years ago
  20. a0e2846 Using a CMake function called "doctest_force_link_static_lib_in_target" located in "doctest_force_link_static_lib_in_target.cmake" users of CMake can force the linking of every object file from a static library to an executable/shared target. Not intrusive - using generated dummy headers in the build folder of the target, CMake target properties and compiler flags for including the headers to the appropriate sources. by onqtam · 8 years ago