summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'support_nvcc_native_flag'Brad King2021-11-021-3/+16
|\
| * CUDA: Support nvcc 11.5 new -arch=all|all-major flagsRobert Maynard2021-11-011-3/+16
* | cmGeneratorTarget: Integrate file sets into calculated sourcesKyle Edwards2021-10-271-1/+144
* | Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-21/+26
|/
* Add property to mark IMPORTED targets as not SYSTEMBrad King2021-10-141-0/+3
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-0/+6
* Rename cmProp in cmValueMarc Chevrier2021-09-211-124/+127
* Merge topic 'macos-cache-rpath-install-namedir'Brad King2021-09-211-0/+15
|\
| * macOS: Speed up rpath install name dir lookup with a cacheLukas Böger2021-09-201-0/+15
* | remove cmToCStr functionMarc Chevrier2021-09-191-1/+1
|/
* Merge topic 'pch-xcode-multiple-languages'Brad King2021-09-141-2/+2
|\
| * PCH: Fix all-language precompile header support in XcodeCristian Adam2021-09-131-2/+2
* | Refactor: Convert parallel string/backtrace vectors to BT vectorsKyle Edwards2021-09-031-56/+47
* | Refactor: reduce cmToCStr usageMarc Chevrier2021-08-191-12/+9
* | Refactor: cmGeneratorTarget::GetSourcesProperty returns cmPropMarc Chevrier2021-08-091-3/+3
* | cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-14/+13
|/
* cmGeneratorTarget: Clarify logic recognizing explicit link interfaceBrad King2021-07-131-6/+6
* cmGeneratorTarget: Clarify cmLinkImplItem constructor callBrad King2021-07-131-1/+2
* cmGeneratorTarget: Clarify ExpandLinkItems local variable roleBrad King2021-07-131-4/+7
* cmGeneratorTarget: Simplify ExpandLinkItems signatureBrad King2021-07-131-30/+17
* cmGeneratorTarget: Add method for LINKER: prefix translationMarc Chevrier2021-07-081-0/+7
* Merge topic 'tll-out-of-dir'Brad King2021-06-301-6/+8
|\
| * target_link_libraries: Restore transitive out-of-dir linkingBrad King2021-06-291-6/+8
* | Merge topic 'import-elf'Brad King2021-06-251-7/+2
|\ \
| * | cmELF: Include the ELF parsing code unconditionallyAlex Richardson2021-06-241-7/+2
| |/
* | Makefiles: Add support for building Fortran intrinsicsIsuru Fernando2021-06-241-0/+8
|/
* HIP: analyze output of `hipcc` to determine default GPU architectureZack Galbreath2021-06-071-0/+6
* HIP: Automatically inject the `hip::device` runtime targetRobert Maynard2021-06-071-26/+170
* HIP: Add language to CMakeRobert Maynard2021-06-071-3/+21
* cmGeneratorTarget: Clear cached link implementation when a source is addedBrad King2021-06-041-0/+1
* target_link_libraries: Place $<TARGET_OBJECTS> before librariesBrad King2021-05-291-5/+33
* cmGeneratorTarget: Refactor link item lookupBrad King2021-05-281-14/+23
* cmGeneratorTarget: Give temporary link impl item an explicit nameBrad King2021-05-281-2/+2
* Xcode: Enable multi-arch TARGET_OBJECTS genex in [INTERFACE_]LINK_LIBRARIESBrad King2021-05-261-0/+2
* Framework: Fix $<TARGET_SONAME_FILE:...> for imported frameworksKyle Edwards2021-05-201-3/+26
* Source: Remove unnecessary comparisons to nullptrVitaly Stakhovsky2021-05-101-6/+5
* 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