summaryrefslogtreecommitdiff
path: root/tests/int-set
AgeCommit message (Expand)AuthorFilesLines
2016-03-02Add a testcase for the replacement bug fixed in the previous commit.Eric Anholt3-0/+55
2016-03-02Fix replacement of deleted entries in the int set.Eric Anholt3-0/+61
2016-03-02Fix compiler warning in delete_management.Eric Anholt1-1/+0
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-10/+17
2013-10-25Add a new int-set structure for a set of integersCarl Worth10-0/+520