Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-03-02 | Add a testcase for the replacement bug fixed in the previous commit. | Eric Anholt | 3 | -0/+67 |
2016-03-02 | Add a testcase for a bug that was introduced in Mesa. | Eric Anholt | 3 | -0/+66 |
2014-11-25 | Make helpers for creating hash tables and sets of strings. | Eric Anholt | 4 | -4/+4 |
2013-10-25 | Teach the hash table itself to know its own hash function | Carl Worth | 8 | -53/+49 |
2013-10-25 | Fix out-of-tree build. | Eric Anholt | 1 | -1/+1 |
2013-10-25 | Add set_contains and int_set_contains functions. | Carl Worth | 5 | -0/+12 |
2013-10-25 | Add new convenience function 'remove' (renaming former to 'remove_entry') | Carl Worth | 4 | -6/+15 |
2013-10-25 | Standardize language for license blurbs. | Carl Worth | 1 | -7/+8 |
2013-10-25 | Update .gitignore files | Carl Worth | 1 | -0/+2 |
2011-08-18 | Add a set implementation derived from the hash_table implementation. | Eric Anholt | 11 | -0/+641 |