Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-15 | archive/Lookup: move to fs/LookupFile.cxx | Max Kellermann | |
This can be used for other purposes as well. | |||
2019-06-15 | archive/Lookup: pass class Path | Max Kellermann | |
2019-06-15 | archive/Lookup: pass const pointer | Max Kellermann | |
2019-06-15 | archive/Lookup: return AllocatedPath | Max Kellermann | |
2019-05-31 | archive/ArchiveLookup: replace output parameters with a struct | Max Kellermann | |
2019-05-31 | archive/ArchiveLookup: remove "suffix" output parameter | Max Kellermann | |
Let the caller do this. Our GetSuffix() function was broken anyway. | |||
2019-05-31 | archive/ArchiveLookup: throw on error | 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-16 | test: use GTest instead of cppunit | 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! | |||
2018-08-20 | Compiler.h: move to util/ | Max Kellermann | |
2014-10-25 | test/test_archive: don't use GLib | Max Kellermann | |
2014-01-24 | archive/*: move to archive/plugins/ | Max Kellermann | |
2013-11-05 | test/*: add more missing stdlib.h includes | Max Kellermann | |
2013-10-17 | ArchiveLookup: return const strings | Max Kellermann | |
2013-10-17 | test/test_archive: unit test for archive_lookup() | Max Kellermann | |