Commit Graph

10 Commits

Author SHA1 Message Date
Taylor Braun-Jones
dd069b6893 Add support for MSVC 2013 Update 5 or newer
Use the CMake WriteCompilerDetectionHeader module to add generate a
header with compatibility macros.

    - For static constants, use `const` instead of `constexpr`

    - Drop `noexcept` if not supported by the compiler

    - Use ASCII string literals if unicode literals are not supported
      and replace unicode opening/closing single quotes with ASCII
      backticks.
2016-05-23 17:05:14 -04:00
Jarryd Beck
8d7c4ea43e unicode configuration 2014-10-27 22:06:24 +11:00
Jarryd Beck
9509ca94f2 unicode 2014-10-27 16:45:13 +11:00
Jarryd Beck
9889637790 inline everything 2014-10-15 11:38:39 +11:00
Jarryd Beck
aa0a3a415c install 2014-10-13 16:35:51 +11:00
Jarryd Beck
def4848b23 move to example.cpp 2014-10-10 18:03:44 +11:00
Jarryd Beck
e19872b7c0 cmake copyright 2014-10-02 21:12:28 +10:00
Jarryd Beck
f11af6fb89 copyright 2014-10-02 21:11:50 +10:00
Jarryd Beck
db5477ddd8 getting option adding working 2014-09-26 02:19:23 +10:00
Jarryd Beck
2deb5d87fb initial commit 2014-09-10 16:47:22 +10:00