Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-01 | travis: update dist, add custom matrix | Orestis Floros | |
New matrix for 5 jobs in total. Updates our checks to bionic & xenial. Trusty could also be included but it is a bit outdated at this point. I use bionic to pull a more recent clang-format and use a dedicated job just to check formatting. An alternative would be to conditionally run the formatting script only on bionic. I don't think that there is a better way to expand a `dist` x `compiler` matrix (except using docker). | |||
2020-05-01 | travis: Fix warnings | Orestis Floros | |
- sudo is deprecated - No explicit os throws warning | |||
2020-04-07 | format_placeholder percent tests | Felix Buehler | |
2019-07-29 | make pulseaudio an optional dependency, follow best practices | Michael Stapelberg | |
For my thoughts about optional dependencies, see https://michael.stapelberg.ch/posts/2019-05-23-optional-dependencies/ This commit follows the best practices outlined in that article: 1. The travis config was modified to verify both code paths build and link/don’t link against pulseaudio. 2. If pulseaudio is missing, the build fails until packagers explicitly pass a --disable flag. In practice, I think the only situation when this flag should be set is in source-based linux distributions where users can express package-level compilation preferences (e.g. Gentoo USE flags). 3. The --version output now reflects the status of the optional dependency. fixes #359 | |||
2019-01-23 | Switch to autotools (#316) | Michael Stapelberg | |
2018-07-08 | switch to clang 3.8 & ignore sort oder of includes | Felix Buehler | |
2018-06-19 | Expose the testsuite in the Makefile | Benedikt Heine | |
2016-11-14 | Unit testing in Travis (#170) | eplanet | |
2016-06-15 | travis: use trusty instead of (failing) llvm repo | Michael Stapelberg | |
2015-09-24 | travis: switch to libnl-genl-3-dev | Michael Stapelberg | |
2015-04-20 | travis: re-add libpulse-dev | Michael Stapelberg | |
2015-04-20 | travis: switch to container-based build infrastructure | Michael Stapelberg | |
2015-04-03 | PulseAudio support for volume input | Watcom Hecht | |
2015-03-16 | add .travis.yml | Michael Stapelberg | |