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
about 24 hours
ago. based on code collected
about 24 hours
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 27 of 48
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
cleaning the static analysis reports
onqtam
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
onqtam
More...
about 8 years ago
static analysis fixes - closes #83
onqtam
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
onqtam
More...
about 8 years ago
silencing a warning in c++17 mode under MSVC
onqtam
More...
about 8 years ago
tiny changes in docs
onqtam
More...
about 8 years ago
fixing a 'race condition' in cmake (the generation of doctest.h) - closes #77
onqtam
More...
about 8 years ago
Prefer if(MSVC) (#84)
Martin Moene
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
onqtam
More...
about 8 years ago
catch throw_as exception as const reference (#82)
Harald
More...
about 8 years ago
Added doctest_with_main static lib (#78)
Yordan Madzhunkov
More...
about 8 years ago
removed a hack which is no longer necessary
onqtam
More...
about 8 years ago
removed redundant checks
onqtam
More...
about 8 years ago
trying to fix the coverity scan build
onqtam
More...
about 8 years ago
code coverage maxed
onqtam
More...
about 8 years ago
fixing build command for coverity scan
onqtam
More...
about 8 years ago
updated changelog for version 1.2.1
onqtam
More...
about 8 years ago
version 1.2.1
onqtam
More...
about 8 years ago
tiny docs changes
onqtam
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
onqtam
More...
about 8 years ago
created an animated .gif showing how doctest is used - used ScreenToGif which is $*#@ing awesome! - http://www.screentogif.com/
onqtam
More...
about 8 years ago
docs: TEST_CASE_METHOD -> TEST_CASE_FIXTURE (#71)
Andrzej KrzemieĊski
More...
about 8 years ago
fixed how the tutorial about subcases (markdown/html) gets rendered by github
onqtam
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
onqtam
More...
over 8 years ago
fixing broken links and tiny mistakes in docs
onqtam
More...
over 8 years ago
version 1.2 changelog
onqtam
More...
over 8 years ago
version 1.2 almost out!
onqtam
More...
over 8 years ago
updated documentation
onqtam
More...
over 8 years ago
gcc 7 cannot work yet on travis...
onqtam
More...
over 8 years ago
- changed paypal links and removed pledgie campaign (which was long overdue...) - trying to get the gcc7 build working
onqtam
More...
over 8 years ago
←
1
2
…
23
24
25
26
27
28
29
30
31
…
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