summaryrefslogtreecommitdiff
path: root/Source/cmTargetCompileFeaturesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmStandardLevelResolver: Added to handle standard level queriesRobert Maynard2020-07-011-1/+3
* cmTarget*: Port away from cmCommandRegina Pfeifer2019-09-261-27/+38
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-7/+4
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
* Teach target_* commands to set INTERFACE properties of IMPORTED targetsDeniz Bahadir2017-10-261-11/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-3/+2
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-1/+0
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-0/+8
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-20/+17
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-2/+0
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+2
* Merge topic 'join-algorithm'Brad King2015-01-121-9/+1
|\
| * Use the cmJoin algorithm where possible.Stephen Kelly2015-01-081-9/+1
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
|/
* Add target_compile_features command.Stephen Kelly2014-04-071-0/+70