2022-04-18 Mike Becker #179 improve API for list content destruction file | diff | annotate
2022-04-18 Mike Becker remove list destructor file | diff | annotate
2022-04-16 Mike Becker add test for cxListCompare file | diff | annotate
2022-04-09 Mike Becker #129 - remove test code duplication file | diff | annotate
2022-04-09 Mike Becker #168 - add attributes and const file | diff | annotate
2022-02-15 Mike Becker add new destructor API and apply it to CxList file | diff | annotate
2022-01-30 Mike Becker do not hide pointers behind typedefs file | diff | annotate
2022-01-29 Mike Becker add cxListInsertAfter() and cxListInsertBefore() file | diff | annotate
2022-01-22 Mike Becker add the feature to remove items during iteration file | diff | annotate
2022-01-22 Mike Becker add iterator interface + linked list iterator file | diff | annotate
2021-12-28 Mike Becker add cxListReverse() file | diff | annotate
2021-12-28 Mike Becker add some const qualifiers file | diff | annotate
2021-12-28 Mike Becker add cxLinkedListFromArray() and cxListCompare() file | diff | annotate
2021-12-28 Mike Becker use c99 bool + add test for low level find file | diff | annotate
2021-12-28 Mike Becker add cx_linked_list_compare() and simplifies some tests file | diff | annotate
2021-12-23 Mike Becker add several new linked list functions file | diff | annotate
2021-12-20 Mike Becker add cx_linked_list_find() file | diff | annotate
2021-12-20 Mike Becker add more nonnull attributes file | diff | annotate
2021-12-20 Mike Becker add more explicit documentation to cx_linked_list_remove() file | diff | annotate
2021-12-20 Mike Becker change contract of cx_linked_list_remove() file | diff | annotate
2021-12-04 Mike Becker add cx_linked_list_first() + cx_linked_list_prepend() file | diff | annotate
2021-10-09 Mike Becker remove cxListLast (can be realized via cxListAt and index=size-1) file | diff | annotate
2021-10-08 Mike Becker add cx_linked_list_{prev, remove, reverse} file | diff | annotate
2021-10-06 Mike Becker add high level list sort and inlines method invocation functions file | diff | annotate
2021-10-05 Mike Becker add cx_linked_list_sort() file | diff | annotate
2021-10-05 Mike Becker remove unused cxLinkedListRecalculateSize() file | diff | annotate
2021-10-05 Mike Becker add special linked list implementation for storing pointers file | diff | annotate
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