aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2020-11-24Bump versionVictor 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-24Fix more linkage errors (#2011)Victor Zverovich
2020-11-24Fix linkage errors when linking with a shared library (#2011)Victor Zverovich
2020-11-23Fix more linkage errors (#2011)Victor Zverovich
2020-11-23Fix initialization of iterator_buffer (#1996)Victor Zverovich
2020-11-03Update changelog and bump versionVictor Zverovich
2020-11-03Fix fallback float formatter at assymetric bounds (#1976)Victor Zverovich
2020-11-01Update changelog and bump versionVictor Zverovich
2020-11-01Add a macro to workaround clang/gcc ABI incompatibility on ARMVictor Zverovich
2020-11-01Fix ABI compatibility (#1961)Victor Zverovich
2020-11-01Remove accidental parenthesis (#1968)Tobias Hammer
fails only when FMT_BUILTIN_CTZLL is not defined
2020-11-01Removed [-Wsign-conversion] warning in GCCOptoCloud
2020-11-01CleanupVictor Zverovich
2020-11-01Workaround bugs in gcc 8Владислав Щапов
2020-10-25Bump versionVictor Zverovich
2020-10-24Point to the release, not dev documentationVictor Zverovich
2020-10-22Woraround bugs in gcc 8Victor Zverovich
2020-10-21Simplify arg formatterVictor Zverovich
2020-10-21Move parsing optimization one level upVictor Zverovich
2020-10-21Optimize common case in parse_format_specsVictor Zverovich
2020-10-21Optimize alignment parsingVictor Zverovich
2020-10-21Optimize format_uintVictor Zverovich
2020-10-21Simplify vformat_toVictor Zverovich
2020-10-21Add option to force usage of inline namespacesdarklukee
Detection of inline namespaces is imperfect as some compilers don't provide __has_feature This option allows to override it if needed.
2020-10-20Merge vformat_to overloadsVictor Zverovich
2020-10-20Remove iterator_categoryVictor Zverovich
2020-10-20Unshadow floatyVictor Zverovich
2020-10-20Apply clang-formatVictor Zverovich
2020-10-20Simplify is_output_iteratorVictor Zverovich
2020-10-19Update changelog and bump versionVictor Zverovich
2020-10-18Avoid conversion from long long to size_t (#1935)Victor Zverovich
2020-10-17Fix handling of weird character types when parsing sign (#1932)Victor Zverovich
2020-10-15Make classes derived from buffer<T> final to silence the virtual destructor ↵Bart Siwek
warning. (#1937) Co-authored-by: Bart Siwek <bsiwek@cisco.com>
2020-10-11Fix a UB on ridiculously large precisionVictor Zverovich
2020-10-11Added check for `-mbig-obj` and ref qualifier check (#1929)MarcDirven
* Added check whether mingw has -mbig-obj flag * Removed ref qualifiers
2020-10-10Fix handling of thousand separator (#1927)Victor Zverovich
2020-10-09Optimize floating point formattingVictor Zverovich
2020-10-09Optimize floating point formattingVictor Zverovich
2020-10-09Refactor write_floatVictor Zverovich
2020-10-08Merge write_float overloadsVictor Zverovich
2020-10-07Cleanup exponent handling in write_floatVictor Zverovich
2020-10-07Update dynamic_formatter comment (#1923)Victor Zverovich
2020-10-07Fix integer overflow when using max int precisionVictor Zverovich
2020-10-07Fix fixed precision handling when rounding (#1917)Victor Zverovich
2020-10-05Get rid of float_writerVictor Zverovich
2020-10-04Refactor float formattingVictor Zverovich
2020-10-04Workaround a bug in gcc 7.5 (#1912)Victor Zverovich
Thanks Martin Janzen.