Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-16 | remove some more extra semicolons | Rosen Penev | |
Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-06-17 | Copyright year 2019 | Max Kellermann | |
2018-11-19 | check.h: remove obsolete header | Max 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 2018 | Max Kellermann | |
2018-10-14 | build with Meson instead of autotools | Max 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-12 | lib/pulse: add "noexcept" | Max Kellermann | |
2017-01-03 | update copyright year | Max Kellermann | |
2016-11-02 | output/pulse: migrate from class Error to C++ exceptions | Max Kellermann | |
2016-09-09 | output/pulse: use a RTTI lock guard | Max Kellermann | |
Make all the locks exception-safe. | |||
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-12-29 | {mixer,output}/pulse: move code to LogPulseError() | Max Kellermann | |
2014-12-29 | output/pulse: move SetError() to lib/pulse/Error.cxx | Max Kellermann | |
2014-12-29 | {mixer,output}/pulse: use a common Domain instance | Max Kellermann | |