summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/SunPro-CXX-FeatureTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* SunPro: Record support for C++14 features by SunPro 5.{14,15}Brad King2019-04-191-0/+8
| | | | | | | | | | | SunPro 5.15 supports `-std=c++14` and several C++14 features. SunPro 5.14 accepts `-std=c++14` but does not update its definition of `__cplusplus` or any other macro to distinguish it from `-std=c++11`, so we need to blacklist a couple features that do work but that we cannot report for that version. We can still support `cxx_std_14`. Co-Author: Robert Maynard <robert.maynard@kitware.com>
* Features: Record for SunPro 5.15Brad King2018-03-201-1/+5
| | | | Oracle Developer Studio 12.6 adds support for more C++ 11 features.
* Features: Record standards and features for SunPro 5.14Brad King2017-05-031-0/+4
| | | | | Oracle Studio 12.5 adds support for C 11 and associated standard flags. It also adds a few more C++ 11 features.
* Features: Record for SolarisStudio 12.4.Stephen Kelly2015-01-171-0/+52
It has similar C++11 capabilities compared to GCC 4.8.