summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* LINKER_TYPE: Support MOLD only on GCC versions that support itMarc Chevrier2024-03-131-4/+17
* LINKER_TYPE: fix spelling error in messageMarc Chevrier2024-03-121-1/+1
* Merge topic 'restore-link-interface-objlib-with-unity' into release-3.29Brad King2024-02-221-5/+0
|\
| * Restore support for TARGET_OBJECTS in link interfaces with unity buildsBrad King2024-02-211-5/+0
* | Merge branch 'backport-3.28-visionOS' into visionOSBrad King2024-02-091-8/+43
|\ \ | |/
| * visionOS: Update deployment-target flag for Xcode 15.1 betaBrad King2024-02-091-3/+36
| * cmLocalGenerator: Avoid unnecessary lookup without a deployment targetBrad King2024-02-091-8/+10
* | Merge topic 'restore-pch-with-unity'Brad King2024-02-051-0/+1
|\ \ | |/
| * Unity: Clarify source comments on unity build transformationBrad King2024-02-021-0/+1
* | Merge topic 'cxxmodules-no-unity'Brad King2024-01-101-0/+9
|\ \ | |/
| * cmLocalGenerator: ignore scanned sources for unity buildsBen Boeckel2024-01-051-0/+9
* | Merge topic 'swift-split-compilation-model'Brad King2023-12-161-1/+7
|\ \
| * | Swift/Ninja: Split compilation modelEvan Wilde2023-12-151-1/+7
* | | Merge topic 'cmake-sources-no-scan'Brad King2023-12-121-0/+2
|\ \ \ | | |/ | |/|
| * | cmLocalGenerator: disable C++ module scanning for unity sourcesBen Boeckel2023-12-111-0/+1
| * | cmLocalGenerator: disable C++ module scanning for copied PCH sourcesBen Boeckel2023-12-111-0/+1
* | | Merge topic 'cxxmodules-pch'Brad King2023-12-051-0/+3
|\ \ \ | |/ / | | / | |/ |/|
| * cmLocalGenerator: prevent scanning of PCH source filesBen Boeckel2023-12-041-0/+3
* | Swift: Add abstraction for compilation modeEvan Wilde2023-11-171-0/+61
* | Unity: Enable UNITY_BUILD for OBJC and OBJCXX filesRob Raguet-Schofield2023-10-261-3/+12
* | Add options to specify linker toolMarc Chevrier2023-10-131-1/+44
|/
* Merge topic 'hip-nvidia'Brad King2023-09-221-1/+3
|\
| * HIP: Add support for NVIDIA GPUsBrad King2023-09-211-1/+3
* | macOS: GNU toolchain: ensure framework, marked as SYSTEM, can be linkedMarc Chevrier2023-09-211-4/+1
|/
* PCH: Add missing dependency of REUSE_FROM shared compiler PDBRussell Greene2023-09-111-5/+6
* Merge topic 'unity_c_no_extensions'Brad King2023-08-161-1/+1
|\
| * Unity: use C-style comments to work both with C and C++Sylvain Joubert2023-08-151-1/+1
* | cmLocalGenerator: always support shortening filenamesBen Boeckel2023-08-081-13/+5
* | cmCryptoHash: prefer to cmSystemTools::ComputeStringMD5Ben Boeckel2023-08-081-4/+2
* | Merge topic 'doc-fixups-release-3.27'Craig Scott2023-08-071-1/+1
|\ \ | |/
| * cmLocalGenerator: Fix trivial spelling error in code commentCraig Scott2023-08-061-1/+1
* | IWYU: Update for Debian 12 CI jobBrad King2023-07-281-0/+2
* | macOS: Add support for linking against .xcframework foldersKyle Edwards2023-07-261-0/+39
* | LINK_OPTIONS: ensure correct dollar escapingMarc Chevrier2023-07-171-0/+11
|/
* HIP: Fix implicit include directory detection under /usr/includeCordell Bloor2023-06-021-0/+11
* Apple Frameworks: honor SYSTEM target propertyMarc Chevrier2023-05-111-18/+22
* CreateRulePlaceholderExpander(): enhance memory managementMarc Chevrier2023-05-041-7/+6
* Link step: use linker dependency linker fileMarc Chevrier2023-05-031-0/+38
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-23/+18
* Unity: Suppress clang-tidy 'bugprone-suspicious-include' warningSylvain Joubert2023-04-271-0/+1
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-13/+14
* cmGeneratorTarget: Pass language to GetAppleArchs when possibleBrad King2023-03-151-2/+2
* cmGeneratorTarget: Convert GetAppleArchs output argument to return valueBrad King2023-03-151-3/+2
* Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-011-0/+8
* Enhance support functionsMarc Chevrier2023-02-281-4/+4
* Merge topic 'avoid-cmake-cfg-intdir'Brad King2023-02-071-4/+9
|\
| * RULE_LAUNCH_*: Add support for generator expressionsKyle Edwards2023-02-031-4/+9
* | cmCustomCommand: Refactor custom command-specific policy valuesKyle Edwards2023-02-061-1/+0
|/
* Merge topic 'add_visbility_flags_to_device_link_line'Brad King2023-01-181-1/+1
|\
| * CUDA: device linking obeys CMAKE_CUDA_VISIBILITY_PRESET settingRobert Maynard2023-01-161-1/+1