Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge topic 'cdash_version_check' | Brad King | 2016-11-11 | 7 | -77/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Do not query CDash for version | Zack Galbreath | 2016-11-08 | 5 | -77/+4 | |
| * | | | | | | | Update tests that expect uncompressed output | Zack Galbreath | 2016-11-08 | 2 | -0/+2 | |
* | | | | | | | | Merge topic 'vs_targets_file_as_library' | Brad King | 2016-11-11 | 5 | -5/+140 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | VS: Treat libraries ending in `.targets` as msbuild imports | Soji Yamakawa | 2016-11-09 | 5 | -5/+140 | |
* | | | | | | | | | Merge topic 'fuchsia-platform' | Brad King | 2016-11-11 | 2 | -0/+29 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add Fuchsia platform module | Petr Hosek | 2016-11-09 | 2 | -0/+29 | |
* | | | | | | | | | | Merge topic 'ctest_memcheck_defect_count' | Brad King | 2016-11-11 | 17 | -7/+109 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | ctest_memcheck: Add DEFECT_COUNT option to capture defect count | Betsy McPhail | 2016-11-09 | 17 | -7/+109 | |
* | | | | | | | | | | | Merge topic 'ExternalProject-GIT_CONFIG' | Brad King | 2016-11-11 | 3 | -2/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ExternalProject: Allow passing config flags to git clone | Christian Fetzer | 2016-11-09 | 3 | -2/+34 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'intel-compile-features' | Brad King | 2016-11-11 | 2 | -1/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Features: Detect Intel C++14 mode more reliably | Brad King | 2016-11-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | Features: Suppress c_static_assert test coverage on Intel <= 15 | Brad King | 2016-11-10 | 1 | -0/+9 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'intel-compile-features-windows-15' | Brad King | 2016-11-11 | 2 | -13/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Features: Fix standards and features for Intel 15 on Windows | Brad King | 2016-11-10 | 2 | -13/+19 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'release' | Brad King | 2016-11-11 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | / / / / | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | CMake 3.7.0v3.7.0 | Brad King | 2016-11-11 | 1 | -1/+1 | |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-11-11 | 1 | -1/+1 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'release' | Brad King | 2016-11-10 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Merge branch 'autorcc-only-no-rebuild' into release | Brad King | 2016-11-09 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'pkgconfig_imported_target' into release | Brad King | 2016-11-08 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ | Merge topic 'import-librhash' | Brad King | 2016-11-10 | 49 | -1950/+3496 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add option to build CMake against a system librhash | Brad King | 2016-11-10 | 4 | -6/+29 | |
| * | | | | | | | | | | | FindLibRHash: Add module to find the librhash package | Brad King | 2016-11-10 | 5 | -0/+111 | |
| * | | | | | | | | | | | Remove unused cm_sha2 infrastructure | Brad King | 2016-11-10 | 7 | -1803/+1 | |
| * | | | | | | | | | | | Port hash computation to cmCryptoHash | Brad King | 2016-11-10 | 8 | -60/+34 | |
| * | | | | | | | | | | | cmCryptoHash: Re-implement in terms of librhash | Brad King | 2016-11-10 | 2 | -85/+73 | |
| * | | | | | | | | | | | cmCryptoHash: Avoid using subclasses at client sites | Brad King | 2016-11-10 | 1 | -4/+4 | |
| * | | | | | | | | | | | librhash: Port to KWIML for ABI and integer type information | Brad King | 2016-11-10 | 2 | -40/+28 | |
| * | | | | | | | | | | | librhash: Avoid signed left-shift overflow | Brad King | 2016-11-10 | 1 | -2/+2 | |
| * | | | | | | | | | | | librhash: Implement bswap_32 as a function even in strict C90 mode | Brad King | 2016-11-10 | 1 | -5/+2 | |
| * | | | | | | | | | | | librhash: Implement bswap_64 even in strict C90 mode | Brad King | 2016-11-10 | 1 | -4/+2 | |
| * | | | | | | | | | | | librhash: Use __builtin_bswap{32,64} on Clang | Brad King | 2016-11-10 | 1 | -0/+8 | |
| * | | | | | | | | | | | librhash: Install COPYING file with CMake documentation | Brad King | 2016-11-10 | 1 | -0/+2 | |
| * | | | | | | | | | | | librhash: Disable warnings to avoid changing 3rd party code | Brad King | 2016-11-10 | 2 | -0/+12 | |
| * | | | | | | | | | | | librhash: Build the library within CMake | Brad King | 2016-11-10 | 5 | -0/+44 | |
| * | | | | | | | | | | | librhash: Remove source fragments not needed for CMake | Brad King | 2016-11-10 | 5 | -125/+47 | |
| * | | | | | | | | | | | Merge branch 'upstream-librhash' into import-librhash | Brad King | 2016-11-03 | 21 | -0/+3238 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | librhash 2016-11-01 (d839a1a8) | librhash upstream | 2016-11-03 | 21 | -0/+3238 | |
| | / / / / / / / / / | ||||||
| * | | | | | | | | | | Add script to update librhash from upstream | Brad King | 2016-11-03 | 1 | -0/+43 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'autorcc-only-no-rebuild' | Brad King | 2016-11-10 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | QtAutogen: Do not re-generate AUTORCC outputs on every build | Brad King | 2016-11-09 | 1 | -2/+2 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-11-10 | 1 | -1/+1 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge topic 'update-kwsys' | Brad King | 2016-11-09 | 72 | -13666/+11539 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-11-09 | 72 | -13666/+11539 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | | | ||||||
| | * | | | | | | KWSys 2016-11-09 (18c65411) | KWSys Upstream | 2016-11-09 | 73 | -13666/+11541 | |
* | | | | | | | | Merge topic 'drop-kwstyle' | Brad King | 2016-11-09 | 7 | -140/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Drop KWStyle checks in favor of clang-format and Git hooks | Brad King | 2016-11-08 | 7 | -140/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'FindSDL_preventGrowingCacheVar' | Brad King | 2016-11-09 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ |