Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: use C99 declaration in the for-loop set_foreach() macro | Eric Engestrom | 2018-10-25 | 1 | -5/+1 |
* | util/set: helper to remove entry by key | Caio Marcelo de Oliveira Filho | 2018-07-12 | 1 | -0/+9 |
* | util/set: add a clone function | Caio Marcelo de Oliveira Filho | 2018-07-12 | 1 | -0/+23 |
* | util/set: add a set_clear function | Scott D Phillips | 2018-05-04 | 1 | -0/+23 |
* | util: Use set_foreach instead of rolling our own | Thomas Helland | 2018-03-14 | 1 | -6/+2 |
* | util: make set's deleted_key_value declaration consistent with hash table one | Vlad Golovkin | 2017-06-08 | 1 | -2/+2 |
* | util/set: don't compare against deleted entries | Connor Abbott | 2016-02-02 | 1 | -1/+2 |
* | util/set: Do a full search when adding new items | Jason Ekstrand | 2015-02-07 | 1 | -6/+15 |
* | mesa: Fix some signed-unsigned comparison warnings | Jan Vesely | 2015-01-21 | 1 | -1/+1 |
* | util/hash_set: Rework the API to know about hashing | Jason Ekstrand | 2015-01-15 | 1 | -5/+42 |
* | util: Move main/set to util/hash_set | Jason Ekstrand | 2015-01-15 | 1 | -0/+345 |