summaryrefslogtreecommitdiffstats
path: root/cxxformat.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix compile time fmt-variantMarkus Mittendrein2020-07-271-2/+2
|
* Make auto conversion specifiers indepented of actual data, to allow ↵Markus Mittendrein2020-07-271-10/+10
| | | | constexpr determining
* Use %.*s instead of using "%." + to_string(width) + "s"Markus Mittendrein2020-07-271-1/+1
|
* Fix handling of multiple flagsMarkus Mittendrein2019-12-051-17/+19
|
* Improve syntax and name of compile time variantMarkus Mittendrein2019-12-051-21/+41
|
* Add compile time checked variant (needs C++20)Markus Mittendrein2019-07-211-7/+262
|
* Simplify similar specializations of AutoConversion and FormatConvert using ↵Markus Mittendrein2019-07-211-76/+22
| | | | base structs
* InitialMarkus Mittendrein2019-07-201-0/+435