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
*
ExternalProject: Fix install on BUILD_ALWAYS+BUILD_BYPRODUCTS with Ninja
Maik Nijhuis
2022-08-09
2
-0/+17
*
ExternalProject: Add test case for BUILD_ALWAYS
Brad King
2022-08-09
4
-0/+47
*
CMake Nightly Date Stamp
Kitware Robot
2022-08-04
1
-1/+1
*
Merge branch 'release-3.24'
Kyle Edwards
2022-08-03
0
-0/+0
|
\
|
*
Merge topic 'all-verify-interface-header-sets' into release-3.24
Kyle Edwards
2022-08-03
10
-0/+58
|
|
\
*
|
\
Merge topic 'all-verify-interface-header-sets'
Kyle Edwards
2022-08-03
10
-0/+58
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
VERIFY_INTERFACE_HEADER_SETS: Add verification target for all
Kyle Edwards
2022-08-03
10
-0/+58
*
|
|
Merge topic 'try_compile-cleanup'
Brad King
2022-08-03
39
-544/+526
|
\
\
\
|
*
|
|
cmCoreTryCompile: Port to cmArgumentParser
Brad King
2022-08-02
21
-581/+430
|
*
|
|
cmCoreTryCompile: Move target type selection logic to try_compile
Brad King
2022-08-02
4
-25/+30
|
*
|
|
cmCoreTryCompile: Simplify TryCompileCode return type
Brad King
2022-08-02
3
-28/+28
|
*
|
|
Tests: Add RunCMake.try_compile case for try_run-only args
Brad King
2022-08-02
3
-0/+83
|
*
|
|
Tests: Add RunCMake.try_run cases for missing keyword arguments
Brad King
2022-08-01
23
-13/+58
*
|
|
|
Merge topic 'remove-cmakeserverlib-references'
Brad King
2022-08-03
4
-6/+3
|
\
\
\
\
|
*
|
|
|
Remove stale references to CMakeServerLib
Kyle Edwards
2022-08-02
4
-6/+3
*
|
|
|
|
Merge topic 'cpp-named-module-support-msvc'
Brad King
2022-08-03
22
-16/+542
|
\
\
\
\
\
|
*
|
|
|
|
ci: test BMI exporting and installation with GCC in CI
Ben Boeckel
2022-08-02
2
-2/+2
|
*
|
|
|
|
RunCMake/CXXModules: add a "deep-chain" test
Ben Boeckel
2022-08-02
9
-0/+116
|
*
|
|
|
|
cmCxxModuleMapper: support MSVC module map format
Ben Boeckel
2022-08-02
3
-3/+88
|
*
|
|
|
|
cmCxxModuleMapper: track transitive modules for MSVC
Ben Boeckel
2022-08-02
3
-6/+278
|
*
|
|
|
|
CTestCustom: ignore `cm::optional` uninitialized memory false positive
Ben Boeckel
2022-08-02
1
-0/+5
|
*
|
|
|
|
RunCMake/CXXModules: support MSVC extensions
Ben Boeckel
2022-08-02
1
-1/+1
|
*
|
|
|
|
cmScanDepFormat: support the MSVC 17.3 toolchain temporarily
Ben Boeckel
2022-08-02
1
-0/+22
|
*
|
|
|
|
cmScanDepFormat: support P1689R5
Ben Boeckel
2022-07-26
4
-2/+28
|
*
|
|
|
|
RunCMake/CXXModules: fix partition importing syntax
Ben Boeckel
2022-07-26
2
-2/+2
*
|
|
|
|
|
Merge topic 'cuda_add_lto_support'
Brad King
2022-08-03
29
-63/+412
|
\
\
\
\
\
\
|
*
|
|
|
|
|
CUDA: Add Device LTO support for nvcc
Robert Maynard
2022-07-22
28
-58/+412
|
*
|
|
|
|
|
CheckIPO: Refactor logic selecting test source files
Robert Maynard
2022-07-13
1
-14/+11
|
*
|
|
|
|
|
remove unused variables
Robert Maynard
2022-07-13
1
-1/+0
|
*
|
|
|
|
|
remove unused variable
Robert Maynard
2022-07-13
1
-1/+0
*
|
|
|
|
|
|
Merge topic 'FindCoin3D-windows'
Brad King
2022-08-03
1
-2/+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
FindCoin3D: look for coin4 on windows
lorenz
2022-08-02
1
-2/+2
*
|
|
|
|
|
|
|
Merge topic 'find_package-refactor-path-generation'
Brad King
2022-08-03
53
-679/+811
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
cmFindPackageCommand: Optimize the last calls to `TryGeneratedPaths`
Alex Turbov
2022-08-02
1
-18/+6
|
*
|
|
|
|
|
|
|
cmFindPackageCommand: Path generators are actually reusable
Alex Turbov
2022-08-02
1
-76/+40
|
*
|
|
|
|
|
|
|
cmFindPackageCommand: Better names for template parameters
Alex Turbov
2022-08-02
1
-14/+17
|
*
|
|
|
|
|
|
|
cmFindPackageCommand: Rename some generators
Alex Turbov
2022-08-02
1
-72/+77
|
*
|
|
|
|
|
|
|
cmFindPackageCommand: Deduplicate directory listing code
Alex Turbov
2022-08-02
1
-65/+58
|
*
|
|
|
|
|
|
|
cmFindPackageCommand: Compile-time path generator expressions
Alex Turbov
2022-08-02
2
-496/+435
|
*
|
|
|
|
|
|
|
cmFindPackageCommand: Avoid friendship between command class and generator
Alex Turbov
2022-07-11
2
-23/+34
|
*
|
|
|
|
|
|
|
cmFindPackageCommand: Drop dead code
Alex Turbov
2022-07-11
1
-8/+2
|
*
|
|
|
|
|
|
|
cmFindPackageCommand: Move methods implementation into the class definition
Alex Turbov
2022-07-11
1
-25/+18
|
*
|
|
|
|
|
|
|
cmFindPackageCommand: Drop redundant `std::ostream::operator<<` calls
Alex Turbov
2022-07-11
1
-9/+8
|
*
|
|
|
|
|
|
|
cmFindPackageCommand: Use `vector` instead of `set` to store arg indices
Alex Turbov
2022-07-11
1
-18/+18
|
*
|
|
|
|
|
|
|
cmFindPackageCommand: Move comment inside the `else if` block
Alex Turbov
2022-07-11
1
-4/+3
|
*
|
|
|
|
|
|
|
cmFindPackageCommand: Named lambda w/o capture to normal function
Alex Turbov
2022-07-11
1
-12/+12
|
*
|
|
|
|
|
|
|
cmFindPackageCommand: Constness
Alex Turbov
2022-07-11
1
-62/+66
|
*
|
|
|
|
|
|
|
cmFindPackageCommand: Enclose file list generators into anonymous ns
Alex Turbov
2022-07-11
1
-22/+27
|
*
|
|
|
|
|
|
|
cmFindPackageCommand: Move `cmFindPackageCommandHoldFile` to anonymous ns
Alex Turbov
2022-07-11
1
-29/+35
|
*
|
|
|
|
|
|
|
cmFindPackageCommand: Move `collectPathsForDebug()` to anonymous namespace
Alex Turbov
2022-07-11
1
-15/+15
[next]