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 16:29:14 +0200 |
Mike Becker |
simplify destructor signature (but loads more responsibility onto the user)
|
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
|
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
|
Mon, 27 Dec 2021 17:16:32 +0100 |
Mike Becker |
use same doxygen style in all files
|
file |
diff |
annotate
|
Mon, 27 Dec 2021 17:02:32 +0100 |
Mike Becker |
add common.h include to all other header files
|
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
|
Fri, 08 Oct 2021 19:47:31 +0200 |
Mike Becker |
add cx_linked_list_{prev, remove, reverse}
|
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 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
|
Mon, 27 Sep 2021 18:33:30 +0200 |
Mike Becker |
add function cx_linked_list_at()
|
file |
diff |
annotate
|
Sun, 26 Sep 2021 11:57:27 +0200 |
Mike Becker |
fix missing extern "C"
|
file |
diff |
annotate
|
Sun, 14 Feb 2021 15:13:53 +0100 |
Mike Becker |
removes stupid high level wrapper for linked lists + adds test for cxLinkedListCreate
|
file |
diff |
annotate
|
Sun, 14 Feb 2021 11:30:19 +0100 |
Mike Becker |
adds cxLinkedListDestroy prototype
|
file |
diff |
annotate
|
Mon, 08 Feb 2021 00:18:09 +0100 |
Mike Becker |
simplifies linked list descriptor
|
file |
diff |
annotate
|
Mon, 08 Feb 2021 00:14:07 +0100 |
Mike Becker |
adds cxLinkedListWrap and cxLinkedListRecalculateSize
|
file |
diff |
annotate
|
Sun, 07 Feb 2021 21:03:30 +0100 |
Mike Becker |
use named fields to access node memory
|
file |
diff |
annotate
|
Sun, 07 Feb 2021 20:37:20 +0100 |
Mike Becker |
copy list items when they are added to the list
|
file |
diff |
annotate
|
Sun, 07 Feb 2021 20:08:13 +0100 |
Mike Becker |
changes off_t to ptrdiff_t
|
file |
diff |
annotate
|
Sun, 07 Feb 2021 19:42:12 +0100 |
Mike Becker |
adds first draft for linked list implementation
|
file |
diff |
annotate
|