index
:
DerTod-pub/cxxformat
master
[no description]
DerTod
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add ' flag for strings to quote and escape them
Markus Mittendrein
2022-01-11
1
-3
/
+40
|
*
Add ' flag for thousands / byte separator for integral and floating point types
Markus Mittendrein
2022-01-11
2
-26
/
+167
|
*
Throw on truncation for the precision value in the floating point formatter
Markus Mittendrein
2022-01-09
1
-2
/
+15
|
*
Fix maximum value check for parsing numbers from format strings
Markus Mittendrein
2022-01-09
2
-5
/
+8
|
*
Improve exception message for out of range numbers in format strings
Markus Mittendrein
2022-01-09
2
-12
/
+22
|
*
Store specifier strings in runtime format_template for more detailed ↵
Markus Mittendrein
2022-01-09
1
-18
/
+34
|
|
|
|
exception messages
*
Store format string in runtime format_template and use string_views instead ↵
Markus Mittendrein
2022-01-08
1
-74
/
+61
|
|
|
|
of strings as parts
*
Fix uppercasing of integer and float formatters reading too much or wrong data
Markus Mittendrein
2022-01-08
1
-2
/
+2
|
*
Improve format parsing exception messages
Markus Mittendrein
2022-01-08
2
-24
/
+39
|
*
Restrict parseNumber to unsigned types and throw when out of range
Markus Mittendrein
2022-01-08
1
-12
/
+11
|
*
Work around MSVC and clang bugs
Markus Mittendrein
2022-01-08
2
-2
/
+8
|
*
Simplify runtime implementation
Markus Mittendrein
2022-01-08
1
-54
/
+66
|
*
Add missing zero padding support checks
Markus Mittendrein
2022-01-08
1
-0
/
+3
|
*
Add bool formatter
Markus Mittendrein
2022-01-08
1
-0
/
+49
|
*
Fix error strings
Markus Mittendrein
2022-01-08
1
-2
/
+2
|
*
Remove unnecessary check
Markus Mittendrein
2022-01-08
1
-4
/
+0
|
*
Fix comparison with wrong field
Markus Mittendrein
2022-01-08
1
-1
/
+1
|
*
Replace anonymous struct in format_specifier with flags struct
Markus Mittendrein
2022-01-08
3
-47
/
+49
|
*
Add literals inline namespace
Markus Mittendrein
2022-01-08
2
-2
/
+6
|
*
Fix perfect forwarding
Markus Mittendrein
2022-01-07
1
-3
/
+4
|
*
Add runtime implementation and refactor format_spec checks in formatters
Markus Mittendrein
2022-01-07
4
-112
/
+382
|
*
Refine static_assert messages
Markus Mittendrein
2022-01-07
1
-2
/
+2
|
*
Add missing include
Markus Mittendrein
2022-01-06
1
-0
/
+1
|
*
Move cxxformat include-directory into a separate include directory
Markus Mittendrein
2022-01-06
7
-0
/
+1400