libcruft-util/test
2018-12-15 15:38:01 +11:00
..
algo test: use local style includes where possible 2018-11-19 16:45:19 +11:00
alloc rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
array test: use local style includes where possible 2018-11-19 16:45:19 +11:00
coord rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
cpp/good cpp: add basic C preprocessor emulator 2018-04-01 14:49:10 +10:00
encode build; fix compilation errors under win32 2018-08-13 14:52:40 +10:00
geom rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
hash build; fix compilation errors under win32 2018-08-13 14:52:40 +10:00
job rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
maths rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
memory rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
parallel build; fix compilation errors under win32 2018-08-13 14:52:40 +10:00
rand rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
roots rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
thread thread/semaphore: specalise the implementation for win32 2018-08-15 17:00:29 +10:00
time rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
tuple tuple/type: add 'nth' accessor for tuples 2018-11-13 12:56:48 +11:00
types types/tagged: use relative paths for test headers 2018-11-19 16:27:02 +11:00
.gitignore rand/lcg: add naive LCG RNG 2016-02-03 12:13:03 +11:00
affine.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
ascii.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
backtrace.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
bezier.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
bitwise.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
cmdopt.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
colour.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
comparator.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
coord.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
cpp.py.in build; account for newlines in win32 tests 2018-08-13 23:29:14 +10:00
endian.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
exe.cpp build: transition from experimental filesystem 2018-12-05 19:12:03 +11:00
extent.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
fixed.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
float.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
format.cpp build; remove inadvertently added debug code 2018-08-13 16:03:20 +10:00
hton.cpp hton: avoid using type names as variables 2018-12-15 15:38:01 +11:00
introspection.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
ip.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
iterator.cpp iterator: add dereference_adapter for iterators 2018-10-15 17:15:27 +11:00
kmeans.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
maths.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
matrix.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
parse.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
point.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
polynomial.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
pool.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
preprocessor.cpp preprocessor: use local include directives for TAP header 2018-10-30 22:08:32 +11:00
quaternion.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
random.cpp random: add a trivial test of the default generator 2018-11-28 15:24:28 +11:00
range.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
rational.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
region.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
sarray.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
signal.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
singleton.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
stream.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
string.cpp string: add tests for character_position 2018-10-17 11:48:03 +11:00
stringid.cpp stringid: add query-or-insert indexing operator 2018-09-17 14:50:23 +10:00
strongdef.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
traits.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
typeidx.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
uri.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
utf8.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
vector.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
version.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
view.cpp view: prefer construction using explicit size over pointer arithmetic 2018-10-04 14:52:35 +10:00