Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-03-12 | replace assert.h with cassert | Rosen Penev | |
The former was deprecated with C++14. According to the C++11 and C++17 standards, both files are identical. Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-07-05 | include cleanups (powered by iwyu) | 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-06-23 | Music{Pipe,Chunk}: use MusicChunkPtr for the list links | Max Kellermann | |
2018-06-23 | MusicPipe, output/multiple: include cleanup | Max Kellermann | |
2018-06-22 | MusicChunkPtr: managed MusicChunk pointer | Max Kellermann | |
Make all uses of MusicChunk safe. | |||
2018-06-22 | MusicPipe: add MusicBuffer reference | Max Kellermann | |
This tiny amount of overhead allows omitting the MusicBuffer in Clear(). | |||
2017-06-04 | *: add lost of "noexcept" specifications | Max Kellermann | |
2017-05-08 | *: add "noexcept" to many, many function prototypes | Max Kellermann | |
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing. | |||
2017-01-03 | update copyright year | Max Kellermann | |
2017-01-03 | thread/Mutex: remove ScopeLock, use std::lock_guard directly | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-08-12 | MusicChunk: rename struct to MusicChunk | Max Kellermann | |
2014-01-13 | copyright year 2014 | Max Kellermann | |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | |
2013-09-26 | MusicBuffer: expose the C++ API | Max Kellermann | |
2013-09-26 | MusicPipe: expose the C++ API | Max Kellermann | |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | |
2013-01-04 | MusicChunk: move functions to methods | Max Kellermann | |
2013-01-04 | Mutex: new wrapper for std::mutex, replaces GMutex | Max Kellermann | |
2013-01-04 | MusicPipe: allocate with new/delete | Max Kellermann | |
2013-01-04 | buffer, pipe: convert to C++ | Max Kellermann | |