1. 4d87d56 moved to nullptr, removed c++98-compat warning suppressions for clang (also long-long and 0 as null for gcc/clang) by onqtam · 6 years ago
  2. 7907692 fixed #123 - changed the output style in the console - gcc/clang output with :n: around line numbers and other compilers output with (n) - there is also a documented option for this. Also changed lots of code - thank god I moved to streams! by onqtam · 6 years ago
  3. 6b2c99f added... the only new warning option for GCC 8 that is not in Wall/Wextra by onqtam · 6 years ago
  4. 72d4793 /Zc:twoPhase- no longer needed since Microsoft have fixed their compiler/headers in the latest VS 2017 by onqtam · 7 years ago
  5. 50cbb80 updated travis build matrix with supported osx images by onqtam · 7 years ago
  6. 5ed699b old versions of visual studio should no longer complain about unrecognized warning numbers by onqtam · 7 years ago
  7. abf39d2 Visual studio builds now use /Wall instead of /W4 - and only 4 warnings are left disabled globally - fixes #95 by onqtam · 7 years ago
  8. ffb7530 adding 2 more warnings for GCC 7 by onqtam · 7 years ago
  9. b759fb4 fixing a 'race condition' in cmake (the generation of doctest.h) - closes #77 by onqtam · 7 years ago
  10. d8a7edc Prefer if(MSVC) (#84) by Martin Moene · 7 years ago
  11. 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
  12. 89da654 more work on test coverage by onqtam · 8 years ago
  13. 39afa2e adding /permissive- to msvc flags by onqtam · 8 years ago
  14. d320ac2 - templated test cases example is done - simplified a bit the cmake by onqtam · 8 years ago
  15. 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
  16. a985f5a added playground project and made (again) the common.cmake behave when included multiple times by onqtam · 8 years ago
  17. 56d9170 - added prefix for the TEST_MODE option - removed the cpp11 option by onqtam · 8 years ago
  18. 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
  19. 61954c3 reworked cmake a bit by onqtam · 8 years ago
  20. 08cf7dc moved all cmake-related stuff to scripts/cmake by onqtam · 8 years ago