summaryrefslogtreecommitdiff
path: root/tests/set
AgeCommit message (Expand)AuthorFilesLines
2016-03-02Add a testcase for the replacement bug fixed in the previous commit.Eric Anholt3-0/+67
2016-03-02Add a testcase for a bug that was introduced in Mesa.Eric Anholt3-0/+66
2014-11-25Make helpers for creating hash tables and sets of strings.Eric Anholt4-4/+4
2013-10-25Teach the hash table itself to know its own hash functionCarl Worth8-53/+49
2013-10-25Fix out-of-tree build.Eric Anholt1-1/+1
2013-10-25Add set_contains and int_set_contains functions.Carl Worth5-0/+12
2013-10-25Add new convenience function 'remove' (renaming former to 'remove_entry')Carl Worth4-6/+15
2013-10-25Standardize language for license blurbs.Carl Worth1-7/+8
2013-10-25Update .gitignore filesCarl Worth1-0/+2
2011-08-18Add a set implementation derived from the hash_table implementation.Eric Anholt11-0/+641