aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
15 hoursCleanup locking/bufferingupstream-masterVictor Zverovich
28 hoursCleanup unicode check moreVictor Zverovich
28 hoursCleanup unicode checksVictor Zverovich
29 hoursImprove utf-8 detectionVictor Zverovich
33 hoursEnable Unicode support by defaultVictor Zverovich
2 daysEnable Unicode by defaultVictor Zverovich
3 daysOptimize join_viewVictor Zverovich
4 daysSimplify join_view formatterVictor Zverovich
6 daysApply coding conventionsVictor Zverovich
6 daysSimplify map formatterVictor Zverovich
7 daysEnable fmt::join for uncopyable iterators (#3946)Justin Riddell
9 daysMake the map formatter correctly handle elements with custom formattersVictor Zverovich
9 daysSplit range and map formattersVictor Zverovich
9 daysPrivatize write_debug_stringVictor Zverovich
9 daysRemove range_default_formatterVictor Zverovich
9 daysUpdate README.mdVictor Zverovich
10 daysUpdate README.mdVictor Zverovich
10 daysUpdate README.mdVictor Zverovich
10 daysUpdate doc.ymlVictor Zverovich
10 daysUpdate doc.ymlVictor Zverovich
10 daysUpdate doc.ymlVictor Zverovich
10 daysUpdate lint.ymlVictor Zverovich
10 daysUpdate lint.ymlVictor Zverovich
10 daysFix to_nonnegative_intVictor Zverovich
11 daysAdd tests to check that isnan doesn't cause FP errorsAlex Dewar
11 daysFix: isnan() shouldn't cause FP exceptionsAlex Dewar
12 daysBump actions/upload-artifact from 4.3.1 to 4.3.3 (#3950)dependabot[bot]
12 daysBump github/codeql-action from 3.24.9 to 3.25.3 (#3949)dependabot[bot]
12 daysFix CodeQL alert (#3945)Marlene Cota
2024-04-23Specialize `formatter` for all `std::basic_string` types (#3943)Diego Ramírez
2024-04-22Dedup ADL begin/end lookupVictor Zverovich
2024-04-22Update signature in the docVictor Zverovich
2024-04-22const void* is neither a fundamental nor string typeVictor Zverovich
2024-04-22Document formatter specializations provided by base.hVictor Zverovich
2024-04-19Fix warning C26439Jiwoo Park
2024-04-19Cleanup FMT_ASSERTVictor Zverovich
2024-04-17Fix format_to + FMT_STRING for wide character type (#3931)Hans-Martin B. Jensen
2024-04-16Fix FMT_USE_NONTYPE_TEMPLATE_ARGS define back (#3937)Justin Riddell
2024-04-11Resolved warning C4996: 'fileno': The POSIX name for this item is deprecated....Matthias Moulin
2024-04-10Added FMT_IMPORT_STD feature macro (#3928)Matthias Moulin
2024-04-08Fix mix-up of 'FMT_BEGIN_EXPORT' and 'namespace detail'. (#3924)ShifftC
2024-04-07Resolved warning C4127: conditional expression is constant (#3923)Matthias Moulin
2024-04-04Fix: enable `FMT_NORETURN` without exception support too (#3917)Philippe Proulx
2024-04-05Coding conventions and minor fixesVictor Zverovich
2024-04-03implement year_month_day (#3913)zivshek
2024-04-03Bump github/codeql-action from 3.24.6 to 3.24.9 (#3915)dependabot[bot]
2024-03-30Update syntax.rstVictor Zverovich
2024-03-28Make CMake version message less confusing (#3907)Damian Andrei
2024-03-28Replace std::fill_n with fmt::detail::fill_n (#3909)Vladislav Shchapov
2024-03-27Implemented fmt::day, fmt::month, fmt::year and related unit tests (#3906)zivshek