7 months ago Mike Becker fix name of collection base member (to avoid base.base) file | diff | annotate
7 months ago Mike Becker fix inconsistent use of item_size and elem_size file | diff | annotate
7 months ago Mike Becker fix members inherited by macro or include are not documented file | diff | annotate
7 months ago Mike Becker simplify iterator structures file | diff | annotate
7 months ago Mike Becker add iterator over raw C arrays - closes #389 file | diff | annotate
10 months ago Mike Becker remove unnecessary flag_removal function file | diff | annotate
11 months ago Mike Becker remove flags to disable SBO in tests - fix #343 fix #358 file | diff | annotate
12 months ago Mike Becker add cxListFindRemove and cx_linked_list_find_node file | diff | annotate
12 months ago Mike Becker make cx_cmp_ptr default comparator for pointer lists - relates to #340 file | diff | annotate
18 months ago Mike Becker unify the list swap SBO sizes file | diff | annotate
19 months ago Mike Becker fix inconsistent destructor requirements for list and map classes file | diff | annotate
19 months ago Mike Becker improve cx_linked_list_sort() - fixes #257 file | diff | annotate
20 months ago Mike Becker fix cx_linked_list_sort() not working for empty lists file | diff | annotate
20 months ago Mike Becker make list find return a negative value when elem not found file | diff | annotate
21 months ago Mike Becker refactoring of collections to make use of destructors in map implementations file | diff | annotate
21 months ago Mike Becker allow NULL for allocator and comparator file | diff | annotate
21 months ago Mike Becker add CX_STORE_POINTERS special "item size" for lists file | diff | annotate
22 months ago Mike Becker add unit test for cxListClear + fix destructor functions not always invoked with the correct pointer file | diff | annotate
22 months ago Mike Becker add cxListClear and fix missing destructor invocations - #241 #246 file | diff | annotate
22 months ago Mike Becker add simple functions for creating lists file | diff | annotate
22 months ago Mike Becker add CX_LINKED_LIST_SORT_SBO_SIZE macro file | diff | annotate
23 months ago Mike Becker implement backwards iterator - fixes #238 file | diff | annotate
23 months ago Mike Becker Automated merge file | diff | annotate
23 months ago Mike Becker fix code not compiling under windows+mingw file | diff | annotate
23 months ago Mike Becker implement swap function for list elements - fixes #218 file | diff | annotate
23 months ago Mike Becker add new pointer list wrapper - resolves #234 file | diff | annotate
23 months ago Mike Becker simplify list class - fixes #236 file | diff | annotate
23 months ago Mike Becker temporarily remove pointer lists - see #234 file | diff | annotate
23 months ago Mike Becker add cxListInsertArray() - fixes #224 file | diff | annotate
2022-11-26 Mike Becker separate iterators and mutating iterators file | diff | annotate
2022-11-23 Mike Becker #224 add cxListAddArray() file | diff | annotate
2022-11-20 Mike Becker use //-style single line comments everywhere file | diff | annotate
2022-10-23 Mike Becker enclose macro arguments in parenthesis file | diff | annotate
2022-05-21 Mike Becker #178 fix that lists of different kind cannot be compared file | diff | annotate
2022-04-18 Mike Becker #179 improve API for list content destruction file | diff | annotate
2022-04-18 Mike Becker remove list destructor file | diff | annotate
2022-04-16 Mike Becker add test for cxListCompare file | diff | annotate
2022-04-09 Mike Becker #129 - remove test code duplication file | diff | annotate
2022-04-09 Mike Becker #168 - add attributes and const file | diff | annotate
2022-02-15 Mike Becker add new destructor API and apply it to CxList file | diff | annotate
2022-01-30 Mike Becker do not hide pointers behind typedefs file | diff | annotate
2022-01-29 Mike Becker add cxListInsertAfter() and cxListInsertBefore() file | diff | annotate
2022-01-22 Mike Becker add the feature to remove items during iteration file | diff | annotate
2022-01-22 Mike Becker add iterator interface + linked list iterator file | diff | annotate
2021-12-28 Mike Becker add cxListReverse() file | diff | annotate
2021-12-28 Mike Becker add some const qualifiers file | diff | annotate
2021-12-28 Mike Becker add cxLinkedListFromArray() and cxListCompare() file | diff | annotate
2021-12-28 Mike Becker use c99 bool + add test for low level find file | diff | annotate
2021-12-28 Mike Becker add cx_linked_list_compare() and simplifies some tests file | diff | annotate
2021-12-23 Mike Becker add several new linked list functions file | diff | annotate
2021-12-20 Mike Becker add cx_linked_list_find() file | diff | annotate
2021-12-20 Mike Becker add more nonnull attributes file | diff | annotate
2021-12-20 Mike Becker add more explicit documentation to cx_linked_list_remove() file | diff | annotate
2021-12-20 Mike Becker change contract of cx_linked_list_remove() file | diff | annotate
2021-12-04 Mike Becker add cx_linked_list_first() + cx_linked_list_prepend() file | diff | annotate
2021-10-09 Mike Becker remove cxListLast (can be realized via cxListAt and index=size-1) file | diff | annotate
2021-10-08 Mike Becker add cx_linked_list_{prev, remove, reverse} file | diff | annotate
2021-10-06 Mike Becker add high level list sort and inlines method invocation functions file | diff | annotate
2021-10-05 Mike Becker add cx_linked_list_sort() file | diff | annotate
2021-10-05 Mike Becker remove unused cxLinkedListRecalculateSize() file | diff | annotate
(0) -60 tip

mercurial