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
/
Platform
Commit message (
Expand
)
Author
Age
Files
Lines
*
Darwin: honour `CMAKE_OSX_SYSROOT` more faithfully
Saleem Abdulrasool
2020-05-31
1
-5/+21
*
Merge topic 'support_conda_env'
Brad King
2020-05-22
1
-0/+4
|
\
|
*
Conda: Add CONDA_PREFIX as an acceptable system prefix path
Robert Maynard
2020-05-21
1
-0/+4
*
|
Merge branch 'backport-cuda-default-runtime' into cuda-default-runtime
Brad King
2020-05-22
1
-1/+0
|
\
\
|
|
/
|
/
|
|
*
CUDA: Compute CMAKE_CUDA_RUNTIME_LIBRARY default from toolchain
Robert Maynard
2020-05-21
1
-1/+0
|
*
Merge topic 'pch-msvc-pragma' into release-3.17
Brad King
2020-05-12
1
-7/+5
|
|
\
*
|
\
Merge topic 'doc-CMAKE_SYSTEM_PREFIX_PATH'
Craig Scott
2020-05-20
2
-0/+11
|
\
\
\
|
*
|
|
Document which environment variables effect CMAKE_SYSTEM_PREFIX_PATH
Robert Maynard
2020-05-19
2
-0/+11
*
|
|
|
CUDA: Add support for Clang compiler
Raul Tambre
2020-05-15
1
-0/+4
|
/
/
/
*
|
|
Merge topic 'pch-msvc-pragma'
Brad King
2020-05-12
1
-7/+5
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
MSVC: Use 'pragma system_header' in PCH only on cl 19.13 and above
Brad King
2020-05-11
1
-7/+5
|
*
|
Merge topic 'android-ndk-r19-binutils' into release-3.16
Brad King
2020-02-04
1
-0/+1
|
|
\
\
*
|
|
|
OpenWatcom: Add cross-compilation support for Windows
Jiri Malak
2020-05-06
1
-2/+11
*
|
|
|
OpenWatcom: Fix Linux support file
Jiri Malak
2020-05-06
1
-4/+13
*
|
|
|
OpenWatcom: Add OS/2 target support
Jiri Malak
2020-05-06
4
-0/+51
*
|
|
|
OpenWatcom: Add DOS target support
Jiri Malak
2020-05-06
4
-0/+44
*
|
|
|
OpenWatcom: Add Linux support
Jiri Malak
2020-04-29
3
-0/+18
*
|
|
|
OpenWatcom: Move non-Windows settings to Modules/Compiler
Jiri Malak
2020-04-28
1
-109/+3
*
|
|
|
CUDA: Device linking use now link options
Marc Chevrier
2020-04-19
1
-2/+2
*
|
|
|
Merge topic 'ios_multi_arch_fix'
Brad King
2020-04-17
1
-11/+76
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
iOS: Fix detection of supported SDK architectures
Alexandru Croitor
2020-04-16
1
-11/+76
*
|
|
|
Merge topic 'support_pseudo_sysroots'
Brad King
2020-04-15
1
-0/+4
|
\
\
\
\
|
*
|
|
|
Compilers: Add paths from -print-sysroot to system prefix path
Robert Maynard
2020-04-14
1
-0/+4
*
|
|
|
|
Merge branch 'backport-3.17-apple-arch-sysroots' into apple-arch-sysroots
Brad King
2020-04-08
1
-2/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
/
/
/
|
|
/
/
/
|
*
|
|
Apple: Improve handling of missing SDKs in CMAKE_APPLE_ARCH_SYSROOTS
Brad King
2020-04-08
1
-2/+2
*
|
|
|
Merge topic 'llvm-rc-include-path'
Brad King
2020-04-07
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
llvm-rc: Restore include path for data after explicit preprocessing
Thomas Bernard
2020-04-06
1
-1/+1
*
|
|
|
Merge topic 'llvm_rc_pp'
Brad King
2020-03-30
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
llvm-rc: Enable preprocessing if CMAKE_RC_COMPILER_INIT is an absolute path
Lucas Wang
2020-03-27
1
-1/+1
*
|
|
|
Merge topic 'llvm-rc-depfile'
Brad King
2020-03-27
1
-3/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
llvm-rc: Write depfile to location specified by the generator
Thomas Bernard
2020-03-26
1
-1/+2
|
*
|
|
llvm-rc: Select preprocessor from active languages
Thomas Bernard
2020-03-26
1
-2/+2
*
|
|
|
Merge topic 'compile-commands-collapse-whitespace'
Brad King
2020-03-26
12
-22/+22
|
\
\
\
\
|
*
|
|
|
Modules: Collapse consecutive whitespace in strings
Daan De Meyer
2020-03-23
12
-22/+22
*
|
|
|
|
MinGW: Fix default windres selection when cross-compiling
Brad King
2020-03-25
1
-1/+1
*
|
|
|
|
MinGW: Drop unnecessary windres selection code with Unix Makefiles
Brad King
2020-03-25
1
-4/+0
|
/
/
/
/
*
|
|
|
CUDA: Abstract language flag to compiler modules
Raul Tambre
2020-03-11
1
-4/+4
*
|
|
|
Merge topic 'msvc-librarian'
Brad King
2020-03-04
3
-3/+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
MSVC: Use 'lib' instead of 'link /lib' to create static libraries
Francisco Facioni
2020-03-03
3
-3/+3
*
|
|
|
llvm-rc: Forward DEFINES instead of FLAGS
Thomas Bernard
2020-03-03
1
-1/+1
|
/
/
/
*
|
|
PCH: Clang: Update PCH usage flags to include original header
Sergey Larin
2020-02-24
2
-2/+2
*
|
|
Swift: Exclude SDK include paths
Yauheni Khnykin
2020-02-10
1
-1/+1
*
|
|
Merge topic 'llvm-rc-preprocess'
Brad King
2020-02-05
1
-0/+17
|
\
\
\
|
*
|
|
Add -E cmake_llvm_rc to preprocess files for llvm-rc
Thomas Bernard
2020-02-04
1
-0/+17
*
|
|
|
Merge topic 'sdcc-no-default-target'
Brad King
2020-02-05
1
-11/+0
|
\
\
\
\
|
*
|
|
|
SDCC: Remove default flags for a specific target
fruit
2020-02-04
1
-11/+0
|
|
/
/
/
*
|
|
|
Merge topic 'android-ndk-r19-binutils'
Brad King
2020-02-04
1
-0/+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Android: Fix binutils selection with NDK r19+ unified toolchain
Brad King
2020-02-03
1
-0/+1
*
|
|
Merge topic 'windows-gnu-asm'
Brad King
2020-02-03
7
-16/+28
|
\
\
\
|
*
|
|
ASM: Hook up Windows-specific GNU/Clang compiler information modules
Martin Storsjö
2020-01-31
7
-16/+28
[next]