openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
doctest testing framework
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 16, 2024 — Aug 16, 2025
Showing page 11 of 48
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
no gcc 10 yet on github actions...
onqtam
More...
over 5 years ago
manually applied the changes from PR #352 because there were some other unrelated changes in there as well - properly checking against __cpp_lib_uncaught_exceptions and not looking at __cplusplus
onqtam
More...
over 5 years ago
fixed #348
onqtam
More...
over 5 years ago
added gcc 10 to build matrix
onqtam
More...
over 5 years ago
fixed #327
onqtam
More...
over 5 years ago
fixed #372 - CHECK_THROWS and CHECK_NOTHROW now can work with varargs ==> allows for expressions with commas such as 'CHECK_NOTHROW(TestClass<int, float>(5));'
onqtam
More...
over 5 years ago
fixed #370 - including windows.h with lower case for mingw
Viktor Kirilov
More...
over 5 years ago
rebuilt header
Viktor Kirilov
More...
over 5 years ago
fixed #369 - added the ability to override file_line_to_stream
Viktor Kirilov
More...
over 5 years ago
fix: possible UB with nullptr increment (#368)
Aleksandr
More...
over 5 years ago
Use CMP0077 policy if available (#363)
Denilson das Mercês Amorim
More...
over 5 years ago
fixing clang on windows builds
onqtam
More...
over 5 years ago
Fix warning c6319 in Visual Studio 16.5 (#361)
Cvelth
More...
over 5 years ago
fixing msvc builds
onqtam
More...
over 5 years ago
fixed #350 - preventing crashes when reloading plugins with test cases
onqtam
More...
over 5 years ago
silencing a warning for the deprecated std::uncaught_exception - see this: https://github.com/onqtam/doctest/commit/f7bcaaa0757434abbc60ce8e7f54f10e5a0f6c30#commitcomment-37483656
onqtam
More...
over 5 years ago
fixed build......... subcases.cpp(142): warning C5032: detected #pragma warning(push) with no corresponding #pragma warning(pop)
onqtam
More...
over 5 years ago
changelog for 2.3.7
onqtam
More...
over 5 years ago
added Clang 9 to the travis build matrix
onqtam
More...
over 5 years ago
fixed windows build...
onqtam
More...
over 5 years ago
trying VS 2019 on appveyor again
onqtam
More...
over 5 years ago
vecrion 2.3.7
onqtam
More...
over 5 years ago
subcases can have generated names and even be in loops! relates #328
onqtam
More...
over 5 years ago
fixed #343
onqtam
More...
over 5 years ago
using std namespace where necessary (#341)
Aleksandr
More...
over 5 years ago
removed coverity badge because it just doesn't fit :|
Viktor Kirilov
More...
over 5 years ago
Fix GitHub CI and add GitHub build badges (#336) - closes #334
Clare Macrae
More...
over 5 years ago
fix std::uncaught_exceptions (#340) - closes #333
cyy
More...
over 5 years ago
Update links (#331) - http => https
Antoine Cœur
More...
over 5 years ago
Switch to catching unhandled exceptions on Windows Closes #324 (#325)
jkriegshauser
More...
over 5 years ago
←
1
2
…
7
8
9
10
11
12
13
14
15
…
47
48
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree