summaryrefslogtreecommitdiff
path: root/src/lib/pulse
AgeCommit message (Collapse)Author
2020-03-16remove some more extra semicolonsRosen Penev
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-18copyright year 2020Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
Since we switched from autotools to Meson in commit 94592c14062d5afc9482d11baa401648082022c0, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints.
2018-10-31*: copyright year 2018Max Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords!
2017-11-12lib/pulse: add "noexcept"Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-02output/pulse: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-09output/pulse: use a RTTI lock guardMax Kellermann
Make all the locks exception-safe.
2016-02-26update copyright year to 2016Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-29{mixer,output}/pulse: move code to LogPulseError()Max Kellermann
2014-12-29output/pulse: move SetError() to lib/pulse/Error.cxxMax Kellermann
2014-12-29{mixer,output}/pulse: use a common Domain instanceMax Kellermann