summaryrefslogtreecommitdiff
path: root/Source/cmTarget.h
Commit message (Expand)AuthorAgeFilesLines
* Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-011-0/+4
* Enhance support functionsMarc Chevrier2023-02-281-0/+2
* cmMakefile: add support for a "synthesized" targetBen Boeckel2023-02-141-0/+2
* cmTarget: make Visibility an `enum class`Ben Boeckel2023-02-141-4/+4
* cmTarget: store visibility as an `enum` rather than boolsBen Boeckel2023-02-141-0/+1
* Merge topic 'check-library-properties-fix-performances-regression'Brad King2022-09-091-1/+1
|\
| * renames method FinalizeTargetCompileInfo() in FinalizeTargetConfiguration().Marc Chevrier2022-09-071-1/+1
* | target_*: Fix cross-directory call backtracesBrad King2022-08-221-2/+4
* | Merge topic 'verify-interface-header-sets-add-compile-definitions'Brad King2022-07-281-0/+6
|\ \ | |/
| * cmTarget: Factor out FinalizeTargetCompileInfo()Kyle Edwards2022-07-271-0/+6
* | cmTarget: add support for C++ module fileset typesBen Boeckel2022-06-161-0/+4
|/
* cmTarget: add support for querying all file set namesBen Boeckel2022-04-271-0/+1
* Merge topic 'xcode-universal'Brad King2022-04-141-0/+2
|\
| * cmTarget: Add `HasKnownObjectFileLocation()` shorthandHyper Nova Sun2022-04-111-0/+2
* | Merge topic 'file-set-repr-improvements'Brad King2022-04-121-2/+3
|\ \ | |/ |/|
| * cmFileSet: store visibility with the filesetBen Boeckel2022-04-111-2/+3
| * Revert INTERFACE_LINK_LIBRARIES_DIRECT feature for 3.23 branchBrad King2022-03-211-2/+0
| * Merge topic 'restore-target-export-includes' into release-3.23Brad King2022-02-101-2/+5
| |\
* | \ Merge topic 'restore-target-export-includes'Brad King2022-02-101-2/+5
|\ \ \ | |/ / |/| / | |/
| * install(TARGETS): Restore per-export INCLUDES DESTINATIONEugene Shalygin2022-02-091-2/+5
* | cmTarget: Add INTERFACE_LINK_LIBRARIES_DIRECT{,_EXCLUDE} backtrace storageBrad King2022-01-291-0/+2
* | 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