summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'FindBoost-vs15'Brad King2016-12-091-2/+6
|\
| * FindBoost: Add support for VS 2017Vic Luo2016-12-081-2/+6
| * Merge branch 'backport-android-info-variables' into releaseBrad King2016-11-183-2/+29
| |\
| | * Android: Add CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINEBrad King2016-11-183-0/+11
| | * Android: Add CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG variableBrad King2016-11-183-0/+4
| | * Android: Always set CMAKE_ANDROID_NDK_TOOLCHAIN_VERSIONBrad King2016-11-183-2/+14
| * | Merge branch 'armcc-response-file-flag' into releaseBrad King2016-11-151-0/+1
| |\ \
* | | | CPack/DEB shlibdep options depend on file utilityHenning Meyer2016-12-071-1/+10
* | | | QtAutogen: Rename variable templates in config templateSebastian Holtermann2016-12-061-4/+4
* | | | QtAutogen: Rename config AM_RELAXED_MODE to AM_MOC_RELAXED_MODESebastian Holtermann2016-12-061-1/+1
* | | | Merge topic 'FindOpenGL-imported-targets'Brad King2016-12-061-0/+59
|\ \ \ \
| * | | | FindOpenGL: Provide imported targets for GL and GLUBrad King2016-12-021-0/+59
* | | | | Merge topic 'features-c++17'Brad King2016-12-0514-18/+62
|\ \ \ \ \
| * | | | | Features: Activate C++ 17 support for AppleClang 6.1+Brad King2016-12-021-0/+8
| * | | | | Features: Activate C++ 17 support for Clang 3.5+Brad King2016-12-021-0/+8
| * | | | | Features: Activate C++ 17 support for GNU 5.1+Brad King2016-12-021-0/+8
| * | | | | Features: Add infrastructure for C++ 17 language standardBrad King2016-12-025-2/+14
| * | | | | Features: Make feature recording conditions more consistentBrad King2016-12-029-16/+24
* | | | | | Merge topic 'cpack-rpm-user-file-list-with-multiple-directives'Brad King2016-12-051-5/+8
|\ \ \ \ \ \
| * | | | | | CPackRPM now supports multiple directives in CPACK_RPM_USER_FILELISTHarry Mallon2016-12-031-5/+8
| | |/ / / / | |/| | | |
* | | | | | CMakeDetermineASMCompiler: arg-split ASM* env var like CCMichał Górny2016-12-021-1/+7
|/ / / / /
* | | | | Merge topic 'pgi-macos-flags'Brad King2016-12-014-0/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | PGI: Pass macOS-specific link flags directly to linkerBrad King2016-11-304-0/+20
* | | | | Merge topic 'CMakeGraphVizOptions-docs'Brad King2016-11-301-3/+10
|\ \ \ \ \
| * | | | | CMakeGraphVizOptions: Minor improvements to docs.Harry Mallon2016-11-291-3/+10
| |/ / / /
* | | | | Merge topic 'FindPythonLibs-tolerate-relative-exe'Brad King2016-11-301-4/+4
|\ \ \ \ \
| * | | | | FindPythonLibs: Tolerate a non-absolute PYTHON_EXECUTABLEBrad King2016-11-281-4/+4
| |/ / / /
* | | | | Merge topic 'cpack-ifw-options'Brad King2016-11-301-6/+68
|\ \ \ \ \
| * | | | | CPackIFW: Add some optionsKonstantin Podsvirov2016-11-241-6/+68
| |/ / / /
* | | | | Merge topic 'UseSWIG-java-outputs'Brad King2016-11-301-3/+4
|\ \ \ \ \
| * | | | | UseSWIG: Record generated java files as custom command outputscaryoscelus2016-11-291-3/+4
| |/ / / /
* | | | | Merge topic 'find-module-cleanup-sweep'Brad King2016-11-2948-111/+2
|\ \ \ \ \
| * | | | | Find*.cmake: drop the comments before including FPHSARolf Eike Beer2016-11-2848-106/+1
| * | | | | FindLibArchive: do not set LibArchive_FOUND explicitlyRolf Eike Beer2016-11-281-1/+0
| * | | | | FindLibArchive: use CMAKE_CURRENT_LIST_DIR to find FPHSARolf Eike Beer2016-11-281-4/+1
| |/ / / /
* | | | | Merge topic 'FindDevIL-updates'Brad King2016-11-291-2/+2
|\ \ \ \ \
| * | | | | FindDevIL: Make the ILUT library optionalVladimír Vondruš2016-11-281-1/+1
| * | | | | FindDevIL: fail properly when library is not found.Vladimír Vondruš2016-11-281-1/+1
| |/ / / /
* | | | | Merge topic 'FindPkgConfig-fix-print-errors'Brad King2016-11-291-1/+2
|\ \ \ \ \
| * | | | | FindPkgConfig: Fix missing error text when library version is specifiedGautier Pelloux-Prayer2016-11-281-1/+2
| |/ / / /
* | | | | Merge topic 'initial_cuda_language_support'Brad King2016-11-2910-1/+495
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | CUDA: Prefer environment variables CUDACXX and CUDAHOSTCXX.Robert Maynard2016-11-142-1/+19
| * | | | CUDA: Refactor CMakeCUDAInformation to prepare for separable compilation.Robert Maynard2016-11-142-9/+71
| * | | | CUDA: Use the host compiler for linking CUDA executables and shared libs.Robert Maynard2016-11-145-11/+67
| * | | | CUDA: add support for specifying an explicit host compiler.Robert Maynard2016-11-142-5/+22
| * | | | CUDA: Enable header dependency scanning.Robert Maynard2016-11-141-1/+14
| * | | | CUDA: We now properly perform CUDA compiler identification.Robert Maynard2016-11-147-8/+49
| * | | | CUDA: CompilerId now errors out properly when passed a non CUDA compiler.Robert Maynard2016-11-141-3/+2
| * | | | CUDA: Explicitly state all source files are cuda sources.Robert Maynard2016-11-141-1/+1
| * | | | CUDA: Add support language levels (98/11)Robert Maynard2016-11-142-6/+8