aboutsummaryrefslogtreecommitdiff
path: root/test/format-impl-test.cc
AgeCommit message (Expand)Author
2020-10-04Make GetCachedPower test more preciseVictor Zverovich
2020-09-27Fix WriteConsole signatureVictor Zverovich
2020-09-27Move nan test to where it belongsVictor Zverovich
2020-09-23Test that max_k is correctly definedVictor Zverovich
2020-09-22Remove dead codeVictor Zverovich
2020-09-11Use built-in FP formatter for any precisionVictor Zverovich
2020-05-10internal -> detail (#1538)Victor Zverovich
2020-05-07Consistently namespace qualify size_tVictor Zverovich
2020-05-05Remove deprecated APIsVictor Zverovich
2020-05-03Refactor pointer formattingVictor Zverovich
2020-03-14Deprecate fmt::char8_tVictor Zverovich
2019-12-24Deprecate u8string_viewVictor Zverovich
2019-12-21Apply clang-formatVictor Zverovich
2019-12-21Make round_direction a scoped enumVictor Zverovich
2019-12-08Fix handling of int128_t in format-impl-test (#1461)Victor Zverovich
2019-12-08Clean-up sign-conversion warnings in test codeFlorin Iucha
2019-12-08Revert "Clean-up sign-conversion warnings in test code"Victor Zverovich
2019-12-08Clean-up sign-conversion warnings in test codeFlorin Iucha
2019-11-29Fix fallback pointer formatting on big endianVictor Zverovich
2019-11-26float_spec -> float_specsVictor Zverovich
2019-11-24Remove fp::operator-Victor Zverovich
2019-11-24Simplify Grisu implementationVictor Zverovich
2019-11-23Integrate Grisu and sprintf digit generatorsVictor Zverovich
2019-11-22Refactor floating-point formattingVictor Zverovich
2019-10-18Fix computing lower boundaries for smallest normalized doubleVictor Zverovich
2019-10-18Support single precision floats in grisu formattingOrivej Desh
2019-10-13Handle negative exponent and rename value/pow10 to numerator/denominatorVictor Zverovich
2019-10-13Partially implement (FPP)^2Victor Zverovich
2019-10-13Implement add_compareVictor Zverovich
2019-10-12Implement more comparison operatorsVictor Zverovich
2019-10-09Implement divmodVictor Zverovich
2019-10-06Implement more bigint operationsVictor Zverovich
2019-10-05Initial implementation of squareVictor Zverovich
2019-09-08Add max_valueVictor Zverovich
2019-09-08Implement multiplication and part of assignment from pow of 10Victor Zverovich
2019-09-07Implement left shiftVictor Zverovich
2019-09-07Refactor normalize and clean upVictor Zverovich
2019-09-07Add a bigint stub and reenable grisuVictor Zverovich
2019-09-04Add support for built-in __int128 when availableDeniz Evrenci
2019-07-03Cleanup and remove deprecated visitVictor Zverovich
2019-07-03Fix FormatTest.StrError on SolarisVedran Miletić
2019-06-14uintptr -> fallback_uintptr to avoid confusion with uintptr_tVictor Zverovich
2019-06-14CleanupVictor Zverovich
2019-06-13Remove workarounds for pre-C++11 compilersVictor Zverovich
2019-06-12Fix handling of uintptr_tVictor Zverovich
2019-05-30FMT_EXPLICIT -> explicit, FMT_NULL -> nullptrVictor Zverovich
2019-05-11Move internal::uintptr_t test to format-impl-test (#1152)Victor Zverovich
2019-05-07 Move test_count_digits to format-impl-test and disable gtest warnings (#1147)denchat
2019-04-27Partially implement Grisu3Victor Zverovich
2019-04-08Enable [[noreturn]] some.Bruce Mitchener