aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-12-13Apply clang-formatKefu Chai
2023-11-07Improve OpenBSD workaroundVictor Zverovich
2023-10-01Remove leftover usage of the __std_stream header (#3663)Christoph Reiter
2023-06-04Remove detail namespace hackVictor Zverovich
2023-05-31Tweak commentsVictor Zverovich
2023-05-31Add VxWorks7 user space and kernel space support (#3467)Bin Lan
2023-05-17FMT_MODULE_EXPORT -> FMT_EXPORTVictor Zverovich
2023-05-10unicode_to_utf8 -> to_utf8 since both sides of conversion are UnicodeVictor Zverovich
2023-05-06Unification utf16/utf32 to utf8 conversionVladislav Shchapov
2023-05-05modules missing pieces (#3399)Daniela Engert
2023-05-03Add FMT_STRING for format_to() call (#3413)mogemimi
2023-04-23Optionally attach declarations to the `global module` rather than `module fmt...Daniela Engert
2023-04-18fix and improve module (#3386)Daniela Engert
2023-04-13Update add_module_libraryVictor Zverovich
2023-04-10Fix modular build on clangVictor Zverovich
2023-04-10Move the modules checkVictor Zverovich
2023-04-10Remove unused headersVictor Zverovich
2023-04-10Enable modules in clang 16Victor Zverovich
2023-04-10FMT_MODULE_EXPORT_* -> FMT_EXPORT_*Victor Zverovich
2023-04-01fix compilation for MSDOS (#3369)Mikhail Paulyshka
2023-02-16Minor cleanupVictor Zverovich
2023-02-16change sopen_s to wsopen_s (fmtlib#3234) (#3293)Froster
2023-02-11Fix OpenBSD build error (#3295)Shawn Zhong
2023-01-03Disable remaining implicit conversionsVictor Zverovich
2022-12-30Simplify symbolsVictor Zverovich
2022-10-23fmt::ostream - aggregate buffer instead of inheriting it (#3139)Ihor Dutchak
2022-09-10Fix compilation with FMT_ENFORCE_COMPILE_STRING and FMT_WERROR (#3091)Andy Maloney
2022-09-02Improve locale supportVictor Zverovich
2022-09-01Make format.h compile fasterVictor Zverovich
2022-09-01Improve locale supportVictor Zverovich
2022-06-01use qualified call to avoid ADL conflict with std::format_toagga
2022-05-29Remove extern format_floatVictor Zverovich
2022-05-22Remove deprecated APIsVictor Zverovich
2022-05-21Remove deprecated APIsVictor Zverovich
2022-03-18Cleanup fuzzing modeVictor Zverovich
2022-03-18Move snprintf_float to format.hVictor Zverovich
2022-01-28Fix access mode of files created (#2530) (#2733)Andreas Rogge
2022-01-20FMT_NOEXCEPT -> noexceptVictor Zverovich
2021-12-01Cleanup os.ccVictor Zverovich
2021-12-01fix int -> uint warning (#2611)Acretock
2021-11-25Reformat all source code; no functional changesFlorin Iucha
2021-10-03Change default open mode to -rw-r--r-- (#2530)Victor Zverovich
2021-09-13Move data to format.ccVictor Zverovich
2021-07-02Workaround clang/gcc incompatibilityVictor Zverovich
2021-06-11Support compile-time strings and compile-time format string compilation in mo...Daniela Engert
2021-06-03Improve handling of thousands separatorVictor Zverovich
2021-06-01Re-enable module testingDaniela Engert
2021-05-29wchar.h -> xchar.h because it handles other code unit types tooVictor Zverovich
2021-05-23Remove deprecated `locale.h` from module interface unitDaniela Engert
2021-05-21More wchar_t-specific API to wchar.hVictor Zverovich