summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix regression on reconfigure with unnormalized -DCMAKE_<LANG>_COMPILER=Brad King2024-04-101-8/+6
* Merge topic 'restore-link-interface-objlib-with-unity' into release-3.29Brad King2024-02-221-0/+4
|\
| * Restore support for TARGET_OBJECTS in link interfaces with unity buildsBrad King2024-02-211-0/+4
* | Merge topic 'restore-pch-with-unity'Brad King2024-02-051-29/+11
|\ \ | |/
| * Unity: Clarify source comments on unity build transformationBrad King2024-02-021-1/+2
| * cmGlobalGenerator: Add unity/pch sources after computing compile featuresBrad King2024-02-021-5/+14
* | Merge topic 'cxxmodules-no-unity'Brad King2024-01-101-1/+29
|\ \
| * | cmGlobalGenerator: add unity sources after computing target compile featuresBen Boeckel2024-01-051-1/+29
| |/
* | cmGlobalGenerator: Allow passing language to GetLangaugeOutputExtensionEvan Wilde2023-12-051-13/+19
* | Merge topic 'ccmake-install-rds-crash'Brad King2023-11-301-0/+2
|\ \ | |/
| * cmGlobalGenerator: clear RuntimeDependencySet members at configureBen Boeckel2023-11-291-0/+2
* | Merge branch 'backport-ci-fedora-39' into ci-fedora-39Brad King2023-11-171-2/+2
|\ \ | |/
| * codespell: Fix typosBrad King2023-11-171-2/+2
* | Optionally make `test` target depend on `all`William Sciaroni2023-11-101-0/+8
* | cmGlobalGenerator: hint about missing extensions on WindowsBen Boeckel2023-10-241-1/+5
* | CMAKE_PROJECT_INCLUDE: Allow to run module filesCristian Le2023-10-181-1/+16
|/
* cmGlobalGenerator: factor out messaging for CMP0037Ben Boeckel2023-09-251-9/+14
* cmGlobalGenerator: use static string views for reserved targetsBen Boeckel2023-09-251-4/+5
* cxxmodules: generate synthetic targets as an initial passBen Boeckel2023-08-171-0/+40
* cmGlobalGenerator: always support generating rule hashesBen Boeckel2023-08-081-8/+1
* IWYU: Update for Debian 12 CI jobBrad King2023-07-281-0/+3
* cmGlobalGenerator: use single chars where possibleBen Boeckel2023-07-191-1/+1
* cmGlobalGenerator: use `cmStrCat` where possibleBen Boeckel2023-07-191-39/+42
* cmGlobalGenerator: Remove unused windows.h includeClemens Wasser2023-06-221-4/+0
* codecvt: Extrace codecvt::Encoding to remove codecvt includesClemens Wasser2023-06-221-0/+4
* cxxmodules: remove `CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP` variableBen Boeckel2023-06-011-15/+0
* Merge topic 'cmake-compile-no-warning-as-error'Brad King2023-06-011-0/+6
|\
| * Preserve --compile-no-warning-as-error in automatic CMake re-runsBrad King2023-05-301-0/+6
* | Merge topic 'AddCacheEntry-suppress-raw-pointer-usage'Brad King2023-05-311-5/+3
|\ \
| * | AddCacheEntry: Suppress raw pointer usageMarc Chevrier2023-05-301-5/+3
| |/
* | Merge topic 'cmake-verbose-print-build-tool-command'Brad King2023-05-311-25/+51
|\ \ | |/ |/|
| * cmGlobalGenerator: use a stream for output in `Build`Ben Boeckel2023-05-271-21/+29
| * cmGlobalGenerator: fix off-by-one for `&&` command joiningBen Boeckel2023-05-161-1/+1
| * cmGlobalGenerator: quote commands in `::Build` outputBen Boeckel2023-05-161-4/+7
| * cmGlobalGenerator: add a `QuotedPrintable` method for commandsBen Boeckel2023-05-161-0/+18
| * cmGlobalGenerator: add missing spaces in outputBen Boeckel2023-05-161-3/+3
| * cmGlobalGenerator: use `cmStrCat` in `::Build`Ben Boeckel2023-05-161-13/+10
* | SetProperty: suppress raw pointer usageMarc Chevrier2023-05-261-1/+1
* | Apple Framework: enhance path parsingMarc Chevrier2023-05-211-5/+6
|/
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-21/+17
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-7/+7
* Autogen: Defer setup until Generate stepOrkun Tokdemir2023-04-051-8/+14
* Merge topic 'automoc-cxx-standard'Brad King2023-03-311-12/+10
|\
| * Autogen: Split creation and setup of custom targets into separate stepsOrkun Tokdemir2023-03-241-12/+10
* | macOS: Do not pass Apple-specific flags to llvm-stripBrad King2023-03-291-0/+29
* | Merge topic 'module-depends-static-lib-cycle'Brad King2023-03-271-2/+7
|\ \ | |/ |/|
| * cmGlobalGenerator: Factor out helper to check target orderingBrad King2023-03-241-2/+7
* | cmMakefile: Store recursion depth limit as size_tBrad King2023-03-131-2/+0
* | Deprecate "extra" generators in favor of cmake-file-api(7)Brad King2023-02-151-0/+10
* | cmGlobalGenerator: Avoid referencing CMAKE_CFG_INTDIRKyle Edwards2023-02-031-1/+1
|/