Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-16more compilers in github actions, also disabling travis because it will be go...Viktor Kirilov
2020-09-06updated travis build matrixViktor Kirilov
2020-05-17gcc 10 fails because it cannot be installed - allowing it to fail...onqtam
2020-05-17removing failing OSX job with XCode 8.0: https://travis-ci.org/github/onqtam/...onqtam
2020-05-17added gcc 10 to build matrixonqtam
2020-02-24added Clang 9 to the travis build matrixonqtam
2019-12-17fixing build - relates #201onqtam
2019-12-17fixed #201 - see this comment: https://github.com/onqtam/doctest/pull/285/fil...onqtam
2019-12-17added xcode 11onqtam
2019-08-12removed TSAN for gcc 4.8-7 since it's broken for some time now - seg faulting...onqtam
2019-06-02updated the build matrix so builds don't fail...onqtam
2019-06-02testing CI - latest compilersonqtam
2019-05-06lets allow the gcc9 build to fail for now on travis - seems g++-9 isn't yet a...2.3.2onqtam
2019-05-06added GCC 9onqtam
2019-03-20clang 8onqtam
2019-03-19doctest tests can now be ran in parallel through ctest! fixed #202onqtam
2019-03-02new xcode imageonqtam
2019-01-15hopefully fixing xcode 6.4/7.3 buildsonqtam
2019-01-15re-enabling builds on travis for xcode 6.4 and 7.3onqtam
2018-11-29small fixes in the docsonqtam
2018-11-12Added clang-7 to travis build (#161)AMS21
2018-08-23removed the last traces of gcc on osx in travis CIonqtam
2018-08-23my previous commit was wrong - the actual problem was that I was supplying -l...onqtam
2018-08-23changed order of flags - since that is the only change since the gcc 5-8 tsan...onqtam
2018-08-23disabled thread sanitizer for a few clang versions - see these builds: https:...onqtam
2018-08-23So I just asked myself: "why...? why are you doing this to yourself? where is...onqtam
2018-08-23removed a no-longer needed include guard and also removing the -ltsan and gol...onqtam
2018-08-23set the linker to gold for the rest of the GCC sanitizer builds (also clang -...onqtam
2018-08-23trying again the thread sanitizers...onqtam
2018-08-23added the gold linker for the sanitizers where needed... I guess that's when ...onqtam
2018-08-23lets see if we need the gold linker still for the sanitizers... since these a...onqtam
2018-08-23removed last reference to 32/64 bitnessonqtam
2018-08-23re-enabled some ASAN options which were problematic a few years ago with old ...onqtam
2018-08-23removed 32 bit mode builds from travis CI - its about time I simplify my life...onqtam
2018-08-23moved the -std=c++0x flag in a single placeonqtam
2018-08-23made the travis config a bit betteronqtam
2018-08-23adding -ltsan and also proper TSAN_OPTIONS - relates #4 - lets see if atleast...onqtam
2018-08-23linking the executables for the thread sanitizer as potision independentonqtam
2018-08-23added thread sanitizer tests - relates #4onqtam
2018-08-23bumping the osx image for gcc 6/7/8 from a no-longer supported xcode 9.3 to t...onqtam
2018-08-23removing asan 64 for osx images with xcode older than 10 - see this build: ht...onqtam
2018-08-23removing support for xcode 6 and 7 - only 8+ is supported due to the support ...onqtam
2018-08-23removed support for GCC 4.7 and VS 2013 ... they have extensions for thread l...onqtam
2018-08-23added xcode10 osx image - https://blog.travis-ci.com/2018-08-16-xcode-10-beta...onqtam
2018-08-23updating osx build matrix according to this: https://blog.travis-ci.com/2018-...onqtam
2018-08-23moved to nullptr, removed c++98-compat warning suppressions for clang (also l...onqtam
2018-08-23tiny changesonqtam
2018-08-23no clang 3.3/3.4...onqtam
2018-08-23trying to get clang 3.3 and 3.4 working on travisonqtam
2018-08-23adding back clang 3.3 and 3.4 to the build matrixonqtam