mpd/test/util
Max Kellermann 2cd5f4cd3e util/IntrusiveHashSet: replace template parameters Hash/Equal with a single one
Preparing to add a key extraction function.  Without this "Operators"
template parameter, we'd have even more template parameters, and that
parameter list would grow too complex.  Better wrap it in one single
template that contains all operators.

This is an API change which all callers need to adjust to, but it will
be worth it.
2023-08-03 20:44:14 +02:00
..
meson.build util/RingBuffer: replacement for boost::lockfree::spsc_queue 2023-01-23 13:44:54 +01:00
test_byte_reverse.cxx use [[gnu::...]] attributes 2023-03-06 16:14:15 +01:00
TestCircularBuffer.cxx util/CircularBuffer: use std::span 2022-05-20 11:15:45 +02:00
TestDivideString.cxx test/TestUtil: move to test/util/ 2020-12-02 15:02:45 +01:00
TestException.cxx use SPDX IDs, replacing the long copyright headers 2023-03-06 14:59:48 +01:00
TestIntrusiveForwardList.cxx use SPDX IDs, replacing the long copyright headers 2023-03-06 14:59:48 +01:00
TestIntrusiveHashSet.cxx util/IntrusiveHashSet: replace template parameters Hash/Equal with a single one 2023-08-03 20:44:14 +02:00
TestIntrusiveList.cxx use SPDX IDs, replacing the long copyright headers 2023-03-06 14:59:48 +01:00
TestMimeType.cxx use SPDX IDs, replacing the long copyright headers 2023-03-06 14:59:48 +01:00
TestRingBuffer.cxx use SPDX IDs, replacing the long copyright headers 2023-03-06 14:59:48 +01:00
TestSplitString.cxx test/TestUtil: move to test/util/ 2020-12-02 15:02:45 +01:00
TestStringStrip.cxx util/StringStrip: add std::string_view overloads 2022-06-30 21:00:07 +02:00
TestTemplateString.cxx use SPDX IDs, replacing the long copyright headers 2023-03-06 14:59:48 +01:00
TestUriExtract.cxx test/TestUtil: move to test/util/ 2020-12-02 15:02:45 +01:00
TestUriQueryParser.cxx util/UriQueryParser: use std::string_view 2022-07-01 11:29:10 +02:00
TestUriRelative.cxx test/util/TestUriRelative: add failing test for "./" prefix 2021-10-07 14:44:30 +02:00
TestUriUtil.cxx test/TestUtil: move to test/util/ 2020-12-02 15:02:45 +01:00