Version: 0.8.0, Package name: xxhash-0.8.0 |
Maintained by: Bjorn Ketelaars |
Master sites: |
Description 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). |
Filesize: 142.489 KB |
Version History (View Complete History) |
|
2020-12-06 22:19:20 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Fix empty version in .pc file |
2020-08-09 18:47:44 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Don't clobber CFLAGS to let this build on i386 with newer llvm Upstream's (GNU)Makefile properly amends CFLAGS on a per-target basis, but that can't happen if we override CFLAGS on gmake's command line. We already provide CFLAGS through MAKE_ENV, let the Makefile do its job and provide -fPIC where needed. ok bket@ (maintainer) |
2020-07-27 22:41:18 by Bjorn Ketelaars | Files touched by this commit (3) |
Log message: Update to xxhash-0.8.0 Changes: https://github.com/Cyan4973/xxHash/releases/tag/v0.8.0 |
2020-06-25 04:38:05 by Bjorn Ketelaars | Files touched by this commit (3) |
Log message: Update to xxhash-0.7.4 Changelog: https://github.com/Cyan4973/xxHash/blob/v0.7.4/CHANGELOG Bump library minor version as a new symbol has been added. |
2020-03-05 21:22:13 by Bjorn Ketelaars | Files touched by this commit (4) |
Log message: Update to xxhash-0.7.3 Changes: https://github.com/Cyan4973/xxHash/blob/v0.7.3/CHANGELOG |