aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-10-28Fix an inconsistentcy between to_string and formatVictor Zverovich
2023-10-16Fix error C2668 on Windows with option /std:c++latest (#3680)June Liu
2023-10-08Use a more sensible locale in testsVictor Zverovich
2023-10-08Use a more sensible locale in testsVictor Zverovich
2023-10-08Cleanup testVictor Zverovich
2023-10-07add a suffix for days and fix the one for minutes (#3664)Richard Kellnberger
2023-10-03fix: make std::bitset formattable again (#3660)Giel van Schijndel
2023-09-18Fix error: 'char_traits<custom_char>' is deprecated: char_traits<T> for T not...Vladislav Shchapov
2023-09-18Implement nested formatterVictor Zverovich
2023-09-18Avoid a space in the UDL definition (#3610)Dana Jansens
2023-09-17Add an option to avoid wchar APIs on Windows (#3636)Gleb Mazovetskiy
2023-09-16Fix symbol leak (#3627)Vladislav Shchapov
2023-09-10Add an experimental nested formatterVictor Zverovich
2023-09-04Workaround a C++11 issueVictor Zverovich
2023-09-04Cleanup ranges testVictor Zverovich
2023-09-04Merge the copyright comment since there are many contributorsVictor Zverovich
2023-08-25`atomic_flag` formatting (#3594)Alex Guteniev
2023-08-15Fix `formatted_size` with `FMT_COMPILE` and format specs (#3588)Ben Deane
2023-08-14Add formatter for std::atomic (#3574)Zhanwei Wang
2023-08-13to_string supports types with format_asVladislav Shchapov
2023-08-07Fix fixed precision handling during rounding in long doubleVictor Zverovich
2023-08-06Added formatter for bit_reference-like types (#3570)Vladislav Shchapov
2023-07-31fix ambiguous formatter lookup for flat_set (#3561)5chmidti
2023-07-22Use replacement character in pathVictor Zverovich
2023-07-20Improve path formatterVictor Zverovich
2023-07-20Fix overspecified testsVictor Zverovich
2023-07-20Optimize compiled format_to_nVictor Zverovich
2023-07-20Fix fixed formatting of small long doublesVictor Zverovich
2023-07-20Don't use deprecated checked_array_iteratorVictor Zverovich
2023-07-15Call parse on empty specs at compile timeVictor Zverovich
2023-06-26Workaround brain-damaged conversionsVictor Zverovich
2023-06-18Remove old grisu testsVictor Zverovich
2023-05-27Remove get_cached_powerVictor Zverovich
2023-05-24Pass correct Char to base format_as formatter (#3457)Nico Rieck
2023-05-24Simplify ceilVictor Zverovich
2023-05-24Remove is_constant_evaluated() checkVladislav Shchapov
2023-05-24Make constexpr ceilVladislav Shchapov
2023-05-23Use dragon in constexprVictor Zverovich
2023-05-20fix formatter<char*> (#3432)timsong-cpp
2023-05-17Detemplatize printf moreVictor Zverovich
2023-05-17Deprecate wide printfVictor Zverovich
2023-05-17Revert Char* formatter removalVictor Zverovich
2023-05-13Remove unneeded specializationVictor Zverovich
2023-05-13Make hex float test more stable (#3434)Vladislav Shchapov
2023-05-11Cleanup argument constructionVictor Zverovich
2023-05-11Fix time_point formatting for durations with certain ratios (#3430)Patrick Geltinger
2023-05-11Remove unused aliasVictor Zverovich
2023-05-11Improve API safetyVictor Zverovich
2023-05-10unicode_to_utf8 -> to_utf8 since both sides of conversion are UnicodeVictor Zverovich
2023-05-07Fix formatting of paths containing invalid UnicodeVictor Zverovich