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
*
Android: Select the STL type for NDK builds
Brad King
2016-08-23
15
-0/+184
*
Android: Populate compiler flags for current ABI
Brad King
2016-08-23
17
-0/+192
*
Android: Add a CMAKE_BUILD_TYPE default
Brad King
2016-08-12
1
-0/+2
*
Android: Add Clang -target option for current ABI
Brad King
2016-08-12
9
-0/+17
*
Android: Add placeholders for compiler/abi-specific settings
Brad King
2016-08-12
21
-0/+38
*
Android: Avoid interfering with common pre-existing toolchain files
Brad King
2016-08-12
5
-0/+36
*
Android: Search for NDK and standalone toolchain in more places
Brad King
2016-08-12
1
-0/+8
*
Android: Detect and save a standalone toolchain without the NDK
Brad King
2016-08-12
4
-5/+115
*
Android: Detect settings from the CMAKE_SYSROOT if it is set
Brad King
2016-08-12
1
-1/+68
*
Android: Detect and save a toolchain from the NDK
Brad King
2016-08-12
2
-0/+296
*
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
*
CMake Nightly Date Stamp
Kitware Robot
2016-08-12
1
-1/+1
*
Merge topic 'cmCryptoHash-raw-digest'
Brad King
2016-08-11
2
-36/+117
|
\
|
*
cmCryptoHash: New ByteHash methods that return a byte vector
Sebastian Holtermann
2016-08-10
2
-26/+55
|
*
cmCryptoHash: Return byte vector from internal Finalize method
Sebastian Holtermann
2016-08-10
2
-13/+13
|
*
cmCryptoHash: New byte hash to string function
Sebastian Holtermann
2016-08-10
2
-0/+38
|
*
cmCryptoHash: Documentation comments
Sebastian Holtermann
2016-08-10
1
-0/+14
*
|
CMake Nightly Date Stamp
Kitware Robot
2016-08-11
1
-1/+1
*
|
Merge topic '15687-xcode-support-system-include'
Brad King
2016-08-10
4
-19/+49
|
\
\
|
*
|
Xcode: Obey SYSTEM keyword for includes (#15687)
Gregor Jasny
2016-08-09
4
-19/+49
*
|
|
Merge topic 'fix-test-macOS-case-sensitive'
Brad King
2016-08-10
1
-1/+1
|
\
\
\
|
*
|
|
Tests: Fix RunCMake.Framework on case sensitive file systems.
Chaoren Lin
2016-08-09
1
-1/+1
|
|
/
/
*
|
|
Merge topic 'ninja-directory-targets'
Brad King
2016-08-10
10
-29/+61
|
\
\
\
|
*
|
|
Ninja: Add `$subdir/{test,install,package}` targets
Brad King
2016-08-09
10
-23/+60
|
*
|
|
Ninja: Simplify computation of GLOBAL_TARGET outputs
Brad King
2016-08-09
1
-6/+1
|
|
/
/
*
|
|
Merge topic 'NAG-Fortran-no-fPIE'
Brad King
2016-08-10
1
-0/+1
|
\
\
\
|
*
|
|
NAG: Use -PIC for Fortran position-independent executable code
Neil Carlson
2016-08-09
1
-0/+1
|
|
/
/
*
|
|
Merge topic 'install-export-staging-dir'
Brad King
2016-08-10
2
-2/+26
|
\
\
\
|
*
|
|
install(EXPORT): Fix support for mid-length install destinations on Windows
Brad King
2016-08-09
2
-2/+26
|
|
/
/
*
|
|
Merge topic 'add-extra-boolean-comparisons'
Brad King
2016-08-10
18
-79/+693
|
\
\
\
|
*
|
|
Add additional <= and >= comparison operators
Chuck Atkins
2016-08-09
18
-79/+693
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-08-10
1
-1/+1
|
|
/
/
|
/
|
|
*
|
|
Merge topic 'fix-string-append'
Brad King
2016-08-09
8
-11/+11
|
\
\
\
|
*
|
|
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
5
-8/+8
|
|
|
/
|
|
/
|
*
|
|
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 'ninja-full-path'
Brad King
2016-08-09
1
-3/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Ninja: Use full path for all source files
Chaoren Lin
2016-08-08
1
-3/+4
|
|
/
/
*
|
|
Merge topic 'wix-custom-install-dir'
Brad King
2016-08-09
6
-4/+55
|
\
\
\
|
*
|
|
CPackWIX: Implement new CPACK_WIX_SKIP_PROGRAM_FOLDER feature
Michael Stürmer
2016-08-08
6
-4/+55
[next]