| Fix MSVC build |
|
More...
|
over 13 years ago
|
| Correct links, take 3 |
|
More...
|
over 13 years ago
|
| Correct links, take 2 |
|
More...
|
over 13 years ago
|
| Correct links |
|
More...
|
over 13 years ago
|
| Allocate large enough buffer to make _ecvt_s happy. Swap the order of template parameters in TempFormatter for convenience. |
|
More...
|
over 13 years ago
|
| Update the readme. |
|
More...
|
over 13 years ago
|
| Fix MSVC build |
|
More...
|
over 13 years ago
|
| Get rid of secure warnings. |
|
More...
|
over 13 years ago
|
| Workaround MSCRT brain damage, take 3. |
|
More...
|
over 13 years ago
|
| Workaround MSCRT brain damage, take 2. |
|
More...
|
over 13 years ago
|
| Workaround MSCRT brain damage. |
|
More...
|
over 13 years ago
|
| Fix a crash when exception is throws in nested Format. Check automatically assigned argument index. Add double output method to BasicWriter. |
|
More...
|
over 13 years ago
|
| Fix the build when isinf is a macro. |
|
More...
|
over 13 years ago
|
| Fix a compilation issue when math.h is included before format.h |
|
More...
|
over 13 years ago
|
| Bump version. |
|
More...
|
over 13 years ago
|
| Look for isinf in std namespace too. |
|
More...
|
over 13 years ago
|
| Implement a workaround for older GCC. |
|
More...
|
over 13 years ago
|
| Fix the build. |
|
More...
|
over 13 years ago
|
| Fix MSVC build. |
|
More...
|
over 13 years ago
|
| Parameterize Formatter on character type and rename it to BasicFormatter. |
|
More...
|
over 13 years ago
|
| Rename BasicFormatter to BasicWriter. |
|
More...
|
over 13 years ago
|
| Parameterize BasicFormatter on char type. |
|
More...
|
over 13 years ago
|
| Document the write API. |
|
More...
|
over 13 years ago
|
| Update the readme. |
|
More...
|
over 13 years ago
|
| Use one namespace (fmt) instead of two (format and fmt). |
|
More...
|
over 13 years ago
|
| Check that hex and oct don't conflict with IO manipulators. |
|
More...
|
over 13 years ago
|
| Add a link to the documentation. |
|
More...
|
over 13 years ago
|
| Rename "String Formatting" section to "String Formatting API". |
|
More...
|
over 13 years ago
|
| Add breathe as a module. |
|
More...
|
over 13 years ago
|
| Fix the issue with signbit in C++11. |
|
More...
|
over 13 years ago
|