index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmGlobalGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linker configuration: enhance usability
Marc Chevrier
2024-10-24
1
-12/+18
*
Merge topic 'build-databases'
Brad King
2024-09-05
1
-0/+228
|
\
|
*
cmExperimental: gate build database support behind a flag
Ben Boeckel
2024-09-03
1
-0/+5
|
*
cmGlobalGenerator: generate build database files for targets
Ben Boeckel
2024-08-27
1
-0/+216
|
*
cmMakefile: support "after generator target" generator actions
Ben Boeckel
2024-08-27
1
-0/+7
*
|
Source: Avoid comparing pointers to nullptr
Vitaly Stakhovsky
2024-08-27
1
-1/+1
|
/
*
Linker configuration: introduce a new architecture
Marc Chevrier
2024-07-20
1
-0/+19
*
Install: Add parallel installation option
Martin Duffy
2024-07-15
1
-0/+36
*
add_custom_command: Add CODEGEN support
Juan Ramos
2024-07-01
1
-0/+49
*
Merge topic 'ninja-parallel'
Brad King
2024-05-24
1
-1/+3
|
\
|
*
Ninja: Add option for parallel install
Martin Duffy
2024-05-23
1
-1/+3
*
|
Merge topic 'cmp0037-message'
Brad King
2024-05-15
1
-3/+5
|
\
\
|
*
|
CMP0037: Restore diagnostic message for invalid ALIAS target names
Brad King
2024-05-14
1
-3/+5
*
|
|
cmake: Capture more complete configure/generate steps in printed durations
Brad King
2024-05-10
1
-29/+0
*
|
|
cxxmodules: link to `std`-providing targets when available
Ben Boeckel
2024-04-11
1
-0/+23
*
|
|
cmGlobalGenerator: compute target features before synthetic targets
Ben Boeckel
2024-04-11
1
-10/+16
*
|
|
Merge topic 'compiler-path-normalization'
Brad King
2024-04-11
1
-8/+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix regression on reconfigure with unnormalized -DCMAKE_<LANG>_COMPILER=
Brad King
2024-04-10
1
-8/+6
|
*
|
Merge topic 'restore-link-interface-objlib-with-unity' into release-3.29
Brad King
2024-02-22
1
-0/+4
|
|
\
\
|
|
|
/
*
|
|
Source: Use cmValue::IsOn and IsOff
Vitaly Stakhovsky
2024-03-17
1
-9/+9
*
|
|
Merge topic 'restore-link-interface-objlib-with-unity'
Brad King
2024-02-22
1
-0/+4
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Restore support for TARGET_OBJECTS in link interfaces with unity builds
Brad King
2024-02-21
1
-0/+4
*
|
Merge topic 'restore-pch-with-unity'
Brad King
2024-02-05
1
-29/+11
|
\
\
|
|
/
|
*
Unity: Clarify source comments on unity build transformation
Brad King
2024-02-02
1
-1/+2
|
*
cmGlobalGenerator: Add unity/pch sources after computing compile features
Brad King
2024-02-02
1
-5/+14
*
|
Merge topic 'cxxmodules-no-unity'
Brad King
2024-01-10
1
-1/+29
|
\
\
|
*
|
cmGlobalGenerator: add unity sources after computing target compile features
Ben Boeckel
2024-01-05
1
-1/+29
|
|
/
*
|
cmGlobalGenerator: Allow passing language to GetLangaugeOutputExtension
Evan Wilde
2023-12-05
1
-13/+19
*
|
Merge topic 'ccmake-install-rds-crash'
Brad King
2023-11-30
1
-0/+2
|
\
\
|
|
/
|
*
cmGlobalGenerator: clear RuntimeDependencySet members at configure
Ben Boeckel
2023-11-29
1
-0/+2
*
|
Merge branch 'backport-ci-fedora-39' into ci-fedora-39
Brad King
2023-11-17
1
-2/+2
|
\
\
|
|
/
|
*
codespell: Fix typos
Brad King
2023-11-17
1
-2/+2
*
|
Optionally make `test` target depend on `all`
William Sciaroni
2023-11-10
1
-0/+8
*
|
cmGlobalGenerator: hint about missing extensions on Windows
Ben Boeckel
2023-10-24
1
-1/+5
*
|
CMAKE_PROJECT_INCLUDE: Allow to run module files
Cristian Le
2023-10-18
1
-1/+16
|
/
*
cmGlobalGenerator: factor out messaging for CMP0037
Ben Boeckel
2023-09-25
1
-9/+14
*
cmGlobalGenerator: use static string views for reserved targets
Ben Boeckel
2023-09-25
1
-4/+5
*
cxxmodules: generate synthetic targets as an initial pass
Ben Boeckel
2023-08-17
1
-0/+40
*
cmGlobalGenerator: always support generating rule hashes
Ben Boeckel
2023-08-08
1
-8/+1
*
IWYU: Update for Debian 12 CI job
Brad King
2023-07-28
1
-0/+3
*
cmGlobalGenerator: use single chars where possible
Ben Boeckel
2023-07-19
1
-1/+1
*
cmGlobalGenerator: use `cmStrCat` where possible
Ben Boeckel
2023-07-19
1
-39/+42
*
cmGlobalGenerator: Remove unused windows.h include
Clemens Wasser
2023-06-22
1
-4/+0
*
codecvt: Extrace codecvt::Encoding to remove codecvt includes
Clemens Wasser
2023-06-22
1
-0/+4
*
cxxmodules: remove `CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP` variable
Ben Boeckel
2023-06-01
1
-15/+0
*
Merge topic 'cmake-compile-no-warning-as-error'
Brad King
2023-06-01
1
-0/+6
|
\
|
*
Preserve --compile-no-warning-as-error in automatic CMake re-runs
Brad King
2023-05-30
1
-0/+6
*
|
Merge topic 'AddCacheEntry-suppress-raw-pointer-usage'
Brad King
2023-05-31
1
-5/+3
|
\
\
|
*
|
AddCacheEntry: Suppress raw pointer usage
Marc Chevrier
2023-05-30
1
-5/+3
|
|
/
*
|
Merge topic 'cmake-verbose-print-build-tool-command'
Brad King
2023-05-31
1
-25/+51
|
\
\
|
|
/
|
/
|
[next]