summaryrefslogtreecommitdiffstats
path: root/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Store format string in runtime format_template and use string_views instead o...Markus Mittendrein2022-01-081-2/+1
* Restrict parseNumber to unsigned types and throw when out of rangeMarkus Mittendrein2022-01-081-2/+0
* Add bool formatterMarkus Mittendrein2022-01-081-0/+1
* Add literals inline namespaceMarkus Mittendrein2022-01-081-1/+3
* 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 n...Markus Mittendrein2022-01-061-46/+98
* 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 ba...Markus Mittendrein2019-07-211-15/+3
* InitialMarkus Mittendrein2019-07-201-0/+64