summaryrefslogtreecommitdiff
path: root/Source/cmTargetPropertyComputer.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmTargetPropertyComputer: whitelist custom propertiesBen Boeckel2017-11-211-0/+7
* Add new target-property `IMPORTED_GLOBAL`.Deniz Bahadir2017-11-071-0/+1
* Do not initialize NO_SYSTEM_FROM_IMPORTED on INTERFACE librariesBrad King2017-10-131-1/+8
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Use C++11 unordered containersDaniel Pfeifer2017-08-221-2/+2
* Allow NO_SYSTEM_FROM_IMPORTED on imported INTERFACE librariesBrad King2016-11-211-0/+1
* Merge topic 'imported-interface-libname'Brad King2016-11-091-1/+3
|\
| * Allow imported INTERFACE libraries to specify a link library nameBrad King2016-11-091-1/+3
* | Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-6/+5
|/
* Introduce CM_UNORDERED_SETDaniel Pfeifer2016-10-241-11/+2
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-3/+3
* cmTargetPropertyComputer: Template some methods on the TargetStephen Kelly2016-10-151-189/+0
* cmTargetPropertyComputer: Unify whitelist handling from cmTargetStephen Kelly2016-10-151-0/+16
* cmTargetPropertyComputer: Move whitelist check from cmTargetStephen Kelly2016-10-151-1/+30
* cmTargetPropertyComputer: Extract into new filesStephen Kelly2016-10-151-0/+243