summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'CUDA-device-link'Brad King2021-04-011-8/+52
|\
| * CUDA Device link: Ensure all link options are correctly formattedMarc Chevrier2021-03-311-8/+52
* | Genex: Add TARGET_RUNTIME_DLLS genexKyle Edwards2021-02-241-0/+14
|/
* Genex: LINK_LANGUAGE respects LINKER_LANGUAGE propertyMarc Chevrier2021-02-231-1/+5
* AIX: Enable XCOFF editing to replace RPATH on installationBrad King2021-02-031-9/+18
* Ninja Multi-Config: Enable relink diagnostic messageBrad King2021-02-031-2/+1
* Rename CMAKE_USE_ELF_PARSER to CMake_USE_ELF_PARSERBrad King2021-02-031-1/+1
* Merge topic 'clang-tidy-fixes'Brad King2021-01-271-2/+2
|\
| * clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-2/+2
* | OUTPUT_DIRECTORY: Support tgt genex in output artifact varsAsit Dhal2021-01-261-4/+3
|/
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-5/+5
* cmGeneratorTarget: Make GetConfigCommonSourceFiles Xcode-specificBrad King2020-12-161-1/+1
* Ninja Multi-Config: Add support for cross-config custom commandsKyle Edwards2020-12-151-1/+1
* cmLocalGenerator: Refactor custom command generator constructionBrad King2020-12-151-7/+8
* Merge topic 'correct_ispc_path_computation'Brad King2020-12-081-1/+6
|\
| * ISPC: Handle OBJECT sources in different directoriesRobert Maynard2020-12-071-1/+6
| * Merge topic 'cuda_vs_skip_computation' into release-3.19Brad King2020-10-271-0/+8
| |\
* | | Compile with explicit language flag when source LANGUAGE property is setBrad King2020-12-021-0/+24
* | | Reduce the scope of temporary cmProp variables and other improvementsVitaly Stakhovsky2020-11-051-3/+2
* | | cmGeneratorTarget: Refactor custom command dependency evaluationBrad King2020-10-291-64/+15
* | | Merge topic 'cuda_vs_skip_computation'Brad King2020-10-271-0/+8
|\ \ \ | | |/ | |/|
| * | VS: Don't compute CUDA options unless necessaryRaul Tambre2020-10-271-0/+8
* | | Merge topic 'per-config-source-TARGET_FILE'Brad King2020-10-261-6/+11
|\ \ \ | | |/ | |/|
| * | add_custom_command: Properly recognize if sources depend on configDeniz Bahadir2020-10-221-6/+11
* | | Constify some code as suggested by clang-tidyCengizhan Pasaoglu2020-10-191-3/+3
* | | CMP0115: Require source file extensions to be explicitKyle Edwards2020-10-131-2/+6
* | | cmLocalGenerator: Migrate custom command output lookup from cmMakefileBrad King2020-10-081-2/+3
|/ /
* | Merge topic 'macos-arm64'Brad King2020-10-011-0/+3
|\ \
| * | macOS: Default to arm64 architecture on Apple Silicon hostsBrad King2020-09-301-0/+3
* | | Merge topic 'refactor-cmprop'Brad King2020-09-291-23/+21
|\ \ \
| * | | cmGeneratorTarget: internal refactoringvvs314152020-09-281-23/+21
| |/ /
* | | cmGeneratorTarget: Include Cache now occurs per language+configRobert Maynard2020-09-251-4/+3
|/ /
* | OBJECT libraries: Properly recognize if sources depend on configurationDeniz Bahadir2020-09-231-5/+13
* | cmGeneratorTarget: Better name for internal variableDeniz Bahadir2020-09-221-4/+4
* | Merge topic 'pch-instantiate-templates'Brad King2020-09-101-0/+10
|\ \
| * | PCH: Template instantiation supportTobias Hieta2020-09-021-0/+10
* | | cmGeneratorTarget: Avoid missing nullptr checkvvs314152020-09-081-22/+12
* | | Merge topic 'ispc_improvements'Brad King2020-09-081-0/+55
|\ \ \
| * | | ISPC: Support generation for multiple instruction setsRobert Maynard2020-09-041-0/+55
* | | | Refactor: Use cmToCStr()Vitaly Stakhovsky2020-09-031-9/+5
|/ / /
* | | cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-17/+17
* | | Merge topic 'ispc_lang_support'Brad King2020-09-011-28/+94
|\ \ \ | |/ / |/| |
| * | ISPC: Support ISPC header generation byproducts and parallel buildsRobert Maynard2020-08-281-8/+77
| * | Refactor some swift only logic to be re-used by other languagesRobert Maynard2020-08-071-26/+23
* | | WIN32_EXECUTABLE: Add support for generator expressionsKyle Edwards2020-08-211-0/+6
* | | Add option to optimize link dependencies for static librariesKyle Edwards2020-08-121-0/+31
* | | Merge topic 'osx-archs-apple-only'Brad King2020-08-111-0/+3
|\ \ \ | | |/ | |/|
| * | PCH: Avoid Apple-specific architecture flags on other platformsBrad King2020-08-101-0/+3
* | | Add INTERFACE libraries to generated buildsystem if they have SOURCESBrad King2020-08-071-4/+9
* | | Remove filtering of allowed INTERFACE library propertiesBrad King2020-08-031-5/+0
| |/ |/|