Commit Graph
7235 Commits
Author SHA1 Message Date
Victor Zverovich 57d6df62f7 Simplify make_format_args 2024-09-06 08:07:22 -07:00
Victor Zverovich 8ed4a9dcc1 Improve debug codegen 2024-09-06 07:51:22 -07:00
Victor Zverovich f288f45e46 Prepare for arg_store unification 2024-09-05 19:17:18 -07:00
Vladislav Shchapov 5bf577ca58 Backport from GoogleTest: "Work around a maybe-uninitialized warning under GCC 12" (https://github.com/google/googletest/commit/0320f517fd920866d918e564105d68fd4362040a)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
2024-09-05 09:40:55 -07:00
Vladislav Shchapov b6de66819e Backport from GoogleTest: "Always initialize fields in MatcherBase constructors" (https://github.com/google/googletest/pull/3797)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
2024-09-05 09:40:55 -07:00
Vladislav Shchapov 6870e4b06b Workaround for GCC regression: false positive null-dereference in vector.resize
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
2024-09-05 09:40:55 -07:00
Vladislav Shchapov 5cdef76034 Switch to gcc-13 for C++23 tests
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
2024-09-05 09:40:55 -07:00
Victor Zverovich a2c290bc34 Suppress a bogus MSVC warning 2024-09-04 17:20:30 -07:00
Victor Zverovich f1e3016c13 Optimize debug codegen 2024-09-04 17:10:52 -07:00
Victor Zverovich 106dc8fd64 Reduce usage of type_identity 2024-09-04 16:23:51 -07:00
Victor Zverovich c3344e21e2 Cleanup base API 2024-09-04 15:50:53 -07:00
Victor Zverovich 5f438c967e Remove make_arg 2024-09-04 14:52:14 -07:00
Victor Zverovich 2a257798d4 Reenable FMT_BUILTIN_TYPES 2024-09-04 14:10:40 -07:00
Vladislav Shchapov 22d50c1a9c Add support formatting std::expected<void, E>
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
2024-09-04 12:31:44 -07:00
Vladislav Shchapov 1cc10ab68f Make is_formattable work with const/volatile void
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
2024-09-04 12:31:44 -07:00
Victor Zverovich 6aaf7f4b79 Suppress a gcc 13 warning 2024-09-04 11:43:12 -07:00
Victor Zverovich b4d1d7f8e6 Improve debug codegen 2024-09-04 08:56:25 -07:00
Vladislav Shchapov 1e0771c70a Fix broken CI for shared library on macos and linux (#4151)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
2024-09-04 08:53:50 -07:00
Victor Zverovich 3df47a4677 Make is_formattable work with void 2024-09-04 07:33:56 -07:00
Cameron Angus b4aea98b55 Small fixes for some issues with modules builds (#4152)
* Avoid module export of member function definitions.

* Do not #include intrinsics header into module purview.
2024-09-04 07:29:41 -07:00
Victor Zverovich 565461a0d3 Update MSVC workaround in compile-test 2024-09-04 06:43:05 -07:00
Victor Zverovich e2b7238707 Cleanup format string API 2024-09-03 21:30:57 -07:00
Victor Zverovich 1e0c6cdc3b Make symbol sizes shorter 2024-09-03 20:44:37 -07:00
Victor Zverovich a8bcf81f72 Minor cleanup 2024-09-03 18:39:46 -07:00
Victor Zverovich 15694c9a84 Workaround an MSVC bug 2024-09-03 16:12:29 -07:00
Victor Zverovich 4cae2da0d0 Workaround a clang 17 bug 2024-09-03 15:58:33 -07:00
Victor Zverovich 79e5ae919c Fix locale tests on FreeBSD 2024-09-03 12:50:03 -07:00
Victor Zverovich 894b71da85 Fix handling of _BitInt 2024-09-03 11:32:31 -07:00
Victor Zverovich 7a6a2a79ed Improve debug codegen 2024-09-02 20:29:24 -07:00
Victor Zverovich 387395fc7c Cleanup base API 2024-09-02 15:15:38 -07:00
Victor Zverovich 6a88415499 Add FMT_APPLY_VARIADIC 2024-09-02 13:59:41 -07:00
Victor Zverovich 9a2aae37d4 Cleanup base API 2024-09-02 10:01:14 -07:00
Victor Zverovich 8803768363 Cleanup base API 2024-09-02 09:11:33 -07:00
Victor Zverovich 4fa533c70e Cleanup base API 2024-09-02 09:00:44 -07:00
Victor Zverovich d980dd7171 Cleanup base API 2024-09-02 07:50:46 -07:00
Victor Zverovich 4eed488c66 Cleanup base API 2024-09-02 07:17:21 -07:00
Victor Zverovich a6ecd25b80 Improve debug codegen 2024-09-02 06:54:45 -07:00
Victor Zverovich 9f29345ea0 Simplify mapped_type_constant 2024-09-02 06:41:44 -07:00
Victor Zverovich 4986b4c0ef Simplify arg_mapper 2024-09-01 21:59:39 -07:00
Victor Zverovich a5f4d9820c Simplify arg_mapper 2024-09-01 21:47:41 -07:00
Victor Zverovich bc3af51272 Reduce the number of instantiations 2024-09-01 19:54:09 -07:00
Victor Zverovich 60740b7c24 Cleanup base API 2024-09-01 19:35:00 -07:00
Victor Zverovich 9ef160d309 Cleanup base API 2024-09-01 19:02:47 -07:00
Victor Zverovich 0b80978c27 Cleanup base API 2024-09-01 18:31:41 -07:00
Victor Zverovich 4f39d88650 Cleanup base API 2024-09-01 18:24:24 -07:00
Victor Zverovich a86b1acf6a Add mapped_t 2024-09-01 17:48:29 -07:00
Victor Zverovich c9ef07bc4e Minor cleanup 2024-09-01 17:34:47 -07:00
Victor Zverovich 8c4cfab57a Detemplatize parse 2024-09-01 14:32:55 -07:00
Victor Zverovich 7e3aa6d982 Minor cleanup 2024-09-01 14:17:38 -07:00
Victor Zverovich 7c66216008 Minor cleanup 2024-09-01 12:53:09 -07:00