aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-12-04Bump version and update changelogVictor Zverovich
2019-12-03Revert #1433 because of build failures (#1450)Victor Zverovich
2019-12-03Remove TYPESVictor Zverovich
2019-12-03Remove unneeded FMT_API.Egor Pugin
2019-12-03Export assert_fail with FMT_API. This fixes dll build.Egor Pugin
2019-12-02Fix compilation with MinGWBeat Bolli
2019-12-02Add a missing decimal point in exponent notation with trailing zerosVictor Zverovich
2019-12-01Bump versionVictor Zverovich
2019-12-01Put vprint declarations in one placeVictor Zverovich
2019-12-01Clean up includesVictor Zverovich
2019-12-01Avoid wchar_t instantiationsVictor Zverovich
2019-11-30Squelch MSVC warning exporting subclasses of runtime_errorChris Martin
2019-11-30digits -> num_bitsVictor Zverovich
2019-11-30Fix dangling else problem in FMT_ASSERTVictor Zverovich
2019-11-30Fix handling of fallback_uintptrVictor Zverovich
2019-11-29Remove dependency on <cassert>Victor Zverovich
2019-11-29Fix fallback pointer formatting on big endian, take 2Victor Zverovich
2019-11-29Fix handling of missing fraction in snprintf_floatVictor Zverovich
2019-11-29Fix fallback pointer formatting on big endianVictor Zverovich
2019-11-28Remove invalid noexcept annotationFlorin Iucha
2019-11-28Fix -Wconversion warningsFlorin Iucha
2019-11-27Refactor floating-point formattingVictor Zverovich
2019-11-26float_spec -> float_specsVictor Zverovich
2019-11-26Remove gen_digits_paramsVictor Zverovich
2019-11-25Fix precision handling in snprintf_floatVictor Zverovich
2019-11-25Fix handling of streamable and convertible to string typesVictor Zverovich
2019-11-25Fix hexfloat buffer reallocationVictor Zverovich
2019-11-25Fix handling of types with deleted rvalue conversion to string (#1421)Victor Zverovich
2019-11-24Update commentVictor Zverovich
2019-11-24Remove fp::operator-Victor Zverovich
2019-11-24Simplify Grisu implementationVictor Zverovich
2019-11-24Minor cleanupVictor Zverovich
2019-11-24Don't print trailing zero with fixed, precision=0, and showpoint (#1417)Victor Zverovich
2019-11-24Handle null terminator at the end of the bufferVictor Zverovich
2019-11-23Integrate Grisu and sprintf digit generatorsVictor Zverovich
2019-11-22Refactor floating-point formattingVictor Zverovich
2019-11-22Refactor floating point formattingVictor Zverovich
2019-11-20Cleanup FP formattingVictor Zverovich
2019-11-20Don't print % for nan and infVictor Zverovich
2019-11-20Merge write_fp into writeVictor Zverovich
2019-11-20Update commentVictor Zverovich
2019-11-20Move basic_writer::write_fp to where it belongsVictor Zverovich
2019-11-20Make parse_arg_id more readableVictor Zverovich
2019-11-20Merge safe-duration-cast.h into chrono.hVictor Zverovich
2019-11-20Remove redundant qualificationVictor Zverovich
2019-11-20warning C4456: declaration of 'num_digits' hides previous local declarationIvan Shynkarenka
2019-11-19Use grisu for exponent notationVictor Zverovich
2019-11-19Don't parse % unless FMT_DEPRECATED_PERCENT is setVictor Zverovich
2019-11-19Deprecate the fmt macroVictor Zverovich
2019-11-19Remove Grisu2Victor Zverovich