Skip to content

Releases: konsolebox/digest-xxhash-ruby

0.2.9

31 Dec 06:33
Compare
Choose a tag to compare

0.2.8

14 May 17:31
Compare
Choose a tag to compare

This release fixes a RangeError issue in the reset method for algorithms with 64-bit seeds. Number arguments with values larger than an unsigned int were rejected due to the use of FIX2UINT in the code. See #3.

All changes:

0.2.7

29 Jul 07:16
Compare
Choose a tag to compare
  • Update xxhash.h to upstream version 72e69d33c7 (v0.8.2)
  • Set minimum rake-compiler version to 1.2.3

0.2.6

24 Jun 07:31
Compare
Choose a tag to compare

0.2.5

12 May 15:28
Compare
Choose a tag to compare
  • Update xxhash.h to upstream version f852875e12

v0.2.4

02 Mar 20:03
Compare
Choose a tag to compare
  • Update ruby.yml
  • Update xxhash.h to upstream version d8aff149b5
  • Update copyright year
  • Simplify reassignment of install tasks

v0.2.3

29 Dec 14:34
Compare
Choose a tag to compare
  • Update xxhash.h to upstream version d878e1d162
  • Simplify test file filter regex
  • Specify files manually in gemspec file
  • Misc Rakefile improvements
  • Improve alternate install task
  • Set default task to 'compile' and 'test' but lazily compile if 'test' is specified

v0.2.2

12 Dec 07:47
Compare
Choose a tag to compare
  • Update xxhash.h to upstream version a17161efb1
  • Include digest/xxhash/version.rb from digest/xxhash.so as it should be
  • Add test for Digest::XXHash::VERSION
  • Exclude some versions of rake-compiler from dependency
  • Make github workflow work on other branches besides master
  • Update appveyor.yml to work with rake-compiler's new behavior
  • Uninstall Travis CI

v0.2.1

30 Aug 08:46
Compare
Choose a tag to compare
  • Update xxhash.h to upstream version b3c51c736f
  • Update copyright year

v0.2.0

13 May 20:37
Compare
Choose a tag to compare
  • Add XXH3_64bits and XXH3_128bits support
  • Use ruby_xmalloc and ruby_xfree
  • Implement a custom 'install' task
  • Improve extconf.rb