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
/
Modules
/
Internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
CPack/WiX: Fix installer status text
Brad King
2024-01-24
1
-0/+1
*
CPack/RPM: Enable rpm threads during package generation
Elijah Zarezky
2024-01-23
1
-1/+5
*
Merge topic 'cuda-clang'
Brad King
2024-01-19
1
-6/+8
|
\
|
*
CUDA/Clang: Record architectures supported by Clang 16
Brad King
2024-01-18
1
-2/+6
|
*
CUDA/Clang: Update architectures supported by CUDA 12
Brad King
2024-01-18
1
-4/+2
*
|
Merge topic 'package-dispatch-apple'
Brad King
2024-01-11
1
-9/+9
|
\
\
|
*
|
CMakePackageConfigHelpers: Clarify generate_apple_*_selection_file signatures
Brad King
2024-01-05
1
-9/+9
*
|
|
CPack/NuGet: Add support for repository tag
Alex Turbov
2024-01-08
2
-0/+19
*
|
|
CPack/NuGet: Add support for readme tag
Alex Turbov
2024-01-08
2
-0/+4
|
/
/
*
|
Merge topic 'compute-compiler-linker'
Brad King
2024-01-04
1
-7/+10
|
\
\
|
*
|
LinkerId: Record detection steps to configure log
Brad King
2024-01-03
1
-0/+7
|
*
|
LinkerId: Use empty string for unknown linker id
Brad King
2024-01-03
1
-4/+0
|
*
|
LinkerId: Match Apple linker on all Apple platforms
Brad King
2024-01-03
1
-1/+1
|
*
|
LinkerId: Fix detection of GNU linker id without parenthesis in version output
Brad King
2024-01-03
1
-2/+2
*
|
|
CMakePackageConfigHelpers: Add generate_apple_architecture_selection_file()
Brad King
2023-12-19
1
-0/+8
*
|
|
CMakePackageConfigHelpers: Clarify Apple platform selection template name
Brad King
2023-12-18
1
-0/+0
|
/
/
*
|
CMakePackageConfigHelpers: Fix Apple platform selection for tvOS
Brad King
2023-12-15
1
-2/+2
*
|
LinkerId: Identify AIX and SunOS system linkers
Brad King
2023-12-08
1
-0/+9
*
|
LinkerId: Try multiple flags to detect linker id and version
Brad King
2023-12-08
1
-42/+51
*
|
LinkerId: Match linker id and version more robustly
Brad King
2023-12-08
1
-21/+15
*
|
CMakePackageConfigHelpers: Move platform selection template to Internal/
Brad King
2023-12-07
1
-0/+24
*
|
Merge topic 'rpm-quoting'
Brad King
2023-11-30
1
-5/+19
|
\
\
|
|
/
|
*
CPack/RPM: Quote paths in rpm spec only if they have whitespace
Brad King
2023-11-29
1
-1/+6
|
*
CPack/RPM: Factor out helper to quote paths in generated rpm spec
Brad King
2023-11-29
1
-5/+14
*
|
Merge topic 'cpack-auto-suffixes'
Brad King
2023-11-28
2
-2/+2
|
\
\
|
*
|
CPack/RPM: Append .rpm to CPACK_RPM_FILE_NAME if missing
Alex Neundorf
2023-11-27
1
-1/+1
|
*
|
CPack/DEB: Append .deb to CPACK_DEBIAN_FILE_NAME if missing
Alex Neundorf
2023-11-27
1
-1/+1
*
|
|
Merge topic 'ci-fedora-39'
Brad King
2023-11-20
1
-1/+1
|
\
\
\
|
*
\
\
Merge branch 'backport-ci-fedora-39' into ci-fedora-39
Brad King
2023-11-17
1
-1/+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
codespell: Fix typos
Brad King
2023-11-17
1
-1/+1
*
|
|
|
CPack/WiX: Make InstallScope configurable
Max Gaukler
2023-11-16
2
-0/+9
|
/
/
/
*
|
|
Merge branch 'backport-cuda-vs' into cuda-vs
Brad King
2023-11-01
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
CMakeNVCCParseImplicitInfo: Recognize link.exe line in CUDA VS integration
Brad King
2023-11-01
1
-0/+3
|
|
/
*
|
Link Step: compute effective linker used by the compiler
Marc Chevrier
2023-10-24
1
-0/+92
|
/
*
CUDA: Factor out helper to validate CMAKE_CUDA_ARCHITECTURES
Brad King
2023-09-21
1
-0/+19
*
CUDA: Factor out helper for detecting native CUDA architectures
Brad King
2023-09-21
1
-0/+49
*
CUDA: Factor out helper to compute all CUDA architectures
Brad King
2023-09-21
1
-0/+88
*
CUDA: Factor out helper to find CUDA Toolkit for compiler
Brad King
2023-09-21
1
-0/+173
*
CUDA: Factor out helper to filter implicit link libraries
Brad King
2023-09-21
1
-0/+20
*
CUDA: Factor out helper to parse NVCC implicit compiler and linker flags
Brad King
2023-09-21
2
-0/+165
*
CPack/NSIS: Fix incorrect jump for standard user
Sprite
2023-09-05
1
-1/+1
*
Modules/Internal/FeatureTesting: mark feature testing as a special test
Ben Boeckel
2023-07-31
1
-0/+1
*
codespell: Fix typos
Brad King
2023-05-22
1
-1/+1
*
CPack: Add Inno Setup generator
Jannik Alber
2023-04-28
2
-0/+122
*
Merge topic 'revert-CheckCompilerFlag-clang-argument-unused'
Brad King
2023-03-14
2
-3/+8
|
\
|
*
CheckCompilerFlag: Revert 'Match the Clang "argument unused" output ...'
Brad King
2023-03-13
2
-3/+8
*
|
Modules:Check*: refactor: use block(SCOPE_FOR POLICIES)
scivision
2023-03-08
5
-10/+11
|
/
*
CheckCompilerFlag: Match the Clang "argument unused" output for all languages
KOLANICH
2023-01-24
2
-8/+3
*
Modules: Record system inspection steps in the configure log
Brad King
2023-01-18
1
-2/+2
*
Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.log
Brad King
2023-01-18
3
-33/+1
[next]