summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Expand)AuthorAge
* fixing build - relates #201onqtam2019-12-17
* fixed #201 - see this comment: https://github.com/onqtam/doctest/pull/285/fil...onqtam2019-12-17
* added xcode 11onqtam2019-12-17
* removed TSAN for gcc 4.8-7 since it's broken for some time now - seg faulting...onqtam2019-08-12
* updated the build matrix so builds don't fail...onqtam2019-06-02
* testing CI - latest compilersonqtam2019-06-02
* lets allow the gcc9 build to fail for now on travis - seems g++-9 isn't yet a...onqtam2019-05-06
* added GCC 9onqtam2019-05-06
* clang 8onqtam2019-03-20
* doctest tests can now be ran in parallel through ctest! fixed #202onqtam2019-03-19
* new xcode imageonqtam2019-03-02
* hopefully fixing xcode 6.4/7.3 buildsonqtam2019-01-15
* re-enabling builds on travis for xcode 6.4 and 7.3onqtam2019-01-15
* small fixes in the docsonqtam2018-11-29
* Added clang-7 to travis build (#161)AMS212018-11-12
* removed the last traces of gcc on osx in travis CIonqtam2018-08-23
* my previous commit was wrong - the actual problem was that I was supplying -l...onqtam2018-08-23
* changed order of flags - since that is the only change since the gcc 5-8 tsan...onqtam2018-08-23
* disabled thread sanitizer for a few clang versions - see these builds: https:...onqtam2018-08-23
* So I just asked myself: "why...? why are you doing this to yourself? where is...onqtam2018-08-23
* removed a no-longer needed include guard and also removing the -ltsan and gol...onqtam2018-08-23
* set the linker to gold for the rest of the GCC sanitizer builds (also clang -...onqtam2018-08-23
* trying again the thread sanitizers...onqtam2018-08-23
* added the gold linker for the sanitizers where needed... I guess that's when ...onqtam2018-08-23
* lets see if we need the gold linker still for the sanitizers... since these a...onqtam2018-08-23
* removed last reference to 32/64 bitnessonqtam2018-08-23
* re-enabled some ASAN options which were problematic a few years ago with old ...onqtam2018-08-23
* removed 32 bit mode builds from travis CI - its about time I simplify my life...onqtam2018-08-23
* moved the -std=c++0x flag in a single placeonqtam2018-08-23
* made the travis config a bit betteronqtam2018-08-23
* adding -ltsan and also proper TSAN_OPTIONS - relates #4 - lets see if atleast...onqtam2018-08-23
* linking the executables for the thread sanitizer as potision independentonqtam2018-08-23
* added thread sanitizer tests - relates #4onqtam2018-08-23
* bumping the osx image for gcc 6/7/8 from a no-longer supported xcode 9.3 to t...onqtam2018-08-23
* removing asan 64 for osx images with xcode older than 10 - see this build: ht...onqtam2018-08-23
* removing support for xcode 6 and 7 - only 8+ is supported due to the support ...onqtam2018-08-23
* removed support for GCC 4.7 and VS 2013 ... they have extensions for thread l...onqtam2018-08-23
* added xcode10 osx image - https://blog.travis-ci.com/2018-08-16-xcode-10-beta...onqtam2018-08-23
* updating osx build matrix according to this: https://blog.travis-ci.com/2018-...onqtam2018-08-23
* moved to nullptr, removed c++98-compat warning suppressions for clang (also l...onqtam2018-08-23
* tiny changesonqtam2018-08-23
* no clang 3.3/3.4...onqtam2018-08-23
* trying to get clang 3.3 and 3.4 working on travisonqtam2018-08-23
* adding back clang 3.3 and 3.4 to the build matrixonqtam2018-08-23
* removing the coverage_maxout .cpp file from the coverage report since its bee...onqtam2018-08-23
* trying to get 2 more clangs builds to passonqtam2018-08-23
* fixing static analysis issuesonqtam2018-08-23
* builds should pass now! no more Visual Studio 2010/2012 and Gcc 4.6 - relates...onqtam2018-08-23
* damn clang-tidy... see this build for the errors: https://travis-ci.org/onqta...onqtam2018-08-23
* builds should pass... hopefully! returning the override detection - I don't w...onqtam2018-08-23