index
:
DerTod-pub/cxxformat
master
[no description]
DerTod
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cxxformat.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
New implementation for compile time format strings (run time format strings n...
Markus Mittendrein
2022-01-06
1
-656
/
+0
*
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
1
-12
/
+6
*
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
1
-21
/
+41
*
Add compile time checked variant (needs C++20)
Markus Mittendrein
2019-07-21
1
-7
/
+262
*
Simplify similar specializations of AutoConversion and FormatConvert using ba...
Markus Mittendrein
2019-07-21
1
-76
/
+22
*
Initial
Markus Mittendrein
2019-07-20
1
-0
/
+435