libcruft-util/test
2017-08-24 17:02:18 +10:00
..
algo algo/sort: add SOA sorting helper 2017-05-18 18:24:48 +10:00
alloc alloc/aligned: add allocator with forced alignment 2016-10-10 18:19:09 +11: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 json/tree: fix signed min, unsigned max constraints 2016-09-20 16:02:08 +10:00
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 rand/lcg: add naive LCG RNG 2016-02-03 12:13:03 +11:00
affine.cpp test/affine: add trivial origin rotation test 2016-10-17 16:51:06 +11:00
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 types: remove elems function, prefer std::size 2016-11-17 18:06:39 +11:00
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/base: add indices method 2017-08-24 14:39:54 +10:00
exe.cpp exe: test image query against argv, not constants 2017-01-25 15:07:14 +11:00
extent.cpp types: remove elems function, prefer std::size 2016-11-17 18:06:39 +11:00
fixed.cpp test: ensure all tests return a useful status code 2017-05-22 13:55:21 +10:00
float.cpp types: remove elems function, prefer std::size 2016-11-17 18:06:39 +11:00
format.cpp test: ensure all tests return a useful status code 2017-05-22 13:55:21 +10:00
hton.cpp build: remove unnecessary includes 2016-10-12 15:08:22 +11:00
introspection.cpp test: ensure all tests return a useful status code 2017-05-22 13:55:21 +10:00
ip.cpp format: reimplement format rendering 2016-07-28 13:39:27 +10:00
iterator.cpp iterator: add make_indices, zip, and izip 2017-06-13 17:01:06 +10:00
json_types.cpp json: use templated iterator for parsing from views 2016-06-28 14:16:28 +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: use bit patterns for tests float values 2017-07-25 17:08:52 +10:00
matrix.cpp matrix: move identity and zeroes into constexpr funcs 2016-10-17 22:34:53 +11: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 pool: rename remain as size for consistency 2016-02-04 12:41:23 +11:00
quaternion.cpp types: remove elems function, prefer std::size 2016-11-17 18:06:39 +11:00
range.cpp range: convert static members to constexpr methods 2016-12-21 16:44:48 +11:00
rational.cpp rational: update with more operators 2015-07-13 16:30:54 +10:00
region.cpp coord: use consistent naming for point coverage tests 2017-08-24 15:56:58 +10:00
sarray.cpp sarray: add a simple static storage/dynamic size array 2017-06-14 17:45:43 +10:00
signal.cpp test: convert remaining tests to TAP 2016-01-19 18:31:49 +11:00
stream.cpp stream: add minimal scoped flag test case 2017-01-09 15:54:47 +11:00
string.cpp types: remove elems function, prefer std::size 2016-11-17 18:06:39 +11: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 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 view: template on arbirtrary iterator types 2015-09-21 15:36:05 +10:00
vector.cpp vector: prefer constexpr functions over static variables 2016-12-12 17:04:39 +11:00
version.cpp format: reimplement format rendering 2016-07-28 13:39:27 +10:00
view.cpp view: add make_view specialisations for std::string 2017-03-17 18:06:02 +11:00