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
*
CPack: Fix indentation
Craig Scott
2018-05-04
1
-17/+17
*
Merge topic 'feature/cpack-default-package-version'
Craig Scott
2018-05-03
1
-8/+45
|
\
|
*
CPack: Use project version as default for `CPACK_PACKAGE_VERSION`
Alex Turbov
2018-05-02
1
-8/+45
*
|
Modules: Update documented links to CMake community Wiki
Brad King
2018-04-30
3
-6/+6
*
|
Merge topic 'cpack_docs_cleanup'
Brad King
2018-04-30
1
-8/+7
|
\
\
|
*
|
Help: Improve accuracy, readability and cross-referencing of cpack docs
Craig Scott
2018-04-27
1
-8/+7
|
|
/
*
|
Merge topic 'java-new-packaging-version-sort'
Brad King
2018-04-30
2
-7/+31
|
\
\
|
|
/
|
/
|
|
*
FindJava, FindJNI: Ensure most recent version is searched first
Marc Chevrier
2018-04-27
2
-7/+31
*
|
Merge branch 'backport-java-new-packaging' into java-new-packaging
Brad King
2018-04-25
3
-23/+91
|
\
\
|
|
/
|
*
FindJava, FindJNI, UseJava: update for version 10 support
Marc Chevrier
2018-04-25
3
-23/+91
*
|
Merge topic 'BLAS-no-target-in-libs'
Brad King
2018-04-25
2
-2/+5
|
\
\
|
*
|
FindBLAS: do not write an imported target name into BLAS_LIBRARIES
Rolf Eike Beer
2018-04-24
1
-1/+5
|
*
|
FindPkgConfig: do not unset unused variable
Rolf Eike Beer
2018-04-24
1
-1/+0
|
|
/
*
|
Merge topic 'testbigendian-cache-check-fix'
Brad King
2018-04-25
1
-2/+2
|
\
\
|
*
|
TestBigEndian: Include CheckTypeSize outside macro
Cristian Adam
2018-04-24
1
-2/+2
*
|
|
Merge topic 'cuda-no-cache-host-compiler'
Brad King
2018-04-25
1
-1/+0
|
\
\
\
|
*
|
|
CUDA: Do not create CMAKE_CUDA_HOST_COMPILER cache entry
Brad King
2018-04-24
1
-1/+0
|
|
/
/
*
|
|
Merge topic 'FindPython-stabilization'
Brad King
2018-04-24
1
-5/+74
|
\
\
\
|
*
|
|
FindPython: ensure correct architecture (i.e. 32/64bit) is used
Marc Chevrier
2018-04-20
1
-5/+74
*
|
|
|
Merge topic 'CUDA7'
Brad King
2018-04-24
2
-3/+21
|
\
\
\
\
|
*
|
|
|
CUDA: Add compiler detection for CUDA < 7.5
Henry Schreiner
2018-04-23
2
-3/+21
*
|
|
|
|
Merge topic 'cpack-doc-defaults'
Brad King
2018-04-24
1
-1/+13
|
\
\
\
\
\
|
*
|
|
|
|
CPack: Add CPACK_PACKAGE_HOMEPAGE_URL setting
Alex Turbov
2018-04-23
1
-0/+12
|
*
|
|
|
|
CPack: Fix documented CPACK_PACKAGE_DESCRIPTION_SUMMARY default
Alex Turbov
2018-04-23
1
-1/+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'FindMatlab/mcr-compatibility'
Brad King
2018-04-24
1
-222/+377
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
FindMatlab: Matlab Runtime Compiler support
Raffi Enficiaud
2018-04-23
1
-222/+377
*
|
|
|
|
Merge topic 'productbuild_missing_var_docs'
Brad King
2018-04-23
1
-0/+16
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Help: Document missing variables for productbuild CPack generator
Craig Scott
2018-04-21
1
-0/+16
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge topic 'cuda-arch-repair'
Brad King
2018-04-23
1
-13/+45
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
CUDA/select_compute_arch: Fix detection on old CUDA with new card/driver
Henry Schreiner
2018-04-20
1
-13/+45
*
|
|
|
Merge topic 'FindPython-debian-cross-comp'
Brad King
2018-04-20
1
-15/+23
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
FindPython: Add cross-compilation support for Debian-based systems.
Yee Fan
2018-04-18
1
-15/+23
*
|
|
|
Merge topic 'FindJPEG-imported-targets'
Brad King
2018-04-19
1
-15/+104
|
\
\
\
\
|
*
|
|
|
FindJPEG: Add imported target support and full test
Mateusz Loskot
2018-04-18
1
-2/+40
|
*
|
|
|
FindJPEG: Add multi config support and associated docs
Mateusz Loskot
2018-04-17
1
-2/+22
|
*
|
|
|
FindJPEG: Add version detection and associated test update and docs
Mateusz Loskot
2018-04-17
1
-1/+26
|
*
|
|
|
FindJPEG: Cleanup documentation formatting
Mateusz Loskot
2018-04-17
1
-9/+15
|
*
|
|
|
FindJPEG: Clean up whitepaces and lowercase function names
Mateusz Loskot
2018-04-17
1
-5/+5
*
|
|
|
|
Merge topic 'InstallRequiredSystemLibraries-mfcm'
Brad King
2018-04-19
1
-0/+8
|
\
\
\
\
\
|
*
|
|
|
|
InstallRequiredSystemLibraries: Check for existence of mfcm dlls
Christof Krüger
2018-04-18
1
-0/+8
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Merge branch 'FindOpenMP-Intel-Windows' into release-3.11
Brad King
2018-04-16
1
-13/+4
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'implicit-lib-gcceh-file' into release-3.11
Brad King
2018-04-16
1
-1/+1
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'features-msvc-2017' into release-3.11
Brad King
2018-04-11
1
-21/+15
|
|
\
\
\
\
\
\
*
|
\
\
\
\
\
\
Merge topic 'depfile-flag'
Brad King
2018-04-19
3
-0/+6
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
SunPro,XL: Add depfile flags to support Ninja generator
Ephi Sinowitz
2018-04-17
3
-0/+6
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge topic 'CheckIncludeFile-required-libs'
Brad King
2018-04-19
3
-0/+81
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIES
Brad King
2018-04-18
3
-0/+81
|
|
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge topic '17870-effective-system-name'
Brad King
2018-04-19
43
-66/+73
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Apple: Use include_guard() within compiler config
Gregor Jasny
2018-04-18
4
-16/+4
|
*
|
|
|
|
|
|
Apple: Use CMAKE_EFFECTIVE_SYSTEM_NAME to share compiler info
Gregor Jasny
2018-04-18
35
-38/+47
[next]