summaryrefslogtreecommitdiff
path: root/Source/cmTargetPropertyComputer.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmTargetPropertyComputer: Simplify by restoring use of cmMakefileBrad King2021-12-081-6/+4
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-0/+2
* Remove filtering of allowed INTERFACE library propertiesBrad King2020-08-031-69/+0
* Add set_property option: DEPRECATIONJoseph Snyder2020-01-021-0/+1
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* cmTargetPropertyComputer: Initialize static std::unordered_set on constructionSebastian Holtermann2019-06-041-16/+15
* InterfaceLibrary: Whitelist EXPORT_PROPERTIES propertyBrad King2019-05-171-0/+1
* INTERFACE Target: allow (PUBLIC/PRIVATE)_HEADER propertiesAvraham Shukron2019-04-111-0/+2
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-5/+5
* cmTargetPropertyComputer: whitelist 'MANUALLY_ADDED_DEPENDENCIES'.Sebastian Lipponer2019-01-141-0/+1
* 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