| Add a travis config. |
|
More...
|
almost 12 years ago
|
| Change String Formatting API to C++ Format Library API as it supports more general things than string formatting, e.g. file I/O. |
|
More...
|
almost 12 years ago
|
| Implement packaging. |
|
More...
|
almost 12 years ago
|
| Fix link. |
|
More...
|
almost 12 years ago
|
| Update links. |
|
More...
|
almost 12 years ago
|
| Update links. |
|
More...
|
almost 12 years ago
|
| Add ICC to the list of supported compilers. |
|
More...
|
almost 12 years ago
|
| Workaround an issue with Intel C++ compiler. |
|
More...
|
almost 12 years ago
|
| Check output. |
|
More...
|
almost 12 years ago
|
| Add a test case for writing a double to a filled buffer. |
|
More...
|
almost 12 years ago
|
| Merge pull request #28 from jdale88/vslevel4warnings |
|
More...
|
almost 12 years ago
|
| Should use Char not char, as Char is typedef'd to the correct type (char or wchar_t) |
|
More...
|
almost 12 years ago
|
| Fixed some level 4 warnings in VS2013 |
|
More...
|
almost 12 years ago
|
| Merge pull request #27 from jdale88/variadic-format |
|
More...
|
almost 12 years ago
|
| Added variadic versions for Format that act as a proxy for providing an initialiser list to a BasicFormatter. |
|
More...
|
almost 12 years ago
|
| Merge pull request #26 from jdale88/wstring-fix |
|
More...
|
almost 12 years ago
|
| Fixed some places in BasicFormatter where non-templated string types were being used. |
|
More...
|
almost 12 years ago
|
| Don't use CountDigits for 1-2 digit numbers. |
|
More...
|
almost 12 years ago
|
| Fix more warnings. |
|
More...
|
almost 12 years ago
|
| Fix warnings. |
|
More...
|
almost 12 years ago
|
| Simplify IntTraits. |
|
More...
|
almost 12 years ago
|
| Fix formatting of integer types smaller than int in FormatDec. |
|
More...
|
almost 12 years ago
|
| Acknowledge Ruslan Baratov's contribution. |
|
More...
|
almost 12 years ago
|
| Update README. |
|
More...
|
almost 12 years ago
|
| Move the implementation of ColorWriter::operator() to format.cc |
|
More...
|
almost 12 years ago
|
| Implement PrintColored. Thanks https://github.com/jose55 for the idea. |
|
More...
|
almost 12 years ago
|
| Fix a warning. |
|
More...
|
almost 12 years ago
|
| Fix a warning about empty macro args. |
|
More...
|
almost 12 years ago
|
| Add a 32-bit version of CountDigits. |
|
More...
|
almost 12 years ago
|
| Improve 32-bit integer formatting performance by parameterizing FormatDecimal on integer type. |
|
More...
|
almost 12 years ago
|