libcruft-util/test
Danny Robson 8142944139 json: store numbers natively as uint/sint/real
allows more accurate representations and better error checking.
2016-05-12 17:41:31 +10:00
..
alloc alloc/dynamic: add virtual allocator interface 2016-02-10 14:05:09 +11:00
crypto crypto: add XXTEA {en,de}cryption. 2015-05-15 18:27:24 +10:00
geom geom: move geometry primitives to own namespace 2015-10-13 18:19:47 +11:00
hash fasthash: add initial implementation 2015-05-28 12:17:25 +10:00
json json: add basic json-schema draft 4 support 2015-03-19 00:25:50 +11:00
memory memory/deleter: add trivial test case 2015-11-19 16:46:44 +11:00
rand rand/lcg: add naive LCG RNG 2016-02-03 12:13:03 +11:00
roots roots/bisection: add bisection root finder 2016-02-03 13:57:18 +11:00
.gitignore rand/lcg: add naive LCG RNG 2016-02-03 12:13:03 +11:00
backtrace.cpp don't pull in namespace std 2016-03-11 13:28:56 +11:00
bezier.cpp maths: tighten up type requirements for almost_equal 2015-11-13 17:18:10 +11:00
bitwise.cpp maths: tighten up type requirements for almost_equal 2015-11-13 17:18:10 +11:00
checksum.cpp don't pull in namespace std 2016-03-11 13:28:56 +11:00
cmdopt.cpp build: add forgotten cxx headers 2016-05-12 17:31:33 +10:00
colour.cpp maths: move remaining operations into util namespace 2015-11-16 11:44:07 +11:00
coord.cpp coord: add trivial operation tests 2016-03-14 22:32:52 +11:00
extent.cpp maths: tighten up type requirements for almost_equal 2015-11-13 17:18:10 +11:00
fixed.cpp maths: move remaining operations into util namespace 2015-11-16 11:44:07 +11:00
float.cpp don't pull in namespace std 2016-03-11 13:28:56 +11:00
format.cpp format: add invalid_specifier exception 2016-04-27 16:12:24 +10:00
hmac.cpp test: convert remaining tests to TAP 2016-01-19 18:31:49 +11:00
hotp.cpp test: convert remaining tests to TAP 2016-01-19 18:31:49 +11:00
hton.cpp test: use TAP on more tests 2015-07-13 16:30:54 +10:00
introspection.cpp maths: move remaining operations into util namespace 2015-11-16 11:44:07 +11:00
ip.cpp test: convert remaining tests to TAP 2016-01-19 18:31:49 +11:00
json_types.cpp json: store numbers natively as uint/sint/real 2016-05-12 17:41:31 +10:00
json-parse.sh.in test/json: run tests through a line wine/crlf wrapper 2016-04-27 17:13:36 +10:00
json-schema.py.in test/json: run tests through a line wine/crlf wrapper 2016-04-27 17:13:36 +10:00
maths.cpp maths: remove rootsquare, use std::hypot instead 2015-11-16 13:18:29 +11:00
matrix.cpp maths: move remaining operations into util namespace 2015-11-16 11:44:07 +11:00
md2.cpp test: move tests to TAP output 2015-04-13 16:45:56 +10:00
md4.cpp test: move tests to TAP output 2015-04-13 16:45:56 +10:00
md5.cpp test: move tests to TAP output 2015-04-13 16:45:56 +10:00
point.cpp maths: tighten up type requirements for almost_equal 2015-11-13 17:18:10 +11:00
polynomial.cpp maths: move remaining operations into util namespace 2015-11-16 11:44:07 +11:00
pool.cpp pool: rename remain as size for consistency 2016-02-04 12:41:23 +11:00
random.cpp don't pull in namespace std 2016-03-11 13:28:56 +11:00
range.cpp test: convert remaining tests to TAP 2016-01-19 18:31:49 +11:00
rational.cpp rational: update with more operators 2015-07-13 16:30:54 +10:00
region.cpp test: convert remaining tests to TAP 2016-01-19 18:31:49 +11:00
ripemd.cpp test: convert remaining tests to TAP 2016-01-19 18:31:49 +11:00
sha1.cpp test: convert remaining tests to TAP 2016-01-19 18:31:49 +11:00
sha2.cpp test: convert remaining tests to TAP 2016-01-19 18:31:49 +11:00
signal.cpp test: convert remaining tests to TAP 2016-01-19 18:31:49 +11:00
string.cpp make header paths more explicit 2016-04-05 11:06:35 +10:00
stringid.cpp test: convert remaining tests to TAP 2016-01-19 18:31:49 +11:00
strongdef.cpp strongdef: actually use tagging for disambiguation... 2015-11-19 15:06:52 +11:00
tuple.cpp build: disable rtti for release builds 2015-10-08 12:20:56 +11:00
uri.cpp view: template on arbirtrary iterator types 2015-09-21 15:36:05 +10:00
vector.cpp maths: move remaining operations into util namespace 2015-11-16 11:44:07 +11:00
version.cpp test: convert remaining tests to TAP 2016-01-19 18:31:49 +11:00
view.cpp make header paths more explicit 2016-04-05 11:06:35 +10:00