Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/hash: Silence comparison between signed and unsigned integer warnings in... | Ian Romanick | 2015-02-17 | 3 | -3/+3 |
* | util/hash: Silence unused parameter warnings in tests | Ian Romanick | 2015-02-17 | 9 | -0/+28 |
* | util/hash_table: Try to hit a double-insertion bug in the collision test | Jason Ekstrand | 2015-02-07 | 1 | -1/+13 |
* | hash_table: Rename insert_with_hash to insert_pre_hashed | Jason Ekstrand | 2015-01-15 | 1 | -4/+4 |
* | util/hash_table: Rework the API to know about hashing | Jason Ekstrand | 2014-12-14 | 9 | -50/+44 |
* | util: List hash_table tests as check_PROGRAMS. | Matt Turner | 2014-12-12 | 1 | -1/+1 |
* | util: remove ralloc_test | Emil Velikov | 2014-08-08 | 2 | -80/+0 |
* | util/tests/hash_table: Link against libmesautil instead of libmesa | Jason Ekstrand | 2014-08-05 | 1 | -4/+2 |
* | util: Move the open-addressing linear-probing hash_table to src/util. | Kenneth Graunke | 2014-08-04 | 13 | -0/+729 |
* | util: Move ralloc to a new src/util directory. | Kenneth Graunke | 2014-08-04 | 2 | -0/+78 |