ggformat

A string formatting library for C++
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2019-08-21 00:09Whitespace fixesMichael Savage1+4-4
2017-12-30 12:14README tweaksMichael Savage1+5-7
2017-10-29 20:48Some docs and release v1.0Michael Savage3+35-3
2017-10-29 20:48Pass variadic args by const referenceMichael Savage3+11-11
2017-08-25 20:07Document how to use ggformat with std::stringMichael Savage1+25-0
2017-08-25 13:14Remove unused variableMichael Savage1+0-1
2017-08-25 08:41Allow ggformat( NULL, 0 )Michael Savage1+3-1
2017-08-25 07:45Mention that it uses variadic templatesMichael Savage1+3-3
2017-08-25 07:44Use the char/short/long/long long printf prefixesMichael Savage2+23-9
2017-08-25 07:42Tiny cleanupMichael Savage1+0-3
2017-08-24 18:14Syntax highlighting in READMEMichael Savage1+4-4
2017-08-24 17:45PRAGMA -> GGFORMATMichael Savage1+8-8
2017-08-24 17:43Add GGFORMAT_ to the compiler macrosMichael Savage2+7-7
2017-08-24 17:42MSVC fixMichael Savage1+1-0
2017-08-24 17:36PLATFORM_WINDOWS is never definedMichael Savage1+1-1
2017-08-24 17:35Static strlcat/strtonumMichael Savage1+4-4
2017-08-24 17:32More README updatesMichael Savage1+1-1
2017-08-24 17:30More README updatesMichael Savage1+3-3
2017-08-24 17:29More README updatesMichael Savage1+11-14
2017-08-24 17:24More README updatesMichael Savage1+1-2
2017-08-24 17:18More README updatesMichael Savage1+24-19
2017-08-24 17:08Active voiceMichael Savage1+2-2
2017-08-24 16:54More README updatesMichael Savage1+9-9
2017-08-24 16:17I am not going to test VS2013Michael Savage1+2-2
2017-08-23 22:00Forgot the header!Michael Savage1+173-0
2017-08-23 21:58Italics instead of boldMichael Savage1+2-2
2017-08-23 21:56Initial commitMichael Savage4+688-0