Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Releases: g1mv/spookyhash

SpookyHash 1.0.6

26 Jun 20:23
Compare
Choose a tag to compare

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

04 May 17:14
Compare
Choose a tag to compare

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

03 Apr 19:17
Compare
Choose a tag to compare

1.0.4

April 3, 2015

  • Removed memory allocation casts

SpookyHash 1.0.3

24 Mar 09:16
Compare
Choose a tag to compare

1.0.3

March 24, 2015

  • Fixed string.h include problem
  • Improved compilation switches speed-wise

SpookyHash 1.0.2

06 Feb 14:24
Compare
Choose a tag to compare

1.0.2

February 6, 2015

  • Now using single Makefile

SpookyHash 1.0.1

04 Feb 21:25
Compare
Choose a tag to compare

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

03 Feb 09:19
Compare
Choose a tag to compare

1.0.0

February 2, 2015

  • Support for big endian platforms
  • Support for multi-threaded environments