summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Linker configuration: enhance usabilityMarc Chevrier2024-10-241-12/+18
* Merge topic 'build-databases'Brad King2024-09-051-0/+228
|\
| * cmExperimental: gate build database support behind a flagBen Boeckel2024-09-031-0/+5
| * cmGlobalGenerator: generate build database files for targetsBen Boeckel2024-08-271-0/+216
| * cmMakefile: support "after generator target" generator actionsBen Boeckel2024-08-271-0/+7
* | Source: Avoid comparing pointers to nullptrVitaly Stakhovsky2024-08-271-1/+1
|/
* Linker configuration: introduce a new architectureMarc Chevrier2024-07-201-0/+19
* Install: Add parallel installation optionMartin Duffy2024-07-151-0/+36
* add_custom_command: Add CODEGEN supportJuan Ramos2024-07-011-0/+49
* Merge topic 'ninja-parallel'Brad King2024-05-241-1/+3
|\
| * Ninja: Add option for parallel installMartin Duffy2024-05-231-1/+3
* | Merge topic 'cmp0037-message'Brad King2024-05-151-3/+5
|\ \
| * | CMP0037: Restore diagnostic message for invalid ALIAS target namesBrad King2024-05-141-3/+5
* | | cmake: Capture more complete configure/generate steps in printed durationsBrad King2024-05-101-29/+0
* | | cxxmodules: link to `std`-providing targets when availableBen Boeckel2024-04-111-0/+23
* | | cmGlobalGenerator: compute target features before synthetic targetsBen Boeckel2024-04-111-10/+16
* | | Merge topic 'compiler-path-normalization'Brad King2024-04-111-8/+6
|\ \ \ | |_|/ |/| |
| * | 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
| |\ \ | | |/
* | | Source: Use cmValue::IsOn and IsOffVitaly Stakhovsky2024-03-171-9/+9
* | | Merge topic 'restore-link-interface-objlib-with-unity'Brad 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
|\ \ | |/ |/|