| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| doctest-v2.5.0.tar.gz | 2026-03-27 | 2.2 MB | |
| README.md | 2026-03-27 | 15.4 kB | |
| v2.5.0 source code.tar.gz | 2026-03-27 | 2.2 MB | |
| v2.5.0 source code.zip | 2026-03-27 | 2.4 MB | |
| Totals: 4 Items | 6.9 MB | 1 | |
What's Changed
- Use <version> for libc++ detection on C++20 and beyond by @severinstrobl in https://github.com/doctest/doctest/pull/901
- ci: modernize build configurations for Linux by @severinstrobl in https://github.com/doctest/doctest/pull/902
- ci: modernize build configurations for macOS by @severinstrobl in https://github.com/doctest/doctest/pull/907
- ci: modernize build configurations for oneAPI by @severinstrobl in https://github.com/doctest/doctest/pull/918
- Document a simpler CMake integration via FetchContent (#823) by @gershnik in https://github.com/doctest/doctest/pull/866
- Split toString(String) into && and const& overloads by @RedBeard0531 in https://github.com/doctest/doctest/pull/924
- ci(windows): switch to windows 2025 image by @severinstrobl in https://github.com/doctest/doctest/pull/936
- ci(macOS): use macOS 14 with XCode 15.4 for GCC by @severinstrobl in https://github.com/doctest/doctest/pull/937
- chore: Replace scripts/cmake/assemble_single_header.cmake with scripts/assemble.py by @mitchgrout in https://github.com/doctest/doctest/pull/932
- chore: Remove type-hinting from scripts/assemble.py for Python3.6 compat by @mitchgrout in https://github.com/doctest/doctest/pull/938
- fix: Suppress -Wunsafe-buffer-usage for clang by @mitchgrout in https://github.com/doctest/doctest/pull/935
- ci: Remove coverage job by @mitchgrout in https://github.com/doctest/doctest/pull/940
- chore: Extract version information to doctest/parts/version.h by @mitchgrout in https://github.com/doctest/doctest/pull/942
- chore: Extract compiler information to doctest/parts/compiler.h by @mitchgrout in https://github.com/doctest/doctest/pull/943
- Add support for volatile pointers by @Kaaserne in https://github.com/doctest/doctest/pull/934
- ci: Re-enable coverage job by @mitchgrout in https://github.com/doctest/doctest/pull/946
- chore: Extract warning-suppression macros to doctest/parts/warnings.h by @mitchgrout in https://github.com/doctest/doctest/pull/944
- Split ci workflows by @Alex-PLACET in https://github.com/doctest/doctest/pull/957
- Enforce POSIX newlines & UTF-8 encoding by @Repiteo in https://github.com/doctest/doctest/pull/960
- Fix dll interface export for the filldata::fill symbol by @grandemk in https://github.com/doctest/doctest/pull/958
- ci: Fix macOS jobs failing due to -Wpoison-system-directories by @mitchgrout in https://github.com/doctest/doctest/pull/963
- ci: Bump
checkoutto v5 &codeql-actionto v4 by @Repiteo in https://github.com/doctest/doctest/pull/964 - fix executable_dll_and_plugin test on cygwin by @corngood in https://github.com/doctest/doctest/pull/965
- ci: Bump macos-14 from gcc-12 to gcc-13 by @mitchgrout in https://github.com/doctest/doctest/pull/969
- ci: Drop macos-13 by @mitchgrout in https://github.com/doctest/doctest/pull/968
- chore: Remove unused types by @mitchgrout in https://github.com/doctest/doctest/pull/967
- ci: Simplify conditional job configuration to support internal PRs by @mitchgrout in https://github.com/doctest/doctest/pull/972
- ci: Add task to check for stale doctest.h files by @mitchgrout in https://github.com/doctest/doctest/pull/971
- chore: Remove scripts/development_only/doctest.h by @mitchgrout in https://github.com/doctest/doctest/pull/970
- chore: Update .clang-tidy to address violations revealed by [#970] by @mitchgrout in https://github.com/doctest/doctest/pull/974
- chore: Prepare project for separation of monolithic .cpp code by @mitchgrout in https://github.com/doctest/doctest/pull/973
- chore: Extract config-detection macros to doctest/parts/config.h by @mitchgrout in https://github.com/doctest/doctest/pull/975
- chore: Extract general utilities to doctest/parts/utility.h by @mitchgrout in https://github.com/doctest/doctest/pull/976
- chore: Extract platform-detection to doctest/parts/platform.h by @mitchgrout in https://github.com/doctest/doctest/pull/977
- chore: Extract common implementation includes to doctest/parts/prelude.h by @mitchgrout in https://github.com/doctest/doctest/pull/978
- chore: Extract debugger code to doctest/parts/debugger.{h,cpp} by @mitchgrout in https://github.com/doctest/doctest/pull/979
- chore: Extract standard-library polyfills to doctest/parts/std/ by @mitchgrout in https://github.com/doctest/doctest/pull/980
- fix: Use new
version.hlocation inupdate_stuff.pyby @Repiteo in https://github.com/doctest/doctest/pull/983 - chore: Relocate
WIN32_LEAN_AND_MEANandNOMINMAXundefines by @Repiteo in https://github.com/doctest/doctest/pull/984 - chore: Extract string-related code to doctest/parts/string.h by @mitchgrout in https://github.com/doctest/doctest/pull/982
- chore: Extract matchers to doctest/parts/matchers/ by @mitchgrout in https://github.com/doctest/doctest/pull/985
- chore: Extract doctest::detail::ContextState to doctest/parts/context_state.h by @mitchgrout in https://github.com/doctest/doctest/pull/986
- chore: Extract global options to doctest/parts/context/options.h by @mitchgrout in https://github.com/doctest/doctest/pull/987
- chore: Extract assertion management to
doctest/parts/assert/by @mitchgrout in https://github.com/doctest/doctest/pull/988 - chore: Extract exception details to doctest/parts/exceptions.h by @mitchgrout in https://github.com/doctest/doctest/pull/989
- chore: Extract text-colouring to doctest/parts/color.h by @mitchgrout in https://github.com/doctest/doctest/pull/990
- chore: Extract subcase management to doctest/parts/subcase.h by @mitchgrout in https://github.com/doctest/doctest/pull/991
- chore: Extract test-suite management to doctest/parts/test_suite.h by @mitchgrout in https://github.com/doctest/doctest/pull/992
- chore: Extract test-case management to doctest/parts/test_case.h by @mitchgrout in https://github.com/doctest/doctest/pull/993
- chore: Extract test decorators to doctest/parts/decorators.h by @mitchgrout in https://github.com/doctest/doctest/pull/994
- chore: Extract exception translation to doctest/parts/exception_translator.h by @mitchgrout in https://github.com/doctest/doctest/pull/995
- chore: Extract ContextScope utility to doctest/parts/context_scope.h by @mitchgrout in https://github.com/doctest/doctest/pull/996
- chore: Extract reporters to doctest/parts/reporter(s) by @mitchgrout in https://github.com/doctest/doctest/pull/997
- chore: Extract assertion-message code to doctest/parts/assert/message.h by @mitchgrout in https://github.com/doctest/doctest/pull/998
- chore: Extract Context class to doctest/parts/context.h by @mitchgrout in https://github.com/doctest/doctest/pull/999
- ci: Implement concurrency logic for GitHub Actions by @Repiteo in https://github.com/doctest/doctest/pull/1003
- chore: Extract macros to doctest/parts/macros.h by @mitchgrout in https://github.com/doctest/doctest/pull/1001
- chore: Extract path utilities to doctest/parts/path.h by @mitchgrout in https://github.com/doctest/doctest/pull/1006
- chore: Extract global entry-point to doctest/parts/main.cpp by @mitchgrout in https://github.com/doctest/doctest/pull/1008
- chore: Finalize extraction and remove doctest.cpp by @mitchgrout in https://github.com/doctest/doctest/pull/1009
- feat: Have segments function as standalone files by @Repiteo in https://github.com/doctest/doctest/pull/1002
- ci: Add gcc-15, clang-19, clang-20, and clang-21 by @mitchgrout in https://github.com/doctest/doctest/pull/1011
- fix: Suppress -Wnrvo for clang and gcc by @mitchgrout in https://github.com/doctest/doctest/pull/1012
- fix: Suppress -Wmissing-noreturn in certain tests for clang by @mitchgrout in https://github.com/doctest/doctest/pull/1013
- ci: Build
doctest_with_mainin CI by @mitchgrout in https://github.com/doctest/doctest/pull/1010 - build: Add bzlmod support by @zaucy in https://github.com/doctest/doctest/pull/797
- chore: Disable werror outside of CI/CD by @mitchgrout in https://github.com/doctest/doctest/pull/1014
- chore: Add basic project unit-tests by @mitchgrout in https://github.com/doctest/doctest/pull/1020
- chore: Register unit-tests for coverage job only by @mitchgrout in https://github.com/doctest/doctest/pull/1021
- fix: Correctly handle empty strings in String::rfind by @mitchgrout in https://github.com/doctest/doctest/pull/1022
- chore: Ignore the .vs folder by @G4m4 in https://github.com/doctest/doctest/pull/1024
- feat: Warn on failure to create output-file by @mitchgrout in https://github.com/doctest/doctest/pull/1025
- chore: Resolve duplicate symbols in doctest_with_main by @mitchgrout in https://github.com/doctest/doctest/pull/1026
- chore: Register most unit-tests on CI/CD by @mitchgrout in https://github.com/doctest/doctest/pull/1027
- ci: Report coverage on parts instead of doctest.h by @mitchgrout in https://github.com/doctest/doctest/pull/1028
- chore: Add private project unit-tests by @mitchgrout in https://github.com/doctest/doctest/pull/1033
- fix: Use nullptr instead of 0 when calling sysctl by @Kaaserne in https://github.com/doctest/doctest/pull/1034
- build(cmake): update minimum required version to 3.14 by @nim65s in https://github.com/doctest/doctest/pull/953
- chore: Add project regression tests by @mitchgrout in https://github.com/doctest/doctest/pull/1037
- chore: Strip unused annotations for legacy tools by @Repiteo in https://github.com/doctest/doctest/pull/1040
- chore: Correct public includes, clarify intent by @Repiteo in https://github.com/doctest/doctest/pull/1039
- feat: Sync
clang-formatwith LLVM by @Repiteo in https://github.com/doctest/doctest/pull/1015 - feat: Add pre-commit hooks by @Repiteo in https://github.com/doctest/doctest/pull/1041
- feat: Add extra BDD macros (SCENARIO_METHOD, AND_GIVEN) by @mitchgrout in https://github.com/doctest/doctest/pull/1048
- doc: Correct skip-path-prefixes to strip-file-prefixes by @mitchgrout in https://github.com/doctest/doctest/pull/1049
- fix: Fully implement IReporter even if library is disabled by @mitchgrout in https://github.com/doctest/doctest/pull/1050
- fix: Include csignal only if POSIX_SIGNALS or WINDOWS_SEH is defined by @mitchgrout in https://github.com/doctest/doctest/pull/1054
- build: expose include directory as system path for consumers by @severinstrobl in https://github.com/doctest/doctest/pull/817
- ci: Add job to check clang-format by @mitchgrout in https://github.com/doctest/doctest/pull/1038
- fix: Update platform-detection for Mac by @mitchgrout in https://github.com/doctest/doctest/pull/1057
- test: Add debugger unit-tests by @mitchgrout in https://github.com/doctest/doctest/pull/1058
- feat: Use __builtin_debugtrap where available by @mitchgrout in https://github.com/doctest/doctest/pull/1060
- chore: Remove unused test outputs by @aozgaa in https://github.com/doctest/doctest/pull/1046
- chore: Bump clang-format precommit to 22 by @aozgaa in https://github.com/doctest/doctest/pull/1061
- ci: Re-organize ci.yml into per-platform workflows by @mitchgrout in https://github.com/doctest/doctest/pull/1064
- ci: Simplify linux.yml container configuration by @mitchgrout in https://github.com/doctest/doctest/pull/1065
- ci: Run full checks on latest only by @mitchgrout in https://github.com/doctest/doctest/pull/1066
- test: Ensure tests using timeout() fail reliably by @mitchgrout in https://github.com/doctest/doctest/pull/1055
- fix: Only call subcase_end currentSubcaseDepth times by @mitchgrout in https://github.com/doctest/doctest/pull/1070
- build: Allow including of both doctest.h and doctest/doctest.h by @mitchgrout in https://github.com/doctest/doctest/pull/1071
- build: Add a doctest.pc pkg-config file by @mortie in https://github.com/doctest/doctest/pull/865
- fix: Use gmtime_s if available by @mitchgrout in https://github.com/doctest/doctest/pull/1073
- ci: Drop gcc-4.8 from build matrix by @mitchgrout in https://github.com/doctest/doctest/pull/1075
- feat: Expand clang-format checks by @Repiteo in https://github.com/doctest/doctest/pull/1059
- feat: Provide stringification for container-like types by @mitchgrout in https://github.com/doctest/doctest/pull/1074
- chore: Remove references to Copyright.txt in CMake files by @mitchgrout in https://github.com/doctest/doctest/pull/1077
- fix: Rework SUBCASE traversal by @aozgaa in https://github.com/doctest/doctest/pull/1056
- fix: Resolve global lint suppressions up to clang-tidy-14 by @mitchgrout in https://github.com/doctest/doctest/pull/1076
- ci: Add clang-22 by @mitchgrout in https://github.com/doctest/doctest/pull/1078
- fix: Use LINE for anonymous symbols for clang-22 onwards by @mitchgrout in https://github.com/doctest/doctest/pull/1079
- ci: Update to clang-tidy-22 by @mitchgrout in https://github.com/doctest/doctest/pull/1043
- fix: Resolve global lint suppressions up to clang-tidy-22 by @mitchgrout in https://github.com/doctest/doctest/pull/1080
- feat: Allow conversions from std::string to doctest::String by @mitchgrout in https://github.com/doctest/doctest/pull/1081
- fix: Ensure all reporters are registered when using doctest_with_main by @mitchgrout in https://github.com/doctest/doctest/pull/1072
- doc: Add note around --sc not triggering nested subcases by @mitchgrout in https://github.com/doctest/doctest/pull/1082
- feat: add GENERATE macro by @aozgaa in https://github.com/doctest/doctest/pull/1047
- chore: Add .github/ISSUE_TEMPLATE/ templates by @mitchgrout in https://github.com/doctest/doctest/pull/1084
- chore: Remove .github/FUNDING.md by @mitchgrout in https://github.com/doctest/doctest/pull/1085
- fix: Add failure-related decorator support to JUnit by @mitchgrout in https://github.com/doctest/doctest/pull/1083
- chore: Remove funding references and links from README by @mitchgrout in https://github.com/doctest/doctest/pull/1087
- chore(release): v2.5.0 by @mitchgrout in https://github.com/doctest/doctest/pull/1086
- chore(sync): Merge dev-2.5.0 into master by @mitchgrout in https://github.com/doctest/doctest/pull/1089
New Contributors
- @severinstrobl made their first contribution in https://github.com/doctest/doctest/pull/901
- @gershnik made their first contribution in https://github.com/doctest/doctest/pull/866
- @RedBeard0531 made their first contribution in https://github.com/doctest/doctest/pull/924
- @mitchgrout made their first contribution in https://github.com/doctest/doctest/pull/932
- @Kaaserne made their first contribution in https://github.com/doctest/doctest/pull/934
- @Alex-PLACET made their first contribution in https://github.com/doctest/doctest/pull/957
- @Repiteo made their first contribution in https://github.com/doctest/doctest/pull/960
- @grandemk made their first contribution in https://github.com/doctest/doctest/pull/958
- @corngood made their first contribution in https://github.com/doctest/doctest/pull/965
- @zaucy made their first contribution in https://github.com/doctest/doctest/pull/797
- @G4m4 made their first contribution in https://github.com/doctest/doctest/pull/1024
- @nim65s made their first contribution in https://github.com/doctest/doctest/pull/953
- @aozgaa made their first contribution in https://github.com/doctest/doctest/pull/1046
- @mortie made their first contribution in https://github.com/doctest/doctest/pull/865
Full Changelog: https://github.com/doctest/doctest/compare/v2.4.12...v2.5.0