index
:
DerTod-pub/cxxformat
master
[no description]
DerTod
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 n...
Markus Mittendrein
2022-01-06
9
-702
/
+1501
*
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 constexpr...
Markus Mittendrein
2020-07-27
1
-10
/
+10
*
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 ba...
Markus Mittendrein
2019-07-21
2
-91
/
+25
*
Initial
Markus Mittendrein
2019-07-20
3
-0
/
+509