Commit Graph

7 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
David Sánchez Falero
507a3a6ec5 Update CMakeLists.txt 2015-03-18 17:31:29 +01:00
David Sánchez
a1c6650189 biicode support added 2015-03-18 13:26:09 +01: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
e19872b7c0 cmake copyright 2014-10-02 21:12:28 +10:00
Jarryd Beck
2deb5d87fb initial commit 2014-09-10 16:47:22 +10:00