0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-08-31 13:55:19 +02:00
Commit graph

64 commits

Author SHA1 Message Date
Jason Volk
e923054e85 ircd::fmt: Relax string specifier grammar from printable to non-control. 2020-10-20 22:19:34 -07:00
Jason Volk
b59337eb78 ircd::spirit: Consolidate entry to spirit through wrapper templates.
ircd::spirit: More aggressive inlining of interface templates; symbol visibility
2020-06-11 03:51:49 -07:00
Jason Volk
58d15e6852 ircd::spirit: Add template option for truncation behavior to generate.
ircd::fmt: Add internal generate template; enable truncation.
2020-06-05 12:15:11 -07:00
Jason Volk
619ecb4b5b ircd::fmt: Simplify ternary; minor unpack statements; cleanup. 2020-06-04 21:00:11 -07:00
Jason Volk
1aa83a22fb ircd::fmt: Use generate template for fmt grammars. 2020-05-26 04:54:52 -07:00
Jason Volk
ec0471934a ircd::json: Minor simplifications.
ircd::rfc3986: Minor simplifications.

ircd::fmt: Minor cleanup.
2020-05-19 15:55:18 -07:00
Jason Volk
0050e0f7d9 ircd::fmt: Fix constructing cast. 2020-04-19 06:13:23 -07:00
Jason Volk
cb41660c94 ircd: Applications of loopless copy overload for single character. 2020-04-13 23:58:33 -07:00
Jason Volk
8f65df5f1f ircd::fmt: Remove const on declared return types. 2020-02-27 12:44:57 -08:00
Jason Volk
2f7004b994 ircd::fmt: Fix assert from 737d9dd1626; possibly fix clang ref bug related f65839b1e5 20bc23abde. 2020-02-25 20:04:17 -08:00
Jason Volk
f65839b1e5 ircd::fmt: Use universal reference for generate_string templates; simplify. 2020-02-22 15:28:44 -08:00
Jason Volk
fc9ed2e87e ircd::fmt: Fix specifier escaping. 2019-06-01 02:31:03 -07:00
Jason Volk
643bb62c6e ircd::fmt: Add hex uppercase specifier. 2019-05-02 15:35:26 -07:00
Jason Volk
744438ec49 ircd: Precompile the spirit.h header. 2019-04-20 19:24:18 -07:00
Jason Volk
af1bd92b26 ircd::spirit: Apply hidden visibility to all headers + our internal grammar namespaces. 2019-04-16 18:33:01 -07:00
Jason Volk
ff4afc0efc ircd::fmt: Add support for padding; add alignment and padding to additional handlers.
fixes #54
2019-04-03 15:51:42 -07:00
Jason Volk
a1419ca78b ircd::fmt: Add alignment rules to hex lowercase specifier handler. 2019-04-03 15:51:42 -07:00
Jason Volk
1089530652 ircd::fmt: Narrow long double to double for grammar templates. 2019-02-28 18:09:36 -08:00
Jason Volk
4f721f48e5 Eliminate friend-injection. 2019-02-15 18:48:59 -08:00
Jason Volk
ed62a4c61c ircd:Ⓜ️ Minor formatting. 2019-02-05 23:18:05 -08:00
Jason Volk
a8584f3336 ircd::fmt: Fix unconditional null termination regression. 2018-12-15 20:29:53 -08:00
Jason Volk
2eaf5c74c2 ircd::fmt: Minor simplify; cleanup. 2018-12-14 15:51:12 -08:00
Jason Volk
fde8dbc69d ircd::fmt: Cleanup/reorg definition namespace scoping. 2018-11-28 14:41:27 -08:00
Jason Volk
24ad230aed ircd::fmt: Modernize buffering, cleanup, comment various. 2018-11-28 14:41:27 -08:00
Jason Volk
580a041ab5 ircd: Improve human readable unit tool suite. 2018-09-24 23:56:29 -07:00
Jason Volk
34e969d01e ircd::fmt: Support long double; Add precision to double format specifier. 2018-09-20 23:30:50 -07:00
Jason Volk
ae3eede730 ircd::fmt: Support width-aligned signed and unsigned integers. 2018-05-31 10:23:29 -07:00
Jason Volk
1ab3489977 ircd::fmt: Add width-aligned string format specifiers. 2018-05-31 10:18:37 -07:00
Jason Volk
7825114281 ircd::fmt: Internalize specifier related; various cleanup. 2018-05-30 09:05:15 -07:00
Jason Volk
b5104d6504 ircd::fmt: Remove cruft. 2018-05-30 08:45:11 -07:00
Jason Volk
16c86f9a76 ircd::fmt: Fix copying / nulling / assertions. 2018-05-19 20:53:40 -07:00
Jason Volk
6dcc7e29df ircd::fmt: Leave useful note for assertion. 2018-04-09 11:48:20 -07:00
Jason Volk
30eb9178bd ircd: Consolidate spirit typedefs from all relevant units into spirit.h. 2018-03-17 10:44:40 -07:00
Jason Volk
be624ca7f6 Update Copyrastafaris. 2018-02-05 21:24:34 -08:00
Jason Volk
936f138a3f ircd::fmt: Cleanup. Reduce sketchiness. 2018-01-19 02:47:08 -08:00
Jason Volk
fed3265d33 ircd::fmt: Unrestrict long long from fmt specifiers. 2018-01-10 21:34:21 -08:00
Jason Volk
13aff1d7a8 ircd::rfc1459: Move grammars out of includes. 2017-11-30 11:23:46 -08:00
Jason Volk
b172fd5739 ircd::fmt: Assert for not finished before loop break. 2017-11-30 11:23:43 -08:00
Jason Volk
08b961351d ircd::fmt: Add more string types for the %s specifier here for now. 2017-10-15 21:20:25 -07:00
Jason Volk
277765ebbc ircd::fmt: Show demangled type name of faulty argument. 2017-09-08 03:47:52 -07:00
Jason Volk
cd7d86b699 ircd::fmt: Add lowercase hex specifier. 2017-04-06 18:34:44 -07:00
Jason Volk
39ab4d1c68 fixup! ircd::fmt: Cleanup grammar; fixes; support std::exception type to %s. 2017-04-06 18:34:09 -07:00
Jason Volk
49da778def ircd::fmt: Add bool support. 2017-04-02 20:53:14 -07:00
Jason Volk
3a31c62681 ircd: Minor cleanup. 2017-03-30 16:04:20 -07:00
Jason Volk
b6b78f9674 ircd::fmt: Use stronger cast. 2017-03-30 16:04:19 -07:00
Jason Volk
35345c164e ircd::fmt: Cleanup grammar; fixes; support std::exception type to %s. 2017-03-30 16:04:18 -07:00
Jason Volk
91cd0327bd ircd::fmt: Remove rfc1459 builtin specifiers; various/cleanup. 2017-03-20 19:20:33 -07:00
Jason Volk
99a4e523b8 fixup! fixup! fixup! fixup! ircd: Add the va_rtti construct. 2017-03-17 23:30:09 -07:00
Jason Volk
d3e5cb7f73 ircd::fmt: Add the %p format specifier for pointer types. 2017-03-17 21:14:45 -07:00
Jason Volk
274e2ec717 fixup! ircd::fmt: Support string_view; updates to the format string system. 2017-03-17 20:27:33 -07:00