Skip to content

Releases: LKedward/fhash

Feature update

25 May 10:39
3230739
Compare
Choose a tag to compare
  • Adds an iterator type fhash_iter_t for iterating over all items within a hash table
  • Adds a to_string deferred method to the key abstract type
    • (backwards incompatible with custom key types defined with previous versions)

Minor revision (bug fixes)

15 Apr 13:57
458c85d
Compare
Choose a tag to compare
  • Fixes to allow compiling with latest ifort (#10)
  • Fixes for release mode on OSX and Windows (#11)

Minor revision

09 Feb 13:25
125ac80
Compare
Choose a tag to compare

Fixes:

  • Issue with tbl%stats routine returning uninitialised stats for an uninitialised table (#7)

Initial release

11 Dec 14:36
Compare
Choose a tag to compare
v0.1.0

Update README with new documentation links