summaryrefslogtreecommitdiffstats
path: root/test/unit/hash.c
Commit message (Expand)AuthorAgeFilesLines
* Fix stack corruption and uninitialized var warningDmitri Smirnov2016-05-031-6/+7
* Silence miscellaneous 64-to-32-bit data loss warnings.Jason Evans2016-02-241-2/+2
* Handle unaligned keys in hash().Jason Evans2016-02-201-3/+16
* Replace variable arrays in tests with VARIABLE_ARRAYMike Hommey2014-05-271-2/+2
* Adapt hash tests to big-endian systems.Jason Evans2014-03-301-0/+6
* Clean up code formatting.Jason Evans2014-01-021-4/+2
* Fix a typo in a string constant.Jason Evans2013-12-171-1/+1
* Add hash (MurmurHash3) tests.Jason Evans2013-12-171-0/+167