| Commit message (Expand) | Author | Age | Files | Lines |
* | Utilities/Release: Update to openssl-1.0.2j | Brad King | 2016-11-17 | 1 | -3/+3 |
|
|
* | librhash: Activate SHA-3 implementation | Brad King | 2016-11-10 | 3 | -5/+15 |
|
|
* | Merge branch 'upstream-librhash' into add-SHA-3 | Brad King | 2016-11-10 | 3 | -1/+411 |
|
|
* | librhash: Update import script to add SHA-3 implementation | Brad King | 2016-11-10 | 1 | -0/+2 |
|
|
* | Merge topic 'import-librhash' | Brad King | 2016-11-10 | 26 | -1/+3255 |
|\ |
|
| * | Add option to build CMake against a system librhash | Brad King | 2016-11-10 | 2 | -0/+7 |
|
|
| * | Remove unused cm_sha2 infrastructure | Brad King | 2016-11-10 | 1 | -1/+1 |
|
|
| * | 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 | 3 | -0/+39 |
|
|
| * | 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 |
|
|
| * | Add script to update librhash from upstream | Brad King | 2016-11-03 | 1 | -0/+43 |
|
|
* | | Drop KWStyle checks in favor of clang-format and Git hooks | Brad King | 2016-11-08 | 6 | -126/+1 |
|/ |
|
* | Features: Fix cxx_right_angle_brackets compiler feature test | Alex Wang | 2016-10-25 | 1 | -0/+1 |
|
|
* | Utilities/Release: Update README to reference https URL | Brad King | 2016-10-04 | 1 | -1/+1 |
|
|
* | Utilities/GitSetup: Fetch local hooks via https | Brad King | 2016-10-04 | 1 | -1/+1 |
|
|
* | Utilities/Release: Drop Linux .tar.Z binary | Brad King | 2016-10-04 | 1 | -0/+1 |
|
|
* | Utilities/Release: Drop macOS .tar.Z binary | Brad King | 2016-10-04 | 1 | -1/+1 |
|
|
* | CMake 3.7.0-rc1 version update | Brad King | 2016-10-03 | 1 | -1/+1 |
|
|
* | Merge topic 'cmake-server-enable-more' | Brad King | 2016-09-30 | 4 | -0/+5 |
|\ |
|
| * | Utilities/Release: Use python 3 for server mode test on Linux binary | Brad King | 2016-09-29 | 1 | -0/+1 |
|
|
| * | Utilities/Release: Enable server mode in all binaries | Brad King | 2016-09-29 | 4 | -0/+4 |
|
|
* | | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2016-09-29 | 4 | -41/+84 |
|/ |
|
* | Utilities/Release: Add html docs to Windows 64-bit binary | Brad King | 2016-09-28 | 1 | -1/+0 |
|
|
* | Utilities/Scripts: Remove temporary script that filtered license notices | Brad King | 2016-09-27 | 1 | -49/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 23 | -255/+51 |
|
|
* | Utilities/Scripts: Add temporary script to filter license notices | Brad King | 2016-09-27 | 1 | -0/+49 |
|
|
* | Utilities/KWStyle: Remove unused header check reference file | Brad King | 2016-09-27 | 1 | -11/+0 |
|
|
* | Merge topic 'binaries-as-c++14' | Brad King | 2016-09-19 | 2 | -2/+2 |
|\ |
|
| * | Utilities/Release: Build Linux and OS X binaries as C++14 | Brad King | 2016-09-16 | 2 | -2/+2 |
|
|
* | | Utilities/Release: Suppress KWSys ConsoleBuf test on Windows binaries | Brad King | 2016-09-19 | 2 | -2/+2 |
|/ |
|
* | Require CMake 2.8.12.2 to build CMake itself | Brad King | 2016-09-15 | 2 | -2/+2 |
|
|
* | Merge topic 'drop-cygwin-binary' | Brad King | 2016-09-12 | 9 | -202/+0 |
|\ |
|
| * | Utilities/Release: Drop Cygwin binary | Brad King | 2016-09-12 | 9 | -202/+0 |
|
|
* | | Merge topic 'libuv-link-kvm' | Brad King | 2016-09-12 | 1 | -0/+9 |
|\ \
| |/
|/| |
|
| * | libuv: Link with kvm on NetBSD and OpenBSD | Brad King | 2016-09-09 | 1 | -0/+6 |
|
|
| * | libuv: Link with kvm on FreeBSD | Roger Leigh | 2016-09-09 | 1 | -0/+3 |
|
|
* | | Merge branch 'upstream-KWIML' into update-kwiml | Brad King | 2016-09-08 | 4 | -4/+8 |
|
|
* | | kwiml: Update import script for new upstream URL | Brad King | 2016-09-08 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'backport-curl-fix' | Brad King | 2016-09-07 | 1 | -1/+7 |
|\ |
|
| * | curl: Backport certificate reuse fix from 7.50.2 | Brad King | 2016-09-07 | 1 | -1/+7 |
|
|
* | | Merge topic 'test-GenerateExportHeader-with-RunCMake' | Brad King | 2016-09-06 | 1 | -1/+1 |
|\ \ |
|
| * | | Tests: Port GenerateExportHeader test to RunCMake infrastructure | Brad King | 2016-09-05 | 1 | -1/+1 |
|
|
* | | | libuv: Simplify variable initializations to satisfy Clang scan-build | Brad King | 2016-09-01 | 2 | -10/+4 |
|/ / |
|