aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-11-24Fix linkage errors when linking with a shared library (#2011)Victor Zverovich
2020-11-01Fix ABI compatibility (#1961)Victor Zverovich
2020-11-01Instantiate to_decimal to make gcc lto happy (#1955)Victor Zverovich
2020-10-21Simplify vformat_toVictor Zverovich
2020-10-20Merge vformat_to overloadsVictor Zverovich
2020-10-19Fix compilation for systems without fcntl.h (#1942)darklukee
2020-08-19Apply clang-formatVictor Zverovich
2020-08-04Simplify ostreamVictor Zverovich
2020-08-01Make buffer size configurableVictor Zverovich
2020-07-11direct_buffered_file -> ostreamVictor Zverovich
2020-07-10Double buffering no moreVictor Zverovich
2020-07-07Workaround a bug in gccVictor Zverovich
2020-06-07Make symbols readableVictor Zverovich
2020-05-26Fix Mingw supportLucian Petrut
2020-05-10internal -> detail (#1538)Victor Zverovich
2020-05-09Ditch internal::arg_mapVictor Zverovich
2020-05-07Purge basic_writerVictor Zverovich
2020-05-06Remove compatibility stubsVictor Zverovich
2020-04-29Replace FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION with fmt-specific macro (#1...asraa
2020-04-19Remove remaining wchar_t instantiationVictor Zverovich
2020-04-15Cleanup named argumentsVictor Zverovich
2020-04-14Improve handling of named argumentsVictor Zverovich
2020-04-12Fix a clang-tidy warningVictor Zverovich
2020-04-12Fixed clang tidy warning -multiple declarations in a single statement reduces...gabime
2020-04-12Fix clang warning about explicit ctorgabime
2020-02-14Remove misleading FMT_USE_WINDOWS_HVictor Zverovich
2020-01-30Fix symbol visibility on Linux when compiling with -fvisibility=hidden (#1535)Milian Wolff
2020-01-22fix interal compiler error when building with mingwdspc-douglas
2019-12-15posix.cc -> os.ccVictor Zverovich
2019-12-15Move OS-specific APIs to a separate headerVictor Zverovich
2019-12-10Reintroduce sprintf_format for ABI compatibilityVictor Zverovich
2019-12-01Avoid wchar_t instantiationsVictor Zverovich
2019-11-26float_spec -> float_specsVictor Zverovich
2019-11-24Instantiate snprintf_floatVictor 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-15Improve POSIX API detectionVictor Zverovich
2019-11-05Use grouping() from locale for specifier 'n'daniel
2019-08-31Fix minor clang-tidy warningsRosen Penev
2019-07-07core_format_specs -> sprintf_specsVictor Zverovich
2019-07-04Make the 'n' format specifier work with grisu disabledVictor Zverovich
2019-07-03Use the decimal point from localeVictor Zverovich
2019-05-30FMT_EXPLICIT -> explicit, FMT_NULL -> nullptrVictor Zverovich
2019-05-02Fix DLL visibility of explicit instantiation "declaration" of internal::basic...denchat
2019-04-27Partially implement Grisu3Victor Zverovich
2019-04-16Remove char_traits (#1117)Victor Zverovich
2019-04-07basic_buffer -> bufferVictor Zverovich
2019-02-23Use grisu for fixed precisionVictor Zverovich
2019-02-22Implement fixed precisionVictor Zverovich