util/format: Use explicitly sized types
[mesa.git] / src / util / hash_table.c
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-03 Nicolai Hähnleutil/hash_table: add _mesa_hash_table_clear (v4)
2016-02-02 Connor Abbottutil/hash_table: don't compare deleted entries
2015-02-08 Jason Ekstrandutil/hash_table: Do a full search when adding new items
2015-01-21 Jan Veselymesa: Fix some signed-unsigned comparison warnings
2015-01-15 Jason Ekstrandhash_table: Rename insert_with_hash to insert_pre_hashed
2015-01-15 Jason Ekstrandutil/hash_table: Pull the details of the FNV-1a into...
2014-12-15 Eric Anholthash_table: Fix compiler warnings from the renaming.
2014-12-15 Jason Ekstrandutil/hash_table: Rework the API to know about hashing
2014-11-26 Timothy Arceriutil: update hash type comments
2014-08-04 Jason Ekstrandutil: Gather some common macros
2014-08-04 Kenneth Graunkeutil: Move the open-addressing linear-probing hash_tabl...