aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix source file encoding ANSI -> UTF-8Daniel Neus2016-08-171-2/+2
* add copyrightDaniel Neus2016-07-251-0/+1
* add some basic charset testsDaniel Neus2016-07-251-0/+124
* some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-221-1/+1
* Add --data-dir option to test commandJack Lloyd2015-12-201-4/+4
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-2/+2
* Convert const char* arguments on Test:: to std::stringsJack Lloyd2015-11-281-4/+4
* Update and consolidate the test framework.Jack Lloyd2015-11-111-0/+331