Vladislav Shchapov
|
10e3b83a75
|
Replace `make_args_checked with make_format_args ` (#2760)
* Replace make_args_checked to make_format_args
* Deprecate legacy make_args_checked
|
2022-02-13 20:13:35 -08:00 |
|
Victor Zverovich
|
c28500556a
|
FMT_NOEXCEPT -> noexcept
|
2022-01-20 16:55:47 -08:00 |
|
Daniela Engert
|
df40e94673
|
Upgrade module-test to msvc 16.11.5 and 17.0-pre5 (#2558)
|
2021-10-24 08:12:39 -07:00 |
|
Cameron DaCamara
|
00235d8a99
|
fix module test odr violations (#2414)
|
2021-07-17 09:16:49 -07:00 |
|
Daniela Engert
|
f2b03facd9
|
Include test sources to pick up functions and classes from the module rather than from the non-modular library which is baked into the test-main library. (#2356)
This averts linker problems:
- strong ownership model: missing linker symbols
- weak ownership model: duplicate linker symbols
Simplify `gtest-extra.cc` while at it.
|
2021-07-03 07:21:54 -07:00 |
|
Daniela Engert
|
55010a9d3a
|
Support non-char overloads (module)
|
2021-06-11 09:38:53 -07:00 |
|
Daniela Engert
|
0193e7c428
|
Support compile-time strings and compile-time format string compilation in module
Make just the necessary parts available for lookup from client context.
|
2021-06-11 09:38:53 -07:00 |
|
Daniela Engert
|
70e67ae018
|
Re-enable module testing
Prepare for compilation with gcc (modules branch).
|
2021-06-01 14:49:56 -07:00 |
|
Victor Zverovich
|
577bce9029
|
Apply clang-format
|
2021-05-31 08:09:10 -07:00 |
|
Daniela Engert
|
ba4c7f193b
|
Swap parameter order to match #2327 (#2329)
|
2021-05-31 07:44:33 -07:00 |
|
Daniela Engert
|
272b0f36b3
|
More module tests (#2309)
core.h, format.h, args.h, chrono.h, color.h, printf.h, os.h
|
2021-05-28 15:49:39 -07:00 |
|
Daniela Engert
|
5a0d99fa0b
|
Add a test for the module
|
2021-05-20 10:26:31 -07:00 |
|