| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| doctest-v2.5.3.tar.gz | 2026-07-06 | 2.2 MB | |
| README.md | 2026-07-06 | 1.5 kB | |
| v2.5.3 source code.tar.gz | 2026-07-06 | 2.2 MB | |
| v2.5.3 source code.zip | 2026-07-06 | 2.4 MB | |
| Totals: 4 Items | 6.9 MB | 2 | |
What's Changed
- ci: Fix backslash in Windows CI config by @mitchgrout in https://github.com/doctest/doctest/pull/1179
- ci: Bump MSVS to use Visual Studio 18 2026 by @mitchgrout in https://github.com/doctest/doctest/pull/1180
- fix: Suppress the "Specializing standard library template std::tuple is forbidden" warning by @mitchgrout in https://github.com/doctest/doctest/pull/1178
- build(cmake): drop deprecated
-Wstrict-overflow=1flag forgcc-17+by @mitchgrout in https://github.com/doctest/doctest/pull/1181 - fix: Check ostream::fail after performing stringification by @mitchgrout in https://github.com/doctest/doctest/pull/1182
- fix: Handle null pointers during exception translation by @mitchgrout in https://github.com/doctest/doctest/pull/1183
- fix: Check for _MSC_VER and _LIBCPP_VERSION when considering std::uncaught_exceptions by @mitchgrout in https://github.com/doctest/doctest/pull/1184
- fix: Disable sign-compare warnings for non-decomposing assertions by @mitchgrout in https://github.com/doctest/doctest/pull/1185
- chore: Add dedicated wrapper file for
windows.hby @mitchgrout in https://github.com/doctest/doctest/pull/1186 - fix: Annotate std::uncaught_exceptions with -Wdeprecated-declarations by @mitchgrout in https://github.com/doctest/doctest/pull/1189
- chore(release): v2.5.3 by @mitchgrout in https://github.com/doctest/doctest/pull/1190
Full Changelog: https://github.com/doctest/doctest/compare/v2.5.2...v2.5.3