summaryrefslogtreecommitdiff
path: root/lib/xxhash.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-18updated xxhash to latest versionYann Collet1-239/+375
2018-02-08intel: do not use __attribute__((packed)) on WindowsBen Boeckel1-1/+1
2017-08-24FIX: added prefix to FORCE_INLINE to prevent redefinition error during compil...tcpan1-16/+16
2017-08-07Allow to predefine FORCE_INLINE macro.Alex Deymo1-11/+16
2016-11-10updated xxhash libYann Collet1-269/+290
2016-07-08Use https wherever possibleBen Wiederhake1-2/+2
2016-06-29Updated xxhash library to v0.6.1Yann Collet1-429/+335
2015-08-19updated xxhashYann Collet1-14/+39
2015-08-16Improved performance on ARMv6Yann Collet1-1/+1
2015-08-16Updated xxhash to r41Yann Collet1-19/+41
2015-05-06Added compilation flag -Wcast-qualYann Collet1-52/+48
2015-04-09Fixed a few warnings from -fsanitize=undefinedYann Collet1-28/+13
2015-03-13Improved sparse file supportYann Collet1-2/+1
2014-12-17Added : -pedantic compilation optionYann Collet1-2/+2
2014-12-17C90 compatibilityYann Collet1-14/+13
2014-12-16Fixed : older compiler don't like nameless unions, reported by Cheyi LinYann Collet1-69/+77
2014-11-30New directory structure : library source files into /lib directoryYann Collet1-0/+928