Tue, 28 Mar 2023 21:00:33 +0200 |
Mike Becker |
allow NULL for allocator and comparator
|
file |
diff |
annotate
|
Tue, 21 Mar 2023 17:18:29 +0100 |
Mike Becker |
add CX_STORE_POINTERS special "item size" for lists
|
file |
diff |
annotate
|
Mon, 20 Mar 2023 19:09:08 +0100 |
Mike Becker |
add unit test for cxListClear + fix destructor functions not always invoked with the correct pointer
|
file |
diff |
annotate
|
Tue, 14 Mar 2023 20:25:24 +0100 |
Mike Becker |
add cxListClear and fix missing destructor invocations - #241 #246
|
file |
diff |
annotate
|
Thu, 23 Feb 2023 22:43:13 +0100 |
Mike Becker |
add simple functions for creating lists
|
file |
diff |
annotate
|
Thu, 23 Feb 2023 22:27:41 +0100 |
Mike Becker |
add CX_LINKED_LIST_SORT_SBO_SIZE macro
|
file |
diff |
annotate
|
Wed, 15 Feb 2023 16:48:11 +0100 |
Mike Becker |
implement backwards iterator - fixes #238
|
file |
diff |
annotate
|
Wed, 08 Feb 2023 20:26:26 +0100 |
Mike Becker |
Automated merge
|
file |
diff |
annotate
|
Tue, 07 Feb 2023 20:08:45 +0100 |
Mike Becker |
fix code not compiling under windows+mingw
|
file |
diff |
annotate
|
Wed, 08 Feb 2023 20:26:09 +0100 |
Mike Becker |
implement swap function for list elements - fixes #218
|
file |
diff |
annotate
|
Thu, 26 Jan 2023 20:59:36 +0100 |
Mike Becker |
add new pointer list wrapper - resolves #234
|
file |
diff |
annotate
|
Wed, 25 Jan 2023 19:19:29 +0100 |
Mike Becker |
simplify list class - fixes #236
|
file |
diff |
annotate
|
Mon, 23 Jan 2023 20:34:18 +0100 |
Mike Becker |
temporarily remove pointer lists - see #234
|
file |
diff |
annotate
|
Mon, 23 Jan 2023 20:22:11 +0100 |
Mike Becker |
add cxListInsertArray() - fixes #224
|
file |
diff |
annotate
|
Sat, 26 Nov 2022 16:58:41 +0100 |
Mike Becker |
separate iterators and mutating iterators
|
file |
diff |
annotate
|
Wed, 23 Nov 2022 22:40:55 +0100 |
Mike Becker |
#224 add cxListAddArray()
|
file |
diff |
annotate
|
Sun, 20 Nov 2022 21:08:36 +0100 |
Mike Becker |
use //-style single line comments everywhere
|
file |
diff |
annotate
|
Sun, 23 Oct 2022 13:32:16 +0200 |
Mike Becker |
enclose macro arguments in parenthesis
|
file |
diff |
annotate
|
Sat, 21 May 2022 12:10:25 +0200 |
Mike Becker |
#178 fix that lists of different kind cannot be compared
|
file |
diff |
annotate
|
Mon, 18 Apr 2022 17:26:21 +0200 |
Mike Becker |
#179 improve API for list content destruction
|
file |
diff |
annotate
|
Mon, 18 Apr 2022 15:29:52 +0200 |
Mike Becker |
remove list destructor
|
file |
diff |
annotate
|
Sat, 16 Apr 2022 22:12:47 +0200 |
Mike Becker |
add test for cxListCompare
|
file |
diff |
annotate
|
Sat, 09 Apr 2022 18:02:53 +0200 |
Mike Becker |
#129 - remove test code duplication
|
file |
diff |
annotate
|
Sat, 09 Apr 2022 16:37:43 +0200 |
Mike Becker |
#168 - add attributes and const
|
file |
diff |
annotate
|
Tue, 15 Feb 2022 19:41:48 +0100 |
Mike Becker |
add new destructor API and apply it to CxList
|
file |
diff |
annotate
|
Sun, 30 Jan 2022 14:19:00 +0100 |
Mike Becker |
do not hide pointers behind typedefs
|
file |
diff |
annotate
|
Sat, 29 Jan 2022 14:32:04 +0100 |
Mike Becker |
add cxListInsertAfter() and cxListInsertBefore()
|
file |
diff |
annotate
|
Sat, 22 Jan 2022 18:49:06 +0100 |
Mike Becker |
add the feature to remove items during iteration
|
file |
diff |
annotate
|
Sat, 22 Jan 2022 17:15:14 +0100 |
Mike Becker |
add iterator interface + linked list iterator
|
file |
diff |
annotate
|
Tue, 28 Dec 2021 17:41:51 +0100 |
Mike Becker |
add cxListReverse()
|
file |
diff |
annotate
|
Tue, 28 Dec 2021 17:38:02 +0100 |
Mike Becker |
add some const qualifiers
|
file |
diff |
annotate
|
Tue, 28 Dec 2021 17:24:18 +0100 |
Mike Becker |
add cxLinkedListFromArray() and cxListCompare()
|
file |
diff |
annotate
|
Tue, 28 Dec 2021 14:25:05 +0100 |
Mike Becker |
use c99 bool + add test for low level find
|
file |
diff |
annotate
|
Tue, 28 Dec 2021 14:16:04 +0100 |
Mike Becker |
add cx_linked_list_compare() and simplifies some tests
|
file |
diff |
annotate
|
Thu, 23 Dec 2021 15:20:50 +0100 |
Mike Becker |
add several new linked list functions
|
file |
diff |
annotate
|
Mon, 20 Dec 2021 13:01:38 +0100 |
Mike Becker |
add cx_linked_list_find()
|
file |
diff |
annotate
|
Mon, 20 Dec 2021 11:58:36 +0100 |
Mike Becker |
add more nonnull attributes
|
file |
diff |
annotate
|
Mon, 20 Dec 2021 11:26:39 +0100 |
Mike Becker |
add more explicit documentation to cx_linked_list_remove()
|
file |
diff |
annotate
|
Mon, 20 Dec 2021 11:17:06 +0100 |
Mike Becker |
change contract of cx_linked_list_remove()
|
file |
diff |
annotate
|
Sat, 04 Dec 2021 17:38:23 +0100 |
Mike Becker |
add cx_linked_list_first() + cx_linked_list_prepend()
|
file |
diff |
annotate
|
Sat, 09 Oct 2021 11:12:48 +0200 |
Mike Becker |
remove cxListLast (can be realized via cxListAt and index=size-1)
|
file |
diff |
annotate
|
Fri, 08 Oct 2021 19:47:31 +0200 |
Mike Becker |
add cx_linked_list_{prev, remove, reverse}
|
file |
diff |
annotate
|
Wed, 06 Oct 2021 14:10:19 +0200 |
Mike Becker |
add high level list sort and inlines method invocation functions
|
file |
diff |
annotate
|
Tue, 05 Oct 2021 16:33:11 +0200 |
Mike Becker |
add cx_linked_list_sort()
|
file |
diff |
annotate
|
Tue, 05 Oct 2021 13:04:20 +0200 |
Mike Becker |
remove unused cxLinkedListRecalculateSize()
|
file |
diff |
annotate
|
Tue, 05 Oct 2021 13:03:45 +0200 |
Mike Becker |
add special linked list implementation for storing pointers
|
file |
diff |
annotate
|
Sun, 03 Oct 2021 18:36:51 +0200 |
Mike Becker |
fix bad start index in cx_ll_node_at()
|
file |
diff |
annotate
|
Sun, 03 Oct 2021 16:30:47 +0200 |
Mike Becker |
change cx_linked_list_last() and add a test for it
|
file |
diff |
annotate
|
Sun, 03 Oct 2021 14:06:57 +0200 |
Mike Becker |
add some documentation and changes some signatures
|
file |
diff |
annotate
|
Sun, 03 Oct 2021 12:04:27 +0200 |
Mike Becker |
make cx_linked_list_class static
|
file |
diff |
annotate
|
Tue, 28 Sep 2021 18:49:12 +0200 |
Mike Becker |
implement cx_ll_insert()
|
file |
diff |
annotate
|
Tue, 28 Sep 2021 18:33:42 +0200 |
Mike Becker |
implement cx_ll_remove()
|
file |
diff |
annotate
|
Tue, 28 Sep 2021 18:22:00 +0200 |
Mike Becker |
remove unnecessary fields from linked list node and simplifies cx_ll_add()
|
file |
diff |
annotate
|
Tue, 28 Sep 2021 18:09:14 +0200 |
Mike Becker |
change cxLinkedListCreate() setting all fields instead of calling cxListRecalculateSize()
|
file |
diff |
annotate
|
Mon, 27 Sep 2021 18:57:17 +0200 |
Mike Becker |
fix mixed up cases in cx_ll_at()
|
file |
diff |
annotate
|
Mon, 27 Sep 2021 18:50:07 +0200 |
Mike Becker |
add high-level function cxListAt()
|
file |
diff |
annotate
|
Mon, 27 Sep 2021 18:33:30 +0200 |
Mike Becker |
add function cx_linked_list_at()
|
file |
diff |
annotate
|
Mon, 27 Sep 2021 17:49:23 +0200 |
Mike Becker |
implement linked list find
|
file |
diff |
annotate
|
Mon, 27 Sep 2021 17:00:19 +0200 |
Mike Becker |
add node destruction in cxLinkedListDestroy()
|
file |
diff |
annotate
|
Sun, 26 Sep 2021 18:31:24 +0200 |
Mike Becker |
change inheritance model for lists
|
file |
diff |
annotate
|