summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* doctest 2.4.6+repack0-2 Debian releaseHEADdebian/2.4.6+repack0-2archive/debian/2.4.6+repack0-2masterDidier Raboud2021-09-01
* Commit patch queue (exported by git-debrebase)Didier Raboud2021-09-01
* Declare fast forward / record previous workDidier Raboud2021-09-01
|\
| * Orphan packageDidier Raboud2021-09-01
| * S-V: Update to 4.6.0 without changes neededDidier Raboud2021-09-01
| * Declare fast forward / record previous workdebian/2.4.6+repack0-1archive/debian/2.4.6+repack0-1Didier Raboud2021-04-06
| |\
| | * doctest 2.4.5+repack0-1 Debian releasedebian/2.4.5+repack0-1archive/debian/2.4.5+repack0-1Didier Raboud2021-02-10
| | * Wrap-and-sort -abstDidier Raboud2021-02-10
| | * Declare fast forward / record previous workDidier Raboud2021-02-10
| | |\
| | | * Declare fast forward / record previous workdebian/2.4.4+repack0-1archive/debian/2.4.4+repack0-1Didier Raboud2020-12-29
| | | |\
| | | | * doctest 2.4.1+repack0-1 Debian releasedebian/2.4.1+repack0-1archive/debian/2.4.1+repack0-1Didier Raboud2020-11-06
| | | | * Declare fast forward / record previous workDidier Raboud2020-11-06
| | | | |\
| | | | | * Merge from sid [dgit]debian/2.4.0+repack0-1archive/debian/2.4.0+repack0-1Didier Raboud2020-06-30
| | | | | |\
| | | | | | * Declare fast forward / record previous workdebian/2.3.8+repack0-1archive/debian/2.3.8+repack0-1Didier Raboud2020-05-25
| | | | | | |\
| | | | | | | * Declare fast forward / record previous workdebian/2.3.7+repack0-1archive/debian/2.3.7+repack0-1Didier Raboud2020-02-28
| | | | | | | |\
* | | | | | | | | Fix build with GCC 11Jan Kundrát2021-09-01
* | | | | | | | | Orphan packageDidier Raboud2021-09-01
* | | | | | | | | S-V: Update to 4.6.0 without changes neededDidier Raboud2021-09-01
|/ / / / / / / /
* | | | | | | | doctest 2.4.6+repack0-1 Debian releaseDidier Raboud2021-04-06
* | | | | | | | Bump S-V to 4.5.1Didier Raboud2021-04-06
* | | | | | | | Update d/copyrightDidier Raboud2021-04-06
* | | | | | | | Update changelog for new upstream 2.4.6+repack0Didier Raboud2021-04-06
* | | | | | | | Update to upstream 2.4.6+repack0Didier Raboud2021-04-06
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag '2.4.6' into upstream/latest-repackDidier Raboud2021-04-06
| |\ \ \ \ \ \ \ \
| | * | | | | | | | changelog for 2.4.6onqtam2021-03-22
| | * | | | | | | | version 2.4.6Viktor Kirilov2021-03-22
| | * | | | | | | | using DOCTEST_NOEXCEPT instead of noexceptViktor Kirilov2021-03-22
| | * | | | | | | | fixed MSVC 2015 buildViktor Kirilov2021-03-22
| | * | | | | | | | fixed MSVC 2015 builds - they were broken since merging PR #480Viktor Kirilov2021-03-22
| | * | | | | | | | fixed #473 - SIGSTKSZ is no longer a constant in glibc 2.34+ so now the alter...Viktor Kirilov2021-03-22
| | * | | | | | | | fixing the clang 3.5 build...Viktor Kirilov2021-03-22
| | * | | | | | | | moving the implementation of declval into the detail namespace inside doctest...Viktor Kirilov2021-03-22
| | * | | | | | | | fixing gcc 4.8 & 4.9 builds after merging #471Viktor Kirilov2021-03-22
| | * | | | | | | | fixing clang 3.5 build after merging PR #468Viktor Kirilov2021-03-22
| | * | | | | | | | REQUIRE does not compile when operator== in different namespace #443 . (#468)Navin P2021-03-22
| | * | | | | | | | fixed #465 - doctest now compiles on WinRTViktor Kirilov2021-03-22
| | * | | | | | | | Initialize TestSuite variables (#471)Nathan Reed2021-03-22
| | * | | | | | | | Only use std::uncaught_exceptions on macos 10.12 or above (#478)Sam Windell2021-03-22
| | * | | | | | | | Improve speed with attached debugger (Windows) (#482)Paul Groke2021-03-22
| | * | | | | | | | Convert to bool by casting, rather than double negation (#480)sarah2021-03-22
| | * | | | | | | | moved a function out of an anonymous namespace and into doctest::detail - so ...Viktor Kirilov2021-03-22
| | * | | | | | | | Automatically add TEST_SUITE labels to discovered tests which map to the test...Shiv Upadhyay2021-03-22
| | * | | | | | | | fixed INFO() when used in the scope of an if() without a {} block (however th...Viktor Kirilov2021-03-22
| | * | | | | | | | removed broken badgeViktor Kirilov2021-03-22
* | | | | | | | | | doctest 2.4.5+repack0-1 Debian releaseDidier Raboud2021-04-06
* | | | | | | | | | Wrap-and-sort -abstDidier Raboud2021-04-06
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Update changelog for new upstream 2.4.5+repack0Didier Raboud2021-02-10
* | | | | | | | | Update to upstream 2.4.5+repack0Didier Raboud2021-02-10
|\| | | | | | | | | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Merge tag '2.4.5' into upstream/latest-repackDidier Raboud2021-02-10
| |\| | | | | |
| | * | | | | | version 2.4.5Viktor Kirilov2021-02-02