aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
23 hoursEnable fmt::join for uncopyable iterators (#3946)upstream-masterJustin Riddell
2 daysMake the map formatter correctly handle elements with custom formattersVictor Zverovich
2 daysSplit range and map formattersVictor Zverovich
2 daysPrivatize write_debug_stringVictor Zverovich
2 daysRemove range_default_formatterVictor Zverovich
3 daysUpdate README.mdVictor Zverovich
3 daysUpdate README.mdVictor Zverovich
3 daysUpdate README.mdVictor Zverovich
3 daysUpdate doc.ymlVictor Zverovich
3 daysUpdate doc.ymlVictor Zverovich
3 daysUpdate doc.ymlVictor Zverovich
3 daysUpdate lint.ymlVictor Zverovich
3 daysUpdate lint.ymlVictor Zverovich
3 daysFix to_nonnegative_intVictor Zverovich
4 daysAdd tests to check that isnan doesn't cause FP errorsAlex Dewar
4 daysFix: isnan() shouldn't cause FP exceptionsAlex Dewar
5 daysBump actions/upload-artifact from 4.3.1 to 4.3.3 (#3950)dependabot[bot]
5 daysBump github/codeql-action from 3.24.9 to 3.25.3 (#3949)dependabot[bot]
6 daysFix CodeQL alert (#3945)Marlene Cota
13 daysSpecialize `formatter` for all `std::basic_string` types (#3943)Diego Ramírez
14 daysDedup ADL begin/end lookupVictor Zverovich
14 daysUpdate 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
2024-03-24Range formatting documentation (#3905)js324
2024-03-22Add a formatter for float128Victor Zverovich
2024-03-22Initial support for extended FP typesVictor Zverovich
2024-03-22CleanupVictor Zverovich
2024-03-20Improve std::complex formatter to be compatible with P2197R0 (#3900)Vladislav Shchapov
2024-03-20Make line buffering test less flakyVictor Zverovich
2024-03-20Fix handling of the fileno macroVictor Zverovich
2024-03-19Fix group_digits for negative integers (#3901)Vladislav Shchapov
2024-03-19Bump timeoutVictor Zverovich
2024-03-19Use p2197 format for complex by defaultVictor Zverovich