2021-10-03 Mike Becker fix bad start index in cx_ll_node_at() file | diff | annotate
2021-10-03 Mike Becker change cx_linked_list_last() and add a test for it file | diff | annotate
2021-10-03 Mike Becker add some documentation and changes some signatures file | diff | annotate
2021-10-03 Mike Becker make cx_linked_list_class static file | diff | annotate
2021-09-28 Mike Becker implement cx_ll_insert() file | diff | annotate
2021-09-28 Mike Becker implement cx_ll_remove() file | diff | annotate
2021-09-28 Mike Becker remove unnecessary fields from linked list node and simplifies cx_ll_add() file | diff | annotate
2021-09-28 Mike Becker change cxLinkedListCreate() setting all fields instead of calling cxListRecalculateSize() file | diff | annotate
2021-09-27 Mike Becker fix mixed up cases in cx_ll_at() file | diff | annotate
2021-09-27 Mike Becker add high-level function cxListAt() file | diff | annotate
2021-09-27 Mike Becker add function cx_linked_list_at() file | diff | annotate
2021-09-27 Mike Becker implement linked list find file | diff | annotate
2021-09-27 Mike Becker add node destruction in cxLinkedListDestroy() file | diff | annotate
2021-09-26 Mike Becker change inheritance model for lists file | diff | annotate
2021-09-26 Mike Becker fix special cases for linked_list_add file | diff | annotate
2021-09-26 Mike Becker implement at least freeing the linked list container file | diff | annotate
2021-09-26 Mike Becker remove unnecessary check file | diff | annotate
2021-02-14 Mike Becker removes stupid high level wrapper for linked lists + adds test for cxLinkedListCreate file | diff | annotate
2021-02-14 Mike Becker adds cxLinkedListDestroy prototype file | diff | annotate
2021-02-07 Mike Becker fixes cx_linked_list_add not recalculating end file | diff | annotate
2021-02-07 Mike Becker simplifies linked list descriptor file | diff | annotate
2021-02-07 Mike Becker adds cxLinkedListWrap and cxLinkedListRecalculateSize file | diff | annotate
2021-02-07 Mike Becker adds cxListLast file | diff | annotate
2021-02-07 Mike Becker use C99 flexible array to mark the node's payload file | diff | annotate
2021-02-07 Mike Becker use named fields to access node memory file | diff | annotate
2021-02-07 Mike Becker copy list items when they are added to the list file | diff | annotate
2021-02-07 Mike Becker changes off_t to ptrdiff_t file | diff | annotate
2021-02-07 Mike Becker adds missing assignments for new list node file | diff | annotate
2021-02-07 Mike Becker adds first draft for linked list implementation file | diff | annotate
(0) tip

mercurial