summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cmTarget: Raise error if imported target location is not setRaul Tambre2020-08-211-0/+31
* | Add option to optimize link dependencies for static librariesKyle Edwards2020-08-121-0/+1
* | Add INTERFACE libraries to generated buildsystem if they have SOURCESBrad King2020-08-071-23/+18
* | Remove filtering of allowed INTERFACE library propertiesBrad King2020-08-031-10/+0
|/
* cmTarget: Refactor init of common language propertiesRobert Maynard2020-07-281-25/+17
* Factor out generator checks for filtering on non-compiling targetsBrad King2020-07-231-7/+24
* cmTarget: Skip output dir property init for CMake-provided targetsBrad King2020-07-231-1/+2
* cmTarget: De-duplicate conditions for property initializationBrad King2020-07-231-17/+9
* cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-2/+1