aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-convert-member-functions-to-staticJack Lloyd2022-02-111-4/+4
* More clang-tidy fixesJack Lloyd2022-02-101-1/+1
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-061-2/+2
* Fix clang-tidy performance warningsJack Lloyd2022-02-061-1/+2
* Move codec tests and dataJack Lloyd2021-06-011-264/+0
* Change CT::copy_output semanticsJack Lloyd2021-04-291-0/+40
* Make get_byte take a compile-time constant indexJack Lloyd2021-04-161-4/+4
* Decode ASN.1 TeletexStrings strings correctlyJack Lloyd2021-01-131-1/+1
* Remove unused charset conversion functionsJack Lloyd2021-01-131-75/+0
* Make scan_name.h, cpuid.h and http_util.h internalJack Lloyd2020-11-281-1/+1
* Merge GH #2469 More work on calendar interfaceJack Lloyd2020-11-081-15/+15
|\
| * More calendar cleanupsJack Lloyd2020-11-081-15/+15
* | No need to disable deprecation warnings in these tests nowJack Lloyd2020-11-081-2/+0
|/
* Modify calendar interfaceJack Lloyd2020-11-081-1/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-16/+8
* Tag all tests with a categoryJack Lloyd2020-10-281-15/+15
* Support suffixes on version numbersJack Lloyd2020-09-251-1/+5
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+1
* Refactor CPUID to make it thread safeJack Lloyd2019-01-301-0/+6
* Make significant_words const time alsoJack Lloyd2018-12-231-0/+50
* Address a couple of Coverity false positivesJack Lloyd2018-12-191-1/+47
* Add base58 encoding/decodingJack Lloyd2018-12-091-0/+96
* Add CT::Mask typeJack Lloyd2018-11-281-34/+39
* Avoid calling memset, memcpy within library codeJack Lloyd2018-11-171-1/+2
* Fix Sonar warningJack Lloyd2018-11-171-1/+1
* Merge GH #1696 Fix bugs in UUID classJack Lloyd2018-09-301-0/+73
|\
| * Move UUID to utils, test it, and fix bugs.Jack Lloyd2018-09-301-0/+73
* | Add some tests of the versioning functionsJack Lloyd2018-09-301-0/+46
|/
* Add read_kv for parsing strings with key/value pairsJack Lloyd2018-09-091-0/+77
* Create unit tests for Base32 encodingWambou2018-05-311-2/+87
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-15/+15
* Fix bugs in wildcard matchingJack Lloyd2018-03-311-1/+1
* Catch exceptions by reference not valueJack Lloyd2018-03-161-1/+1
* Add some basic tests of CPUID classJack Lloyd2017-12-061-0/+44
* Simplify date conversion by avoiding OS utilitiesJack Lloyd2017-12-041-14/+14
* Better debug output in date conversion tests [ci skip]Jack Lloyd2017-12-041-13/+14
* Remove use of transcodeJack Lloyd2017-11-091-21/+14
* Add UCS-2 and UCS-4 to UTF-8 conversion functionsJack Lloyd2017-11-091-4/+15
* Avoid "using namespace" in test codeJack Lloyd2017-10-241-26/+24
* Make poly_dbl.h a submodule of utilsJack Lloyd2017-09-271-1/+8
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-6/+6
* Add basic tests for const time utilsJack Lloyd2017-09-191-0/+35
* Improve polynomial doubling code, move to utilJack Lloyd2017-08-151-0/+22
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-15/+13
* Complete wildcard handling for X.509 certificatesRené Korthaus2017-04-201-0/+28
* Fix some compiler warnings.Jack Lloyd2017-03-221-1/+1
* Fix #917: calendar_point::to_std_timepoint() does not support years after 2037Daniel Neus2017-03-211-2/+3
* Add a test of calendar_point::to_stringJack Lloyd2017-01-221-0/+8
* Minor refactoring of Text_Based_TestJack Lloyd2016-12-191-10/+4
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-13/+13