Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-06-17 | Copyright year 2019 | Max Kellermann | |
2018-09-21 | player/Thread: stop buffering if buffer is full | Max Kellermann | |
Shouldn't ever happen, but who knows... | |||
2018-09-21 | MusicBuffer: remove `noexcept` from constructor | Max Kellermann | |
The `SliceBuffer` constructor can throw. | |||
2018-06-23 | MusicBuffer: make constructor explicit | Max Kellermann | |
2018-06-22 | MusicChunkPtr: managed MusicChunk pointer | Max Kellermann | |
Make all uses of MusicChunk safe. | |||
2017-11-10 | util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL | Max Kellermann | |
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 | |
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-09-26 | PlayerThread: simplify "buffer empty" assertion | Max Kellermann | |
2013-09-26 | MusicBuffer: expose the C++ API | Max Kellermann | |
2013-01-04 | buffer, pipe: convert to C++ | Max Kellermann | |