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
*
Android: Set CMAKE_SYSROOT automatically
Brad King
2016-08-12
1
-0/+19
*
Android: Detect and save the architecture, ABI, and processor
Brad King
2016-08-12
1
-1/+88
*
Android: Detect and save the API level
Brad King
2016-08-12
1
-0/+48
*
Android: Detect and save the NDK directory
Brad King
2016-08-12
1
-0/+27
*
Android: Suppress new functionality with Nsight Tegra in VS IDE builds
Brad King
2016-08-12
5
-0/+41
*
Android: Add placeholders for platform-specific initialization
Brad King
2016-08-12
2
-0/+29
*
Android: Add placeholders for platform-specific compiler selection
Brad King
2016-08-12
3
-0/+25
*
Android: Add placeholders for platform-specific compiler settings
Brad King
2016-08-12
7
-0/+77
*
CMakeDetermine*Compiler: Add hook to save custom compiler information
Brad King
2016-08-12
3
-0/+4
*
CMakeDetermineSystem: Load platform-specific helper modules
Brad King
2016-08-12
2
-1/+2
*
Merge topic '15687-xcode-support-system-include'
Brad King
2016-08-10
1
-0/+1
|
\
|
*
Xcode: Obey SYSTEM keyword for includes (#15687)
Gregor Jasny
2016-08-09
1
-0/+1
*
|
NAG: Use -PIC for Fortran position-independent executable code
Neil Carlson
2016-08-09
1
-0/+1
|
/
*
Merge topic 'fix-string-append'
Brad King
2016-08-09
5
-5/+5
|
\
|
*
Revert the use of string(APPEND) in .cmake.in files
Daniel Pfeifer
2016-08-08
3
-3/+3
|
*
prefer list(APPEND) over string(APPEND) where appropriate
Daniel Pfeifer
2016-08-08
2
-2/+2
*
|
Merge topic 'GetPrerequisites-grep-a'
Brad King
2016-08-09
1
-1/+1
|
\
\
|
*
|
GetPrerequisites: Always filter objdump output as text
Alexander Shishenko
2016-08-08
1
-1/+1
|
|
/
*
|
Merge topic 'wix-custom-install-dir'
Brad King
2016-08-09
1
-0/+17
|
\
\
|
|
/
|
/
|
|
*
CPackWIX: Implement new CPACK_WIX_SKIP_PROGRAM_FOLDER feature
Michael Stürmer
2016-08-08
1
-0/+17
*
|
Merge topic 'update-cle-version-info'
Brad King
2016-08-08
2
-4/+14
|
\
\
|
*
|
CrayLinuxEnvironment: Add alternative methods to get version info
Chuck Atkins
2016-08-05
2
-4/+14
*
|
|
FindOpenCL: Fix search on macOS.
Matthäus G. Chajdas
2016-08-08
1
-3/+10
|
|
/
|
/
|
*
|
Modules: Make imported targets fall back to `Release`
Brad King
2016-08-03
7
-63/+63
*
|
Merge topic 'CMakeFindFrameworks-custom-locations'
Brad King
2016-08-03
1
-1/+7
|
\
\
|
*
|
CMakeFindFrameworks: Allow custom framework locations
David Keller
2016-08-02
1
-1/+7
*
|
|
Merge topic 'gcc-fvisibility-version'
Brad King
2016-08-03
1
-1/+1
|
\
\
\
|
*
|
|
GNU: Use -fvisibility on GCC 4.0 and 4.1 too
Brad King
2016-08-02
1
-1/+1
|
|
/
/
*
|
|
Merge topic 'FindProtobuf-restore-PROTOBUF_IMPORT_DIRS'
Brad King
2016-08-03
1
-0/+8
|
\
\
\
|
*
|
|
FindProtobuf: Restore support for PROTOBUF_IMPORT_DIRS
Konstantin Sinitsyn
2016-08-02
1
-0/+8
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'port-to-sco'
Brad King
2016-08-03
1
-0/+1
|
\
\
\
|
*
|
|
SCO_SV: Enable so filename versioning
Patrick Welche
2016-08-02
1
-0/+1
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'ExternalProject-no-DS_Store'
Brad King
2016-08-03
1
-0/+1
|
\
\
\
|
*
|
|
ExternalProject: Ignore macOS .DS_Store files in tarball extraction
Brad King
2016-08-02
1
-0/+1
*
|
|
|
Merge topic 'wix-root-description'
Brad King
2016-08-03
1
-0/+11
|
\
\
\
\
|
*
|
|
|
CPackWIX: Support custom title and description for the root feature
Michael Stürmer
2016-08-02
1
-0/+11
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge topic 'FindCUDA-no-windows-librt'
Brad King
2016-08-03
1
-1/+1
|
\
\
\
\
|
*
|
|
|
FindCUDA: Do not look for librt on Windows
Stephen Sorley
2016-08-02
1
-1/+1
|
|
/
/
/
*
|
|
|
Merge topic 'FindCUDA-arch'
Brad King
2016-08-03
1
-1/+2
|
\
\
\
\
|
*
|
|
|
FindCUDA: Add search path for nvcc on Arch
Hans Gaiser
2016-08-02
1
-1/+2
|
|
/
/
/
*
|
|
|
Merge topic 'intel-gnu11-support'
Brad King
2016-08-03
1
-4/+4
|
\
\
\
\
|
*
|
|
|
Intel-C: standard flags are also supported in 12.0
Ben Boeckel
2016-08-02
1
-1/+1
|
*
|
|
|
Intel-C: support gnu89 and gnu99 extension flags
Ben Boeckel
2016-08-02
1
-2/+2
|
*
|
|
|
Intel-C: declare support for gnu11
Ben Boeckel
2016-08-02
1
-1/+1
*
|
|
|
|
Merge topic 'fix-findhdf5-definitions'
Brad King
2016-08-03
1
-1/+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
FindHDF5: Make sure compile definition vars keep the -D flag
Chuck Atkins
2016-08-02
1
-1/+1
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge branch 'nsis-protect-uninst-exec' into release
Brad King
2016-07-21
1
-1/+1
|
|
\
\
\
|
*
\
\
\
Merge branch 'FindHDF5-fix-misc-issues' into release
Brad King
2016-07-13
1
-37/+99
|
|
\
\
\
\
*
|
\
\
\
\
Merge topic 'wix-disabled-components'
Brad King
2016-08-01
1
-1/+9
|
\
\
\
\
\
\
|
*
|
|
|
|
|
CPackComponent: Document the *_HIDDEN and *_DISABLED variables
Nils Gladitz
2016-07-22
1
-1/+9
[next]