Mon, 18 Dec 2023 18:22:53 +0100 add cxListFindRemove and cx_linked_list_find_node file | diff | annotate
Mon, 18 Dec 2023 14:14:47 +0100 increase version number to 3.1 file | diff | annotate
Fri, 07 Jul 2023 18:41:03 +0200 more doc fixes file | diff | annotate
Fri, 07 Jul 2023 18:20:07 +0200 fix typo in list.h 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 14:03:21 +0200 add empty list implementation - fixes #258 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
Sat, 22 Apr 2023 14:09:46 +0200 fix wrong doc in cxListFind() file | diff | annotate
Sun, 16 Apr 2023 20:50:19 +0200 fix common.h include problems - fixes #255 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 19:13:33 +0200 add docs for CX_STORE_POINTERS and remove cxHashMapCreateForPointers() 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
Wed, 15 Feb 2023 16:48:11 +0100 implement backwards iterator - fixes #238 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: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, 20 Nov 2022 16:22:50 +0100 missing const in cxListFind file | diff | annotate
Sun, 20 Nov 2022 15:51:02 +0100 #219 array list: implement compare 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
Mon, 18 Apr 2022 15:59:09 +0200 simplify auto-free contents in lists file | diff | annotate
Mon, 18 Apr 2022 15:29:52 +0200 remove list destructor file | diff | annotate
Sat, 16 Apr 2022 20:44:47 +0200 make cxListMemoryMgmt a linkable symbol file | diff | annotate
Sat, 09 Apr 2022 16:37:43 +0200 #168 - add attributes and const file | diff | annotate
Tue, 15 Feb 2022 20:01:59 +0100 fix typo in documentation file | diff | annotate
Tue, 15 Feb 2022 19:48:25 +0100 add convenience function to configure list memory management 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
Mon, 27 Dec 2021 17:02:32 +0100 add common.h include to all other header files 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
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 12:23:46 +0200 add documentation for list.h file | diff | annotate
Tue, 05 Oct 2021 11:19:32 +0200 remove convenience macros file | diff | annotate
Sun, 03 Oct 2021 18:37:13 +0200 add convenience macros for pointer casts 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:50:07 +0200 add high-level function cxListAt() file | diff | annotate
Mon, 27 Sep 2021 18:33:30 +0200 add function cx_linked_list_at() file | diff | annotate
Sun, 26 Sep 2021 18:31:24 +0200 change inheritance model for lists 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
Mon, 08 Feb 2021 00:14:07 +0100 adds cxLinkedListWrap and cxLinkedListRecalculateSize file | diff | annotate
Sun, 07 Feb 2021 21:29:51 +0100 removes unnecessary typedefs file | diff | annotate
Sun, 07 Feb 2021 21:26:48 +0100 adds cxListLast 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 19:42:12 +0100 adds first draft for linked list implementation file | diff | annotate
Sun, 07 Feb 2021 15:35:52 +0100 no C99 comments file | diff | annotate
Sat, 06 Feb 2021 19:11:44 +0100 starts ucx 3.0 development file | diff | annotate
(0)tip

mercurial