|
cc7d4eb0a9
|
parse/enum: allow translation of enum string to integer with typeidx
|
2019-05-30 12:33:28 +10:00 |
|
|
5e3af7f8fb
|
parse/enum: add basic typeid enum parsing
|
2019-05-30 11:54:56 +10:00 |
|
|
41edd3cebe
|
types/description: add initial enum support
|
2019-05-30 10:43:28 +10:00 |
|
|
e4ce92454c
|
parse/value: add bool specialisation
|
2019-05-30 10:42:25 +10:00 |
|
|
25746b2036
|
test/introspection: add more templated type_name tests
|
2019-05-28 13:48:45 +10:00 |
|
|
f3e0744e18
|
test/pool: make allocation tests more robust against allocator issues
|
2019-05-24 10:57:35 +10:00 |
|
|
e033cb2e4f
|
parallel/stack: Add a trivial thread safe stack
|
2019-05-23 15:21:07 +10:00 |
|
|
4b3e04ccd6
|
test/pool: spelling
|
2019-05-23 12:38:49 +10:00 |
|
|
afd601940c
|
pool: initial attempts at clear
|
2019-05-23 12:36:52 +10:00 |
|
|
8beada1646
|
debug: split debug headers into components
|
2019-05-17 12:26:08 +10:00 |
|
|
6d48e5a8e5
|
types/description: add arity and alignment variables
|
2019-05-09 10:32:39 +10:00 |
|
|
654f391cba
|
string: add upper comparator
|
2019-05-02 11:03:22 +10:00 |
|
|
95c5fc5b1d
|
bitwise: remove tests that perform a full rotate
Full rotation is undefined on x86 so it's caught be assertions now.
|
2019-05-01 13:17:35 +10:00 |
|
|
46c2153434
|
string: add string_less comparator
|
2019-05-01 12:39:19 +10:00 |
|
|
174bd62a29
|
bitwise: add ctz, aka count trailing zeroes
|
2019-04-24 13:25:44 +10:00 |
|
|
209a6800c4
|
hash/buzhash: add a trivial buzhash implementation
|
2019-04-22 13:59:48 +10:00 |
|
|
81715c1602
|
hash/table: add a trivial table lookup 'hash'
|
2019-04-22 09:51:04 +10:00 |
|
|
0683f80903
|
registrar: add skeleton of plugin registry
|
2019-04-16 11:02:26 +10:00 |
|
|
71c44b3293
|
introspection: use __FUNCTION__ parsing method for type_name queries
|
2019-04-16 10:17:53 +10:00 |
|
|
6fba251a38
|
pool: avoid unsigned/signed type conversion warnings
|
2019-04-15 10:36:53 +10:00 |
|
|
c718c9bff4
|
maths/fast: avoid size_t/float precision warnings
|
2019-04-15 10:36:18 +10:00 |
|
|
70a16c7d47
|
scoped: add optional reset modifier
|
2019-04-12 16:40:17 +10:00 |
|
|
9926179e7f
|
map/fixed: add static sized flat map
|
2019-03-28 14:28:08 +11:00 |
|
|
9b994b12ae
|
utf8: workaround gcc8's lack of char8_t
|
2019-03-26 12:20:40 +11:00 |
|
|
382e093f57
|
geom/segment: add bresenham iterator
|
2019-03-22 15:11:01 +11:00 |
|
|
0d9374d3dd
|
coord/base: add indices query using supplemental values
|
2019-03-22 11:54:29 +11:00 |
|
|
39bbaa5a80
|
geom/segment: add segment/region intersection test
|
2019-03-21 17:10:52 +11:00 |
|
|
48b04765d7
|
geom/segment: extract point distance unit test
|
2019-03-21 16:26:00 +11:00 |
|
|
065daa96c6
|
strongdef: don't expose the raw data directly
|
2019-03-20 15:39:24 +11:00 |
|
|
83cd6074b8
|
parse/time: add consuming and non-consuming parsers
|
2019-03-19 17:09:03 +11:00 |
|
|
fdcab4eafd
|
parse/time: add duration parsing
|
2019-03-19 16:02:39 +11:00 |
|
|
48c4866705
|
parse: move test binaries into a single directory
|
2019-03-19 16:01:55 +11:00 |
|
|
e5e47ffb24
|
parse: move si and value parsing into common namespace
|
2019-03-19 12:38:22 +11:00 |
|
|
340d873d3a
|
iterator: move each iterator to their own unit
|
2019-03-18 16:18:27 +11:00 |
|
|
020d3c0aaf
|
si: change the SI code to a parser
|
2019-03-18 14:09:29 +11:00 |
|
|
4d91db760c
|
iterator: flesh out the iota container
|
2019-03-18 14:09:29 +11:00 |
|
|
87457c25b7
|
job/dispatch: avoid system include style in tests for local headers
|
2019-03-14 17:05:30 +11:00 |
|
|
b1076d07ce
|
signal: reduce templating complexity
|
2019-03-13 12:08:57 +11:00 |
|
|
fe031378fe
|
signal: use more descriptive template parameter names
|
2019-03-12 15:43:47 +11:00 |
|
|
4a73a3cea7
|
job/dispatch: add index uniqueness test
|
2019-03-08 09:42:15 +11:00 |
|
|
976d44b1d9
|
region: use half-open range for region::step
|
2019-03-08 09:41:37 +11:00 |
|
|
0d27694a51
|
coord/comparator: add a trivial ordering comparator
|
2019-03-08 09:37:48 +11:00 |
|
|
35916e2854
|
rand/pcg: add pcg_xsh_rr generator
|
2019-02-21 20:53:58 +11:00 |
|
|
8f88569f61
|
rand: conform to the std generator concept
|
2019-02-21 20:53:07 +11:00 |
|
|
2f6c845409
|
string: fixup tokeniser::contains
|
2019-02-20 15:51:54 +11:00 |
|
|
2ce92cb2c8
|
string: add stub 'contains' query
|
2019-02-20 14:45:57 +11:00 |
|
|
3d8acbf9cc
|
ascii: fix hex2u08 name in tests
|
2019-02-09 14:59:42 +11:00 |
|
|
fc252ee209
|
expected: add trivial expected implementation
|
2019-02-07 17:12:59 +11:00 |
|
|
5d76fb7792
|
bitwise: add bitfield tests
|
2019-02-03 14:03:38 +11:00 |
|
|
41c9b504dc
|
pool: add 'full' query
|
2019-01-21 17:13:47 +11:00 |
|