.. |
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
|
|
|
cpp/good
|
|
|
encode
|
iterator: move each iterator to their own unit
|
2019-03-18 16:18:27 +11:00 |
geom
|
geom/sample/edge: correct the test's include paths
|
2019-08-20 15:20:49 +10:00 |
hash
|
debug: split debug headers into components
|
2019-05-17 12:26:08 +10:00 |
job
|
thread: add minimal thread primitives for win32
|
2019-06-22 15:46:34 +10:00 |
list
|
list: add additional node types
|
2019-09-10 14:43:08 +10:00 |
map
|
map/fixed: add static sized flat map
|
2019-03-28 14:28:08 +11: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: add minimal thread primitives for win32
|
2019-06-22 15:46:34 +10:00 |
parse
|
parse/enum: add lookup-by-function
|
2019-08-29 13:33:18 +10:00 |
rand
|
rand/rdrand: add rdrand generator
|
2019-06-19 12:02:50 +10:00 |
roots
|
|
|
thread
|
thread: add minimal thread primitives for win32
|
2019-06-22 15:46:34 +10:00 |
time
|
|
|
tuple
|
tuple/type: add prefix query
|
2019-12-09 11:22:13 +11:00 |
types
|
types/description: add underlying_comparator for enum descriptions
|
2019-08-30 15:30:45 +10:00 |
.gitignore
|
|
|
affine.cpp
|
|
|
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
|
|
|
bitwise.cpp
|
bitwise: remove tests that perform a full rotate
|
2019-05-01 13:17:35 +10:00 |
cmdopt.cpp
|
debug: split debug headers into components
|
2019-05-17 12:26:08 +10:00 |
colour.cpp
|
|
|
comparator.cpp
|
|
|
coord.cpp
|
coord/base: add indices query using supplemental values
|
2019-03-22 11:54:29 +11:00 |
cpp.py.in
|
build; account for newlines in win32 tests
|
2018-08-13 23:29:14 +10:00 |
endian.cpp
|
|
|
exe.cpp
|
build: transition from experimental filesystem
|
2018-12-05 19:12:03 +11:00 |
expected.cpp
|
expected: add trivial expected implementation
|
2019-02-07 17:12:59 +11:00 |
extent.cpp
|
|
|
fixed.cpp
|
|
|
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
|
test/introspection: add more templated type_name tests
|
2019-05-28 13:48:45 +10:00 |
io.cpp
|
io: test that mapped_file satisfies is_container_v
|
2018-12-17 12:50:05 +11:00 |
ip.cpp
|
|
|
iterator.cpp
|
iterator: move each iterator to their own unit
|
2019-03-18 16:18:27 +11:00 |
kmeans.cpp
|
|
|
maths.cpp
|
debug: split debug headers into components
|
2019-05-17 12:26:08 +10:00 |
matrix.cpp
|
debug: split debug headers into components
|
2019-05-17 12:26:08 +10: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
|
|
|
random.cpp
|
random: add a trivial test of the default generator
|
2018-11-28 15:24:28 +11:00 |
range.cpp
|
|
|
rational.cpp
|
rename root namespace from util to cruft
|
2018-08-05 14:42:02 +10:00 |
region.cpp
|
region: correct the point-region distance2 calculation
|
2019-08-30 13:45:08 +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: reduce templating complexity
|
2019-03-13 12:08:57 +11:00 |
singleton.cpp
|
|
|
stream.cpp
|
|
|
string.cpp
|
string: add to_lower and tests
|
2019-11-26 08:10:04 +11: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
|
|
|
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
|
|
|
version.cpp
|
|
|
view.cpp
|
view: prefer construction using explicit size over pointer arithmetic
|
2018-10-04 14:52:35 +10:00 |