summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'FindHDF5-is-parallel'Brad King2016-09-031-8/+60
|\
| * FindHDF5: Fix regression in providing HDF5_IS_PARALLELBrad King2016-09-021-8/+60
* | Merge topic 'FindHDF5-fix-hl-fortran'Brad King2016-09-031-1/+1
|\ \
| * | FindHDF5: Fix regression in finding hdf5hl_fortranBrad King2016-09-021-1/+1
| |/
* | GenerateExportHeader: Fix add_compiler_export_flags regressionBrad King2016-09-011-1/+2
* | Merge topic 'FindEXPAT-use-PkgConfig'Brad King2016-09-011-2/+6
|\ \
| * | FindEXPAT: use hints from PkgConfigChristoph Junghans2016-08-311-2/+6
* | | FindCUDA: Allow cuda_compile* macros to be called more than once per directoryStephen Sorley2016-08-311-2/+13
* | | FindCUDA: Fix for broken cuda_compile* commands.Stephen Sorley2016-08-311-9/+32
* | | Merge topic 'FindOpenSSL-new-windows-names'Brad King2016-08-311-0/+17
|\ \ \
| * | | FindOpenSSL: Fix detection of OpenSSL 1.1 Win32/64Alexis Murzeau2016-08-301-0/+17
| |/ /
* | | Merge topic 'fortran-macOS-sysroot'Brad King2016-08-311-0/+2
|\ \ \
| * | | Fortran: Use -isysroot and -mmacosx-version-min= on macOS if availableBrad King2016-08-301-0/+2
| |/ /
* | | FindMatlab: adding handling of component "MAT"Raffi Enficiaud2016-08-301-20/+23
|/ /
* | Merge topic 'cpack-rpm-debuginfo-pkg'Brad King2016-08-261-2/+63
|\ \
| * | CPack RPM debuginfo packages generationIstvan Bodnar2016-08-251-2/+63
* | | FindwxWidgets: Add VS-versioned library directory prefixesBrad King2016-08-251-3/+15
* | | FindwxWidgets: Add version 3.1.0Brad King2016-08-251-0/+1
|/ /
* | 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