summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | doctest 1.2.8+repack0-1 Debian releasedebian/1.2.8+repack0-1Didier Raboud2018-03-10
| | | | | | |
* | | | | | | record new upstream branch and merge itDidier Raboud2018-03-10
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge tag 'upstream/1.2.8' into upstream/latest-repackDidier Raboud2018-03-10
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | changelog for 1.2.8onqtam2018-03-10
| | | | | | |
| | * | | | | version 1.2.8onqtam2018-03-10
| | | | | | |
| | * | | | | fixed issue #118onqtam2018-03-10
| | | | | | |
| | * | | | | fixed issue #119onqtam2018-03-10
| | | | | | |
| | * | | | | added clang 6 to build matrix on travisonqtam2018-03-09
| | | | | | |
| | * | | | | typo in commentViktor Kirilov2018-03-05
| | | | | | |
| | * | | | | added @aras-p from patreon!onqtam2018-02-27
| | | | | | |
| | * | | | | removed old compilers no longer supported on travis CIonqtam2018-02-07
| | | | | | |
| | * | | | | updated copyright years and added 3 builds to the allowed failures on travis ↵onqtam2018-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | since there is some bug in the leak sanitizer...
* | | | | | | doctest 1.2.7+repack0-2 Debian releaseDidier Raboud2018-02-23
| | | | | | |
* | | | | | | Update Vcs-* for the move to SalsaDidier Raboud2018-02-17
| | | | | | |
* | | | | | | Cleanup d/control thanks to `cme update dpkg-control`Didier Raboud2018-02-17
| |_|/ / / / |/| | | | |
* | | | | | doctest 1.2.7+repack0-1 Debian releasedebian/1.2.7+repack0-1Didier Raboud2018-02-09
| | | | | |
* | | | | | merge patched-debian/master into debian/masterDidier Raboud2018-02-09
|\| | | | |
| * | | | | Merge tag 'upstream/1.2.7' into upstream/latest-repackDidier Raboud2018-02-09
| |\| | | |
| | * | | | changelog for version 1.2.7onqtam2018-02-06
| | | | | |
| | * | | | version 1.2.7onqtam2018-02-06
| | | | | |
| | * | | | simplified the option parsing a bit - fixed #104onqtam2018-02-06
| | | | | |
| | * | | | fixed indentation which led to a gcc warningonqtam2018-02-06
| | | | | |
| | * | | | added a mention in the FAQ about static libraries and automatic test ↵onqtam2018-02-06
| | | | | | | | | | | | | | | | | | | | | | | | registration about the MSVC specific solution of using the /OPT:NOREF linker flag - fixes #106
| | * | | | small fixesonqtam2018-02-06
| | | | | |
| | * | | | relates #103onqtam2018-02-06
| | | | | |
| | * | | | /Zc:twoPhase- no longer needed since Microsoft have fixed their ↵onqtam2018-02-06
| | | | | | | | | | | | | | | | | | | | | | | | compiler/headers in the latest VS 2017
| | * | | | warning-free with latest VS 2017 (also kind-of fixing #107)onqtam2018-02-06
| | | | | |
| | * | | | Update doctest_impl.h (#112)Vladimir Gamalyan2018-02-06
| | | | | | | | | | | | | | | | | | Fix macros `WIN32_LEAN_AND_MEAN` typo
| | * | | | updated travis build matrix with supported osx imagesonqtam2018-02-06
| | | | | |
| | * | | | fixed format specifier - relates #102onqtam2018-02-06
| | | | | |
| | * | | | Correct DOCTEST_NO_INSTALL logic; do install unless it is set (#99) (#100)Viktor Kirilov2017-11-04
| | | | | |
* | | | | | record new upstream branchDidier Raboud2018-02-09
| |_|/ / / |/| | | |
* | | | | doctest 1.2.6+repack0-2 Debian releasedebian/1.2.6+repack0-2Didier Raboud2017-11-04
| | | | |
* | | | | Verify that the mandatory files are really installedDidier Raboud2017-11-04
| | | | |
* | | | | merge patched-debian/master into debian/masterDidier Raboud2017-11-04
|\ \ \ \ \
| * | | | | Correct DOCTEST_NO_INSTALL logic; do install unless it is setDidier Raboud2017-11-04
| | | | | |
* | | | | | Initialize git-dpmDidier Raboud2017-11-04
|\| | | | | | |_|_|/ / |/| | | |
* | | | | doctest 1.2.6+repack0-1 Debian releasedebian/1.2.6+repack0-1Didier Raboud2017-11-02
| | | | |
* | | | | Merge tag 'upstream/1.2.6+repack0' into debian/masterDidier Raboud2017-11-02
|\| | | | | |_|_|/ |/| | |
| * | | Remove generated HTML documentation, as it contains strapdown.js and a ↵Didier Raboud2017-11-02
| | |/ | |/| | | | | | | minified Bootstrap CSS
| * | changelog for 1.2.6onqtam2017-10-29
| | |
| * | version 1.2.6onqtam2017-10-29
| | |
| * | fixing the reference output... relates #95onqtam2017-10-29
| | |
| * | minor formatting changesonqtam2017-10-29
| | |
| * | added links to the youtube talk in the main readmeonqtam2017-10-29
| | |
| * | silencing 1 more warning for VS 2008/2010 when using /Wall - that a float ↵onqtam2017-10-29
| | | | | | | | | | | | was getting stored in memory and not in a register... relates #95
| * | fixing Visual Studio builds since /Wall is supported - relates #95onqtam2017-10-29
| | |
| * | fixed gcc builds - relates #98onqtam2017-10-29
| | |
| * | old versions of visual studio should no longer complain about unrecognized ↵onqtam2017-10-29
| | | | | | | | | | | | warning numbers
| * | exception translators written in header files now register only one entry - ↵onqtam2017-10-29
| | | | | | | | | | | | fixed #98