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