summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* string: Add support for SHA-3 algorithmsBrad King2016-11-107-1/+31
* cmCryptoHash: Add support for SHA-3 algorithmsBrad King2016-11-102-8/+29
* Help: De-duplicate and spell out supported hash algorithmsBrad King2016-11-103-7/+26
* librhash: Activate SHA-3 implementationBrad King2016-11-103-5/+15
* Merge branch 'upstream-librhash' into add-SHA-3Brad King2016-11-103-1/+411
|\
| * librhash 2016-11-06 (de79828d)librhash upstream2016-11-103-1/+411
* | librhash: Update import script to add SHA-3 implementationBrad King2016-11-101-0/+2
* | 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
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | librhash 2016-11-01 (d839a1a8)librhash upstream2016-11-0321-0/+3238
| | / / /
| * | | | Add script to update librhash from upstreamBrad King2016-11-031-0/+43
* | | | | Merge topic 'autorcc-only-no-rebuild'Brad King2016-11-101-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | QtAutogen: Do not re-generate AUTORCC outputs on every buildBrad King2016-11-091-2/+2
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2016-11-101-1/+1
* | | | Merge topic 'update-kwsys'Brad King2016-11-0972-13666/+11539
|\ \ \ \
| * \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-11-0972-13666/+11539
| |\ \ \ \
| | * | | | KWSys 2016-11-09 (18c65411)KWSys Upstream2016-11-0973-13666/+11541
* | | | | | Merge topic 'drop-kwstyle'Brad King2016-11-097-140/+1
|\ \ \ \ \ \
| * | | | | | Drop KWStyle checks in favor of clang-format and Git hooksBrad King2016-11-087-140/+1
| |/ / / / /
* | | | | | Merge topic 'FindSDL_preventGrowingCacheVar'Brad King2016-11-091-2/+5
|\ \ \ \ \ \
| * | | | | | FindSDL: Prevent unbounded growth of SDL_LIBRARY_TEMP variableCraig Scott2016-11-081-2/+5
* | | | | | | Merge topic 'pkgconfig_imported_target'Brad King2016-11-091-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | PkgConfig: Fix FindPkgConfig imported target featureFlorent Castelli2016-11-041-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'imported-interface-libname'Brad King2016-11-0924-21/+294
|\ \ \ \ \ \
| * | | | | | Allow imported INTERFACE libraries to specify a link library nameBrad King2016-11-0924-15/+284
| * | | | | | cmTarget: Refactor GetMappedConfig to choose location property up frontBrad King2016-11-031-5/+7
| * | | | | | cmTarget: Add comment clarifying interface library special caseBrad King2016-11-031-0/+2
| * | | | | | cmTarget: Clarify comments in GetMappedConfigBrad King2016-11-031-3/+3
| | |_|_|_|/ | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2016-11-091-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge topic 'include-what-you-use'Brad King2016-11-08140-442/+660
|\ \ \ \ \
| * | | | | Fix several include-what-you-use findingsDaniel Pfeifer2016-11-08140-442/+660
* | | | | | Merge topic 'clang-tidy'Brad King2016-11-084-8/+8
|\ \ \ \ \ \