4 weeks ago |
Mike Becker |
add cx_array_reserve() and several more array convenience functions
|
file |
diff |
annotate
|
4 weeks ago |
Mike Becker |
make cx_array_copy() support different types for size/capacity - fixes #492
|
file |
diff |
annotate
|
5 weeks ago |
Olaf Wintermann |
fix cx_array_advanced_realloc to handle reallocation of NULL arrays, consistent with standard realloc behavior
|
file |
diff |
annotate
|
7 weeks ago |
Mike Becker |
simplify cx_array_copy() - fixes #474
|
file |
diff |
annotate
|
8 weeks ago |
Mike Becker |
major refactoring of attributes
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
add assertion that triggers when cx_array_copy() stops working for NULL arrays
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
add function to create array reallocator that can move arrays from stack to heap
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
fix several survivors of east-const and some missing consts
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
add possibility to remove arrays of data and retrieve removed data
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
move all const keywords to the west - fixes #426
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
apply binary search in cx_array_insert_sorted()
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
fix for empty arrays
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
fixes incorrect result from cx_array_binary_search() when searched element is smaller than the entire array
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
add cx_array_binary_search() - fixes #424
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
add low level cx_array_insert_sorted() and convenience macros
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
add optimized implementation of insert_sorted for array lists
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
add stupid default implementation for high level insertion sort
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
fix inserting via iterator correctly increases element count
|
file |
diff |
annotate
|
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 check that is always true in cx_arl_remove()
|
file |
diff |
annotate
|
11 months ago |
Mike Becker |
rename cx_array_copy_result to just cx_array_result
|
file |
diff |
annotate
|
11 months ago |
Mike Becker |
add cx_array_add() + fix type of cx_array_default_reallocator
|
file |
diff |
annotate
|
11 months ago |
Mike Becker |
add cx_array_default_reallocator
|
file |
diff |
annotate
|
11 months ago |
Mike Becker |
remove flags to disable SBO in tests - fix #343 fix #358
|
file |
diff |
annotate
|
11 months ago |
Mike Becker |
add CX_DISABLE_ARRAY_LIST_SWAP_SBO flag
|
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
|
20 months ago |
Mike Becker |
make list find return a negative value when elem not found
|
file |
diff |
annotate
|
21 months ago |
Mike Becker |
reformat code
|
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 |
fix initial storage allocation for array lists created with CX_STORE_POINTERS
|
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
|
21 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 some asserts
|
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 |
#228 make buffer sizes adjustable at compile time
|
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 |
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-11-20 |
Mike Becker |
fix cx_array_copy() unintentionally shrinking the array
|
file |
diff |
annotate
|
2022-11-20 |
Mike Becker |
#219: fix off-by-one bug in cx_arl_remove()
|
file |
diff |
annotate
|
2022-11-20 |
Mike Becker |
fix calculation of new capacity in cx_array_copy()
|
file |
diff |
annotate
|
2022-11-20 |
Mike Becker |
#219: cx_arl_remove short-circuit for last element
|
file |
diff |
annotate
|
2022-11-20 |
Mike Becker |
#219 array list: implement reverse
|
file |
diff |
annotate
|