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
Branch
Commit message
Author
Age
cworth-with-warnings
Cleanup implementation of set to prefer "set" over "hash table" or "ht"
Carl Worth
11 years
master
Install the libs.
Eric Anholt
6 years
Age
Commit message
Author
Files
Lines
2019-03-20
Install the libs.
HEAD
master
Eric Anholt
1
-0
/
+2
2019-03-20
meson: Expose libs as dependencies.
Eric Anholt
1
-0
/
+10
2018-03-16
Use set_foreach instead of rolling our own.
Thomas Helland
1
-9
/
+3
2018-03-16
Add missing set_foreach().
Eric Anholt
1
-0
/
+10
2017-12-01
Add asserts that the user doesn't try to add the empty or deleted values.
Eric Anholt
2
-0
/
+16
2017-12-01
Add a meson build system.
Eric Anholt
1
-0
/
+94
2017-12-01
Add an editorconfig file for our style.
Eric Anholt
1
-0
/
+14
2016-03-02
Add a testcase for the replacement bug fixed in the previous commit.
Eric Anholt
9
-0
/
+197
2016-03-02
Do a full search when adding new items
Jason Ekstrand
3
-19
/
+47
2016-03-02
Fix replacement of deleted entries in the int set.
Eric Anholt
4
-1
/
+64
[...]
Clone
git://people.freedesktop.org/~anholt/hash_table
ssh://people.freedesktop.org/~anholt/hash_table