Riyyi
|
14e57acfd8
|
Util: Add format specifier logic to container types
|
2 years ago |
Riyyi
|
5cf8d18742
|
Util: Add container type to Parser
|
2 years ago |
Riyyi
|
086da50a57
|
Util: Fix Builder::putU64() when printing unaligned zero-padded hexes
|
2 years ago |
Riyyi
|
36a18f65c1
|
Util: Add default formatting type to floating points checks
|
2 years ago |
Riyyi
|
ea853c1ace
|
Util: Fix alternative form for octal types
|
2 years ago |
Riyyi
|
448ad42005
|
Util: Add integral formatting to char and bool types
|
2 years ago |
Riyyi
|
80c37496e8
|
Util: Implement specifier option checks
|
2 years ago |
Riyyi
|
a75bb863ff
|
Util: Fix brace checks in Parser
|
2 years ago |
Riyyi
|
dc8d2a49cd
|
Util: Call integral formatter from pointer type
|
2 years ago |
Riyyi
|
8b4a748c9d
|
Util: Add specifier options checks for pointer types
|
2 years ago |
Riyyi
|
175251496f
|
Util: Use putU64 when formatting pointer types
|
2 years ago |
Riyyi
|
1fda63ae78
|
Util: Use C++20 designated initializer lists on structs
|
2 years ago |
Riyyi
|
6c6ddf936a
|
Util: Add alternative form specifier option to integral types
|
2 years ago |
Riyyi
|
bd8367db0e
|
Util: Add newlines to long parameter list
|
2 years ago |
Riyyi
|
b07b9d92d4
|
Util: Add char to integral presentation types
|
2 years ago |
Riyyi
|
7a98f8e79f
|
Util: Add integral types and capitalization specifier options
|
2 years ago |
Riyyi
|
25287bc370
|
Util: Add zero padding specifier to putU64()
|
2 years ago |
Riyyi
|
5eb5e2d51e
|
Util: Reorder specifier arguments to match parsing order
|
2 years ago |
Riyyi
|
c40650ab67
|
Util: Implement some integral specifiers
|
2 years ago |
Riyyi
|
9758c3e425
|
Util: Use C++20 concepts for integral and floating-point types
|
2 years ago |
Riyyi
|
7cff165f08
|
Util: Add specifier type checking
|
2 years ago |
Riyyi
|
7825e87c19
|
Util: Rename Parser SpecifierType -> ParameterType
|
2 years ago |
Riyyi
|
04250a8605
|
Util: Add default alignment to string types
|
2 years ago |
Riyyi
|
5e419f501d
|
Util: Change nullptr stringification
|
2 years ago |
Riyyi
|
1b7a736be2
|
Util: Pass string width,align,fill option to Format::Builder
|
2 years ago |
Riyyi
|
6209251ca6
|
Util: Pass floating-point precision to Format::Builder
|
2 years ago |
Riyyi
|
a118f3da3c
|
Util: Add format string parsing
|
2 years ago |
Riyyi
|
8049477795
|
Util: Update Format::Builder floating-point precision
|
2 years ago |
Riyyi
|
f08225136f
|
Util: Fix stringToNumber in Format::Parser
|
2 years ago |
Riyyi
|
bbb8691c90
|
Util: Fix parsing index in automatic mode
|
2 years ago |
Riyyi
|
da0954ffcc
|
Util: Add map formatting to new struct Formatter
|
2 years ago |
Riyyi
|
f3344a0fb9
|
Util: Switch from format() to struct Formatter
|
2 years ago |
Riyyi
|
eb25e98f79
|
Util: Rename logging type enum, Type -> LogType
|
2 years ago |
Riyyi
|
5b85feec19
|
Util: Forward declare where possible in format.h
|
2 years ago |
Riyyi
|
c4e7fa3375
|
Util: Improve check on formatting recursion for asserts
|
2 years ago |
Riyyi
|
b574a79dfe
|
Manager+Util: Change enum class type from int to uint8_t (4 -> 1 byte)
|
2 years ago |
Riyyi
|
f58113e257
|
Util: Add ability to print log messages
|
2 years ago |
Riyyi
|
c90369181f
|
Util: Split formatting print into print and colored print
|
2 years ago |
Riyyi
|
187e082018
|
Util: Rename FormatAngleBracket -> FormatOperatorStyle
|
2 years ago |
Riyyi
|
3837ebef06
|
Util: Print to provided file stream
|
2 years ago |
Riyyi
|
94906028fc
|
Util: Remove template non-type parameter default arg, it cant be empty
|
2 years ago |
Riyyi
|
c59bfc20f7
|
Manager+Util: Switch to custom assert macro
|
2 years ago |
Riyyi
|
04f5f42bb5
|
Util: Add extra safety check for custom asserts
|
2 years ago |
Riyyi
|
33df4bef39
|
Util+Test: Separate formatting and printing into different files
|
2 years ago |
Riyyi
|
e8c4b6eb11
|
Util: Rename formatting danger -> critical
|
2 years ago |
Riyyi
|
15a524adbb
|
Util: Reset IOstreams flags after usage
|
2 years ago |
Riyyi
|
c3776fb967
|
Util: Store formatting parameters in a non-variadic container
|
2 years ago |
Riyyi
|
a55bb27641
|
Manager+Doc: Update config file
|
2 years ago |
Riyyi
|
0e93009e4b
|
Util: Update JSON user-defined literal type name
|
2 years ago |
Riyyi
|
f536aefc99
|
Util: Add missing include
|
2 years ago |