summaryrefslogtreecommitdiffstats
path: root/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add runtime implementation and refactor format_spec checks in formattersMarkus Mittendrein2022-01-071-0/+13
|
* Add header only library, adjust include statements and rename test targetMarkus Mittendrein2022-01-061-1/+1
|
* New implementation for compile time format strings (run time format strings ↵Markus Mittendrein2022-01-061-46/+98
| | | | not yet)
* Replace custom remove_cvref_t with std::remove_cvref_tMarkus Mittendrein2020-07-281-2/+2
|
* Improve syntax and name of compile time variantMarkus Mittendrein2019-12-051-4/+5
|
* Add compile time checked variant (needs C++20)Markus Mittendrein2019-07-211-2/+3
|
* Simplify similar specializations of AutoConversion and FormatConvert using ↵Markus Mittendrein2019-07-211-15/+3
| | | | base structs
* InitialMarkus Mittendrein2019-07-201-0/+64