summaryrefslogtreecommitdiff
path: root/Source/cmTargetPropertyComputer.h
Commit message (Expand)AuthorAgeFilesLines
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-1/+1
* cmTargetPropertyComputer: Simplify by restoring use of cmMakefileBrad King2021-12-081-18/+10
* Rename cmProp in cmValueMarc Chevrier2021-09-211-13/+13
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-3/+3
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Remove filtering of allowed INTERFACE library propertiesBrad King2020-08-031-6/+0
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-2/+1
* cmTargetPropertyComputer::GetProperty: return cmPropVitaly Stakhovsky2020-03-161-12/+14
* Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-6/+6
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* Modernize: Prefer .substr in place of .c_str() + intArtur Ryt2019-03-301-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-6/+6
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-4/+3
* Merge topic 'clang-tidy'Brad King2016-10-201-3/+3
|\
| * 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
* 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