summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Android: Select the STL type for NDK buildsBrad King2016-08-2315-0/+184
* Android: Populate compiler flags for current ABIBrad King2016-08-2317-0/+192
* Android: Add a CMAKE_BUILD_TYPE defaultBrad King2016-08-121-0/+2
* Android: Add Clang -target option for current ABIBrad King2016-08-129-0/+17
* Android: Add placeholders for compiler/abi-specific settingsBrad King2016-08-1221-0/+38
* Android: Avoid interfering with common pre-existing toolchain filesBrad King2016-08-125-0/+36
* Android: Search for NDK and standalone toolchain in more placesBrad King2016-08-121-0/+8
* Android: Detect and save a standalone toolchain without the NDKBrad King2016-08-124-5/+115
* Android: Detect settings from the CMAKE_SYSROOT if it is setBrad King2016-08-121-1/+68
* Android: Detect and save a toolchain from the NDKBrad King2016-08-122-0/+296
* Android: Set CMAKE_SYSROOT automaticallyBrad King2016-08-121-0/+19
* Android: Detect and save the architecture, ABI, and processorBrad King2016-08-121-1/+88
* Android: Detect and save the API levelBrad King2016-08-121-0/+48
* Android: Detect and save the NDK directoryBrad King2016-08-121-0/+27
* Android: Suppress new functionality with Nsight Tegra in VS IDE buildsBrad King2016-08-125-0/+41
* Android: Add placeholders for platform-specific initializationBrad King2016-08-122-0/+29
* Android: Add placeholders for platform-specific compiler selectionBrad King2016-08-123-0/+25
* Android: Add placeholders for platform-specific compiler settingsBrad King2016-08-127-0/+77
* CMakeDetermine*Compiler: Add hook to save custom compiler informationBrad King2016-08-123-0/+4
* CMakeDetermineSystem: Load platform-specific helper modulesBrad King2016-08-122-1/+2
* CMake Nightly Date StampKitware Robot2016-08-121-1/+1
* Merge topic 'cmCryptoHash-raw-digest'Brad King2016-08-112-36/+117
|\
| * cmCryptoHash: New ByteHash methods that return a byte vectorSebastian Holtermann2016-08-102-26/+55
| * cmCryptoHash: Return byte vector from internal Finalize methodSebastian Holtermann2016-08-102-13/+13
| * cmCryptoHash: New byte hash to string functionSebastian Holtermann2016-08-102-0/+38
| * cmCryptoHash: Documentation commentsSebastian Holtermann2016-08-101-0/+14
* | CMake Nightly Date StampKitware Robot2016-08-111-1/+1
* | Merge topic '15687-xcode-support-system-include'Brad King2016-08-104-19/+49
|\ \
| * | Xcode: Obey SYSTEM keyword for includes (#15687)Gregor Jasny2016-08-094-19/+49
* | | Merge topic 'fix-test-macOS-case-sensitive'Brad King2016-08-101-1/+1
|\ \ \
| * | | Tests: Fix RunCMake.Framework on case sensitive file systems.Chaoren Lin2016-08-091-1/+1
| |/ /
* | | Merge topic 'ninja-directory-targets'Brad King2016-08-1010-29/+61
|\ \ \
| * | | Ninja: Add `$subdir/{test,install,package}` targetsBrad King2016-08-0910-23/+60
| * | | Ninja: Simplify computation of GLOBAL_TARGET outputsBrad King2016-08-091-6/+1
| |/ /
* | | Merge topic 'NAG-Fortran-no-fPIE'Brad King2016-08-101-0/+1
|\ \ \
| * | | NAG: Use -PIC for Fortran position-independent executable codeNeil Carlson2016-08-091-0/+1
| |/ /
* | | Merge topic 'install-export-staging-dir'Brad King2016-08-102-2/+26
|\ \ \
| * | | install(EXPORT): Fix support for mid-length install destinations on WindowsBrad King2016-08-092-2/+26
| |/ /
* | | Merge topic 'add-extra-boolean-comparisons'Brad King2016-08-1018-79/+693
|\ \ \
| * | | Add additional <= and >= comparison operatorsChuck Atkins2016-08-0918-79/+693
* | | | CMake Nightly Date StampKitware Robot2016-08-101-1/+1
| |/ / |/| |
* | | Merge topic 'fix-string-append'Brad King2016-08-098-11/+11
|\ \ \
| * | | Revert the use of string(APPEND) in .cmake.in filesDaniel Pfeifer2016-08-083-3/+3
| * | | prefer list(APPEND) over string(APPEND) where appropriateDaniel Pfeifer2016-08-085-8/+8
| | |/ | |/|
* | | Merge topic 'GetPrerequisites-grep-a'Brad King2016-08-091-1/+1
|\ \ \
| * | | GetPrerequisites: Always filter objdump output as textAlexander Shishenko2016-08-081-1/+1
* | | | Merge topic 'ninja-full-path'Brad King2016-08-091-3/+4
|\ \ \ \ | |/ / /
| * | | Ninja: Use full path for all source filesChaoren Lin2016-08-081-3/+4
| |/ /
* | | Merge topic 'wix-custom-install-dir'Brad King2016-08-096-4/+55
|\ \ \
| * | | CPackWIX: Implement new CPACK_WIX_SKIP_PROGRAM_FOLDER featureMichael Stürmer2016-08-086-4/+55