summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'android-platform-modules'Brad King2016-08-2453-1/+1311
|\
| * Android: Add `ANDROID` variable to indicate the targetBrad King2016-08-231-0/+2
| * 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
* | FindCUDA: Support `2.1(2.0)` architecture notationBoris Fomitchev2016-08-231-4/+4
* | FindCUDA: Take NVCC include directories from target propertiesPeter Boettcher2016-08-162-22/+27
* | Merge topic 'ExternalProject-SOURCE_SUBDIR'Brad King2016-08-161-5/+23
|\ \
| * | ExternalProject: Add SOURCE_SUBDIR optionMatthew Woehlke2016-08-161-5/+23
* | | Merge topic 'FindMatlab-mingw'Brad King2016-08-161-1/+5
|\ \ \
| * | | FindMatlab: Use pre-built libraries for MinGW if neededSebastian Niemann2016-08-151-1/+5
| | |/ | |/|
* | | Merge topic 'issue-tracker-urls'Brad King2016-08-166-8/+9
|\ \ \
| * | | issues: update references to the CMake issue trackerBen Boeckel2016-08-156-8/+9
| |/ /
* | | Merge topic 'FindCUDA-fixes'Brad King2016-08-151-9/+11
|\ \ \
| * | | FindCUDA: Fix missing librt on Linux when using static cuda runtime.Stephen Sorley2016-08-121-6/+7
| * | | FindCUDA: Restore default behavior of CUDA_USE_STATIC_CUDA_RUNTIMEStephen Sorley2016-08-121-3/+4
| |/ /
* | | Merge topic 'GetPrerequisites-fix-regression'Brad King2016-08-151-2/+6
|\ \ \ | |/ / |/| |
| * | GetPrerequisites: Fix regression in gp_resolved_file_typeBrad King2016-08-121-2/+6
| |/
* | Merge topic '15687-xcode-support-system-include'Brad King2016-08-101-0/+1
|\ \
| * | Xcode: Obey SYSTEM keyword for includes (#15687)Gregor Jasny2016-08-091-0/+1
* | | NAG: Use -PIC for Fortran position-independent executable codeNeil Carlson2016-08-091-0/+1
|/ /
* | Merge topic 'fix-string-append'Brad King2016-08-095-5/+5
|\ \
| * | 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-082-2/+2
* | | 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 'wix-custom-install-dir'Brad King2016-08-091-0/+17
|\ \ \ | |/ / |/| |
| * | CPackWIX: Implement new CPACK_WIX_SKIP_PROGRAM_FOLDER featureMichael Stürmer2016-08-081-0/+17
* | | Merge topic 'update-cle-version-info'Brad King2016-08-082-4/+14
|\ \ \
| * | | CrayLinuxEnvironment: Add alternative methods to get version infoChuck Atkins2016-08-052-4/+14
| | |/ | |/|
* | | FindOpenCL: Fix search on macOS.Matthäus G. Chajdas2016-08-081-3/+10
| |/ |/|
* | Modules: Make imported targets fall back to `Release`Brad King2016-08-037-63/+63
* | Merge topic 'CMakeFindFrameworks-custom-locations'Brad King2016-08-031-1/+7
|\ \