libcruft-util/test
2017-08-31 13:48:33 +10:00
..
algo algo/sort: add SOA sorting helper 2017-05-18 18:24:48 +10:00
alloc allow/raw: rename base as begin 2017-08-31 13:48:33 +10:00
crypto crypto/salsa: add initial skeleton for salsa20 2017-07-11 16:49:49 +10:00
geom geom/aabb: add (minimally) more thorough test data 2017-08-24 17:02:18 +10:00
hash test: ensure all tests return a useful status code 2017-05-22 13:55:21 +10:00
job job/queue: add trivial job queuing system 2017-07-03 17:05:01 +10:00
json
memory m/b/paged: annotate segv trigger for asan's benefit 2016-05-12 17:59:33 +10:00
rand rand: add mwc64x generator 2016-06-30 18:20:57 +10:00
roots format: reimplement format rendering 2016-07-28 13:39:27 +10:00
.gitignore
affine.cpp
ascii.cpp ascii: add hex conversion and unit tests 2017-05-22 16:11:31 +10:00
backtrace.cpp test: ensure all tests return a useful status code 2017-05-22 13:55:21 +10:00
bezier.cpp test: ensure all tests return a useful status code 2017-05-22 13:55:21 +10:00
bitwise.cpp test: ensure all tests return a useful status code 2017-05-22 13:55:21 +10:00
cmdopt.cpp
colour.cpp colour: add html-style colour parsing 2017-05-22 16:20:21 +10:00
comparator.cpp comparator: add test for self equality failure 2017-06-29 15:27:16 +10:00
coord.cpp coord: add general vector comparison function 2017-08-27 12:32:00 +10:00
exe.cpp
extent.cpp test: use constexpr for test data where possible 2017-08-27 12:28:56 +10:00
fixed.cpp test: ensure all tests return a useful status code 2017-05-22 13:55:21 +10:00
float.cpp
format.cpp test: ensure all tests return a useful status code 2017-05-22 13:55:21 +10:00
hton.cpp
introspection.cpp test: ensure all tests return a useful status code 2017-05-22 13:55:21 +10:00
ip.cpp
iterator.cpp iterator: add make_indices, zip, and izip 2017-06-13 17:01:06 +10:00
json_types.cpp
json-parse.sh.in
json-schema.py.in
maths.cpp maths: use bit patterns for tests float values 2017-07-25 17:08:52 +10:00
matrix.cpp coord: add general vector comparison function 2017-08-27 12:32:00 +10:00
parse.cpp parse: add throwing native type parsers 2017-07-26 15:26:56 +10:00
point.cpp point: work around GCC ICE in test case 2017-06-13 14:19:27 +10:00
polynomial.cpp test: ensure all tests return a useful status code 2017-05-22 13:55:21 +10:00
pool.cpp
quaternion.cpp
range.cpp
rational.cpp
region.cpp coord: use consistent naming for point coverage tests 2017-08-24 15:56:58 +10:00
sarray.cpp sarray: add assignment operator for completeness in test 2017-08-24 17:53:46 +10:00
signal.cpp
stream.cpp
string.cpp
stringid.cpp
strongdef.cpp
tuple.cpp test: ensure all tests return a useful status code 2017-05-22 13:55:21 +10:00
typeidx.cpp typeidx: add lightweight runtime type id call 2017-05-29 17:21:11 +10:00
uri.cpp
vector.cpp
version.cpp
view.cpp