1. 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
  2. 5cab8e9 fixed #42 - no warnings with clang in c++11 mode by onqtam · 8 years ago
  3. bf4f453 updated docs and bumped version to 1.1.1 by onqtam · 8 years ago 1.1.1
  4. 1435c01 bumped version to 1.1 by onqtam · 8 years ago
  5. a1c34ba docs updated more - still WIP! by onqtam · 8 years ago
  6. db5eee9 - moved an inline remapping function to the implementation part of doctest by onqtam · 8 years ago
  7. 154d5a1 added comments - related to #21 by onqtam · 8 years ago
  8. 837def0 added a utility cmake function that creates an executable for a static library with tests by onqtam · 8 years ago
  9. 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
  10. 7505ba1 hopefully fixing the travis builds... by onqtam · 8 years ago
  11. 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
  12. fada1a9 fixing builds with CMake older than 3.4 by onqtam · 8 years ago
  13. 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