IABSD.fr/ports/sysutils/xxhash

Branch :


Log

Author Commit Date CI Message
c318d4cd 2019-10-15 04:19:59 Update to xxhash-0.7.2. Maintenance release. Changelog can be found at https://github.com/Cyan4973/xxHash/releases/tag/v0.7.2
f5e76299 2019-09-07 20:09:35 Avoid DT_SONAME hardcoding.¬
43ac6d3a 2019-08-17 18:52:47 Update to xxhash-0.7.1. Bump minor of SHARED_LIBS as symbols have been added. Overview of changes can be found at https://github.com/Cyan4973/xxHash/releases/tag/v0.7.1
14ee1f63 2019-07-26 05:52:49 Remove -Wvla flag; gcc-4.2.1 and earlier don't understand it. ok bket@ (MAINTAINER)
018547eb 2019-07-11 16:28:13 Import xxhash-0.7.0. DESCR: xxHash is an extremely fast non-cryptographic hash algorithm, running at RAM speed limits. Code is highly portable, and hashes are identical on all platforms (little / big endian). Comments/suggestions from sthen@, juanfra@, and kn@. Thanks! OK sthen@, kn@