Anton Bachin f148cc4314 Disabled constexpr testing on MSVC.
Until recently, CMake reported VS2015 as not supporting constexpr.
However, constexpr support was added in the VS2015 release, and CMake
now reports accordingly.

The constexpr support in VS2015 is too buggy to build Better Enums.
This change disables testing on VS2015 with constexpr support, because
those tests will fail.

Also adapted to a change in the Cygwin path prefix in AppVeyor and
fixed an issue in the Travis build with wget being unable to retrieve
from www.cmake.org's new redirect to cmake.org.
2015-11-17 15:17:15 -06:00
..
cxxtest Eliminated non-integral underlying types. 2015-10-04 18:34:57 -05:00
expect Renamed top-level macro ENUM to BETTER_ENUM. 2015-10-04 11:03:08 -05:00
linking Renamed top-level macro ENUM to BETTER_ENUM. 2015-10-04 11:03:08 -05:00
performance Renamed top-level macro ENUM to BETTER_ENUM. 2015-10-04 11:03:08 -05:00
CMakeLists.txt Disabled constexpr testing on MSVC. 2015-11-17 15:17:15 -06:00
Makefile Disabled constexpr testing on MSVC. 2015-11-17 15:17:15 -06:00