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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'try_compile-cleanup'
Brad King
2022-08-03
4
-525/+396
|
\
|
*
cmCoreTryCompile: Port to cmArgumentParser
Brad King
2022-08-02
4
-490/+356
|
*
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
*
|
Merge topic 'cpp-named-module-support-msvc'
Brad King
2022-08-03
5
-9/+408
|
\
\
|
*
|
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
|
*
|
cmScanDepFormat: support the MSVC 17.3 toolchain temporarily
Ben Boeckel
2022-08-02
1
-0/+22
|
*
|
cmScanDepFormat: support P1689R5
Ben Boeckel
2022-07-26
2
-0/+20
*
|
|
Merge topic 'cuda_add_lto_support'
Brad King
2022-08-03
13
-34/+114
|
\
\
\
|
*
|
|
CUDA: Add Device LTO support for nvcc
Robert Maynard
2022-07-22
12
-32/+114
|
*
|
|
remove unused variables
Robert Maynard
2022-07-13
1
-1/+0
|
*
|
|
remove unused variable
Robert Maynard
2022-07-13
1
-1/+0
*
|
|
|
Merge topic 'find_package-refactor-path-generation'
Brad King
2022-08-03
2
-679/+572
|
\
\
\
\
|
*
|
|
|
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
1
-496/+434
|
*
|
|
|
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
|
*
|
|
|
cmFindPackageCommand: Deduplicate version string comparator code
Alex Turbov
2022-07-11
1
-18/+15
|
*
|
|
|
cmFindPackageCommand: Replace empty string literal w/ default `std::string{}`
Alex Turbov
2022-07-11
1
-1/+1
|
*
|
|
|
cmFindPackageCommand: Simplify if-return-else-return into single return stmt
Alex Turbov
2022-07-11
1
-7/+1
|
*
|
|
|
cmFindPackageCommand: Replace `strcmp` with array subscription
Alex Turbov
2022-07-11
1
-2/+3
|
*
|
|
|
cmFindPackageCommand: Deduplicate code to exclude `.` and `..` dir entries
Alex Turbov
2022-07-11
1
-3/+10
|
*
|
|
|
cmFindPackageCommand: Replace single-char string literals with char literals
Alex Turbov
2022-07-11
1
-3/+3
|
*
|
|
|
cmFindPackageCommand: Use `std::any_of` instead of "manual" `for` loops
Alex Turbov
2022-07-11
1
-24/+16
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2022-08-03
1
-1/+1
*
|
|
|
|
Merge topic 'cmgeneratedfs-absolute-paths'
Brad King
2022-08-02
1
-3/+3
|
\
\
\
\
\
|
*
|
|
|
|
cmGeneratedFileStream: Use absolute paths
Martin Duffy
2022-08-01
1
-3/+3
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'vs-msbuild-arm64'
Brad King
2022-08-02
1
-1/+1
|
\
\
\
\
\
|
*
|
|
|
|
VS: Fix ARM64 host architecture detection in x86 binary
Anton Lapounov
2022-08-01
1
-1/+1
*
|
|
|
|
|
Merge topic 'windows-symlink-dir'
Brad King
2022-08-02
1
-12/+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Windows: Revert "Prefer junctions for directory symlinks"
Brad King
2022-08-01
1
-12/+2
|
|
/
/
/
/
/
|
*
|
|
|
|
CMake 3.24.0-rc5
v3.24.0-rc5
Brad King
2022-07-28
1
-1/+1
|
*
|
|
|
|
Merge topic 'verify-interface-header-sets-interface-library-source-language' ...
Brad King
2022-07-28
1
-0/+6
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge topic 'verify-interface-header-sets-add-compile-definitions' into relea...
Brad King
2022-07-28
4
-29/+62
|
|
\
\
\
\
\
\
*
|
|
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2022-08-02
1
-1/+1
*
|
|
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2022-08-01
1
-1/+1
[next]