summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-02-04test/meson.build: restore -Wno-missing-declarations for GTestMax 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-01-25test/DumpDecoderClient: dump the `seekable` flagMax Kellermann
2019-12-23test/RunCurl: new debug programMax Kellermann
2019-12-22test/run_storage: add command "stat"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-07-29playlist/Song: support backslash in relative URIsMax Kellermann
2019-07-29test/test_translate_song: remove unused variable "s1"Max Kellermann
2019-07-12test/run_decoder: catch StopDecoderMax Kellermann
2019-03-20test/RunChromaprint: add missing `override`Max Kellermann
2019-03-16test/TestSongFilter: unit test for song filtersMax Kellermann
2019-03-16test/meson.build: add section for filter testsMax Kellermann
2019-03-16test/MakeTag: add `noexcept`Max Kellermann
2019-03-16test/MakeTag: remove `static`Max Kellermann
2019-03-16test/test_translate_song: move MakeTag() to headerMax Kellermann
2019-02-20db/Plugin: use std::unique_ptr<> to manage Database pointersMax Kellermann
2019-02-05playlist/Registry: add RAII classMax Kellermann
2019-02-05decoder/List: add RAII classMax Kellermann
2019-02-05input/Init: add RAII classMax Kellermann
2019-02-05test/ConfigGlue: merge duplicate code from various debug programsMax Kellermann
2019-02-05archive/List: add RAII classMax Kellermann
2019-01-21test/net/TestIPv4Address: make literal unsigned to work around -Wsign-compareMax Kellermann
2019-01-21test/net/TestIPv6Address: work around failure on macOSMax Kellermann
2019-01-21test/net/TestLocalSocketAddress: can't use strcmp() if the string isn't null-...Max Kellermann
2019-01-20test/net: new unit testsMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-11-15test/meson.build: run_storage depends on event libVolodymyr Medvid
2018-11-02remove some autotools remainsMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-30pcm/PcmUtils: rename to Clamp.hxxMax Kellermann
2018-10-29test/PcmFormat: add Float/32 bit testMax Kellermann
2018-10-29test/PcmFormat: rename FormatFloat to FormatFloat16Max Kellermann
2018-10-24tag/Chromaprint: OO wrapper for a ChromaprintContextMax Kellermann
2018-10-16test: use GTest instead of cppunitMax Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-09-22player/CrossFade: use std::chrono::durationMax Kellermann