summaryrefslogtreecommitdiff
path: root/src/util/list.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-13util/list: Add list_foreach_entry_from_safeCaio Marcelo de Oliveira Filho1-0/+7
2020-05-13util/list: Add a list pair iteratorJason Ekstrand1-0/+7
2019-10-28util: remove LIST_IS_EMPTY macroTimothy Arceri1-3/+0
2019-10-28util: rename list_empty() to list_is_empty()Timothy Arceri1-5/+5
2019-10-28util: remove LIST_DEL macroTimothy Arceri1-2/+0
2019-10-28util: remove LIST_DELINIT macroTimothy Arceri1-1/+0
2019-10-28util: remove LIST_REPLACE macroTimothy Arceri1-1/+0
2019-10-28util: remove LIST_ADD macroTimothy Arceri1-1/+0
2019-10-28util: remove LIST_ADDTAIL macroTimothy Arceri1-1/+0
2019-10-28util: remove LIST_INITHEAD macroTimothy Arceri1-1/+0
2019-05-30list: add some iterator debugRob Clark1-5/+16
2018-07-29util/list: Make some helpers take const listsJason Ekstrand1-4/+4
2017-04-03util: #include "c99_compat.h" to fix Windows buildBrian Paul1-0/+1
2017-01-12util: fix list_is_singular()Timothy Arceri1-1/+1
2016-07-06list: fix list_replace() for empty listsRob Clark1-4/+10
2016-04-15util/list: Add list splicing functionsJason Ekstrand1-0/+22
2015-11-10util: Add list_is_singular() helper functionEduardo Lima Mitev1-0/+8
2015-06-21util/list: add list_first/last_entryRob Clark1-0/+7
2015-05-08util/list: Add a list validation functionJason Ekstrand1-0/+9
2015-05-08util/list: Add list_empty and list_length functionsJason Ekstrand1-0/+15
2015-05-08util/list: Add C99-based iterator macrosJason Ekstrand1-0/+34
2015-05-08util: Move gallium's linked list to utilJason Ekstrand1-0/+146