aboutsummaryrefslogtreecommitdiff
path: root/include/fmt/ranges.h
AgeCommit message (Expand)Author
2020-11-24Reintroduce ostream support to range formatters (#2014)Victor Zverovich
2020-09-20Disable range formatter if value type is not formattable (#1885)Victor Zverovich
2020-05-18Adding sentinel support to fmt::join(). (#1689)Barry Revzin
2020-05-10internal -> detail (#1538)Victor Zverovich
2020-05-07Consistently namespace qualify size_tVictor Zverovich
2020-03-15Ability to join elements of std::initializer_list was addedNikolay Rapotkin
2020-03-14Fix handling of empty tuples (#1588)Victor Zverovich
2019-09-28Fix ambiguity for types with dodgy conversionsVictor Zverovich
2019-09-27Provide overload for `fmt::join` that handles `std::tuple`sJeremy Ong
2019-08-21Workaround an issue with std::filesystem::path being an infinitely deep range...Victor Zverovich
2019-07-07typedef -> usingVictor Zverovich
2019-06-04Use enable_if_tVictor Zverovich
2019-06-04Add conditional_t for pre-C++14Victor Zverovich
2019-05-30fmt::internal::declval -> std::declvalVictor Zverovich
2019-05-30FMT_EXPLICIT -> explicit, FMT_NULL -> nullptrVictor Zverovich
2019-05-12Fix ambiguous formatter specialization in fmt/ranges.h (#1123)Victor Zverovich
2019-03-16Move enable_if to template paramsVictor Zverovich
2019-03-06Correct commentVictor Zverovich
2019-03-06Fix handling of output iterator in rangesVictor Zverovich
2019-02-09Deprecate format_context::parse_context()Victor Zverovich
2019-02-06Protect against overloaded comma operators in decltypemorinmorin
2019-01-13Format the code using clang-formatVictor Zverovich
2018-09-19prevent ""fmt/range.h"" from specializing fmt::basic_string_view (#865)hhggit
2018-07-04Fix MSVC build, take 2Victor Zverovich
2018-06-08Fixed line length.Remotion
2018-06-08Added quotes for strings in ranges and tuple likes.Remotion
2018-06-06Make is_range and is_tuple_like public API, fix #751Dror Levin
2018-06-06Add more compilers to CI and increase FMT_PEDANTIC warning levels (#736)Elias Kosunen
2018-05-21Detect integer_sequence support on MSVCVictor Zverovich
2018-05-20Fix compilation errors on gcc 4.4Victor Zverovich
2018-05-13Add support for ranges, containers and tuple-like types in fmt/ranges.hRemotion