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
*
cmExperimental: remove the flag for C++ modules
Ben Boeckel
2023-10-02
108
-691/+157
*
Help: add a manpage for cxxmodule support
Ben Boeckel
2023-10-02
2
-0/+56
*
Merge topic 'cxxmodules-export-dirs-with-prefix'
Brad King
2023-09-27
70
-87/+395
|
\
|
*
Tests/CXXModules: add tests for modules with include requirements
Ben Boeckel
2023-09-26
23
-0/+292
|
*
Tests/CXXModules: relax line number matching in stderr
Ben Boeckel
2023-09-26
45
-77/+77
|
*
cmExportFileGenerator: relocate include directories for C++ modules
Ben Boeckel
2023-09-26
1
-8/+25
|
*
cmGeneratorTarget: remove not-INTERFACE assertion
Ben Boeckel
2023-09-26
1
-1/+0
|
*
cmGeneratorTarget: use a character literal
Ben Boeckel
2023-09-26
1
-1/+1
*
|
Merge topic 'misc-cxxmodule-fixes'
Brad King
2023-09-27
14
-70/+127
|
\
\
|
*
|
Tests/CXXModules: forward the default build type
Ben Boeckel
2023-09-26
4
-0/+10
|
*
|
Tests/CXXModules: fix multi-config and MSVC details
Ben Boeckel
2023-09-25
6
-25/+25
|
*
|
Tests/CXXModules: add missing `bmi-only` and compiler id fields
Ben Boeckel
2023-09-25
6
-0/+30
|
*
|
Tests/CXXModules: fix key set mismatch error messages
Ben Boeckel
2023-09-25
1
-2/+2
|
*
|
Tests/CXXModules: use a less generic name for the config
Ben Boeckel
2023-09-25
4
-18/+18
|
*
|
Tests/CXXModules: replace the object extension as well
Ben Boeckel
2023-09-25
2
-0/+2
|
*
|
Tests/CXXModules: fix error detection propagation
Ben Boeckel
2023-09-25
4
-2/+15
|
*
|
cmGlobalGenerator: factor out messaging for CMP0037
Ben Boeckel
2023-09-25
1
-9/+14
|
*
|
cmGlobalGenerator: use static string views for reserved targets
Ben Boeckel
2023-09-25
1
-4/+5
|
*
|
Help/CMAKE_EXPORT_COMPILE_COMMANDS: mention the `output` field
Ben Boeckel
2023-09-25
1
-2/+4
|
*
|
cmGeneratorTarget: use `GetSupportDirectory` in PCH codepaths
Ben Boeckel
2023-09-25
1
-8/+2
*
|
|
Merge topic 'autogen-timestamp-per-config'
Brad King
2023-09-27
9
-78/+215
|
\
\
\
|
*
|
|
AutoGen: Fix regression in timestamps on multi-config generators
Orkun Tokdemir
2023-09-26
3
-45/+166
|
*
|
|
Tests/RunCMake/Autogen: Factor out test setup
Orkun Tokdemir
2023-09-26
6
-33/+39
|
*
|
|
Tests/RunCMake/Autogen: Add expect_n_times() function
Orkun Tokdemir
2023-09-26
1
-0/+10
*
|
|
|
Merge topic 'ci-xcode-15.0'
Brad King
2023-09-27
7
-55/+85
|
\
\
\
\
|
*
|
|
|
gitlab-ci: update macOS jobs to use Xcode 15.0
Brad King
2023-09-26
1
-6/+6
|
*
|
|
|
Tests: Fix RunCMake.XcFramework in symlinked paths with Xcode 15
Brad King
2023-09-26
1
-2/+11
|
*
|
|
|
Tests: Fix failures on macOS arm64 due to Xcode 15 skipping ad-hoc signature
Brad King
2023-09-26
2
-7/+19
|
*
|
|
|
Tests: Disable visionOS cases because Xcode 15.0 excludes support
Brad King
2023-09-26
2
-37/+44
|
*
|
|
|
Tests: Clarify RunCMake.XcFramework conditions testing Xcode version
Brad King
2023-09-26
2
-8/+8
|
*
|
|
|
Tests: Teach RunCMake to ignore Xcode DVTAssertions warnings
Brad King
2023-09-26
1
-0/+2
|
|
/
/
/
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2023-09-27
1
-1/+1
|
/
/
/
*
|
|
Merge topic 'cuda_handle_target_objects_in_device_link'
Brad King
2023-09-26
7
-22/+112
|
\
\
\
|
*
|
|
CUDA: Device linking now uses TARGET_OBJECTS content
Robert Maynard
2023-09-25
6
-8/+79
|
*
|
|
CUDA: Visual Studio propagate objects to device linking
Robert Maynard
2023-09-22
1
-14/+33
*
|
|
|
Merge topic 'hip-nvidia'
Brad King
2023-09-26
16
-100/+233
|
\
\
\
\
|
*
|
|
|
HIP: Add tests for special NVIDIA values of CMAKE_HIP_ARCHITECTURES
Brad King
2023-09-25
3
-0/+72
|
*
|
|
|
HIP: Fix support for -DCMAKE_HIP_ARCHITECTURES=native with NVCC
Brad King
2023-09-25
1
-4/+4
|
*
|
|
|
HIP: Add CMAKE_HIP_HOST_COMPILER when compiler is NVCC
Brad King
2023-09-25
6
-8/+41
|
*
|
|
|
HIP: Fix linking mixed-lang binary with CXX compiler and Makefile generators
Brad King
2023-09-25
2
-4/+14
|
*
|
|
|
HIP: Do not require hip-lang package for NVIDIA platform
Brad King
2023-09-25
1
-45/+49
|
*
|
|
|
HIP: Simplify exclusion of AMD device runtime with NVIDIA GPUs
Brad King
2023-09-25
1
-4/+2
|
*
|
|
|
HIP: Simplify CMAKE_GENERATOR references for determining compiler
Brad King
2023-09-25
1
-2/+2
|
*
|
|
|
CUDA: Generalize CMAKE_{CUDA => <LANG>}_HOST_COMPILER variable docs
Brad King
2023-09-25
5
-38/+54
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge topic 'doc1'
Brad King
2023-09-26
2
-0/+18
|
\
\
\
\
|
*
|
|
|
Help:cmake(1): add versionadded back to 3.17
scivision
2023-09-24
2
-0/+18
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge topic 'FindOpenMP-macOS-LLVM-Clang'
Brad King
2023-09-26
1
-2/+3
|
\
\
\
\
|
*
|
|
|
FindOpenMP: Handle non-Apple clang on macOS
Keno Fischer
2023-09-24
1
-2/+3
|
|
/
/
/
*
|
|
|
Merge topic 'genexp-no-eval'
Brad King
2023-09-26
20
-4/+110
|
\
\
\
\
|
*
|
|
|
cmGeneratorExpressionEvaluator: Short-circuit boolean operators
Martin Duffy
2023-09-13
20
-4/+110
[next]