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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ExternalProject: Always use $<CONFIG> for source files
Kyle Edwards
2023-02-03
1
-7/+1
*
CTestTargets: Use $<CONFIG> instead of ${CMAKE_CFG_INTDIR}
Kyle Edwards
2023-02-03
1
-1/+1
*
FindImageMagick: Fix documentation syntax in usage example
Brad King
2023-02-01
1
-10/+4
*
Merge topic '_hm_swift_threads_pthread'
Brad King
2023-02-01
1
-1/+1
|
\
|
*
FindThreads: Filter -pthread out for compatibility with Swift linker
Harry Mallon
2023-01-31
1
-1/+1
*
|
Merge topic 'CMakePackageConfigHelpers-ARCH_INDEPENDENT'
Brad King
2023-01-31
5
-68/+19
|
\
\
|
|
/
|
/
|
|
*
CMakePackageConfigHelpers: only emit arch check if needed
Andrea Pappacoda
2023-01-29
5
-68/+19
*
|
Merge topic 'msvc-showIncludes'
Brad King
2023-01-30
1
-1/+7
|
\
\
|
*
|
Ninja: Fix detection of MSVC showIncludes prefix in Italian
Brad King
2023-01-28
1
-1/+1
|
*
|
Ninja: Record showIncludes detection in configure log
Brad King
2023-01-27
1
-0/+6
|
|
/
*
|
FindImageMagick: Define targets for specific components
hstejas
2023-01-27
1
-40/+77
|
/
*
OpenWatcom: Add correct support for 16-bit Windows
Jiri Malak
2023-01-25
5
-33/+61
*
Merge topic 'CheckCompilerFlag-clang'
Brad King
2023-01-25
3
-8/+4
|
\
|
*
CheckCompilerFlag: Match the Clang "argument unused" output for all languages
KOLANICH
2023-01-24
3
-8/+4
*
|
Merge topic 'FindOpenMP-test-include-dir'
Brad King
2023-01-25
1
-1/+5
|
\
\
|
*
|
FindOpenMP: Use OpenMP_<lang>_INCLUDE_DIR
Andrey Alekseenko
2023-01-23
1
-1/+5
*
|
|
OpenWatcom: Refactor population of standard include directories
Jiri Malak
2023-01-24
6
-61/+38
*
|
|
Merge topic 'gen-pkg-example'
Brad King
2023-01-24
1
-5/+7
|
\
\
\
|
*
|
|
Help: Modernize PackageConfigHelpers example
FeRD (Frank Dana)
2023-01-23
1
-5/+7
|
|
/
/
*
|
|
Merge topic 'FindPython-CMP0007-NEW'
Brad King
2023-01-24
1
-0/+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
FindPython: Policy CMP0007 must be set to NEW
Marc Chevrier
2023-01-21
1
-0/+2
*
|
|
Merge topic 'find_cudatoolkit_add_nvrtc_static'
Brad King
2023-01-23
1
-1/+13
|
\
\
\
|
*
|
|
FindCUDAToolkit: Add support for CUDA::nvrtc_static
Robert Maynard
2023-01-20
1
-1/+13
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'FindOpenSP-pkg-config-hints'
Brad King
2023-01-23
1
-34/+39
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
FindOpenSP: Use pkg-config only as hints for main code path
Kefu Chai
2023-01-20
1
-34/+39
|
|
/
|
*
FindCUDAToolkit: Handle CUDA::nvToolsExt not existing
Robert Maynard
2023-01-16
1
-1/+1
|
*
Merge topic 'implicit-includes' into release-3.25
Brad King
2023-01-13
1
-2/+3
|
|
\
|
*
\
Merge topic 'IntelLLVM-msvc-no-cxx11' into release-3.25
Brad King
2023-01-13
1
-2/+2
|
|
\
\
*
|
\
\
Merge topic 'configure-log'
Brad King
2023-01-20
1
-2/+0
|
\
\
\
\
|
*
|
|
|
cmake --system-information: Stop dumping CMake{Output,Error}.log
Brad King
2023-01-19
1
-2/+0
*
|
|
|
|
Merge topic 'ninja-swift-exported-executables'
Brad King
2023-01-20
1
-2/+4
|
\
\
\
\
\
|
*
|
|
|
|
Ninja: Emit swiftmodule from executable with exports
Evan Wilde
2023-01-19
1
-2/+4
*
|
|
|
|
|
CYGWIN: Drop pre-2.8.4 compatibility mode CMAKE_LEGACY_CYGWIN_WIN32
Brad King
2023-01-19
1
-45/+0
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge topic 'configure-log'
Brad King
2023-01-19
45
-344/+97
|
\
\
\
\
\
|
*
|
|
|
|
Modules: Record system inspection steps in the configure log
Brad King
2023-01-18
11
-47/+55
|
*
|
|
|
|
Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.log
Brad King
2023-01-18
35
-260/+31
|
*
|
|
|
|
UsewxWidgets: Remove leftover debugging code
Brad King
2023-01-18
1
-29/+0
|
*
|
|
|
|
FindQt4: Drop outdated advice to look at CMakeError.log on failure
Brad King
2023-01-18
1
-1/+1
|
*
|
|
|
|
GHS: Drop debugging message from log
Brad King
2023-01-18
1
-2/+0
|
*
|
|
|
|
CompileFeatures: Warn explicitly when feature detection binary is not found
Brad King
2023-01-18
1
-4/+7
|
*
|
|
|
|
CompilerId: Restore logging of failed identifications
Brad King
2023-01-18
1
-2/+4
*
|
|
|
|
|
Merge topic 'FindLibLZMA_quote'
Brad King
2023-01-19
1
-1/+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
FindLibLZMA: Fix failure when no include directories are needed
Even Rouault
2023-01-18
1
-1/+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Revise C++ coding style using clang-format-15
Kitware Robot
2023-01-18
5
-5/+6
|
/
/
/
/
/
*
|
|
|
|
Merge topic 'swift-ios'
Brad King
2023-01-18
1
-3/+6
|
\
\
\
\
\
|
*
|
|
|
|
Swift: Add comment about where platform-specific flags should go
Brad King
2023-01-17
1
-1/+2
|
*
|
|
|
|
Swift: Use macOS-style linker flags on iOS, tvOS, and watchOS too
Craig Hutchinson
2023-01-17
1
-2/+4
*
|
|
|
|
|
Merge topic 'docpc'
Brad King
2023-01-18
1
-3/+9
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Help:ProcessorCount: recommend cmake_host_system_information
scivision
2023-01-16
1
-3/+9
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge topic 'IntelLLVM-c++23'
Brad King
2023-01-18
2
-6/+18
|
\
\
\
\
\
\
[next]