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
*
CMake 3.23.0-rc5
v3.23.0-rc5
Brad King
2022-03-23
1
-1/+1
*
define_property(): Change constraints of INITIALIZE_FROM_VARIABLE
Kyle Edwards
2022-03-23
1
-4/+4
*
Merge topic 'revert-link-interface-direct-for-3.23' into release-3.23
Brad King
2022-03-22
8
-263/+25
|
\
|
*
Revert INTERFACE_LINK_LIBRARIES_DIRECT feature for 3.23 branch
Brad King
2022-03-21
8
-263/+25
*
|
Merge topic 'cleanup-define_property' into release-3.23
Brad King
2022-03-22
1
-13/+13
|
\
\
|
*
|
define_property(): Only test prefix if INITIALIZE_FROM_VARIABLE is given
Craig Scott
2022-03-19
1
-13/+13
|
|
/
*
|
productbuild: Don't write rootVolumeOnly attribute if writing domains
Craig Scott
2022-03-21
1
-3/+13
*
|
productbuild: Simplify internal CPACK_PRODUCTBUILD_DOMAINS usage
Craig Scott
2022-03-21
1
-5/+4
|
/
*
CMake 3.23.0-rc4
v3.23.0-rc4
Brad King
2022-03-18
1
-1/+1
*
Merge topic 'always_prefer_last_source_dir' into release-3.23
Brad King
2022-03-18
2
-23/+7
|
\
|
*
cmake: Always prefer the last source directory provided
Robert Maynard
2022-03-17
2
-23/+7
*
|
target_link_libraries: Restore LINK_ONLY for multiple static lib dependencies
Brad King
2022-03-16
1
-2/+27
|
/
*
CMake 3.23.0-rc3
v3.23.0-rc3
Brad King
2022-03-10
1
-1/+1
*
CMakePresets.json: Add ${fileDir} macro
Kyle Edwards
2022-03-07
1
-0/+8
*
Merge topic 'file-set-name-requirements' into release-3.23
Brad King
2022-03-04
3
-3/+16
|
\
|
*
target_sources(): Enforce stricter requirements for FILE_SET name
Kyle Edwards
2022-03-03
3
-3/+16
*
|
Merge topic 'file-set-multiple-names' into release-3.23
Brad King
2022-03-04
1
-5/+28
|
\
\
|
*
|
target_sources(): Process multiple FILE_SET arguments per block
Kyle Edwards
2022-03-03
1
-5/+28
|
|
/
*
|
Merge topic 'while-bug-compatibility' into release-3.23
Brad King
2022-03-04
1
-3/+8
|
\
\
|
*
|
while: Restore tolerance of condition error
Alex Turbov
2022-03-03
1
-3/+8
*
|
|
Merge topic 'cmake-dir-args' into release-3.23
Brad King
2022-03-03
1
-1/+1
|
\
\
\
|
*
|
|
cmake: Correct regression in `-B <dir> <src_dir>`
Robert Maynard
2022-03-02
1
-1/+1
*
|
|
|
Merge topic 'update-kwsys' into release-3.23
Brad King
2022-03-03
1
-0/+6
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
KWSys: SystemInformation: Add Zhaoxin x86 processor kh40000
Joker-Van
2022-03-02
1
-0/+6
*
|
|
|
Merge topic 'cuda-arch-all' into release-3.23
Brad King
2022-03-02
1
-13/+13
|
\
\
\
\
|
*
|
|
|
CUDA: Simplify CMAKE_CUDA_ARCHITECTURES special value logic
Brad King
2022-03-01
1
-13/+13
|
|
/
/
/
*
|
|
|
Merge topic 'find_file_frameworks_debug_output' into release-3.23
Brad King
2022-03-02
2
-4/+10
|
\
\
\
\
|
*
|
|
|
find_file: Fix blank line instead of framework path in debug output
Craig Scott
2022-02-28
2
-4/+10
|
|
/
/
/
*
|
|
|
target_sources(): Prohibit FILE_SET on custom targets
Kyle Edwards
2022-02-28
1
-0/+6
|
/
/
/
*
|
|
Ninja: Avoid preprocessing twice with explicit Fortran_PREPROCESS
Peter Hill
2022-02-24
3
-5/+15
|
/
/
*
|
CMake 3.23.0-rc2
v3.23.0-rc2
Brad King
2022-02-23
1
-1/+1
*
|
CUDA: Restore support for non-"all" CUDA_ARCHITECTURES with nvcc 11.5+
Brad King
2022-02-18
1
-5/+3
*
|
Merge topic 'correct_multiple_source_warnings' into release-3.23
Brad King
2022-02-18
2
-5/+59
|
\
\
|
*
|
cmake: When given multiple source paths use last instead of first
Robert Maynard
2022-02-17
2
-5/+59
*
|
|
install(): Properly ignore FILE_SETs that don't exist
Kyle Edwards
2022-02-17
1
-21/+22
|
/
/
*
|
Merge topic 'cmake-empty-cmd-line-arg' into release-3.23
Brad King
2022-02-17
1
-2/+22
|
\
\
|
*
|
cmake: Ignore any empty "" command line arguments
Robert Maynard
2022-02-16
1
-2/+22
*
|
|
Merge topic 'tll-genex-concat' into release-3.23
Brad King
2022-02-16
1
-102/+138
|
\
\
\
|
*
|
|
target_link_libraries: Improve tolerance of unquoted generator expressions
Brad King
2022-02-15
1
-4/+38
|
*
|
|
target_link_libraries: Handle keyword arguments in dedicated code path
Brad King
2022-02-15
1
-83/+100
|
*
|
|
target_link_libraries: Remove likely-broken ancient compatibility check
Brad King
2022-02-15
1
-18/+3
*
|
|
|
cmake --build: prioritize --resolve-package-references over preset
Carsten Rudolph
2022-02-15
4
-12/+13
|
/
/
/
*
|
|
cmake::GetDebugFindPkgOutput: Use consistent argument name
Craig Scott
2022-02-14
1
-1/+1
*
|
|
find_package: Improve --debug-find-pkg= when using a find module
Brad King
2022-02-10
4
-4/+37
*
|
|
find_package: Avoid printing debug output header multiple times
Brad King
2022-02-10
1
-11/+4
*
|
|
find_package: Mention package name in Config mode debug output
Brad King
2022-02-10
1
-1/+2
*
|
|
find_package: Fix find module name in --debug-find output
Brad King
2022-02-10
1
-5/+4
*
|
|
find_package: Improve formatting of --debug-find output
Brad King
2022-02-10
1
-15/+15
*
|
|
cmFindPackageCommand: Drop ComputeIfDebugModeWanted overload
Brad King
2022-02-10
2
-9/+2
*
|
|
Merge topic 'restore-target-export-includes' into release-3.23
Brad King
2022-02-10
6
-13/+23
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
[next]