summaryrefslogtreecommitdiff
path: root/src/test/test-list.c
Commit message (Expand)AuthorAgeFilesLines
* basic: Use statement expressions more in list.hDaan De Meyer2023-01-081-26/+25
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* test-list: rename field to indicate that it's a listZbigniew Jędrzejewski-Szmek2022-07-021-163/+163
* basic/list: drop LIST_IS_EMPTYZbigniew Jędrzejewski-Szmek2022-07-021-1/+1
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-1/+1
* list: add LIST_POP() helper that pops the first item off a linked listLennart Poettering2021-11-251-0/+9
* Remove own copyright lineJan Janssen2021-11-221-3/+0
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* basic/list: add LIST_JOIN helperLuca Boccassi2020-07-291-0/+47
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* list: LIST_INSERT_BEFORE: update head if necessary (#4261)Michael Olbrich2016-10-041-0/+23
* basic: add LIST_INSERT_BEFOREAlex Crawford2015-08-041-0/+44
* test: duplicate LIST_FOREACH_OTHERS test to check for corner cases of end and...Lennart Poettering2015-01-281-0/+14
* list: add macro for iterating through a list an item is in, skipping the itemLennart Poettering2015-01-281-1/+8
* shared/list: add LIST_APPENDZbigniew Jędrzejewski-Szmek2015-01-111-0/+24
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-11/+11
* test: Add list testcaseJan Janssen2013-06-271-0/+109