summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmGeneratorTarget: add a method to query if Fortran sources existBen Boeckel2023-01-311-0/+9
* Merge topic 'optimize-full-name-function'Brad King2023-01-191-68/+65
|\
| * cmGeneratorTarget: Cache full name componentsPierre Testart2023-01-181-68/+65
* | cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-151-2/+2
* | STATIC_LIBRARY_OPTIONS: ensure correct expension of list inside a genexMarc Chevrier2022-12-201-7/+4
|/
* Merge topic 'clang-tidy-export-fixes-dir'Brad King2022-12-071-0/+18
|\
| * clang-tidy: add <LANG>_CLANG_TIDY_EXPORT_FIXES_DIR propertyKyle Edwards2022-12-061-0/+18
* | Merge topic 'link-options-cache'Brad King2022-12-051-2/+4
|\ \ | |/ |/|
| * cmGeneratorTarget: Fix regression in CUDA device link optionsBrad King2022-12-021-2/+4
* | Merge topic 'add-generator-target-caches'Brad King2022-11-301-1/+57
|\ \ | |/
| * cmGeneratorTarget: Add caches to some functionsPierre Testart2022-11-281-1/+57
* | cmGeneratorTarget: factor out fileset info and scanning detectionBen Boeckel2022-11-231-0/+82
* | cmGeneratorTarget: factor out dyndep support detectionBen Boeckel2022-11-231-0/+16
|/
* CMake: fix sizeof string literal violationsKyle Edwards2022-11-181-1/+1
* cmGeneratorExpression: Require cmake instanceKyle Edwards2022-11-111-22/+37
* Merge topic 'fix-cxx20-detection'Brad King2022-11-111-5/+12
|\
| * Ninja: Restore support for compilers not defining a C++ standard levelLingkai Dong2022-11-101-5/+12
* | VS: Add COMMON_LANGUAGE_RUNTIME support for "netcore"ζeh Matt2022-10-281-2/+7
* | clang-tidy: enable cmStrLen() check and fix violationsKyle Edwards2022-10-191-1/+1
|/
* VERIFY_INTERFACE_HEADER_SETS: Add IWYU pragma: associated to verification fileDaniel Hannon2022-10-071-1/+5
* Xcode: Set object file locations using TARGET_TEMP_DIRBrad King2022-09-291-3/+0
* Merge topic 'check-library-properties-fix-performances-regression'Brad King2022-09-091-1/+1
|\
| * renames method FinalizeTargetCompileInfo() in FinalizeTargetConfiguration().Marc Chevrier2022-09-071-1/+1
* | Merge topic 'file-set-source-group'Kyle Edwards2022-08-251-1/+1
|\ \ | |/
| * FILE_SET: Fix source group detectionKyle Edwards2022-08-241-1/+1
* | Merge topic 'all-verify-interface-header-sets'Kyle Edwards2022-08-031-0/+12
|\ \ | |/
| * VERIFY_INTERFACE_HEADER_SETS: Add verification target for allKyle Edwards2022-08-031-0/+12
| * Merge topic 'verify-interface-header-sets-interface-library-source-language' ...Brad King2022-07-281-0/+6
| |\
* | \ Merge topic 'cuda_add_lto_support'Brad King2022-08-031-3/+27
|\ \ \
| * | | CUDA: Add Device LTO support for nvccRobert Maynard2022-07-221-3/+27
* | | | Merge topic 'verify-interface-header-sets-interface-library-source-language'Brad King2022-07-281-0/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | VERIFY_INTERFACE_HEADER_SETS: Fall back to global languagesKyle Edwards2022-07-271-0/+6
* | | | Merge topic 'verify-interface-header-sets-add-compile-definitions'Brad King2022-07-281-0/+6
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | VERIFY_INTERFACE_HEADER_SETS: Finalize compile info for verify targetsKyle Edwards2022-07-271-0/+6
| |/
* | Merge topic 'cpp-named-module-file-sets'Brad King2022-06-171-1/+89
|\ \
| * | cmTarget: add support for C++ module fileset typesBen Boeckel2022-06-161-1/+89
| |/
* | Add SYSTEM target propertyDa Quexian2022-06-161-3/+8
|/
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-6/+6
* VERIFY_INTERFACE_HEADER_SETS: Add property for list of header setsKyle Edwards2022-05-251-5/+23
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-17/+2
* VERIFY_HEADER_SETS: Rename to VERIFY_INTERFACE_HEADER_SETSKyle Edwards2022-05-181-5/+5
* Merge topic 'file-set-generated-dependency'Brad King2022-04-151-2/+4
|\
| * FILE_SET: Make INTERFACE libraries with HEADER_SETS participate in buildsystemKyle Edwards2022-04-141-2/+4
| * Revert INTERFACE_LINK_LIBRARIES_DIRECT feature for 3.23 branchBrad King2022-03-211-166/+14
* | FILE_SET: Add VERIFY_HEADER_SETS target propertyKyle Edwards2022-03-291-0/+173
* | LINK_LIBRARIES: Add support for LINK_ONLY genexBrad King2022-03-241-0/+14
* | INTERFACE_LINK_LIBRARIES_DIRECT: Honor link dependencies through LINK_ONLYBrad King2022-03-221-6/+8
* | LINK_LIBRARIES: Evaluate separately for linking and usage requirementsBrad King2022-03-221-27/+56
* | CUDA: Add support for CUDA_ARCHITECTURES=nativeBrad King2022-03-101-0/+17
* | Merge topic 'cuda-arch-all'Brad King2022-03-021-13/+13
|\ \ | |/