1. 664a3a8 cmake wasn't the problem... by onqtam · 8 years ago
  2. d2b92d4 trying with a recent cmake... for some reason adding libc++ failed the builds - cmake started complaining by onqtam · 8 years ago
  3. 6e4f108 clang builds on travis should now pass! using libc++ by onqtam · 8 years ago
  4. 5a1292f testing with more clang sanitizers by onqtam · 8 years ago
  5. 616e9d9 still trying to get llvm builds under linux on travis to run by onqtam · 8 years ago
  6. 2c8036f still trying to get llvm builds under linux on travis to run by onqtam · 8 years ago
  7. e85b1bb still trying to get llvm builds under linux on travis to run by onqtam · 8 years ago
  8. c769bff still trying to get llvm builds under linux on travis to run by onqtam · 8 years ago
  9. 7dec6aa still trying to get llvm builds under linux on travis to run by onqtam · 8 years ago
  10. 160e188 fixing travis builds.. by onqtam · 8 years ago
  11. d19d6da hopefully fixed all clang versions under linux for travis by onqtam · 8 years ago
  12. 905ea6f dont show green when tests fail (#26) by ferkulat · 8 years ago
  13. e2f60b0 trying to get gcc 5/6 under linux to pass - need to force gold linker for sanitizers because ld is too old by onqtam · 8 years ago
  14. 2c440b0 damn bash syntax... by onqtam · 8 years ago
  15. 5c3b997 still trying to switch to gold under linux by onqtam · 8 years ago
  16. 959458c trying to switch to gold linker under linux by onqtam · 8 years ago
  17. 65f438e trying to update ld for gcc 5 by onqtam · 8 years ago
  18. 3b2f798 enabled build with gcc 6 for travis by onqtam · 8 years ago
  19. 692541c added xcode 8 for travis by onqtam · 8 years ago
  20. 2dd5528 fixed #24 by onqtam · 8 years ago
  21. a1188dc fixing CI builds...? by onqtam · 8 years ago
  22. 89e3fe6 fixing which builds are allowed to fail by onqtam · 8 years ago
  23. 5bb6fcc fixing git depth so a build from 100 commits ago can be restarted on travis/appveyor by onqtam · 8 years ago
  24. 773570a fixed names of assertions by onqtam · 8 years ago
  25. 8def6b0 removed custom implementations of vector and hashtable and now using std::vector and std::set by onqtam · 8 years ago
  26. 8deb092 - removed the _fast header and put its contents into the main doctest header by onqtam · 8 years ago
  27. a6bcda2 related to #14 - added a header with a specialized macro for equality by onqtam · 8 years ago
  28. 795d5f5 fixed #22 - removed the #ifdef DEBUG part by onqtam · 8 years ago
  29. 3ffb887 travis builds should be fixed by onqtam · 8 years ago
  30. eae70c7 extending the bench script to make bigger test cases by onqtam · 8 years ago
  31. 1ca535f fixing CI builds by onqtam · 8 years ago
  32. f2ea97b reworked the expression decomposition macros (and the rest) for faster compile times and less code bloat (not benchmarked yet) - relates #14 by onqtam · 8 years ago
  33. 2704f92 temporarily removed linux clang builds because the ppa's are offline by onqtam · 8 years ago
  34. d273de4 fixed #19 by onqtam · 8 years ago
  35. 6cad516 fixed #18 by onqtam · 8 years ago
  36. 7d5c0d5 fixed #17 by onqtam · 8 years ago
  37. a731256 updated contributing.md by onqtam · 8 years ago
  38. e8bdda4 updated the release process by onqtam · 8 years ago
  39. bc4b56c fixed #10 by onqtam · 8 years ago
  40. f720d43 reworked the single header generation - now using a separate script - this way I can do anything with cmake functions instead on relying on system commands like cat and echo by onqtam · 8 years ago
  41. 1831b47 fixed #7 by onqtam · 8 years ago
  42. 29e6260 fixing parallel builds (and maybe not just parallel?) (everything depends on the header assembly target) by onqtam · 8 years ago
  43. 4fe9a87 fixed output after PR by onqtam · 8 years ago
  44. 7ffa84e from now on the library should be developed using the 2 headers in doctest/parts/ and doctest/doctest.h gets generated from them! by onqtam · 8 years ago
  45. 7b704da more stuff in the roadmap by onqtam · 8 years ago
  46. 8126b56 fixed python scripts for wandbox link update and html doc generation by onqtam · 8 years ago
  47. 2e66b61 Include "program code" in example (#15) by Martin Moene · 8 years ago
  48. 8805b49 compacting the appveyor builds so they pass faster by onqtam · 8 years ago
  49. bc07f5f final touch on the git attributes... by onqtam · 8 years ago
  50. b07b3db still playing with the line endings... by onqtam · 8 years ago
  51. 4a65563 normalizing eof for everything by onqtam · 8 years ago
  52. a7e7a3f better git attributes file by onqtam · 8 years ago
  53. 109d979 added git attributes file by onqtam · 8 years ago
  54. 2a4e7a3 fix assertions taking std::ostream by Zhihao Yuan · 8 years ago
  55. d62b666 fixed broken links in docs by onqtam · 8 years ago 1.0.0
  56. fe80dc9 disabled the test of the "subcases_and_bdd" example for GCC 4.4 under osx - for some reason after an exception is thrown the program quits even though it should be caught by onqtam · 8 years ago
  57. c51115f reduce the header size for test users (#3) by zah · 8 years ago
  58. 8e44b18 disable valgrind for osx even for 64 bit builds... by onqtam · 8 years ago
  59. 6d2bf3f fixing missing return statement by onqtam · 8 years ago
  60. 9018eab fixing gcc 4.7 builds... by onqtam · 8 years ago
  61. aff213c updating output so tests can pass by onqtam · 8 years ago
  62. 3a1dd12 fixing gcc builds by onqtam · 8 years ago
  63. 90d95de version 1.0.0 release! by onqtam · 8 years ago
  64. 1e5a63d doc by onqtam · 8 years ago
  65. f6fc666 doc by onqtam · 8 years ago
  66. be88b25 doc by onqtam · 8 years ago
  67. 6f3b167 doc by onqtam · 8 years ago
  68. 123c3a5 doc by onqtam · 8 years ago
  69. cef6149 doc by onqtam · 8 years ago
  70. 67c8b3e doc by onqtam · 8 years ago
  71. c285f99 doc by onqtam · 8 years ago
  72. d4669c1 doc by onqtam · 8 years ago
  73. 9497821 doc by onqtam · 8 years ago
  74. 2fc7f11 doc by onqtam · 8 years ago
  75. bc5a67e doc by onqtam · 8 years ago
  76. 49f5b95 doc by onqtam · 8 years ago
  77. b9242d0 doc by onqtam · 8 years ago
  78. 70ffbce doc by onqtam · 8 years ago
  79. 6d413df doc by onqtam · 8 years ago
  80. 553e312 doc by onqtam · 8 years ago
  81. 763a33a doc by onqtam · 8 years ago
  82. 5ddd43a doc by onqtam · 8 years ago
  83. 1586ea2 enabled compare mode for tests! by onqtam · 8 years ago
  84. b176a21 doc by onqtam · 8 years ago
  85. 38e6206 doc by onqtam · 8 years ago
  86. 316fce2 doc by onqtam · 8 years ago
  87. af0e109 doc by onqtam · 8 years ago
  88. f7a8046 doc by onqtam · 8 years ago
  89. 96b41ea fixing clang build by onqtam · 8 years ago
  90. 733de62 better examples by onqtam · 8 years ago
  91. cbab26a moving examples around by onqtam · 8 years ago
  92. c832deb fixing clang build... by onqtam · 8 years ago
  93. e4c75fc fixed the range based example better examples by onqtam · 8 years ago
  94. 863760e deleted a bunch of examples by onqtam · 8 years ago
  95. ad89a13 doc by onqtam · 8 years ago
  96. 31ccc53 doc by onqtam · 8 years ago
  97. 76274db doc by onqtam · 8 years ago
  98. d1cdac5 doc by onqtam · 8 years ago
  99. 07c59f4 doc by onqtam · 8 years ago
  100. 18aafc2 doc by onqtam · 8 years ago