summaryrefslogtreecommitdiff
path: root/src/util/murmurhash3.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-24Include header file in implementation module.Lukas Slebodnik1-0/+1
Declarations of public functions was in header files, but header files was not included in implementation file.
2013-08-28UTIL: Create new wraper header file sss_endian.hLukas Slebodnik1-11/+2
Some platform have header file endian.h and anothers have sys/endian.h. We nedd to use conditional build to handle it correctly, therefore new header file sss_endian.h was created.
2012-06-15Fix compilation on older little-endian systemsStephen Gallagher1-1/+2
2012-04-24murmurhash: Relax inline requirementStephen Gallagher1-2/+2
2012-01-09util: Fix murmurhash3 on machines with old glibcSimo Sorce1-0/+10
2012-01-09util: add murmurhash3 hash functionSimo Sorce1-0/+110