summaryrefslogtreecommitdiff
path: root/Source/cmTarget.h
Commit message (Expand)AuthorAgeFilesLines
* cmTarget: Record backtraces for INTERFACE_LINK_LIBRARIESBrad King2021-12-151-0/+2
* cmTargetPropertyComputer: Simplify by restoring use of cmMakefileBrad King2021-12-081-4/+8
* cmTarget: Add cmFileSet and associated propertiesKyle Edwards2021-10-271-0/+15
* Rename cmProp in cmValueMarc Chevrier2021-09-211-8/+8
* Refactor: Convert parallel string/backtrace vectors to BT vectorsKyle Edwards2021-09-031-30/+15
* Enhancement: SetProperty accept cmProp or std::stringMarc Chevrier2021-08-251-1/+5
* Refactor cmTargetExport removing InterfaceIncludeDirecoriesEugene Shalygin2021-07-221-0/+3
* clang-tidy: fix `readability-redundant-access-specifiers` warningsBen Boeckel2021-01-271-1/+0
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
* cmGeneratorTarget: Refactor custom command dependency evaluationBrad King2020-10-291-0/+1
* Constify some code as suggested by clang-tidyCengizhan Pasaoglu2020-10-201-1/+1
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Factor out generator checks for filtering on non-compiling targetsBrad King2020-07-231-0/+1
* fileapi: Support multiple backtraces for language standardJustin Goshi2020-07-061-1/+1
* Merge topic 'fileApiAddLanguageStandardBacktrace'Brad King2020-06-291-0/+7
|\
| * Add backtrace support for language standardJustin Goshi2020-06-221-0/+7
* | Refactor: Add IsAndroidGuiExecutable() method to cmTargetKyle Edwards2020-06-181-0/+3
|/
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-2/+1
* cmTarget: Replace "perConfig" constructor boolean with enumBrad King2020-05-181-1/+7
* GetSafeProperty: return std::string const&Vitaly Stakhovsky2020-04-301-1/+1
* cmTarget::GetProperty: return cmPropVitaly Stakhovsky2020-03-301-6/+7
* cmTarget: minor code improvementsVitaly Stakhovsky2020-03-171-2/+2
* Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-2/+3
* AppendProperty: convert value param to std::stringVitaly Stakhovsky2020-01-251-6/+1
* target_link_libraries: Fix out-of-dir linking of a list of targetsBrad King2020-01-161-3/+1
* Merge topic 'stdstring-target'Brad King2019-12-171-0/+9
|\
| * cmTarget: add std::string overloadsVitaly Stakhovsky2019-12-141-0/+9
* | Ninja: Add multi-config variantKyle Edwards2019-12-131-1/+2
|/
* cmCustomCommand: Move custom commandsDaniel Eiband2019-09-261-0/+3
* cmMakefile: Move enumerations into new headerDaniel Eiband2019-09-261-7/+0
* cmMakefile: Separate custom command setup from actual creationDaniel Eiband2019-09-171-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* PCH: add PRECOMPILE_HEADERS to special propertiesDaniel Pfeifer2019-08-261-0/+5
* Merge topic 'fileapi-install-generators'Brad King2019-08-051-0/+4
|\
| * fileapi: Fix codemodel target install destination for cross-dir rulesBrad King2019-07-311-0/+4
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* | AIX: Explicitly compute executable exports for both XL and GNUBrad King2019-07-151-0/+3
* | De-duplicate checks for whether a platform uses Windows DLLsBrad King2019-07-121-0/+3
* | IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
|/
* cmMakefile: Define cmTargetMap type in cmMakefile instead of cmTargetSebastian Holtermann2019-05-231-3/+0
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-21/+21
* cmTarget: Use std::unique_ptr instead of custom smart pointerSebastian Holtermann2019-03-231-18/+12
* cmTarget: Single line comment clanupsSebastian Holtermann2019-03-231-9/+7
* cmTarget: Make private `SetPropertyDefault` an in code lambda `InitProperty`Sebastian Holtermann2019-03-231-5/+0
* cmTarget: Remove obsolete `friend` definitionsSebastian Holtermann2019-03-231-5/+3
* cmTarget: Inline private HasImportLibrary methodSebastian Holtermann2019-03-231-3/+0
* cmTarget: Move member method `CheckImportedLibName` to implSebastian Holtermann2019-03-231-3/+0
* cmTarget: Move member method `ProcessSourceItemCMP0049()` to implSebastian Holtermann2019-03-231-5/+2
* cmTarget: Move member booleans to implSebastian Holtermann2019-03-231-16/+6