aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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