summaryrefslogtreecommitdiff
path: root/dev-cpp/doctest/files
AgeCommit message (Collapse)Author
2025-10-18dev-cpp/doctest: drop 2.4.11Petr Vaněk
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2025-03-25dev-cpp/doctest: fix comaptibility with cmake-4Petr Vaněk
The compatibility is fixed with the patch taken from upstream. Upstream-PR: https://github.com/doctest/doctest/pull/888 Closes: https://bugs.gentoo.org/951674 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2023-04-26dev-cpp/doctest: add patch for tests with clock resolution problemsMatoro Mahri
See: https://github.com/doctest/doctest/pull/770 See: https://github.com/doctest/doctest/issues/711 Bug: https://bugs.gentoo.org/874345 Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/30607 Signed-off-by: Sam James <sam@gentoo.org>
2022-08-27dev-cpp/doctest: drop 2.4.6, 2.4.8-r1Petr Vaněk
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/26896 Signed-off-by: Sam James <sam@gentoo.org>
2022-06-12dev-cpp/doctest: fix tests with move-only typesPetr Vaněk
This is a fix of a bug which affects mail-filter/rspamd-3.{1,2}. The patch is derived from upstream commit ce13bc44b99c ("Fix move-only types failing to decompose correctly (#634)"). Upstream-PR: https://github.com/doctest/doctest/pull/634 Bug: https://bugs.gentoo.org/830624 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2021-09-18dev-cpp/doctest: fix gcc-11 related compilation errorPetr Vaněk
Apply patch in order to fix gcc-11 related compilation error. The patch follows proposed fixes to upstream [1,2]. [1] https://github.com/onqtam/doctest/pull/505 [2] https://github.com/onqtam/doctest/pull/520 Closes: https://bugs.gentoo.org/812077 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/22280 Signed-off-by: Sam James <sam@gentoo.org>