CMake/Help/manual
Brad King 369d580937 Features: Record features for Intel Compiler on Windows
Since this compiler always defines `__cplusplus` to `1` we need to use
`_MSC_VER`, `__INTEL_CXX11_MODE__`, and the feature test macro named
`__cpp_aggregate_nsdmi` to detect C++11 and C++14 modes.

With no `-Qstd=` flag this compiler defaults to C++98 plus a subset of
C++11/C++14 features needed to be compatible with MSVC.  We pretend it
is plain C++98 and add a `-Qstd=` flag whenever needed for C++11 or
above features even if they would happen to be available in MSVC-mode.

Closes: #16384
2016-10-27 13:33:10 -04:00
..
ccmake.1.rst Help: Refine manual/*.1.rst usage summaries 2013-11-04 11:06:14 -05:00
cmake-buildsystem.7.rst Fix typos. 2016-07-10 11:05:56 +02:00
cmake-commands.7.rst CMakeParseArguments: replace by native cmake_parse_arguments command 2015-12-17 10:44:28 -05:00
cmake-compile-features.7.rst Features: Record features for Intel Compiler on Windows 2016-10-27 13:33:10 -04:00
cmake-developer.7.rst Help: Update cmake-developer(7) module license docs for new notice 2016-09-27 15:18:08 -04:00
cmake-generator-expressions.7.rst Add additional <= and >= comparison operators 2016-08-09 09:30:34 -04:00
cmake-generators.7.rst VS15: Add Visual Studio 15 generator 2016-09-07 15:49:08 -04:00
cmake-gui.1.rst Help: Refine manual/*.1.rst usage summaries 2013-11-04 11:06:14 -05:00
cmake-language.7.rst Help: Add link target to cmake-language.7 variables section 2015-04-01 16:24:24 -04:00
cmake-modules.7.rst AndroidTestUtilities: Add module to help drive Android device tests 2016-09-30 13:49:47 -04:00
cmake-packages.7.rst Fix spelling typos in comments and documentation (#16037) 2016-03-29 14:31:02 -04:00
cmake-policies.7.rst try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG> 2016-06-29 09:11:02 -04:00
cmake-properties.7.rst Add a BUILD_RPATH target property specifying build-tree RPATH entries 2016-10-03 13:42:27 -04:00
cmake-qt.7.rst Help: Drop TOC from latex manuals 2014-11-06 14:46:18 -05:00
cmake-server.7.rst cmake-server: Change message wrapper to avoid ambiguity with content 2016-10-24 14:36:13 -04:00
cmake-toolchains.7.rst Help: Document cross compiling for Android 2016-08-23 12:53:10 -04:00
cmake-variables.7.rst Merge topic 'vs-host-x64-tools' 2016-10-14 09:25:34 -04:00
cmake.1.rst cmake-server: Add documentation 2016-09-19 08:57:58 -04:00
cpack.1.rst Fix spelling typos in comments and documentation (#16037) 2016-03-29 14:31:02 -04:00
ctest.1.rst Help: Fix documentation of ctest --build-and-test 2016-07-05 11:19:01 -04:00
LINKS.txt Replace http://www.cmake.org URLs with https://cmake.org 2015-09-25 15:47:39 -04:00
OPTIONS_BUILD.txt Help: Document VS and Xcode toolset selection 2016-10-13 08:59:27 -04:00
OPTIONS_HELP.txt Restore --help-full option to output all help manuals 2014-04-25 08:41:31 -04:00