summaryrefslogtreecommitdiff
path: root/test/test_queue_priority.cxx
AgeCommit message (Collapse)Author
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-16test: use GTest instead of cppunitMax Kellermann
2018-08-02DetachedSong, db/LightSong, SongFilter: move to src/song/Max Kellermann
2018-01-20tag/Tag: add "noexcept"Max Kellermann
2017-06-04*: add lots of "noexcept" specificationsMax Kellermann
2016-12-13test/test_queue_priority: fix unit test failure after recent "setprio" changeMax Kellermann
2014-01-24Queue*: move to queue/Max Kellermann
2014-01-20Merge branch 'v0.18.x'Max Kellermann
2014-01-20Queue: rename struct queue to QueueMax Kellermann
Works around a build failure on Solaris because annoyingly, Solaris reserves the name "queue". This rename was pending anyway.
2014-01-09DetachedSong: fork of struct SongMax 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-16test: use the CPPUNIT framework for unit testsMax Kellermann
2013-10-15Util/Macros: replacement for GLib's G_N_ELEMENTS()Max Kellermann
2013-07-28song: convert header to C++Max Kellermann
2013-01-30TagPool, ...: include cleanupMax Kellermann
2013-01-08test: rename debug programs back to old namesMax Kellermann