Fri, 08 Oct 2021 19:47:31 +0200 add cx_linked_list_{prev, remove, reverse} file | diff | annotate
Wed, 06 Oct 2021 14:10:19 +0200 add high level list sort and inlines method invocation functions file | diff | annotate
Tue, 05 Oct 2021 16:33:11 +0200 add cx_linked_list_sort() file | diff | annotate
Tue, 05 Oct 2021 13:04:20 +0200 remove unused cxLinkedListRecalculateSize() file | diff | annotate
Tue, 05 Oct 2021 13:03:45 +0200 add special linked list implementation for storing pointers file | diff | annotate
Sun, 03 Oct 2021 18:36:51 +0200 fix bad start index in cx_ll_node_at() file | diff | annotate
Sun, 03 Oct 2021 16:30:47 +0200 change cx_linked_list_last() and add a test for it file | diff | annotate
Sun, 03 Oct 2021 14:06:57 +0200 add some documentation and changes some signatures file | diff | annotate
Sun, 03 Oct 2021 12:04:27 +0200 make cx_linked_list_class static file | diff | annotate
Tue, 28 Sep 2021 18:49:12 +0200 implement cx_ll_insert() file | diff | annotate
Tue, 28 Sep 2021 18:33:42 +0200 implement cx_ll_remove() file | diff | annotate
Tue, 28 Sep 2021 18:22:00 +0200 remove unnecessary fields from linked list node and simplifies cx_ll_add() file | diff | annotate
Tue, 28 Sep 2021 18:09:14 +0200 change cxLinkedListCreate() setting all fields instead of calling cxListRecalculateSize() file | diff | annotate
Mon, 27 Sep 2021 18:57:17 +0200 fix mixed up cases in cx_ll_at() file | diff | annotate
Mon, 27 Sep 2021 18:50:07 +0200 add high-level function cxListAt() file | diff | annotate
Mon, 27 Sep 2021 18:33:30 +0200 add function cx_linked_list_at() file | diff | annotate
Mon, 27 Sep 2021 17:49:23 +0200 implement linked list find file | diff | annotate
Mon, 27 Sep 2021 17:00:19 +0200 add node destruction in cxLinkedListDestroy() file | diff | annotate
Sun, 26 Sep 2021 18:31:24 +0200 change inheritance model for lists file | diff | annotate
Sun, 26 Sep 2021 15:26:43 +0200 fix special cases for linked_list_add file | diff | annotate
Sun, 26 Sep 2021 14:45:42 +0200 implement at least freeing the linked list container file | diff | annotate
Sun, 26 Sep 2021 12:01:25 +0200 remove unnecessary check file | diff | annotate
Sun, 14 Feb 2021 15:13:53 +0100 removes stupid high level wrapper for linked lists + adds test for cxLinkedListCreate file | diff | annotate
Sun, 14 Feb 2021 11:30:19 +0100 adds cxLinkedListDestroy prototype file | diff | annotate
Mon, 08 Feb 2021 00:20:52 +0100 fixes cx_linked_list_add not recalculating end file | diff | annotate
Mon, 08 Feb 2021 00:18:09 +0100 simplifies linked list descriptor file | diff | annotate
Mon, 08 Feb 2021 00:14:07 +0100 adds cxLinkedListWrap and cxLinkedListRecalculateSize file | diff | annotate
Sun, 07 Feb 2021 21:26:48 +0100 adds cxListLast file | diff | annotate
Sun, 07 Feb 2021 21:14:39 +0100 use C99 flexible array to mark the node's payload file | diff | annotate
Sun, 07 Feb 2021 21:03:30 +0100 use named fields to access node memory file | diff | annotate
Sun, 07 Feb 2021 20:37:20 +0100 copy list items when they are added to the list file | diff | annotate
Sun, 07 Feb 2021 20:08:13 +0100 changes off_t to ptrdiff_t file | diff | annotate
Sun, 07 Feb 2021 20:05:26 +0100 adds missing assignments for new list node file | diff | annotate
Sun, 07 Feb 2021 19:42:12 +0100 adds first draft for linked list implementation file | diff | annotate
(0)tip

mercurial