Dean Moldovan
f3d6d3a8f2
Fix find-package-test failure with non-default compiler
...
The failure would happen when the main project was configured with
a compiler which is not the system default. The new configuration
was not forwarded to "ctest --build-and-test". This fixes it.
2016-05-04 00:51:28 +02: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
729491eab7
Use FMT_ICC_VERSION everywhere internally
2016-05-03 14:26:01 +02:00
Dean Moldovan
3a04ebf14f
Fix user-defined literal detection for Intel C++ compiler
2016-05-03 13:43:51 +02:00
Dean Moldovan
b098306839
Replace template recursion with array initialization
2015-12-19 18:19:18 +01:00
Dean Moldovan
a721319e3a
Add MakeArg constructor for Arg
2015-12-19 18:19:18 +01:00
Dean Moldovan
7d94b5bbeb
Fix static_assert feature detection on clang
2015-11-12 21:03:08 +01:00
Dean Moldovan
9608a98b01
Fix shared library build on OS X
2015-10-18 14:49:17 +02:00
Dean Moldovan
358ae822bb
Update Sphinx with C++11 literals fix and add fmt::literals API docs
2015-10-13 00:35:22 +02:00
Dean Moldovan
47e26cdc37
Document user-defined literals
2015-10-11 02:34:20 +02:00
Dean Moldovan
c0813c59f3
Work around UDL macro stringification bug on some versions of GCC
...
See bug report: https://gcc.gnu.org/ml/gcc-bugs/2015-04/msg02027.html
2015-10-09 11:55:36 +02:00
Dean Moldovan
bc6010cc21
Add _a literal for named arguments
2015-09-27 04:09:37 +02:00
Dean Moldovan
a63a24f2d7
Add _format literal
2015-09-27 04:00:24 +02:00