summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetPropertyComputer.h
Commit message (Collapse)AuthorAgeFilesLines
* Use C++11 nullptrDaniel Pfeifer2017-08-241-6/+6
|
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
| | | | | | | | | | | | | Automate with: git grep -l '#include <cm_' -- Source \ | xargs sed -i 's/#include <\(cm_.*\)>/#include "\1"/g' git grep -l '#include <cmsys/' -- Source \ | xargs sed -i 's/#include <\(cmsys\/.*\)>/#include "\1"/g' git grep -l '#include <cm[A-Z]' -- Source \ | xargs sed -i 's/#include <\(cm[A-Z].*\)>/#include "\1"/g'
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-4/+3
|
* Merge topic 'clang-tidy'Brad King2016-10-201-3/+3
|\ | | | | | | | | | | effa6c83 fix more issues reported by clang-tidy fb461cac silence selected clang-tidy violations
| * fix more issues reported by clang-tidyDaniel Pfeifer2016-10-201-3/+3
| |
* | cmTargetPropertyComputer: Add missing includeStephen Kelly2016-10-191-0/+1
| |
* | cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-6/+6
|/
* cmTargetPropertyComputer: Template some methods on the TargetStephen Kelly2016-10-151-10/+72
| | | | Implement the methods for cmTarget in the cmTarget source.
* cmTargetPropertyComputer: Unify whitelist handling from cmTargetStephen Kelly2016-10-151-0/+4
|
* cmTargetPropertyComputer: Move whitelist check from cmTargetStephen Kelly2016-10-151-3/+4
|
* cmTargetPropertyComputer: Extract into new filesStephen Kelly2016-10-151-0/+43