About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/util/list.h
AgeCommit message (Expand)Author
2025-09-10util/list: Add iterator debug to more routines.Ella Stanforth
2025-09-10util/list: Fix next instruction removal usecase for non safe iteratorsElla Stanforth
2022-07-28util/list: rename LIST_ENTRY() to list_entry()Eric Engestrom
2022-07-20util: Enable list_assert in debugoptimized buildsAlyssa Rosenzweig
2022-06-02util: remove needless c99_compat.h includesErik Faye-Lund
2022-04-22util/list.h: add a function to move an item in a listDylan Baker
2022-03-17util/list.h: Add docstrings for list_add and list_addtailDylan Baker
2020-12-18util/list: use helper function in list_is_singularMarcin Ślusarz
2020-12-18util/list: add list_is_linkedMarcin Ślusarz
2020-12-10util+treewide: container_of() cleanupRob Clark
2020-05-13util/list: Add list_foreach_entry_from_safeCaio Marcelo de Oliveira Filho
2020-05-13util/list: Add a list pair iteratorJason Ekstrand
2019-10-28util: remove LIST_IS_EMPTY macroTimothy Arceri
2019-10-28util: rename list_empty() to list_is_empty()Timothy Arceri
2019-10-28util: remove LIST_DEL macroTimothy Arceri
2019-10-28util: remove LIST_DELINIT macroTimothy Arceri
2019-10-28util: remove LIST_REPLACE macroTimothy Arceri
2019-10-28util: remove LIST_ADD macroTimothy Arceri
2019-10-28util: remove LIST_ADDTAIL macroTimothy Arceri
2019-10-28util: remove LIST_INITHEAD macroTimothy Arceri
2019-05-30list: add some iterator debugRob Clark
2018-07-29util/list: Make some helpers take const listsJason Ekstrand
2017-04-03util: #include "c99_compat.h" to fix Windows buildBrian Paul
2017-01-12util: fix list_is_singular()Timothy Arceri
2016-07-06list: fix list_replace() for empty listsRob Clark
2016-04-15util/list: Add list splicing functionsJason Ekstrand
2015-11-10util: Add list_is_singular() helper functionEduardo Lima Mitev
2015-06-21util/list: add list_first/last_entryRob Clark
2015-05-08util/list: Add a list validation functionJason Ekstrand
2015-05-08util/list: Add list_empty and list_length functionsJason Ekstrand
2015-05-08util/list: Add C99-based iterator macrosJason Ekstrand
2015-05-08util: Move gallium's linked list to utilJason Ekstrand