This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
Releases: g1mv/spookyhash
Releases · g1mv/spookyhash
SpookyHash 1.0.6
1.0.6
June 26, 2015
- Switched to premake 5
- Updated API definitions
- Added version information access in the API
- Added build statuses
SpookyHash 1.0.5
1.0.5
May 4, 2015
- Switched to premake as build system
- Now using builtin memory functions (memcpy, memset) when available
- Added a test executable pretty much identical to the original author's
- Disabled unaligned reads by default to avoid undefined behaviors
SpookyHash 1.0.4
1.0.4
April 3, 2015
- Removed memory allocation casts
SpookyHash 1.0.3
1.0.3
March 24, 2015
- Fixed string.h include problem
- Improved compilation switches speed-wise
SpookyHash 1.0.2
1.0.2
February 6, 2015
- Now using single Makefile
SpookyHash 1.0.1
1.0.1
February 4, 2015
- Added inlining for all functions
- Reverted to using uintN_t instead of uint_fastN_t due to bitwise shift problems
- Defined rotate function as macro
- Added makefiles
SpookyHash 1.0.0
1.0.0
February 2, 2015
- Support for big endian platforms
- Support for multi-threaded environments