1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cleaning the static analysis reports More... about 8 years ago
removed templated test case for float - was triggering clang warnings when constructing doctest::Approx which only takes double by default - relates #85 More... about 8 years ago
static analysis fixes - closes #83 More... about 8 years ago
removed a bunch of templates simulating the is_constructible<> trait and added a config option (DOCTEST_CONFIG_INCLUDE_TYPE_TRAITS) that triggers the inclusion of <type_traits> and enables the ability for the Approx helper to be used with strong typedefs of double - fixes #85 and relates #62 More... about 8 years ago
silencing a warning in c++17 mode under MSVC More... about 8 years ago
tiny changes in docs More... about 8 years ago
fixing a 'race condition' in cmake (the generation of doctest.h) - closes #77 More... about 8 years ago
Prefer if(MSVC) (#84) More... about 8 years ago
- fixing build after merging the #82 PR about catching by const ref in <LEVEL>_THROWS_AS assert macros - also adding some notes More... about 8 years ago
catch throw_as exception as const reference (#82) More... about 8 years ago
Added doctest_with_main static lib (#78) More... about 8 years ago
removed a hack which is no longer necessary More... about 8 years ago
removed redundant checks More... about 8 years ago
trying to fix the coverity scan build More... about 8 years ago
code coverage maxed More... about 8 years ago
fixing build command for coverity scan More... about 8 years ago
updated changelog for version 1.2.1 More... about 8 years ago
version 1.2.1 More... about 8 years ago
tiny docs changes More... about 8 years ago
added overloads for toStream for primitive types - fixes #72 (there were alternative ways - like specializing the StringStream template for the primitive types) - should reimplement the has_insertion_operator trait when I make the switch to c++11 More... about 8 years ago
created an animated .gif showing how doctest is used - used ScreenToGif which is $*#@ing awesome! - http://www.screentogif.com/ More... about 8 years ago
docs: TEST_CASE_METHOD -> TEST_CASE_FIXTURE (#71) More... about 8 years ago
fixed how the tutorial about subcases (markdown/html) gets rendered by github More... over 8 years ago
- added more text in the main readme - added a clarification for the charts of the runtime benchmarks - small doc changes - updated html More... over 8 years ago
fixing broken links and tiny mistakes in docs More... over 8 years ago
version 1.2 changelog More... over 8 years ago
version 1.2 almost out! More... over 8 years ago
updated documentation More... over 8 years ago
gcc 7 cannot work yet on travis... More... over 8 years ago
- changed paypal links and removed pledgie campaign (which was long overdue...) - trying to get the gcc7 build working More... over 8 years ago