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:03:45 +0200 |
Mike Becker |
add special linked list implementation for storing pointers
|
file |
diff |
annotate
|
Tue, 05 Oct 2021 11:19:32 +0200 |
Mike Becker |
remove convenience macros
|
file |
diff |
annotate
|
Sun, 03 Oct 2021 18:51:44 +0200 |
Mike Becker |
add tests for high level functions
|
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 16:02:53 +0200 |
Mike Becker |
change test names
|
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 10:43:31 +0200 |
Mike Becker |
minor code changes
|
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:07:05 +0200 |
Olaf Wintermann |
rename test_cx_linked_list_add
|
file |
diff |
annotate
|
Tue, 28 Sep 2021 18:05:52 +0200 |
Olaf Wintermann |
remove error handling from tests
|
file |
diff |
annotate
|
Tue, 28 Sep 2021 18:03:10 +0200 |
Olaf Wintermann |
add test for cx_linked_list_add
|
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 18:31:24 +0200 |
Mike Becker |
change inheritance model for lists
|
file |
diff |
annotate
|
Sun, 26 Sep 2021 14:41:16 +0200 |
Mike Becker |
add utility to verify allocations
|
file |
diff |
annotate
|
Sun, 14 Feb 2021 15:37:12 +0100 |
Mike Becker |
perform array and list tests in the same test binary (use the same assertions, later)
|
file |
diff |
annotate
| base
|
Sat, 06 Feb 2021 19:11:44 +0100 |
Mike Becker |
starts ucx 3.0 development
|
file |
diff |
annotate
|