summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-05-05system/FileDescriptor: move to io/Max Kellermann
2020-04-02Merge tag 'v0.21.22'Max Kellermann
2020-04-02test/meson.build: work around linker failure due to statically linked CURLMax Kellermann
2020-04-02test/ShutdownHandler: add `inline` to work around Windows linker problemsMax Kellermann
2020-04-02test/*: fix Windows build using class FromNarrowPathMax Kellermann
2020-04-01test/time: add test for LocalTime(), GmTime()Max Kellermann
2020-04-01test/meson.build: move TestTime to time/Max Kellermann
2020-04-01test/net/TestIPv[46]Address: fix Windows build errorsMax Kellermann
2020-03-16test: fix double promotionRosen Penev
2020-03-16remove gcc_unusedRosen Penev
2020-03-13playlist/PlaylistSong: pass std::string_viewMax Kellermann
2020-03-12change errno.h to cerrnoRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-03-12test/run_convert: add option --configMax Kellermann
2020-03-12test/run_convert: add option --verboseMax Kellermann
2020-03-12test/run_convert: move code to ParseCommandLine()Max Kellermann
2020-02-16Merge tag 'v0.21.20'Max Kellermann
2020-02-04test/run_decoder: add option --seekMax Kellermann
2020-02-04test/meson.build: restore -Wno-missing-declarations for GTestMax Kellermann
2020-02-04test/DumpDecoderClient: allow overriding GetCommand()Max Kellermann
2020-02-04Merge branch 'v0.21.x'Max Kellermann
2020-02-04test/meson.build: add -Wno-unused-command-line-argument for clang 9+Max Kellermann
2020-02-04test/meson.build: drop obsolete gtest warning suppressionsMax Kellermann
2020-02-01*: use `auto`Max Kellermann
2020-02-01*: use nullptr instead of NULLMax Kellermann
2020-02-01*: use defaulted destructorsMax Kellermann
2020-02-01test/test_pcm_*: use `using` instead of `typedef`Max Kellermann
2020-01-31[clang-tidy] use override instead of virtualRosen Penev
2020-01-25test/DumpDecoderClient: dump the `seekable` flagMax Kellermann
2020-01-18AudioFormat: move to pcm/Max Kellermann
2020-01-18pcm/meson.build: split libpcm into twoMax Kellermann
2020-01-18meson.build: move Log.cxx and LogBackend.cxx into a static libraryMax Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-12-24Merge tag 'v0.21.18'Max Kellermann
2019-12-23test/RunCurl: new debug programMax Kellermann
2019-12-22test/run_storage: add command "stat"Max Kellermann
2019-12-17io/FileDescriptor: add method FullRead()Max Kellermann
2019-12-16Merge tag 'v0.21.17'Max Kellermann
2019-12-16time/ISO8601: support omitting field separatorsMax Kellermann
2019-12-16time/ISO8601: support omitting minutesMax Kellermann
2019-12-16time/ISO8601: support omitting secondsMax Kellermann
2019-12-16time/ISO8601: support time zone offsetMax Kellermann
2019-12-16time/ISO8601: allow omitting the "Z" suffixMax Kellermann
2019-12-16time/ISO8601: allow omitting the time of dayMax Kellermann
2019-12-16test/TestISO8601: unit test for time/ISO8601Max Kellermann
2019-12-16util/Time*: move to time/Max Kellermann
2019-11-04lib/icu/Converter: Create() returns std::unique_ptrMax Kellermann
2019-09-25time/ISO8601: support omitting minutesMax Kellermann
2019-09-08util/UriRelative: add uri_apply_relative()Max Kellermann
2019-09-07test/TestUriRelative: new unit testMax Kellermann