summaryrefslogtreecommitdiff
path: root/test/test_archive.cxx
AgeCommit message (Collapse)Author
2019-06-15archive/Lookup: move to fs/LookupFile.cxxMax Kellermann
This can be used for other purposes as well.
2019-06-15archive/Lookup: pass class PathMax Kellermann
2019-06-15archive/Lookup: pass const pointerMax Kellermann
2019-06-15archive/Lookup: return AllocatedPathMax Kellermann
2019-05-31archive/ArchiveLookup: replace output parameters with a structMax Kellermann
2019-05-31archive/ArchiveLookup: remove "suffix" output parameterMax Kellermann
Let the caller do this. Our GetSuffix() function was broken anyway.
2019-05-31archive/ArchiveLookup: throw on errorMax Kellermann
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-10-14build with Meson instead of autotoolsMax 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-20Compiler.h: move to util/Max Kellermann
2014-10-25test/test_archive: don't use GLibMax Kellermann
2014-01-24archive/*: move to archive/plugins/Max Kellermann
2013-11-05test/*: add more missing stdlib.h includesMax Kellermann
2013-10-17ArchiveLookup: return const stringsMax Kellermann
2013-10-17test/test_archive: unit test for archive_lookup()Max Kellermann