summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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
|\ \ \ \ \ \ \
| * | | | | | | cmGeneratorTarget: Correctly set FortranModuleDirectoryCreatedDaniel Pfeifer2016-11-051-0/+1
| * | | | | | | cmGeneratorTarget: Don't assing a bool to a stringDaniel Pfeifer2016-11-051-1/+0
| * | | | | | | cmGlobalNinjaGenerator: Suppress clang-tidy warningDaniel Pfeifer2016-11-051-2/+2
| * | | | | | | cmCTestSubmitHandler: Remove redundant c_str()Daniel Pfeifer2016-11-051-1/+1
| * | | | | | | cmCPluginAPI: Fix clang-tidy findingsDaniel Pfeifer2016-11-051-4/+4
| |/ / / / / /
* | | | | | | Merge topic 'cpack-rpm-omit-unsupported-tags'Brad King2016-11-086-0/+73
|\ \ \ \ \ \ \
| * | | | | | | Release text for omitting unsupported tags topicDomen Vrankar2016-11-051-0/+8
| * | | | | | | CPack/RPM test for Suggests tagAlexander Adam2016-11-054-0/+41
| * | | | | | | CPack/RPM prevent special tags from being removedDomen Vrankar2016-11-051-1/+5
| * | | | | | | CPack/RPM omit unsupported tagsAlexander Adam2016-11-051-0/+20
| |/ / / / / /
* | | | | | | Merge topic 'FortranCInterface-pic'Brad King2016-11-081-0/+3
|\ \ \ \ \ \ \
| * | | | | | | FortranCInterface: Make mangling detection robust to PIC FortranBrad King2016-11-041-0/+3
* | | | | | | | CMake Nightly Date StampKitware Robot2016-11-081-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2016-11-071-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2016-11-061-1/+1
| |/ / / / / |/| | | | |