Sat, 17 Feb 2024 20:51:27 +0100 remove unnecessary flag_removal function file | diff | annotate
Fri, 26 Jan 2024 19:17:46 +0100 remove check that is always true in cx_arl_remove() file | diff | annotate
Thu, 25 Jan 2024 22:05:48 +0100 rename cx_array_copy_result to just cx_array_result file | diff | annotate
Thu, 25 Jan 2024 22:01:12 +0100 add cx_array_add() + fix type of cx_array_default_reallocator file | diff | annotate
Wed, 24 Jan 2024 22:19:05 +0100 add cx_array_default_reallocator 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
Sat, 13 Jan 2024 17:51:42 +0100 add CX_DISABLE_ARRAY_LIST_SWAP_SBO flag 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
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:06:16 +0200 reformat code 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
Fri, 07 Apr 2023 11:30:28 +0200 fix initial storage allocation for array lists created with CX_STORE_POINTERS 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:24:26 +0100 add some asserts 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
Wed, 01 Feb 2023 18:06:50 +0100 #228 make buffer sizes adjustable at compile time 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 17:48:42 +0100 fix cx_array_copy() unintentionally shrinking the array file | diff | annotate
Sun, 20 Nov 2022 17:47:26 +0100 #219: fix off-by-one bug in cx_arl_remove() file | diff | annotate
Sun, 20 Nov 2022 17:22:37 +0100 fix calculation of new capacity in cx_array_copy() file | diff | annotate
Sun, 20 Nov 2022 17:06:00 +0100 #219: cx_arl_remove short-circuit for last element file | diff | annotate
Sun, 20 Nov 2022 16:58:51 +0100 #219 array list: implement reverse file | diff | annotate
Sun, 20 Nov 2022 16:28:03 +0100 #219 array list: implement compare member func file | diff | annotate
Sun, 20 Nov 2022 16:22:16 +0100 #219 improve cx_arl_iter_next file | diff | annotate
Sun, 20 Nov 2022 16:21:03 +0100 #219 array list: implement insert via iterator file | diff | annotate
Fri, 18 Nov 2022 22:32:17 +0100 #219 array list: add iterator file | diff | annotate
Thu, 17 Nov 2022 18:55:14 +0100 #219 array list: implement sort file | diff | annotate
Thu, 17 Nov 2022 18:46:55 +0100 #219 array list: implement find file | diff | annotate
Thu, 17 Nov 2022 18:32:59 +0100 #219 array list: implement remove file | diff | annotate
Thu, 17 Nov 2022 18:29:59 +0100 fix typo in enum cx_array_copy_result file | diff | annotate
Thu, 17 Nov 2022 18:25:40 +0100 #219 array list: implement insert file | diff | annotate
Wed, 16 Nov 2022 22:27:46 +0100 #219 array list: implement add and at file | diff | annotate
Sun, 13 Nov 2022 13:21:48 +0100 implement array list ctor and dtor file | diff | annotate
Sat, 12 Nov 2022 15:56:58 +0100 add array list tests file | diff | annotate
(0)tip

mercurial