1. b759fb4 fixing a 'race condition' in cmake (the generation of doctest.h) - closes #77 by onqtam · 7 years ago
  2. d8a7edc Prefer if(MSVC) (#84) by Martin Moene · 7 years ago
  3. 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
  4. 89da654 more work on test coverage by onqtam · 8 years ago
  5. 39afa2e adding /permissive- to msvc flags by onqtam · 8 years ago
  6. d320ac2 - templated test cases example is done - simplified a bit the cmake by onqtam · 8 years ago
  7. 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
  8. a985f5a added playground project and made (again) the common.cmake behave when included multiple times by onqtam · 8 years ago
  9. 56d9170 - added prefix for the TEST_MODE option - removed the cpp11 option by onqtam · 8 years ago
  10. 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
  11. 61954c3 reworked cmake a bit by onqtam · 8 years ago
  12. 08cf7dc moved all cmake-related stuff to scripts/cmake by onqtam · 8 years ago