summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/strformat.h
Commit message (Expand)AuthorAgeFilesLines
* centralise instantiation of more of the util::strformat engine Vas Crabb2020-04-081-0/+533
* util/strformat.h: future-proof for C++20 (GitHub #6275) Vas Crabb2020-02-091-31/+54
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-5/+5
* Reverting this change, it is compiler bug, confirmed by Microsoft VSO#292426 ... Miodrag Milanovic2016-11-171-1/+1
* Fix compilation under VS2017 (nw) Miodrag Milanovic2016-11-161-1/+1
* While I'm causing full recompiles all the time, reduce necessary number of in... Vas Crabb2016-08-271-2/+86
* Improved workaround for missing cbegin/cend in glibstdc++ [Alex Miller] Vas Crabb2016-06-241-15/+15
* Cleanups and version bump Miodrag Milanovic2016-03-301-6/+6
* fix for VS builds by Vas (nw) Miodrag Milanovic2016-03-121-1/+1
* This depends on libstdc++ version, not GCC version Vas Crabb2016-03-061-1/+1
* This works (nw) Miodrag Milanovic2016-03-051-0/+15
* Further reduce template instantiations Vas Crabb2016-03-041-16/+16
* Reduce number of formatting template instantiations needed - should reduce co... Vas Crabb2016-03-041-89/+48
* Fix for Visual Studio build by Vas (nw) Miodrag Milanovic2016-03-011-1/+1
* Add ability to pass argument packs that don't need templates all the way down Vas Crabb2016-03-011-363/+613
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-7/+79
* fixed VS build. (nw) dankan18902016-02-281-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-0/+1453