aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-03-03Remove deprecated GTest macro.Krzysztof Kosiński
2020-11-24Fix testVictor Zverovich
2020-11-24Reintroduce ostream support to range formatters (#2014)Victor Zverovich
2020-11-24Fix an overflow in format_to_n (#2029)Victor Zverovich
2020-11-24Workaround an issue with mixing std versions in gcc (#2017)Victor Zverovich
2020-11-23Fix initialization of iterator_buffer (#1996)Victor Zverovich
2020-11-03Fix fallback float formatter at assymetric bounds (#1976)Victor Zverovich
2020-10-21Optimize common case in parse_format_specsVictor Zverovich
2020-10-21Optimize alignment parsingVictor Zverovich
2020-10-20Merge vformat_to overloadsVictor Zverovich
2020-10-20Simplify is_output_iteratorVictor Zverovich
2020-10-17Fix handling of weird character types when parsing sign (#1932)Victor Zverovich
2020-10-16Fix float fuzzerVictor Zverovich
2020-10-15Make classes derived from buffer<T> final to silence the virtual destructor w...Bart Siwek
2020-10-14Add float fuzzer and cleanupVictor Zverovich
2020-10-13Cleanup fuzzingVictor Zverovich
2020-10-12Fix naming of fuzzersVictor Zverovich
2020-10-11CleanupVictor Zverovich
2020-10-11Explain why assert-test is a separate testVictor Zverovich
2020-10-11Remove old testVictor Zverovich
2020-10-11Fix coding style and remove duplicate fuzzerVictor Zverovich
2020-10-10Fix handling of thousand separator (#1927)Victor Zverovich
2020-10-07Cleanup exponent handling in write_floatVictor Zverovich
2020-10-07Fix fixed precision handling when rounding (#1917)Victor Zverovich
2020-10-04Make GetCachedPower test more preciseVictor Zverovich
2020-09-28Fix dragonbox integrationVictor Zverovich
2020-09-27Fix WriteConsole signatureVictor Zverovich
2020-09-27Move nan test to where it belongsVictor Zverovich
2020-09-27Make format-test not depend on color.hVictor Zverovich
2020-09-26Merge grisu-test into format-testVictor Zverovich
2020-09-25Fix carry in fallback_formatVictor Zverovich
2020-09-23Test that max_k is correctly definedVictor Zverovich
2020-09-23Don't emit trailing zero for consistency with std::formatVictor Zverovich
2020-09-22Remove dead codeVictor Zverovich
2020-09-22https://github.com/fmtlib/fmt/pull/1882#issuecomment-696823912 (#1894)jk-jeon
2020-09-22Optimize copy_str for counting_iteratorVictor Zverovich
2020-09-20Disable range formatter if value type is not formattable (#1885)Victor Zverovich
2020-09-20Simplify testVictor Zverovich
2020-09-20add forgotten template argument to make_format_args which made some u… (#1877)rimathia
2020-09-17Remove trailing zeros when using fallback formatter (#1873)Victor Zverovich
2020-09-17Handle exotic character types in compilationVictor Zverovich
2020-09-15Add format_to_n overload that accepts FMT_COMPILE (from #1767) (#1869)Alexey Ochapov
2020-09-15Fix handling of wide alignmentVictor Zverovich
2020-09-13Handle float in fallback formatterVictor Zverovich
2020-09-11Use built-in FP formatter for any precisionVictor Zverovich
2020-09-07Implement fallback FP formatting with given precision (#1526)Victor Zverovich
2020-09-06Fix coding conventionsVictor Zverovich
2020-09-06Add color format_to overloadsDenis Blank
2020-09-01Fix move constructor (#1844)Victor Zverovich
2020-08-28Add formatters for chrono::time_point<system_clock> (#1837)Adam Burgess