summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/COMPILE_FEATURES.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add a manual for compiler feature control.Stephen Kelly2014-05-271-1/+2
| | | | | | | | 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.
* cmTarget: Allow populating COMPILE_FEATURES using generator expressions.Stephen Kelly2014-04-071-0/+4
| | | | | | Delay validation of the content as a feature if it contains a generator expression. It will be checked again at generate-time after evaluation.
* cmTarget: Add COMPILE_FEATURES target property.Stephen Kelly2014-04-071-0/+7
Use the contents of it to upgrade the CXX_STANDARD target property, if appropriate. This will have the effect of adding the -std=c++11 compile flag or other language specification on GNU when that is needed for the feature.