Sat, 17 Feb 2024 20:51:27 +0100 remove unnecessary flag_removal function file | diff | annotate
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
Fri, 07 Jul 2023 17:46:00 +0200 unify the list swap SBO sizes file | diff | annotate
Sun, 21 May 2023 14:56:10 +0200 fix inconsistent destructor requirements for list and map classes file | diff | annotate
Sun, 21 May 2023 11:52:58 +0200 improve cx_linked_list_sort() - fixes #257 file | diff | annotate
Fri, 05 May 2023 19:07:56 +0200 fix cx_linked_list_sort() not working for empty lists 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, 21 Mar 2023 17:18:29 +0100 add CX_STORE_POINTERS special "item size" for lists file | diff | annotate
Mon, 20 Mar 2023 19:09:08 +0100 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 add cxListClear and fix missing destructor invocations - #241 #246 file | diff | annotate
Thu, 23 Feb 2023 22:43:13 +0100 add simple functions for creating lists file | diff | annotate
Thu, 23 Feb 2023 22:27:41 +0100 add CX_LINKED_LIST_SORT_SBO_SIZE macro file | diff | annotate
Wed, 15 Feb 2023 16:48:11 +0100 implement backwards iterator - fixes #238 file | diff | annotate
Wed, 08 Feb 2023 20:26:26 +0100 Automated merge file | diff | annotate
Tue, 07 Feb 2023 20:08:45 +0100 fix code not compiling under windows+mingw file | diff | annotate
Wed, 08 Feb 2023 20:26:09 +0100 implement swap function for list elements - fixes #218 file | diff | annotate
Thu, 26 Jan 2023 20:59:36 +0100 add new pointer list wrapper - resolves #234 file | diff | annotate
Wed, 25 Jan 2023 19:19:29 +0100 simplify list class - fixes #236 file | diff | annotate
Mon, 23 Jan 2023 20:34:18 +0100 temporarily remove pointer lists - see #234 file | diff | annotate
Mon, 23 Jan 2023 20:22:11 +0100 add cxListInsertArray() - fixes #224 file | diff | annotate
Sat, 26 Nov 2022 16:58:41 +0100 separate iterators and mutating iterators 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
Sun, 23 Oct 2022 13:32:16 +0200 enclose macro arguments in parenthesis 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 15:29:52 +0200 remove list destructor file | diff | annotate
Sat, 16 Apr 2022 22:12:47 +0200 add test for cxListCompare file | diff | annotate
Sat, 09 Apr 2022 18:02:53 +0200 #129 - remove test code duplication 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
Sat, 29 Jan 2022 14:32:04 +0100 add cxListInsertAfter() and cxListInsertBefore() file | diff | annotate
Sat, 22 Jan 2022 18:49:06 +0100 add the feature to remove items during iteration file | diff | annotate
Sat, 22 Jan 2022 17:15:14 +0100 add iterator interface + linked list iterator file | diff | annotate
Tue, 28 Dec 2021 17:41:51 +0100 add cxListReverse() 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
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
Sat, 09 Oct 2021 11:12:48 +0200 remove cxListLast (can be realized via cxListAt and index=size-1) file | diff | annotate
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
(0)-60tip

mercurial