Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-02-20 | Migrate from Travis to Github actions | Nikolaus Rath | -25/+0 | |
With current Ubuntu, Valgrind apparently does not like clang debug info, so do not run valgrind with clang-compiled binaries. | ||||
2023-01-28 | Update travis to ubuntu jammy (22.04) | Bernd Schubert | -7/+4 | |
A newer ubuntu version is required to get a more recent meson (at least 0.50 now) | ||||
2020-09-12 | Update Travis to Ubuntu Bionic | Tom Callaway | -2/+5 | |
2020-09-11 | Implement GCC 10 style symbol versioning (#545) | Tom Callaway | -1/+3 | |
2019-05-09 | Added new example filesystem | Nikolaus Rath | -0/+2 | |
passthrough_hp puts emphasis and performance and correctness, rather than simplicity. | ||||
2019-02-27 | Travis CI: Use Xenial instead of Trusty. | Nikolaus Rath | -1/+3 | |
2018-11-06 | Update CI build script | Nikolaus Rath | -1/+1 | |
There is no gcc-6 package anymore. | ||||
2018-03-31 | Fix Travis build environment | Nikolaus Rath | -2/+0 | |
Newest Meson requires Python 3.5 which isn't available in Trusty. Pip version pin no longer necessary. | ||||
2017-09-20 | Travis CI: Don't use deprecated environment | Nikolaus Rath | -1/+3 | |
Travis support recommends to install specific pip version to work around problems in new environment. | ||||
2017-07-06 | Travis: use sudo-enabled environment. | Nikolaus Rath | -0/+1 | |
2017-01-12 | Switch Travis build to Meson+Ninja | Nikolaus Rath | -22/+7 | |
2016-10-13 | Travis: use "make test" instead of calling pytest directly | Nikolaus Rath | -1/+1 | |
2016-10-02 | Run tests under valgrind when available. | Nikolaus Rath | -0/+3 | |
Fixes #50. | ||||
2016-07-23 | Disable thread sanitizer, use newer gcc. | Nikolaus Rath | -11/+18 | |
There's no point in having tests failing all the time, we will re-enable thread sanitizer once we have figured out if the errors are bugs or false positives (and, if they are bugs, fixed them). | ||||
2016-06-05 | Automatically run CI tests with clang | Nikolaus Rath | -1/+8 | |
Fixes: #51 | ||||
2016-05-13 | Added Travis integration | Nikolaus Rath | -0/+16 | |