summaryrefslogtreecommitdiff
path: root/Modules/Compiler/SunPro-CXX.cmake
Commit message (Expand)AuthorAgeFilesLines
* COMPILE_WARNING_AS_ERROR: Add options to treat warnings as errorsMartin Duffy2022-05-061-0/+1
* Refactoring: Introduce place-holder for dependency target.Marc Chevrier2020-11-281-1/+1
* SunPro: Record support for C++14 features by SunPro 5.{14,15}Brad King2019-04-191-0/+5
* CompileFeatures: Record when CXX compilers have gained full support for 98Robert Maynard2019-04-111-0/+1
* PIE link options: Update strategy to fix performance regressionMarc Chevrier2018-12-191-0/+1
* POSITION_INDEPENDENT_CODE: Manage link flags for executablesMarc Chevrier2018-11-111-0/+2
* POSITION_INDEPENDENT_CODE: Fix erroneous '-fPIE' flag for Sun StudioMarc Chevrier2018-11-081-0/+1
* LINK_OPTIONS: Add support of "LINKER:" prefixMarc Chevrier2018-06-061-0/+3
* SunPro,XL: Add depfile flags to support Ninja generatorEphi Sinowitz2018-04-171-0/+2
* SunPro: Make sure all known versions get CXX98 defaultsChuck Atkins2017-05-311-3/+3
* Compilers: Port to use default cmake_record_lang_compile_features macrosChuck Atkins2017-05-301-12/+0
* SunPro: set -library=stlport as standard compile option for C++98Daniel Pfeifer2017-05-261-0/+4
* SunPro: add standard compile option for C++03Daniel Pfeifer2017-05-261-2/+2
* SunPro: Use common compiler macros for language standard defaultChuck Atkins2017-05-021-11/+6
* Features: On SunPro link with language standard compiler flagBrad King2017-05-011-0/+1
* Features: Make feature recording conditions more consistentBrad King2016-12-021-1/+3
* Features: Centralize per-compiler recording macrosBrad King2016-11-021-6/+4
* Honor CMAKE_<LANG>_FLAGS[_<CONFIG>]_INIT set in toolchain filesBrad King2016-07-061-5/+5
* Project: Guess default standard dialect if compiler was forced (#15852)Brad King2015-11-191-0/+3
* Project: Don't require computed default dialect if compiler was forced.Stephen Kelly2015-09-221-3/+5
* Project: Determine default language dialect for the compiler.Stephen Kelly2015-09-181-2/+5
* Factor an <INCLUDES> placeholder out of <FLAGS> in rule variablesBrad King2015-07-131-2/+2
* SunPro: Drop non-existent -KPIE flagSteven Vancoillie2015-03-231-1/+0
* Features: Populate CMAKE_<LANG>_STANDARD_DEFAULT only for supported compilers.Stephen Kelly2015-02-041-1/+3
* Features: Record for SolarisStudio 12.4.Stephen Kelly2015-01-171-0/+21
* Add -DNDEBUG to RelWithDebInfo flags where where Release flags had it.Clinton Stimpson2012-08-151-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-1/+1
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-20/+20
* Add platform variables for position independent code flagsStephen Kelly2012-06-121-0/+2
* Make VERBOSE_FLAG appear as first statement for consistencyKovarththanan Rajaratnam2010-04-171-2/+2
* Drop -rdynamic from Linux build rulesBrad King2009-12-011-1/+0
* Split SunPro compiler information filesBrad King2009-08-211-0/+31
* ENH: Implicit link info for C, CXX, and FortranBrad King2009-07-231-0/+1