| Commit message (Expand) | Author | Age | Files | Lines |
* | CPackRPM now supports multiple directives in CPACK_RPM_USER_FILELIST | Harry Mallon | 2016-12-03 | 1 | -5/+8 |
|
|
* | Merge topic 'pgi-macos-flags' | Brad King | 2016-12-01 | 4 | -0/+20 |
|\ |
|
| * | PGI: Pass macOS-specific link flags directly to linker | Brad King | 2016-11-30 | 4 | -0/+20 |
|
|
* | | Merge topic 'CMakeGraphVizOptions-docs' | Brad King | 2016-11-30 | 1 | -3/+10 |
|\ \ |
|
| * | | CMakeGraphVizOptions: Minor improvements to docs. | Harry Mallon | 2016-11-29 | 1 | -3/+10 |
| |/ |
|
* | | Merge topic 'FindPythonLibs-tolerate-relative-exe' | Brad King | 2016-11-30 | 1 | -4/+4 |
|\ \ |
|
| * | | FindPythonLibs: Tolerate a non-absolute PYTHON_EXECUTABLE | Brad King | 2016-11-28 | 1 | -4/+4 |
| |/ |
|
* | | Merge topic 'cpack-ifw-options' | Brad King | 2016-11-30 | 1 | -6/+68 |
|\ \ |
|
| * | | CPackIFW: Add some options | Konstantin Podsvirov | 2016-11-24 | 1 | -6/+68 |
| |/ |
|
* | | Merge topic 'UseSWIG-java-outputs' | Brad King | 2016-11-30 | 1 | -3/+4 |
|\ \ |
|
| * | | UseSWIG: Record generated java files as custom command outputs | caryoscelus | 2016-11-29 | 1 | -3/+4 |
| |/ |
|
* | | Merge topic 'find-module-cleanup-sweep' | Brad King | 2016-11-29 | 48 | -111/+2 |
|\ \ |
|
| * | | Find*.cmake: drop the comments before including FPHSA | Rolf Eike Beer | 2016-11-28 | 48 | -106/+1 |
|
|
| * | | FindLibArchive: do not set LibArchive_FOUND explicitly | Rolf Eike Beer | 2016-11-28 | 1 | -1/+0 |
|
|
| * | | FindLibArchive: use CMAKE_CURRENT_LIST_DIR to find FPHSA | Rolf Eike Beer | 2016-11-28 | 1 | -4/+1 |
| |/ |
|
* | | Merge topic 'FindDevIL-updates' | Brad King | 2016-11-29 | 1 | -2/+2 |
|\ \ |
|
| * | | FindDevIL: Make the ILUT library optional | Vladimír Vondruš | 2016-11-28 | 1 | -1/+1 |
|
|
| * | | FindDevIL: fail properly when library is not found. | Vladimír Vondruš | 2016-11-28 | 1 | -1/+1 |
| |/ |
|
* | | Merge topic 'FindPkgConfig-fix-print-errors' | Brad King | 2016-11-29 | 1 | -1/+2 |
|\ \ |
|
| * | | FindPkgConfig: Fix missing error text when library version is specified | Gautier Pelloux-Prayer | 2016-11-28 | 1 | -1/+2 |
| |/ |
|
* | | Merge topic 'initial_cuda_language_support' | Brad King | 2016-11-29 | 10 | -1/+495 |
|\ \
| |/
|/| |
|
| * | CUDA: Prefer environment variables CUDACXX and CUDAHOSTCXX. | Robert Maynard | 2016-11-14 | 2 | -1/+19 |
|
|
| * | CUDA: Refactor CMakeCUDAInformation to prepare for separable compilation. | Robert Maynard | 2016-11-14 | 2 | -9/+71 |
|
|
| * | CUDA: Use the host compiler for linking CUDA executables and shared libs. | Robert Maynard | 2016-11-14 | 5 | -11/+67 |
|
|
| * | CUDA: add support for specifying an explicit host compiler. | Robert Maynard | 2016-11-14 | 2 | -5/+22 |
|
|
| * | CUDA: Enable header dependency scanning. | Robert Maynard | 2016-11-14 | 1 | -1/+14 |
|
|
| * | CUDA: We now properly perform CUDA compiler identification. | Robert Maynard | 2016-11-14 | 7 | -8/+49 |
|
|
| * | CUDA: CompilerId now errors out properly when passed a non CUDA compiler. | Robert Maynard | 2016-11-14 | 1 | -3/+2 |
|
|
| * | CUDA: Explicitly state all source files are cuda sources. | Robert Maynard | 2016-11-14 | 1 | -1/+1 |
|
|
| * | CUDA: Add support language levels (98/11) | Robert Maynard | 2016-11-14 | 2 | -6/+8 |
|
|
| * | CUDA: Add basic CUDA language support for *NIX systems. | Robert Maynard | 2016-11-14 | 7 | -0/+286 |
|
|
* | | Merge topic 'ExternalProject-cmd-poisoning' | Brad King | 2016-11-18 | 1 | -68/+65 |
|\ \ |
|
| * | | ExternalProject: Do not trip over pre-existing 'cmd' variable | Karsten Sperling | 2016-11-17 | 1 | -68/+65 |
|
|
* | | | Merge topic 'android-info-variables' | Brad King | 2016-11-17 | 3 | -2/+29 |
|\ \ \
| |/ /
|/| | |
|
| * | | Android: Add CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINE | Brad King | 2016-11-14 | 3 | -0/+11 |
|
|
| * | | Android: Add CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG variable | Brad King | 2016-11-14 | 3 | -0/+4 |
|
|
| * | | Android: Always set CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION | Brad King | 2016-11-14 | 3 | -2/+14 |
| |/ |
|
* | | Merge topic 'msvc-no-explicit-_DEBUG' | Brad King | 2016-11-16 | 1 | -2/+2 |
|\ \ |
|
| * | | MSVC: Do not define _DEBUG explicitly when using /MDd | Brad King | 2016-11-15 | 1 | -2/+2 |
|
|
* | | | Merge topic 'armcc-response-file-flag' | Brad King | 2016-11-16 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | ARMCC: Fix flag used for response files | Ben Boeckel | 2016-11-15 | 1 | -0/+1 |
|
|
* | | | Merge topic 'add-SHA-3' | Brad King | 2016-11-15 | 3 | -4/+11 |
|\ \ \ |
|
| * | | | ExternalProject: Add support for SHA-3 algorithms | Brad King | 2016-11-11 | 1 | -1/+1 |
|
|
| * | | | ExternalData: Add support for SHA-3 algorithms | Brad King | 2016-11-11 | 1 | -2/+7 |
|
|
| * | | | Help: De-duplicate and spell out supported hash algorithms | Brad King | 2016-11-10 | 1 | -1/+3 |
|
|
* | | | | Merge topic 'UseSWIG_USE_BUILD_SHARED_LIBS' | Brad King | 2016-11-15 | 1 | -1/+3 |
|\ \ \ \ |
|
| * | | | | UseSWIG: Add USE_BUILD_SHARED_LIBS to accepted values for the TYPE arg | Daniele E. Domenichelli | 2016-11-14 | 1 | -1/+3 |
| | |_|/
| |/| | |
|
* | | | | Merge topic 'ExternalProject-fix-UPDATE_DISCONNECTED' | Brad King | 2016-11-15 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | ExternalProject: Fix UPDATE_DISCONNECTED with empty update steps | Brad King | 2016-11-15 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge topic 'FindBISON-fix-rebuild' | Brad King | 2016-11-15 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|