index
:
DerTod-pub/cxxformat
master
[no description]
DerTod
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Refactor out padded formatting in non-trivial cases
Markus Mittendrein
2022-01-11
1
-127
/
+82
|
*
Use brace initialization instead of parentheses
Markus Mittendrein
2022-01-11
1
-1
/
+1
|
*
Add ' flag for strings to quote and escape them
Markus Mittendrein
2022-01-11
2
-3
/
+43
|
*
Add ' flag for thousands / byte separator for integral and floating point types
Markus Mittendrein
2022-01-11
3
-27
/
+186
|
*
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
2
-76
/
+62
|
|
|
|
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
2
-14
/
+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
2
-0
/
+50
|
*
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 CMake target to generate a single header file
Markus Mittendrein
2022-01-08
2
-0
/
+32
|
*
Add literals inline namespace
Markus Mittendrein
2022-01-08
3
-3
/
+9
|
*
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
6
-112
/
+396
|
*
Refine static_assert messages
Markus Mittendrein
2022-01-07
1
-2
/
+2
|
*
CMake: Add C++20 compile feature to target
Markus Mittendrein
2022-01-06
1
-0
/
+1
|
*
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
8
-8
/
+8
|
*
Add header only library, adjust include statements and rename test target
Markus Mittendrein
2022-01-06
9
-17
/
+26
|
*
Clean up includes
Markus Mittendrein
2022-01-06
3
-10
/
+7
|
*
Improve wording
Markus Mittendrein
2022-01-06
1
-1
/
+1
|
*
New implementation for compile time format strings (run time format strings ↵
Markus Mittendrein
2022-01-06
9
-702
/
+1501
|
|
|
|
not yet)
*
Use concepts instead of SFINAE where possible
Markus Mittendrein
2020-07-28
1
-18
/
+19
|
*
Remove unused str_index
Markus Mittendrein
2020-07-28
1
-3
/
+0
|
*
Replace custom remove_cvref_t with std::remove_cvref_t
Markus Mittendrein
2020-07-28
2
-14
/
+8
|
*
Show character triggering unknown conversion in error message
Markus Mittendrein
2020-07-28
1
-1
/
+7
|
*
Fix compile time fmt-variant
Markus Mittendrein
2020-07-27
1
-2
/
+2
|
*
Make auto conversion specifiers indepented of actual data, to allow ↵
Markus Mittendrein
2020-07-27
1
-10
/
+10
|
|
|
|
constexpr determining
*
Use %.*s instead of using "%." + to_string(width) + "s"
Markus Mittendrein
2020-07-27
1
-1
/
+1
|
*
Fix handling of multiple flags
Markus Mittendrein
2019-12-05
1
-17
/
+19
|
*
Improve syntax and name of compile time variant
Markus Mittendrein
2019-12-05
2
-25
/
+46
|
*
Add compile time checked variant (needs C++20)
Markus Mittendrein
2019-07-21
3
-10
/
+266
|
*
Simplify similar specializations of AutoConversion and FormatConvert using ↵
Markus Mittendrein
2019-07-21
2
-91
/
+25
|
|
|
|
base structs
*
Initial
Markus Mittendrein
2019-07-20
3
-0
/
+509