index
:
~anholt/hash_table
cworth-with-warnings
master
Open-addressing, linear probing hash table code for reuse in various projects.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Makefile.am
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-02
Add a testcase for the replacement bug fixed in the previous commit.
Eric Anholt
1
-0
/
+1
2016-03-02
Add a testcase for a bug that was introduced in Mesa.
Eric Anholt
1
-0
/
+1
2013-10-25
Fix out-of-tree build.
Eric Anholt
1
-1
/
+1
2013-10-25
Add a new int-set structure for a set of integers
Carl Worth
1
-1
/
+1
2013-10-25
Standardize language for license blurbs.
Carl Worth
1
-7
/
+8
2012-11-06
Add a test case for handling of collisions.
Eric Anholt
1
-0
/
+1
2011-08-18
Add a set implementation derived from the hash_table implementation.
Eric Anholt
1
-0
/
+2
2011-08-18
Make hash_table_remove(ht, NULL) do nothing instead of segfault.
Eric Anholt
1
-0
/
+1
2011-08-18
Add defined behavior for inserts with matching keys, and a test.
Eric Anholt
1
-0
/
+1
2009-11-23
Add a testcase for the upcoming deletion management code.
Eric Anholt
1
-0
/
+1
2009-11-23
Add an interface for choosing a random hash table entry with a predicate.
Eric Anholt
1
-0
/
+1
2009-11-23
destroy_callback: New test for the destroy hashtable callback.
Eric Anholt
1
-0
/
+1
2009-11-23
New test for expanding the hash table and not losing entries.
Eric Anholt
1
-0
/
+1
2009-11-23
Add a new test for removal of keys from the ht, and fix up API naming.
Eric Anholt
1
-0
/
+1
2009-11-23
Add testing infrastructure.
Eric Anholt
1
-0
/
+29