summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | CUDA: Add basic CUDA language support for *NIX systems.Robert Maynard2016-11-147-0/+286
* | | | | Merge topic 'ExternalProject-cmd-poisoning'Brad King2016-11-181-68/+65
|\ \ \ \ \
| * | | | | ExternalProject: Do not trip over pre-existing 'cmd' variableKarsten Sperling2016-11-171-68/+65
* | | | | | Merge topic 'android-info-variables'Brad King2016-11-173-2/+29
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Android: Add CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINEBrad King2016-11-143-0/+11
| * | | | | Android: Add CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG variableBrad King2016-11-143-0/+4
| * | | | | Android: Always set CMAKE_ANDROID_NDK_TOOLCHAIN_VERSIONBrad King2016-11-143-2/+14
| |/ / / /
* | | | | Merge topic 'msvc-no-explicit-_DEBUG'Brad King2016-11-161-2/+2
|\ \ \ \ \
| * | | | | MSVC: Do not define _DEBUG explicitly when using /MDdBrad King2016-11-151-2/+2
* | | | | | Merge topic 'armcc-response-file-flag'Brad King2016-11-161-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | ARMCC: Fix flag used for response filesBen Boeckel2016-11-151-0/+1
| | |_|/ | |/| |
* | | | Merge topic 'add-SHA-3'Brad King2016-11-153-4/+11
|\ \ \ \
| * | | | ExternalProject: Add support for SHA-3 algorithmsBrad King2016-11-111-1/+1
| * | | | ExternalData: Add support for SHA-3 algorithmsBrad King2016-11-111-2/+7
| * | | | Help: De-duplicate and spell out supported hash algorithmsBrad King2016-11-101-1/+3
* | | | | Merge topic 'UseSWIG_USE_BUILD_SHARED_LIBS'Brad King2016-11-151-1/+3
|\ \ \ \ \
| * | | | | UseSWIG: Add USE_BUILD_SHARED_LIBS to accepted values for the TYPE argDaniele E. Domenichelli2016-11-141-1/+3
| | |_|/ / | |/| | |
* | | | | Merge topic 'ExternalProject-fix-UPDATE_DISCONNECTED'Brad King2016-11-151-2/+2
|\ \ \ \ \
| * | | | | ExternalProject: Fix UPDATE_DISCONNECTED with empty update stepsBrad King2016-11-151-2/+2
| |/ / / /
* | | | | Merge topic 'FindBISON-fix-rebuild'Brad King2016-11-151-1/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | FindBISON: Do not rebuild every time when not VERBOSEBrad King2016-11-141-1/+1
| | |/ | |/|
* | | Merge topic 'swig_add_library'Brad King2016-11-141-9/+47
|\ \ \
| * | | UseSWIG: Do not set PREFIX property for SHARED and STATIC lua librariesDaniele E. Domenichelli2016-11-111-1/+3
| * | | UseSWIG: Do not set NO_SONAME property for SHARED and STATIC librariesDaniele E. Domenichelli2016-11-111-1/+3
| * | | UseSWIG: Add swig_add_library macro.Daniele E. Domenichelli2016-11-111-7/+41
| | |/ | |/|
* | | Merge topic 'vs_targets_file_as_library'Brad King2016-11-111-0/+1
|\ \ \
| * | | VS: Treat libraries ending in `.targets` as msbuild importsSoji Yamakawa2016-11-091-0/+1
* | | | Merge topic 'fuchsia-platform'Brad King2016-11-111-0/+25
|\ \ \ \
| * | | | Add Fuchsia platform modulePetr Hosek2016-11-091-0/+25
| | |/ / | |/| |
* | | | Merge topic 'ExternalProject-GIT_CONFIG'Brad King2016-11-111-2/+12
|\ \ \ \
| * | | | ExternalProject: Allow passing config flags to git cloneChristian Fetzer2016-11-091-2/+12
| |/ / /
* | | | Merge topic 'intel-compile-features'Brad King2016-11-111-1/+1
|\ \ \ \
| * | | | Features: Detect Intel C++14 mode more reliablyBrad King2016-11-101-1/+1
| |/ / /
* | | | Features: Fix standards and features for Intel 15 on WindowsBrad King2016-11-102-13/+19
|/ / /