|
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 |
|
|
c533b4103e
|
utf8: avoid wraparound warning for view construction
|
2019-01-18 17:18:31 +11:00 |
|
|
b61d55ee3c
|
build: satiate clang-tidy somewhat
|
2019-01-03 15:48:34 +11:00 |
|
|
bce481db0e
|
buffer: move buffer code out of 'memory' namespace
|
2018-12-19 20:22:18 +11:00 |
|
|
4e25f6e3e2
|
alloc: eliminate 'raw' allocator distinction
|
2018-12-19 17:55:24 +11:00 |
|
|
39ed7b27e8
|
alloc: remove unused allocators
|
2018-12-19 17:34:35 +11:00 |
|
|
10d5c141f2
|
alloc: rationalise the 'arena' allocator
|
2018-12-19 17:16:57 +11:00 |
|
|
37d68d5586
|
m/b/simple: add simple buffer implementation
|
2018-12-17 15:20:55 +11:00 |
|
|
043dd73677
|
pointer: rename align as align_up, and add align_down
|
2018-12-17 14:45:54 +11:00 |
|
|
78f746c21e
|
pool: use std::size_t in preference to unsigned for capacity
|
2018-12-17 13:01:54 +11:00 |
|
|
825d359b9d
|
io: test that mapped_file satisfies is_container_v
|
2018-12-17 12:50:05 +11:00 |
|
|
b4c8190054
|
array/parray: assert parray is a container
|
2018-12-17 12:50:05 +11:00 |
|
|
a7786f04b9
|
array: move sarray and parray into array directory
|
2018-12-17 12:50:05 +11:00 |
|
|
1bb566fcda
|
encode/number: add base36 encode
|
2018-12-16 16:47:08 +11:00 |
|
|
8047bf0f83
|
encode/number: add number decoding for base36
|
2018-12-16 16:24:45 +11:00 |
|
|
5fedbdbdfe
|
parse: change parsing functions to modify the data view
|
2018-12-16 13:26:48 +11:00 |
|
|
e1e036e776
|
hton: avoid using type names as variables
|
2018-12-15 15:38:01 +11:00 |
|
|
1a82e4fe76
|
build: transition from experimental filesystem
|
2018-12-05 19:12:03 +11:00 |
|
|
c7cc0dbf4c
|
random: add a trivial test of the default generator
This allows us to ensure some level of coverage using tools like ASan.
|
2018-11-28 15:24:28 +11:00 |
|
|
38906862a3
|
test: use local style includes where possible
This removes some assumptions that break building the library in
isolation.
|
2018-11-19 16:45:19 +11:00 |
|
|
f75c8f6c6d
|
types/tagged: use relative paths for test headers
|
2018-11-19 16:27:02 +11:00 |
|
|
e26165cea9
|
algo/search: return the score and the object in minimises
|
2018-11-19 15:35:56 +11:00 |
|
|
3625a92977
|
algo: add minimises linear search
|
2018-11-14 10:21:51 +11:00 |
|
|
6b00668692
|
types: add 'tagged' union type
|
2018-11-13 12:57:19 +11:00 |
|
|
84ef2c1117
|
tuple/type: add 'nth' accessor for tuples
|
2018-11-13 12:56:48 +11:00 |
|
|
8c0c374a53
|
darray: correct the empty condition
|
2018-11-09 15:01:35 +11:00 |
|
|
26edf25b82
|
darray: add insert_n overload
|
2018-11-08 14:11:14 +11:00 |
|