Mon, 15 Jan 2024 20:59:18 +0100 remove flags to disable SBO in tests - fix #343 fix #358 file | diff | annotate
Mon, 18 Dec 2023 18:22:53 +0100 add cxListFindRemove and cx_linked_list_find_node file | diff | annotate
Mon, 18 Dec 2023 16:14:07 +0100 make cx_cmp_ptr default comparator for pointer lists - relates to #340 file | diff | annotate
Mon, 18 Dec 2023 14:14:47 +0100 increase version number to 3.1 file | diff | annotate
Sat, 22 Apr 2023 14:21:02 +0200 make list find return a negative value when elem not found file | diff | annotate
Sun, 09 Apr 2023 19:03:58 +0200 refactoring of collections to make use of destructors in map implementations file | diff | annotate
Tue, 28 Mar 2023 21:00:33 +0200 allow NULL for allocator and comparator file | diff | annotate
Tue, 28 Mar 2023 19:13:33 +0200 add docs for CX_STORE_POINTERS and remove cxHashMapCreateForPointers() file | diff | annotate
Thu, 23 Feb 2023 22:43:13 +0100 add simple functions for creating lists file | diff | annotate
Wed, 08 Feb 2023 20:26:09 +0100 implement swap function for list elements - fixes #218 file | diff | annotate
Mon, 23 Jan 2023 20:34:18 +0100 temporarily remove pointer lists - see #234 file | diff | annotate
Wed, 23 Nov 2022 22:40:55 +0100 #224 add cxListAddArray() file | diff | annotate
Sun, 20 Nov 2022 21:08:36 +0100 use //-style single line comments everywhere file | diff | annotate
Sat, 21 May 2022 12:10:25 +0200 #178 fix that lists of different kind cannot be compared file | diff | annotate
Mon, 18 Apr 2022 17:26:21 +0200 #179 improve API for list content destruction file | diff | annotate
Mon, 18 Apr 2022 16:29:14 +0200 simplify destructor signature (but loads more responsibility onto the user) file | diff | annotate
Sat, 09 Apr 2022 16:37:43 +0200 #168 - add attributes and const file | diff | annotate
Tue, 15 Feb 2022 19:41:48 +0100 add new destructor API and apply it to CxList file | diff | annotate
Sun, 30 Jan 2022 14:19:00 +0100 do not hide pointers behind typedefs file | diff | annotate
Tue, 28 Dec 2021 17:38:02 +0100 add some const qualifiers file | diff | annotate
Tue, 28 Dec 2021 17:24:18 +0100 add cxLinkedListFromArray() and cxListCompare() file | diff | annotate
Tue, 28 Dec 2021 14:25:05 +0100 use c99 bool + add test for low level find file | diff | annotate
Tue, 28 Dec 2021 14:16:04 +0100 add cx_linked_list_compare() and simplifies some tests file | diff | annotate
Mon, 27 Dec 2021 17:16:32 +0100 use same doxygen style in all files file | diff | annotate
Mon, 27 Dec 2021 17:02:32 +0100 add common.h include to all other header files file | diff | annotate
Thu, 23 Dec 2021 15:20:50 +0100 add several new linked list functions file | diff | annotate
Mon, 20 Dec 2021 13:01:38 +0100 add cx_linked_list_find() file | diff | annotate
Mon, 20 Dec 2021 11:58:36 +0100 add more nonnull attributes file | diff | annotate
Mon, 20 Dec 2021 11:26:39 +0100 add more explicit documentation to cx_linked_list_remove() file | diff | annotate
Mon, 20 Dec 2021 11:17:06 +0100 change contract of cx_linked_list_remove() file | diff | annotate
Sat, 04 Dec 2021 17:38:23 +0100 add cx_linked_list_first() + cx_linked_list_prepend() file | diff | annotate
Fri, 08 Oct 2021 19:47:31 +0200 add cx_linked_list_{prev, remove, reverse} 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 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
Mon, 27 Sep 2021 18:33:30 +0200 add function cx_linked_list_at() file | diff | annotate
Sun, 26 Sep 2021 11:57:27 +0200 fix missing extern "C" 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: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: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 19:42:12 +0100 adds first draft for linked list implementation file | diff | annotate
(0)tip

mercurial