1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Sep 09, 2024 — Sep 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed broken image link in main readme More... over 8 years ago
removed a falsehood in the "differences with Catch" section of the FAQ More... over 8 years ago
version 1.1.4 More... over 8 years ago
bumped version More... over 8 years ago
removed gcc 4.4/4.5 from osx builds and removed linux clang 3.9 from the allowed failures More... over 8 years ago
added --force-colors option - so even when no tty is detected the output gets colored - related to #50 More... over 8 years ago
fixed #49 - Issue with using lambdas in tests in gcc More... over 8 years ago
finalized work on the no exceptions mode More... over 8 years ago
- removed duplicated warnings (ones which are included by wall/wextra) - updated notes on project More... over 8 years ago
updated article... More... over 8 years ago
updated article More... over 8 years ago
Add assertion macros regarding std::exception handling to examples/ directory More... over 8 years ago
Added exception handling More... over 8 years ago
added the article I wrote about doctest - which I submit to various websites for publishing More... almost 9 years ago
added new xcode 8.2 image and removed 3 soon-to-be-deprecated ones More... almost 9 years ago
added xcode 8.1 builds More... almost 9 years ago
moved pictures out of doc folder More... almost 9 years ago
fixed documentation for stringification - relates https://github.com/philsquared/Catch/issues/741 More... almost 9 years ago
version 1.1.3 More... almost 9 years ago
allowing the linux llvm 3.9 build to fail... cannot get the ppa working More... almost 9 years ago
to circumvent llvm 3.9 apt not being whitelisted yet - https://github.com/travis-ci/apt-source-whitelist/issues/300 More... almost 9 years ago
- updated docs a bit - version bump to 1.1.3 More... almost 9 years ago
- added the ability to compile code with assertions that need exceptions even without exceptions - see the use of DOCTEST_CONFIG_NO_EXCEPTIONS_BUT_WITH_ALL_ASSERTS - added clang 3.9 to build matrix More... almost 9 years ago
introduced the DOCTEST_CONFIG_NO_EXCEPTIONS and DOCTEST_CONFIG_NO_TRY_CATCH_IN_ASSERTS config identifiers More... almost 9 years ago
removed the version from the reference output - so releases that don't change the output don't need to recommit new reference output More... almost 9 years ago
version 1.1.2 More... almost 9 years ago
all gcc builds under osx now allowed to fail - I have no $^&%-ing clue why some of them started failing - and in different ways! More... almost 9 years ago
fixed #42 - no warnings with clang in c++11 mode More... almost 9 years ago
- changed the test suite macros to require a semicolon with a dummy typedef instead of a forward declaration of a dummy function - added underscore prefix to anonymous variables - tiny changes in docs More... almost 9 years ago
fixed readme... More... almost 9 years ago