libcruft-util/test
Danny Robson e3ab977ffa ranges/adjacent: use more cvref_t
This fixes some errors calling the range closure with stack variables.
2024-11-11 11:26:44 +10:00
..
algo Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
alloc Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
array Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
buffer Move source out of root and into the cruft directory 2024-07-18 12:27:05 +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
debug debug/fpe: make tests a little more robust 2021-05-18 06:57:58 +10:00
encode Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
format format/quoted: avoid vformat for tests 2023-11-19 09:39:15 +10:00
fs fs/scoped: add general scoped path 2022-06-01 14:55:59 +10:00
geom geom/segment: add segment-segment intersection test 2024-11-07 12:32:13 +10:00
hash Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
introspection intro/enum_simple: improve parsing for multi-level namespaces 2022-04-07 15:47:39 +10:00
job Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
list Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
map Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
maths Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
memory Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
parallel Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
parse Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
rand Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
ranges ranges/adjacent: use more cvref_t 2024-11-11 11:26:44 +10:00
roots Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
set Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
thread Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
time Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
tuple Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
types Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
.gitignore rand/lcg: add naive LCG RNG 2016-02-03 12:13:03 +11:00
affine.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
ascii.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
backtrace.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
bezier.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
bitwise.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
bool.cpp bool: add tribool class 2022-06-13 12:47:37 +10:00
CMakeLists.txt ranges: add a naive implemenation of "adjacent" 2024-11-11 11:19:33 +10:00
cmdopt2.cpp build: bump fmtlib to 11 2024-10-16 11:19:35 +10:00
cmdopt.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
colour.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
comparator.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
concepts.cpp concepts: split and remove C++20 re-implementations 2022-03-18 12:19:18 +10:00
coord.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
cpp.py.in build; account for newlines in win32 tests 2018-08-13 23:29:14 +10:00
endian.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
exe.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
expected.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
extent.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
fixed.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
float.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
hton.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
introspection.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
io.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
ip.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
iterator.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
kmeans.cpp kmeans: work around an ICE in clang-19 tests 2024-08-06 14:49:36 +10:00
maths.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
matrix.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
meson.build Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
paths.cpp paths: add system path queries 2022-01-19 11:24:15 +10:00
point.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
polynomial.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
pool.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
preprocessor.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
quaternion.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
random.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
range.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
rational.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
region.cpp region: add 'path' query for segments 2024-11-08 14:37:25 +10:00
registrar.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
scoped.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
serialise.cpp serialise: add a simple binary serialisation framework 2022-05-19 10:01:15 +10:00
signal.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
singleton.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
stream.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
string.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
stringcache.cpp stringcache: add a simple bulk string cache 2020-04-23 05:53:40 +10:00
stringid.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
strongdef.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
traits.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
typeidx.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
uri.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
utf8.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
vector.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
version.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00
view.cpp Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00