Age | Commit message (Expand) | Author |
---|---|---|
2024-11-03 | alist: Add a way to efficiently filter an alist | Simon Glass |
2024-11-03 | alist: Add a function to empty the list | Simon Glass |
2024-11-03 | alist: Add for-loop helpers | Simon Glass |
2024-11-03 | alist: Add a way to get the next element | Simon Glass |
2024-11-03 | alist: Expand the comment for alist_get() | Simon Glass |
2024-11-03 | alist: Add a comment for alist_init_struct() | Simon Glass |
2024-11-03 | alist: Mention the error condition in alist_add_placeholder() | Simon Glass |
2024-09-03 | alist: add a helper to check if the list is full | Sughosh Ganu |
2024-08-07 | alist: Add support for an allocated pointer list | Simon Glass |