summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'restore-target-export-includes' into release-3.23Brad King2022-02-101-6/+10
|\
| * install(TARGETS): Restore per-export INCLUDES DESTINATIONEugene Shalygin2022-02-091-6/+10
* | cmTarget: Add INTERFACE_LINK_LIBRARIES_DIRECT{,_EXCLUDE} backtrace storageBrad King2022-01-291-0/+59
* | define_property(): Add INITIALIZE_FROM_VARIABLE argumentKyle Edwards2022-01-201-0/+11
* | Merge topic 'vs-csharp-dotnet-sdk'Brad King2021-12-221-0/+4
|\ \
| * | VS: Add DOTNET_SDK property to generate SDK-style C# projectsSumit Bhardwaj2021-12-211-0/+4
* | | target_link_libraries: Optionally require only target namesBrad King2021-12-201-0/+3
* | | cmTarget: Record backtraces for INTERFACE_LINK_LIBRARIESBrad King2021-12-151-0/+28
|/ /
* | cmTargetPropertyComputer: Simplify by restoring use of cmMakefileBrad King2021-12-081-9/+6
* | Merge topic 'xcode-generation-enablegpuframecapturemode'Brad King2021-11-121-0/+1
|\ \
| * | Xcode: Support "GPU Frame Capture" scheme propertyJake Turner2021-10-191-0/+1
| |/
* | cmTarget: Add cmFileSet and associated propertiesKyle Edwards2021-10-271-1/+320
|/
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-0/+2
* Rename cmProp in cmValueMarc Chevrier2021-09-211-49/+50
* Refactor: Convert parallel string/backtrace vectors to BT vectorsKyle Edwards2021-09-031-174/+53
* Refactor: Use new SetProperty signaturesMarc Chevrier2021-08-251-4/+4
* Enhancement: SetProperty accept cmProp or std::stringMarc Chevrier2021-08-251-52/+64
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-21/+22
* Refactor cmTargetExport removing InterfaceIncludeDirecoriesEugene Shalygin2021-07-221-0/+12
* HIP: Add language to CMakeRobert Maynard2021-06-071-4/+8
* Launchers: Support setting linker launchersBobby D Reynolds2021-05-281-0/+4
* cmListFileCache: Simplify relative path conversion in backtracesBrad King2021-05-171-3/+1
* cmStateDirectory: Rename ConvertToRelPathIf{Not => }ContainedBrad King2021-05-121-1/+1
* clang-tidy: fix `readability-redundant-access-specifiers` warningsBen Boeckel2021-01-271-1/+0
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-3/+3
* Merge topic 'export-compile-commands-per-target'Brad King2021-01-071-0/+1
|\
| * CMAKE_EXPORT_COMPILE_COMMANDS: allow configuration per targetShannon Booth2021-01-051-0/+1
* | Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-338/+347
|/
* Merge topic 'unity-anon-ns'Craig Scott2020-12-161-0/+1
|\
| * Unity Build: Add option for generating per-file unique idStephen Kelly2020-12-151-0/+1
* | Merge topic 'ispc_control_header_suffixes'Brad King2020-12-151-0/+1
|\ \ | |/ |/|
| * ISPC: Generated Headers suffix configurable with a better defaultRobert Maynard2020-12-141-0/+1
* | Merge topic 'policy-cmp0111-iface'Brad King2020-11-241-27/+29
|\ \ | |/
| * cmTarget: Do not enforce CMP0111 on imported INTERFACE librariesBrad King2020-11-231-27/+29
* | clang-tidy: allow OBJC and OBJCXXAndrew Fuller2020-11-051-0/+2
* | cmGeneratorTarget: Refactor custom command dependency evaluationBrad King2020-10-291-0/+5
* | Constify some code as suggested by clang-tidyCengizhan Pasaoglu2020-10-191-4/+5
|/
* Merge topic 'pch-instantiate-templates'Brad King2020-09-101-0/+1
|\
| * PCH: Template instantiation supportTobias Hieta2020-09-021-0/+1
* | Merge topic 'ispc_improvements'Brad King2020-09-081-0/+2
|\ \
| * | ISPC: Support generation for multiple instruction setsRobert Maynard2020-09-041-0/+1
| * | ISPC: Add compiler launcher supportRobert Maynard2020-09-031-0/+1
* | | Refactor: Use cmToCStr()Vitaly Stakhovsky2020-09-031-1/+1
|/ /
* | Merge topic 'getdef'Brad King2020-09-031-8/+8
|\ \
| * | cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-8/+8
* | | Fortran: Initialize Fortran_VISIBILITY_PRESET property from variableThomas G2020-09-021-0/+1
|/ /
* | Merge topic 'xcode-link-phase-all'Craig Scott2020-09-011-0/+1
|\ \
| * | Xcode: Use "Link Binary With Libraries" build phase in some casesGusts Kaksis2020-08-311-0/+1
| |/
* | Merge topic 'ispc_lang_support'Brad King2020-09-011-0/+1
|\ \ | |/ |/|
| * ISPC: Support ISPC header generation byproducts and parallel buildsRobert Maynard2020-08-281-0/+1