Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -0/+31 |
* | 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 |