Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-16 | test: use GTest instead of cppunit | Max Kellermann | |
2018-08-02 | DetachedSong, db/LightSong, SongFilter: move to src/song/ | Max Kellermann | |
2018-01-20 | tag/Tag: add "noexcept" | Max Kellermann | |
2017-06-04 | *: add lots of "noexcept" specifications | Max Kellermann | |
2016-12-13 | test/test_queue_priority: fix unit test failure after recent "setprio" change | Max Kellermann | |
2014-01-24 | Queue*: move to queue/ | Max Kellermann | |
2014-01-20 | Merge branch 'v0.18.x' | Max Kellermann | |
2014-01-20 | Queue: rename struct queue to Queue | Max Kellermann | |
Works around a build failure on Solaris because annoyingly, Solaris reserves the name "queue". This rename was pending anyway. | |||
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | |
From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead. | |||
2013-10-16 | test: use the CPPUNIT framework for unit tests | Max Kellermann | |
2013-10-15 | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | |
2013-07-28 | song: convert header to C++ | Max Kellermann | |
2013-01-30 | TagPool, ...: include cleanup | Max Kellermann | |
2013-01-08 | test: rename debug programs back to old names | Max Kellermann | |