summaryrefslogtreecommitdiff
path: root/set.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-16Add missing set_foreach().Eric Anholt1-0/+10
2013-10-25Teach the hash table itself to know its own hash functionCarl Worth1-6/+15
2013-10-25Add set_contains and int_set_contains functions.Carl Worth1-2/+6
2013-10-25Add new convenience function 'remove' (renaming former to 'remove_entry')Carl Worth1-1/+4
2013-10-25Add multiple-inclusion guards for header files.Carl Worth1-0/+5
2013-10-25Whitespace cleanup for header files.Carl Worth1-12/+19
2011-08-18Add a set implementation derived from the hash_table implementation.Eric Anholt1-0/+60