Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |