aboutsummaryrefslogtreecommitdiff
path: root/test/compile-test.cc
AgeCommit message (Expand)Author
2023-12-17Add stdlib version check for C++20 (#3754)Vladislav Shchapov
2023-08-15Fix `formatted_size` with `FMT_COMPILE` and format specs (#3588)Ben Deane
2023-07-20Optimize compiled format_to_nVictor Zverovich
2023-05-23Use dragon in constexprVictor Zverovich
2022-08-29Requires FMT_CONSTEXPR20 supportVladislav Shchapov
2022-08-10Constexpr formatted_size (#3026)Mark Santaniello
2022-07-04Workaround for Microsoft Visual Studio 2022 Internal compiler error.Vladislav Shchapov
2022-07-04Replace __cplusplus with FMT_CPLUSPLUS.Vladislav Shchapov
2022-05-29Cleanup macrosVictor Zverovich
2022-01-14fmt::join support FMT_COMPILE (#2720)Vladislav Shchapov
2021-10-14fix: check to make sure both 'if constexpr' and return type deduction are ava...Josh Essman
2021-10-09Namespace qualify calls to getVictor Zverovich
2021-06-11adding a default format for std::chrono::time_point<std::chrono::syst… (#2345)sunmy2019
2021-06-01fix custom types formatting at compile-time, add testAlexey Ochapov
2021-05-25add `fmt::print()` overload to support compiled format (#2304)Alexey Ochapov
2021-05-01Cleanup testsVictor Zverovich
2021-04-29Cleanup tests and format string compilationVictor Zverovich
2021-04-29Cleanup tests and format string compilationVictor Zverovich
2021-04-29gtest: move GTest/GMock files to separate directory, update GTest/GMock usagesAlexey Ochapov
2021-04-28Make FMT_COMPILE fallback on runtime without if constexpr (#2261)Victor Zverovich
2021-04-25use named arg with static name in compile-time APIAlexey Ochapov
2021-04-19fix udl_compiled_string with non-byte chars (e.g. wchar) (#2242)Alexey Ochapov
2021-04-10CI linux: add clang++-11 C++20 (with LLVM libc++) buildAlexey Ochapov
2021-03-19Fix handling of formattable types with to_string_view (#2181)Victor Zverovich
2021-03-10Apply clang-formatVictor Zverovich
2021-03-07fix `formatted_size` with "compiled format" as argument (#2161)Alexey Ochapov
2021-03-06Move detail::truncating_iterator to fmt/compile.hVictor Zverovich
2021-03-04Fix fallback to runtime API from compile-time API (#2143)Alexey Ochapov
2021-02-20update chrono duration formatter (constness), use it in compile-test for spec...Alexey Ochapov
2021-02-20fix incorrect indexing mode for named args, update testsAlexey Ochapov
2021-02-20prepare tests, fix incorrect handling of named args with simple `{}` replacem...Alexey Ochapov
2021-02-20add support for manual indexing and named fields, add testsAlexey Ochapov
2021-02-13Improve width estimation (#2033)Victor Zverovich
2020-12-27Fix std::byte formatting with compile-time API (#2072)Alexey Ochapov
2020-12-25Add support of most format_specs for formatting at compile-time (#2056)Alexey Ochapov
2020-12-07Add UDL as replacement for FMT_COMPILE (#2043)Alexey Ochapov
2020-12-03simplify tests by reordering arguments of `EXPECT_EQ` (#2044)Alexey Ochapov
2020-12-02fix formatting with empty compiled format string (#2042)Alexey Ochapov
2020-11-29Basics of formatting at compile-time based on compile-time API (#2019)Alexey Ochapov
2020-10-11CleanupVictor Zverovich
2020-09-20Simplify testVictor Zverovich
2020-09-20add forgotten template argument to make_format_args which made some u… (#1877)rimathia
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-08-10Add dynamic width support to FMT_COMPILE (#1809)Victor Zverovich
2020-07-14Improve error reportingVictor Zverovich
2020-07-11Fix handling of code units in compileVictor Zverovich
2020-06-23Deprecate compileVictor Zverovich
2020-06-23Add user-defined type support to compilationVictor Zverovich
2020-06-20Add FMT_COMPILE support to format_toVictor Zverovich