Victor Zverovich
|
d940fa679c
|
Disable unsafe implicit conversion to std::string (#729)
|
2018-05-19 07:14:27 -07:00 |
|
Victor Zverovich
|
e8e006f4e7
|
Fix compile checks for mixing narrow and wide strings (#690)
|
2018-03-30 09:29:47 -10:00 |
|
Victor Zverovich
|
8e10d404db
|
Fix compile tests
|
2018-03-27 07:39:03 -10:00 |
|
Victor Zverovich
|
daf650c49a
|
Disallow formatting of multibyte strings into a wide buffer (#606)
|
2018-03-10 06:46:41 -08:00 |
|
Victor Zverovich
|
0ebdf41efa
|
Fix compile-test
|
2017-10-21 08:17:00 -07:00 |
|
Victor Zverovich
|
d5e918b61f
|
Detect C++14 compiler support
|
2017-09-28 08:57:54 -07:00 |
|
Victor Zverovich
|
0cda806dcc
|
Fix compile tests
|
2017-09-08 11:25:49 -07:00 |
|
Dean Moldovan
|
8eaad79de7
|
Fix FMT_STATIC_ASSERT compile test
FMT_STATIC_ASSERT is defined in posix.h so expect_compile_error was
actually failing on a missing macro instead of the static assert.
|
2016-05-04 00:36:48 +02:00 |
|
Dean Moldovan
|
131d446183
|
Fix compile tests not clearing the cache after an error
The cache bug meant that a failed test would appear forever broken,
even if the proper fix was applied.
|
2016-05-04 00:36:11 +02:00 |
|
Dean Moldovan
|
3a04ebf14f
|
Fix user-defined literal detection for Intel C++ compiler
|
2016-05-03 13:43:51 +02:00 |
|
Victor Zverovich
|
afd67497de
|
cppformat -> fmt
|
2016-04-24 09:06:12 -07:00 |
|
Mario Werner
|
4aeeb49d23
|
updated compile-test and include a working test
This makes sure that the test does not break due to other reasons.
|
2016-01-30 23:49:39 +01:00 |
|
Victor Zverovich
|
2e3423b053
|
Update compile-test
|
2015-03-01 17:03:44 -08:00 |
|
Victor Zverovich
|
8a915b9b8d
|
Update compile-test
|
2015-03-01 14:13:45 -08:00 |
|
Victor Zverovich
|
313b259891
|
Use type_traits to test if copyable/assignable
Replace compile tests that check if types are copy constructible and copy assignable with normal tests that use type_traits (if available).
|
2014-09-30 07:30:05 -07:00 |
|
Victor Zverovich
|
cb7caa540f
|
Move FMT_STATIC_ASSERT to header and test.
|
2014-09-12 12:05:32 -07:00 |
|
Victor Zverovich
|
56fb75c2ec
|
Rearrange tests to simplify inclusion in other projects.
|
2014-08-09 09:04:38 -07:00 |
|