Peter Keresztes Schmidt
|
c2a7f7b593
|
tests/Box: Add unit tests
|
2021-05-16 16:42:58 +02:00 |
Peter Keresztes Schmidt
|
07e49e47af
|
utils: Add a clamping function mimicking std::clamp
This can be replaced with std::clamp in C++17.
|
2021-04-25 23:13:21 +02:00 |
Peter Keresztes Schmidt
|
545f0dbb96
|
utils: cleanup Base64Encode
|
2021-04-04 00:39:40 +02:00 |
Peter Keresztes Schmidt
|
e330f8553d
|
utils: cleanup Split and Join
|
2021-04-04 00:30:18 +02:00 |
Peter Keresztes Schmidt
|
39a896f5b6
|
utils: cleanup StartsWith
|
2021-04-03 23:51:12 +02:00 |
Peter Keresztes Schmidt
|
3dbf13e00b
|
utils: cleanup ReplaceAll
|
2021-04-03 23:50:35 +02:00 |
Peter Keresztes Schmidt
|
664cd649f8
|
utils: cleanup Trim (was trimSet) and TrimSpaces
|
2021-04-03 23:30:59 +02:00 |
Peter Keresztes Schmidt
|
3968a411a0
|
tests/utils: Add tests for QueryString
|
2021-04-03 22:37:44 +02:00 |
Peter Keresztes Schmidt
|
fa7c420442
|
tests/utils: Add tests for UriDecode
|
2021-04-03 22:37:44 +02:00 |
Peter Keresztes Schmidt
|
46a4b615c8
|
tests/utils: Add tests for base64Encode
Test vectors according to RFC4648
|
2021-04-03 22:37:44 +02:00 |
Peter Keresztes Schmidt
|
bbc4afcf1b
|
tests/utils: Add tests for join
|
2021-04-03 22:37:44 +02:00 |
Peter Keresztes Schmidt
|
e54c10fdb4
|
tests/utils: Add tests for StringVector split(const std::string&, const std::string&, int limit=0)
|
2021-04-03 22:37:44 +02:00 |
Peter Keresztes Schmidt
|
64cf69ebc1
|
tests/utils: Add tests for int split(const char*, const char, std::vector<std::string>&)
|
2021-04-03 22:37:44 +02:00 |
Peter Keresztes Schmidt
|
bde0bde066
|
tests/utils: Add tests for startsWith
|
2021-04-03 22:35:03 +02:00 |
Peter Keresztes Schmidt
|
13f91b5826
|
tests/utils: Add tests for replaceAll
|
2021-04-03 22:35:03 +02:00 |
Peter Keresztes Schmidt
|
6150ceeb17
|
tests/utils: Add tests for trimSpaces
|
2021-04-03 22:35:03 +02:00 |
Peter Keresztes Schmidt
|
4529e59b1d
|
tests/utils: Add tests for trimSet
|
2021-04-03 22:35:03 +02:00 |