summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/strformat.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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