Commit Graph

3603 Commits

Author SHA1 Message Date
2e0f6c6923 hash/siphash: add an (ugly) siphash128 implementation 2022-07-25 11:59:13 +10:00
c69a508757 posix/interface: add forgotten stdlib header 2022-07-25 11:58:59 +10:00
681474c83d parse/enum: use references for range binding iteration to avoid copies 2022-07-25 11:57:53 +10:00
013fd2bb61 adapter: remove std::iterator due to deprecation 2022-07-25 11:57:29 +10:00
77071e3334 hash/siphash: prefer short integer names 2022-07-21 15:44:07 +10:00
ea8d23bf17 hash/siphash: add 1-64 byte test vectors 2022-07-21 15:34:44 +10:00
f962653818 hash/siphash: correct the update loop bounds 2022-07-21 14:23:17 +10:00
cc3153123e hash/siphash: style 2022-07-21 14:23:09 +10:00
b3f00b2f39 hash/siphash: add support by byte array keys 2022-07-21 14:22:47 +10:00
ce2f05ede2 uri: fix empty query/fragment offsets 2022-07-19 17:04:08 +10:00
2ee2806979 adapter: add container transform adapter 2022-06-23 10:58:17 +10:00
9451083f83 backtrace_null: correct the namespace 2022-06-23 07:28:26 +10:00
10ba888a4b maths: use the std::integral concept for log2up 2022-06-20 09:31:29 +10:00
85bd599577 concepts: add the null_stringy concept 2022-06-20 09:31:29 +10:00
b54403557e cmdopt2: add tribool support 2022-06-13 15:38:16 +10:00
8b9ac3d599 parse/value: add tribool support 2022-06-13 15:37:58 +10:00
680e67eb77 bool: avoid implicit casts to bool in tribool 2022-06-13 15:37:24 +10:00
2c304f2c0b bool: add default DONTCARE constructor for tribool 2022-06-13 14:19:43 +10:00
152beff483 bool: add tribool class 2022-06-13 12:47:37 +10:00
cdaa5ebd41 introspection/enum_simple: increase the search range 2022-06-01 15:41:21 +10:00
10b21cb497 fs/scoped: add general scoped path 2022-06-01 14:55:59 +10:00
d5261b980c fs/tmp: add mktmpfile 2022-05-27 13:20:02 +10:00
d06ee4995c cmdopt2: add convenience function for lambda handlers 2022-05-24 15:10:00 +10:00
1e4d47acf9 paths: add resolve_first 2022-05-20 11:34:27 +10:00
c3866ef632 serialise: add a simple binary serialisation framework 2022-05-19 10:01:15 +10:00
dc46dc7c91 uri: store offsets rather than pointers
This simplifies copy and assignment.
2022-05-18 16:00:34 +10:00
2d18241e61 stringid: add the key query 2022-05-13 10:03:48 +10:00
2b7dd99a68 stringid: implement the size query 2022-05-13 10:02:06 +10:00
ef24f0bfda random: add parameter free uniform for integral types 2022-05-10 12:48:52 +10:00
234adca06f random: use UniformRandomBit concept 2022-05-10 12:48:42 +10:00
b7f8d73d95 string: add lstrip, rstrip, strip 2022-05-02 14:26:06 +10:00
3ffd895958 string: remove unnecessary using statement 2022-04-22 11:25:06 +10:00
2d1374192f intro/enum_simple: improve parsing for multi-level namespaces 2022-04-07 15:47:39 +10:00
5dd58a93b3 introspection: add simple enum mode that parses debugging macros 2022-04-01 13:46:13 +10:00
4b0900e299 introspection: rename enum as enum_manual 2022-04-01 13:45:39 +10:00
7fc18e145f time: add wait/reset to period_limiter 2022-03-30 13:29:33 +10:00
c50e24e3be time: add a period_limiter class 2022-03-22 13:18:01 +10:00
bfc5069e23 fwd: add a root set of forward decls 2022-03-22 12:41:25 +10:00
8b409d07c8 cmdotp2: silence some narrowing conversion warnings 2022-03-21 10:52:10 +10:00
40f2f3b99f cmdopt2: actually advance positional parsing cursor 2022-03-21 10:52:10 +10:00
bc5aaae818 cmdopt2/parser: add a description parameter 2022-03-21 10:52:10 +10:00
787b91c6ef cmdopt2/parser: remove ostream usage in favour of FILE* 2022-03-21 10:52:10 +10:00
9caba84fc6 cmdopt2/args: move repeat into base arg 2022-03-21 10:52:10 +10:00
153844eded cmdopt2/args: add vector bind 2022-03-21 10:47:48 +10:00
86eafa366d cmdopt2/args: acceptor should take a char* 2022-03-21 10:46:29 +10:00
11dc485c88 cmdopt2/args: create a parseable trait 2022-03-21 10:44:44 +10:00
179f016fa1 cmdopt2/args: extract argument::create as a free function 2022-03-18 15:23:17 +10:00
a54ed01dcb cmdopt2: use required flag 2022-03-18 15:04:45 +10:00
a63f4fef44 cmdopt2/args: add ignore helper 2022-03-18 15:03:43 +10:00
8a38459f9a cmdopt2/parser: render argument placeholders during usage 2022-03-18 13:04:09 +10:00