summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CUDA: Add support language levels (98/11)Robert Maynard2016-11-144-6/+14
* CUDA: Add basic CUDA language support for *NIX systems.Robert Maynard2016-11-147-0/+286
* Merge topic 'swig_add_library'Brad King2016-11-143-11/+66
|\
| * Help: Add notes for topic 'swig_add_library'Brad King2016-11-111-0/+8
| * SwigTest: Update for swig_add_library and add lua exampleDaniele E. Domenichelli2016-11-111-2/+11
| * 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
* | CMake Nightly Date StampKitware Robot2016-11-141-1/+1
* | CMake Nightly Date StampKitware Robot2016-11-131-1/+1
* | CMake Nightly Date StampKitware Robot2016-11-121-1/+1
* | Merge topic 'cdash_version_check'Brad King2016-11-117-77/+6
|\ \
| * | Do not query CDash for versionZack Galbreath2016-11-085-77/+4
| * | Update tests that expect uncompressed outputZack Galbreath2016-11-082-0/+2
* | | Merge topic 'vs_targets_file_as_library'Brad King2016-11-115-5/+140
|\ \ \
| * | | VS: Treat libraries ending in `.targets` as msbuild importsSoji Yamakawa2016-11-095-5/+140
* | | | Merge topic 'fuchsia-platform'Brad King2016-11-112-0/+29
|\ \ \ \
| * | | | Add Fuchsia platform modulePetr Hosek2016-11-092-0/+29
* | | | | Merge topic 'ctest_memcheck_defect_count'Brad King2016-11-1117-7/+109
|\ \ \ \ \
| * | | | | ctest_memcheck: Add DEFECT_COUNT option to capture defect countBetsy McPhail2016-11-0917-7/+109
* | | | | | Merge topic 'ExternalProject-GIT_CONFIG'Brad King2016-11-113-2/+34
|\ \ \ \ \ \
| * | | | | | ExternalProject: Allow passing config flags to git cloneChristian Fetzer2016-11-093-2/+34
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'intel-compile-features'Brad King2016-11-112-1/+10
|\ \ \ \ \ \
| * | | | | | Features: Detect Intel C++14 mode more reliablyBrad King2016-11-101-1/+1
| * | | | | | Features: Suppress c_static_assert test coverage on Intel <= 15Brad King2016-11-101-0/+9
* | | | | | | Merge topic 'intel-compile-features-windows-15'Brad King2016-11-112-13/+19
|\ \ \ \ \ \ \
| * | | | | | | Features: Fix standards and features for Intel 15 on WindowsBrad King2016-11-102-13/+19
| |/ / / / / /
* | | | | | | Merge branch 'release'Brad King2016-11-110-0/+0
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | CMake 3.7.0v3.7.0Brad King2016-11-111-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2016-11-111-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'release'Brad King2016-11-100-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'autorcc-only-no-rebuild' into releaseBrad King2016-11-091-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'pkgconfig_imported_target' into releaseBrad King2016-11-081-1/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'import-librhash'Brad King2016-11-1049-1950/+3496
|\ \ \ \ \ \ \ \
| * | | | | | | | Add option to build CMake against a system librhashBrad King2016-11-104-6/+29
| * | | | | | | | FindLibRHash: Add module to find the librhash packageBrad King2016-11-105-0/+111
| * | | | | | | | Remove unused cm_sha2 infrastructureBrad King2016-11-107-1803/+1
| * | | | | | | | Port hash computation to cmCryptoHashBrad King2016-11-108-60/+34
| * | | | | | | | cmCryptoHash: Re-implement in terms of librhashBrad King2016-11-102-85/+73
| * | | | | | | | cmCryptoHash: Avoid using subclasses at client sitesBrad King2016-11-101-4/+4
| * | | | | | | | librhash: Port to KWIML for ABI and integer type informationBrad King2016-11-102-40/+28
| * | | | | | | | librhash: Avoid signed left-shift overflowBrad King2016-11-101-2/+2
| * | | | | | | | librhash: Implement bswap_32 as a function even in strict C90 modeBrad King2016-11-101-5/+2
| * | | | | | | | librhash: Implement bswap_64 even in strict C90 modeBrad King2016-11-101-4/+2
| * | | | | | | | librhash: Use __builtin_bswap{32,64} on ClangBrad King2016-11-101-0/+8
| * | | | | | | | librhash: Install COPYING file with CMake documentationBrad King2016-11-101-0/+2
| * | | | | | | | librhash: Disable warnings to avoid changing 3rd party codeBrad King2016-11-102-0/+12
| * | | | | | | | librhash: Build the library within CMakeBrad King2016-11-105-0/+44
| * | | | | | | | librhash: Remove source fragments not needed for CMakeBrad King2016-11-105-125/+47
| * | | | | | | | Merge branch 'upstream-librhash' into import-librhashBrad King2016-11-0321-0/+3238
| |\ \ \ \ \ \ \ \