]> code.bitgloo.com Git - clyne/entityx.git/commit
Add C++11 feature checking to cmake.
authorAlec Thomas <alec@swapoff.org>
Thu, 18 Oct 2012 17:21:06 +0000 (13:21 -0400)
committerAlec Thomas <alec@swapoff.org>
Thu, 18 Oct 2012 17:21:06 +0000 (13:21 -0400)
commit92dc19d8a0eaea4aac6327490695420deb226218
tree03d16ac15fb4acf9704a347df639de0a76152f2f
parentd6c7bd8997458658dc4853c36c982acd92966875
Add C++11 feature checking to cmake.
17 files changed:
CMakeLists.txt
CheckCXX11Features.cmake [new file with mode: 0644]
c++11/c++11-test-__func__-N2340.cpp [new file with mode: 0644]
c++11/c++11-test-auto-N2546.cpp [new file with mode: 0644]
c++11/c++11-test-constexpr-N2235.cpp [new file with mode: 0644]
c++11/c++11-test-cstdint.cpp [new file with mode: 0644]
c++11/c++11-test-decltype-N2343.cpp [new file with mode: 0644]
c++11/c++11-test-lambda-N2927.cpp [new file with mode: 0644]
c++11/c++11-test-long_long-N1811.cpp [new file with mode: 0644]
c++11/c++11-test-nullptr-N2431.cpp [new file with mode: 0644]
c++11/c++11-test-nullptr-N2431_fail_compile.cpp [new file with mode: 0644]
c++11/c++11-test-rvalue_references-N2118.cpp [new file with mode: 0644]
c++11/c++11-test-sizeof_member-N2253.cpp [new file with mode: 0644]
c++11/c++11-test-static_assert-N1720.cpp [new file with mode: 0644]
c++11/c++11-test-static_assert-N1720_fail_compile.cpp [new file with mode: 0644]
c++11/c++11-test-variadic_templates-N2555.cpp [new file with mode: 0644]
c++11/demo.cpp [new file with mode: 0644]