summaryrefslogtreecommitdiff
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-061-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-201-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-09-011-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
* fileapi: Support multiple backtraces for language standardJustin Goshi2020-07-061-5/+10
* cmMakefile: Refactor API to better handle empty config valuesRobert Maynard2020-07-031-2/+2
* Merge topic 'fileApiAddLanguageStandardBacktrace'Brad King2020-06-291-0/+69
|\
| * Add backtrace support for language standardJustin Goshi2020-06-221-0/+69
* | Refactor: Add IsAndroidGuiExecutable() method to cmTargetKyle Edwards2020-06-181-2/+8
|/
* VS: Enable DOTNET_TARGET_FRAMEWORK properties all target typesKinan Mahdi2020-06-051-1/+1
* Merge topic 'fortran-preprocess-property'Brad King2020-05-221-0/+1
|\
| * Fortran: Add Fortran_PREPROCESS propertyPeter Hill2020-05-211-0/+1
* | cmTarget: Replace "perConfig" constructor boolean with enumBrad King2020-05-181-2/+2
* | Unity Builds: Support explicit specification of sources to groupsRobert Maynard2020-05-071-0/+1
|/
* GetSafeProperty: return std::string const&Vitaly Stakhovsky2020-04-301-4/+6