- 04 Jun, 2018 1 commit
-
-
Set C90 and C99 compile options for TI compiler. Fixes: #18061
-
- 27 Mar, 2018 1 commit
-
-
Brad King authored
-
- 20 Mar, 2018 1 commit
-
-
Brad King authored
Oracle Developer Studio 12.6 adds support for more C++ 11 features.
-
- 15 Jun, 2017 2 commits
-
-
Brad King authored
Reported-by:
Rolf Eike Beer <eike@sf-mail.de>
- 14 Jun, 2017 1 commit
-
-
Chuck Atkins authored
-
- 03 May, 2017 1 commit
-
-
Brad King authored
Oracle Studio 12.5 adds support for C 11 and associated standard flags. It also adds a few more C++ 11 features.
-
- 02 Feb, 2017 2 commits
-
-
Rolf Eike Beer authored
-
Brad King authored
Include each language name in the text of the link to its standards property.
-
- 09 Dec, 2016 1 commit
-
-
- 02 Nov, 2016 1 commit
-
-
Brad King authored
-
- 27 Oct, 2016 1 commit
-
-
Brad King authored
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
-
- 28 Apr, 2016 1 commit
-
-
Versions below 12.1 do not provide enough information to properly detect if compiling with c++98 or c++0x enabled so remove them from the supported list.
-
- 08 Oct, 2015 1 commit
-
-
Brad King authored
Revert commit v3.4.0-rc1~10^2~2 (Features: Disable support for Oracle SolarisStudio on non-Linux, 2015-09-29) and two follow-up commits. The support of compile features and language standards on Orcale SolarisStudio needs more investigation so for CMake 3.4 we should just act as 3.3 did.
-
- 29 Sep, 2015 1 commit
-
-
Brad King authored
On SunOS the -std=c++11 flag must be used for linking as well as compiling. Until we implement support for this we cannot support the CXX_STANDARD property except on Linux (where it was tested).
-
- 29 May, 2015 1 commit
-
-
target_link_libraries() is being used in the example code but target_include_directories() was probably meant to be used. The sentence that starts with "Consuming code then" indicates that the example is about using the appropriate include directory.
-
- 07 Apr, 2015 1 commit
-
-
Extend sentences in other documentation linking to this manual to say that it has a list of supported compilers. Co-Author: Brad King <brad.king@kitware.com>
-
- 02 Dec, 2014 1 commit
-
-
Fix spelling 'execptions' => 'exceptions'.
-
- 06 Nov, 2014 1 commit
-
-
Brad King authored
A latex document can have its own TOC.
-
- 22 Oct, 2014 1 commit
-
-
Brad King authored
Update the wording of some examples to avoid long lines in code blocks. Otherwise the formatted documentation can exceed certain column width limitations.
-
- 13 Jun, 2014 1 commit
-
-
Stephen Kelly authored
The DECL part is redundant, and the language part is not needed. The source language and context already determines the language, so there is no need to repeat it in the define name.
-
- 31 May, 2014 1 commit
-
-
Stephen Kelly authored
Compilers enable their extensions by default, and disabling them implicitly can lead to results which are surprising or non-obvious to debug. http://public.kitware.com/pipermail/cmake-developers/2014-May/010575.html http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/10214 https://www.mail-archive.com/cmake-developers@cmake.org/msg10116.html (Compiler feature extensions by default, 29 May 2014)
-
- 27 May, 2014 1 commit
-
-
Link to it from the documentation of related properties, variables and commands. Extend the cmake-developer(7) documentation with notes on extending feature support for compilers.
-