1. e2df0ba added the article I wrote about doctest - which I submit to various websites for publishing by onqtam · 8 years ago
  2. 3281a7b moved pictures out of doc folder by onqtam · 8 years ago
  3. e34600e - updated docs a bit - version bump to 1.1.3 by onqtam · 8 years ago
  4. 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
  5. 5cab8e9 fixed #42 - no warnings with clang in c++11 mode by onqtam · 8 years ago
  6. ec103be - changed the test suite macros to require a semicolon with a dummy typedef instead of a forward declaration of a dummy function by onqtam · 8 years ago
  7. 2115e6d updated docs by onqtam · 8 years ago
  8. bf4f453 updated docs and bumped version to 1.1.1 by onqtam · 8 years ago 1.1.1
  9. b6c6967 fixed html documentation! by onqtam · 8 years ago
  10. 1435c01 bumped version to 1.1 by onqtam · 8 years ago
  11. a1c34ba docs updated more - still WIP! by onqtam · 8 years ago
  12. 06a3e10 updating docs - WIP by onqtam · 8 years ago
  13. c6555cf all compile time benchmarks done! by onqtam · 8 years ago
  14. 200e888 more stuff benchmarked by onqtam · 8 years ago
  15. 7b8d8dc fixing clang builds - added new line at end of main.cpp for `removing_doctest_options` example... by onqtam · 8 years ago
  16. f4ea19f fixing clang builds... by onqtam · 8 years ago
  17. 8337278 fixing bench.py script to be executable under linux by onqtam · 8 years ago
  18. 19b21e9 updated benchmarks (results of doctest vs catch (header inclusion cost) are the same from 4 months ago - doctest 1.0) by onqtam · 8 years ago
  19. cc6a6d6 - added tests that assertion macros don't copy the types and that they evaluate the expressions only once by onqtam · 8 years ago
  20. a1ede61 Added example how to remove doctest options from the command line for the program after the tests run - fixes #20 by onqtam · 8 years ago
  21. 52eee92 - added patreon and paypal donation options by onqtam · 8 years ago
  22. 11210ce - added an image instead of code for the main readme by onqtam · 8 years ago
  23. d0a083a this should REALLY give 1 more line hit in the coverage... by onqtam · 8 years ago
  24. 83de18b this should get us 1 more line hit in the coverage by onqtam · 8 years ago
  25. 8d78e70 code coverage should be maxed - around 99.2% by onqtam · 8 years ago
  26. 3ef438f code coverage should be again near 99% by onqtam · 8 years ago
  27. 956d4ec added DOCTEST_CONFIG_SUPER_FAST_ASSERTS which makes the fast asserts insanely fast for compile times - just 1 function call - with 1 tiny change in behavior - breaking into the debugger will be into an internal doctest function instead of in the test case by onqtam · 8 years ago
  28. 7ff1dc1 simplified the new unary/binary assertion macros - reusing stuff from the main assertion macro by onqtam · 8 years ago
  29. 25b5d21 moved stuff out of fwd and into impl by onqtam · 8 years ago
  30. 441c98d implemented the fast alternative assertion macros! by onqtam · 8 years ago
  31. 52755c5 binary assertions (and unary) are now properly implemented. by onqtam · 8 years ago
  32. db5eee9 - moved an inline remapping function to the implementation part of doctest by onqtam · 8 years ago
  33. df09f51 refactor - assertion macros use integers and flags instead of strings and substringing - this will allow me to more easily deal with the increasing number of assertion macros by onqtam · 8 years ago
  34. c0a8baf updated Catch submodule by onqtam · 8 years ago
  35. f90739e added warning suppression around the expression decomposition template machinery - comparing signed to unsigned integers should now not generate warnings... by onqtam · 8 years ago
  36. fa04f13 fixing colors for the --success option by onqtam · 8 years ago
  37. 96bdf71 - restrict expressions in assertion macros to binary comparisons at most with a static assert by onqtam · 8 years ago
  38. 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
  39. f516977 travis builds should pass now by onqtam · 8 years ago
  40. dc68304 fixed #31 - dropped support for VC++6 by onqtam · 8 years ago
  41. 87002fa up the verbosity for sanitizer outout by onqtam · 8 years ago
  42. 106ed9a added sanitizer options by onqtam · 8 years ago
  43. 8edeaaf added /std:c++latest for MSVC by onqtam · 8 years ago
  44. c30ab66 [tiny commit] removed old stuff from travis config file by onqtam · 8 years ago
  45. 56c1071 updated roadmap and todo for 1.1 release by onqtam · 8 years ago
  46. fe740c2 moved code coverage sources outside of examples by onqtam · 8 years ago
  47. 4e68e66 trying to fix CI builds after code coverage example... by onqtam · 8 years ago
  48. 529c92c enabling all builds again by onqtam · 8 years ago
  49. 5a51f44 back to c++98... by onqtam · 8 years ago
  50. c223b69 done with coverage? by onqtam · 8 years ago
  51. 30c5e4b more coverage by onqtam · 8 years ago
  52. cc9e865 working on code coverage by onqtam · 8 years ago
  53. 9f934f8 all builds should be working now!!! by onqtam · 8 years ago
  54. c64b948 appveyor mingw debugging... by onqtam · 8 years ago
  55. c33624d appveyor mingw debugging by onqtam · 8 years ago
  56. 17b2ba1 mingw appveyor debugging by onqtam · 8 years ago
  57. 8b766c5 mingw on appveyor.. by onqtam · 8 years ago
  58. 01adc5a trying to get the appveyor mingw build going by onqtam · 8 years ago
  59. 63447e2 trying to get a mingw build on appveyor by onqtam · 8 years ago
  60. b382bd3 trying to get all travis builds working by onqtam · 8 years ago
  61. d1737e4 fixed #27 by onqtam · 8 years ago
  62. 901a333 fixed #28 by onqtam · 8 years ago
  63. e0c0360 switching back to clangs from the llvm apt... by onqtam · 8 years ago
  64. d19d6da hopefully fixed all clang versions under linux for travis by onqtam · 8 years ago
  65. 959458c trying to switch to gold linker under linux by onqtam · 8 years ago
  66. 2dd5528 fixed #24 by onqtam · 8 years ago
  67. 773570a fixed names of assertions by onqtam · 8 years ago
  68. 8def6b0 removed custom implementations of vector and hashtable and now using std::vector and std::set by onqtam · 8 years ago
  69. 8deb092 - removed the _fast header and put its contents into the main doctest header by onqtam · 8 years ago
  70. a6bcda2 related to #14 - added a header with a specialized macro for equality by onqtam · 8 years ago
  71. 3ffb887 travis builds should be fixed by onqtam · 8 years ago
  72. eae70c7 extending the bench script to make bigger test cases by onqtam · 8 years ago
  73. 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
  74. e8bdda4 updated the release process by onqtam · 8 years ago
  75. 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
  76. 29e6260 fixing parallel builds (and maybe not just parallel?) (everything depends on the header assembly target) by onqtam · 8 years ago
  77. 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
  78. 8126b56 fixed python scripts for wandbox link update and html doc generation by onqtam · 8 years ago
  79. 4a65563 normalizing eof for everything by onqtam · 8 years ago
  80. 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
  81. 90d95de version 1.0.0 release! by onqtam · 8 years ago
  82. cef6149 doc by onqtam · 8 years ago
  83. 67c8b3e doc by onqtam · 8 years ago
  84. c285f99 doc by onqtam · 8 years ago
  85. d4669c1 doc by onqtam · 8 years ago
  86. 9497821 doc by onqtam · 8 years ago
  87. 70ffbce doc by onqtam · 8 years ago
  88. 1586ea2 enabled compare mode for tests! by onqtam · 8 years ago
  89. cbab26a moving examples around by onqtam · 8 years ago
  90. e4c75fc fixed the range based example better examples by onqtam · 8 years ago
  91. ad89a13 doc by onqtam · 8 years ago
  92. 5456545 benchmarking script done by onqtam · 8 years ago
  93. e2527e3 toying around with the travis config by onqtam · 8 years ago
  94. dff1ef9 hopefully fixed travis builds by onqtam · 8 years ago
  95. 50af667 temp commit - writing the features by onqtam · 9 years ago
  96. 1b4144a - started the documentation - disabled the CI while I iterate on the markdown by onqtam · 9 years ago
  97. fe5482f silencing warnings by onqtam · 9 years ago
  98. f3a680f made stringify() use ADL so people can use templates for vector<T> and whatever... by onqtam · 9 years ago
  99. e6d0d51 updated the release process added an example with alternative macros for the lib by onqtam · 9 years ago
  100. aa605c1 fixing output for tests - no more file paths! by onqtam · 9 years ago