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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
cxxmodules: Honor CMAKE_CXX_SCAN_FOR_MODULES in try_compile
Brad King
2023-10-10
4
-0/+28
*
|
|
|
|
|
Merge topic 'cxxmodules-diagnostics' into release-3.28
Brad King
2023-10-11
7
-57/+59
|
\
\
\
\
\
\
|
*
|
|
|
|
|
cxxmodules: Reference documentation in no-modules-support diagnostics
Brad King
2023-10-11
7
-33/+45
|
*
|
|
|
|
|
Tests: Enforce RunCMake.CXXModules no-modules-support diagnostics strictly
Brad King
2023-10-11
6
-36/+26
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge topic 'doc-typo' into release-3.28
Brad King
2023-10-11
1
-1/+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Help: Fix typo in COMPATIBLE_INTERFACE_NUMBER_MIN
權少
2023-10-11
1
-1/+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge topic 'findruby-add-support-for-3.2' into release-3.28
Brad King
2023-10-11
1
-6/+6
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
FindRuby: Add support for 3.2
Heiko Becker
2023-10-10
1
-6/+6
|
/
/
/
/
/
*
|
|
|
|
Merge topic 'remove-experimental-settings' into release-3.28
Brad King
2023-10-10
2
-4/+0
|
\
\
\
\
\
|
*
|
|
|
|
Tests/RunCMake/CXXModules: remove experimental settings
Ben Boeckel
2023-10-07
2
-4/+0
|
/
/
/
/
/
*
|
|
|
|
Merge branch 'release-3.27' into release-3.28
Brad King
2023-10-06
1
-2/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
CMake 3.27.7
v3.27.7
Brad King
2023-10-06
2
-3/+3
*
|
|
|
|
Merge topic 'findcuda_toolkit_restore_lib_search_dir' into release-3.28
Brad King
2023-10-06
1
-1/+0
|
\
\
\
\
\
|
*
|
|
|
|
FindCUDAToolkit: Restore CUDAToolkit_LIBRARY_SEARCH_DIRS variable
Robert Maynard
2023-10-04
1
-1/+0
*
|
|
|
|
|
Merge topic 'cxxmodules-explicit-c++20' into release-3.28
Brad King
2023-10-06
9
-75/+199
|
\
\
\
\
\
\
|
*
|
|
|
|
|
cxxmodules: Scan only targets that explicitly enable C++ 20
Brad King
2023-10-05
4
-7/+23
|
*
|
|
|
|
|
cmGeneratorTarget: Track explicitly enabled language standard levels
Brad King
2023-10-05
2
-1/+47
|
*
|
|
|
|
|
cmGeneratorTarget: Remove outdated const/mutable pair
Brad King
2023-10-04
2
-7/+6
|
*
|
|
|
|
|
cmStandardLevelResolver: Add method to look up standard level by name
Brad King
2023-10-04
2
-0/+26
|
*
|
|
|
|
|
cmStandardLevelResolver: Report feature std level from GetNewRequiredStandard
Brad King
2023-10-04
3
-13/+17
|
*
|
|
|
|
|
cmStandardLevelResolver: Add method to get feature standard level
Brad King
2023-10-04
2
-3/+20
|
*
|
|
|
|
|
cmStandardLevelResolver: Factor out public representation of level
Brad King
2023-10-04
3
-17/+37
|
*
|
|
|
|
|
cmStandardLevelResolver: Clarify local variable name
Brad King
2023-10-04
1
-2/+2
|
*
|
|
|
|
|
cmStandardLevelResolver: Mark builtin language standards table as const
Brad King
2023-10-04
1
-31/+27
|
*
|
|
|
|
|
Tests: Modernize name of RunCMake.CXXModules compiler inspection case
Brad King
2023-10-04
2
-2/+2
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge topic 'FindPkgConfig-error' into release-3.28
Brad King
2023-10-04
1
-3/+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
FindPkgConfig: Report not-found package names in fatal error message
Anthony Baker
2023-10-03
1
-3/+3
*
|
|
|
|
|
|
Merge topic 'LLVMFlang-MSVC' into release-3.28
Brad King
2023-10-04
25
-51/+347
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
LLVMFlang: Add support for targeting MSVC ABI on Windows
Brad King
2023-10-03
8
-11/+158
|
*
|
|
|
|
|
LLVMFlang: Add support for CMAKE_Fortran_COMPILER_TARGET
Brad King
2023-10-02
1
-0/+2
|
*
|
|
|
|
|
Tests: Enable CMP0091/CMP0141 for MSVC settings in FortranOnly test
Brad King
2023-10-02
1
-1/+1
|
*
|
|
|
|
|
Fortran: Save CMAKE_LINKER variable persistently for MSVC ABI
Brad King
2023-10-02
1
-1/+2
|
*
|
|
|
|
|
CMakeDetermineCompilerABI: Add option to skip implicit link info parsing
Brad King
2023-10-02
1
-32/+40
|
*
|
|
|
|
|
CMakeParseImplicitLinkInfo: Detect link lines using link.exe and lld-link
Brad King
2023-10-02
14
-6/+144
*
|
|
|
|
|
|
Merge topic 'cxxmodules-verify-c++20' into release-3.28
Brad King
2023-10-03
1
-11/+18
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
cxxmodules: Fix CMP0155 NEW behavior when C++ compile features are not known
Brad King
2023-10-03
1
-11/+18
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Begin 3.28 release versioning
Brad King
2023-10-03
1
-3/+3
*
|
|
|
|
|
|
Help: Drop development topic notes to prepare release
Brad King
2023-10-03
2
-9/+0
*
|
|
|
|
|
|
Merge topic 'doc-3.28-relnotes'
Brad King
2023-10-03
36
-218/+208
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Help: Update Sphinx versionadded directives for 3.28 release
Brad King
2023-10-03
1
-0/+2
|
*
|
|
|
|
|
Help: Organize and revise 3.28 release notes
Brad King
2023-10-03
1
-93/+136
|
*
|
|
|
|
|
Help: Consolidate 3.28 release notes
Brad King
2023-10-03
34
-216/+161
|
*
|
|
|
|
|
Help: Fix versionadded indentation in cmake-generator-expressions(7) manual
Brad King
2023-10-03
1
-2/+2
*
|
|
|
|
|
|
Merge topic 'cmDebugTools-add-header'
Brad King
2023-10-03
3
-0/+57
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
cmDebugTools: add header
Ben Boeckel
2023-10-01
3
-0/+57
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'release-3.27'
Brad King
2023-10-03
0
-0/+0
|
\
\
\
\
\
\
\
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
Merge topic 'FindPostgreSQL-16' into release-3.27
Brad King
2023-10-03
1
-2/+2
|
|
\
\
\
\
\
\
*
|
\
\
\
\
\
\
Merge topic 'FindPostgreSQL-16'
Brad King
2023-10-03
1
-2/+2
|
\
\
\
\
\
\
\
\
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
FindPostgreSQL: Add support for version 16
Brad King
2023-10-02
1
-2/+2
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2023-10-03
1
-1/+1
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
[prev]
[next]