summaryrefslogtreecommitdiff
path: root/Tests/CxxDialect
Commit message (Collapse)AuthorAgeFilesLines
* Features: Enable compiler extensions by default.Stephen Kelly2014-05-311-2/+16
| | | | | | | | | | | 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)
* cmTarget: Add CXX_STANDARD and CXX_EXTENSION target properties.Stephen Kelly2014-04-074-0/+41
These are used to determine whether to add -std=c++11, -std=gnu++11 etc flags on the compile line.