libcruft-util/test
2021-02-08 11:17:48 +10:00
..
algo test: use local style includes where possible 2018-11-19 16:45:19 +11:00
alloc buffer: move buffer code out of 'memory' namespace 2018-12-19 20:22:18 +11:00
array debug: split debug headers into components 2019-05-17 12:26:08 +10:00
buffer debug: split debug headers into components 2019-05-17 12:26:08 +10: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 iterator: move each iterator to their own unit 2019-03-18 16:18:27 +11:00
geom geom/sample: add subregion sampler for extents 2020-12-15 11:32:57 +10:00
hash hash: add halfsipmix 2020-11-03 11:45:21 +10:00
job thread: remove thread, mutex, and condition_variable wrappers 2020-08-03 11:21:29 +10:00
list rand: prefer our own generators 2020-08-18 07:20:26 +10:00
map map/multi_fixed: return erase count from erase_keys 2021-02-08 11:17:48 +10:00
maths maths/fast: avoid size_t/float precision warnings 2019-04-15 10:36:18 +10:00
memory buffer: move buffer code out of 'memory' namespace 2018-12-19 20:22:18 +11:00
parallel thread: remove thread, mutex, and condition_variable wrappers 2020-08-03 11:21:29 +10:00
parse parse/enum: add lookup-by-function 2019-08-29 13:33:18 +10:00
rand r/gen: style 2020-12-09 07:49:03 +10:00
roots rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
set set: add a simple static-alloc, dynamic-resize, set 2020-09-21 14:34:23 +10:00
thread thread: remove thread, mutex, and condition_variable wrappers 2020-08-03 11:21:29 +10:00
time rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
tuple tuple/value: correct the test case values 2020-02-25 11:31:56 +11:00
types types/description: use the inner_type for descriptions 2020-05-01 11:19:46 +10:00
.gitignore rand/lcg: add naive LCG RNG 2016-02-03 12:13:03 +11:00
affine.cpp quaternion: ensure tests don't use >2PI radian parameters 2020-01-01 06:54:25 +11:00
ascii.cpp ascii: fix hex2u08 name in tests 2019-02-09 14:59:42 +11:00
backtrace.cpp backtrace: give consistent outputs for backtrace 2019-07-02 16:39:40 +10:00
bezier.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
bitwise.cpp bitwise: remove tests that perform a full rotate 2019-05-01 13:17:35 +10:00
cmdopt.cpp cmdopt: add simple requires constraint callbacks 2020-01-17 07:58:23 +11: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
concepts.cpp concepts: protect tuple concept against empty tuples 2020-02-25 11:16:58 +11:00
coord.cpp coord/comparator: convert to use std::weak_ordering 2020-10-21 14:03:08 +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
expected.cpp build: fix range-loop-analysis warnings 2020-02-17 17:40: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 debug: split debug headers into components 2019-05-17 12:26:08 +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 introspection: update name tests for clang-11 2020-10-22 08:38:59 +10:00
io.cpp io: test that mapped_file satisfies is_container_v 2018-12-17 12:50:05 +11:00
ip.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
iterator.cpp build: fix range-loop-analysis warnings 2020-02-17 17:40:03 +11:00
kmeans.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
maths.cpp debug: split debug headers into components 2019-05-17 12:26:08 +10:00
matrix.cpp quaternion: ensure tests don't use >2PI radian parameters 2020-01-01 06:54:25 +11:00
point.cpp debug: split debug headers into components 2019-05-17 12:26:08 +10:00
polynomial.cpp debug: split debug headers into components 2019-05-17 12:26:08 +10:00
pool.cpp test/pool: make allocation tests more robust against allocator issues 2019-05-24 10:57:35 +10:00
preprocessor.cpp build: update the meson build configuration 2019-06-19 17:28:01 +10:00
quaternion.cpp quaternion: add test for from_euler 2019-12-19 14:45:18 +11: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 region: add a single 'covers' test 2020-10-27 16:00:53 +10:00
registrar.cpp registrar: add skeleton of plugin registry 2019-04-16 11:02:26 +10:00
scoped.cpp scoped: rename disabling methods for consistency 2019-08-12 12:58:44 +10:00
signal.cpp signal: simplify the implementation of the cookie and signal 2020-07-23 15:16:15 +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: fancy comparators should take only string_views 2020-10-21 10:23:04 +10:00
stringcache.cpp stringcache: add a simple bulk string cache 2020-04-23 05:53:40 +10:00
stringid.cpp debug: split debug headers into components 2019-05-17 12:26:08 +10:00
strongdef.cpp strongdef: don't expose the raw data directly 2019-03-20 15:39:24 +11:00
traits.cpp rename root namespace from util to cruft 2018-08-05 14:42:02 +10:00
typeidx.cpp typeidx: add type tagged namespacing to queries 2019-09-04 08:06:46 +10:00
uri.cpp debug: split debug headers into components 2019-05-17 12:26:08 +10:00
utf8.cpp utf8: workaround gcc8's lack of char8_t 2019-03-26 12:20:40 +11: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