2 weeks ago |
Mike Becker |
add cx_array_reserve() and several more array convenience functions
|
file |
diff |
annotate
|
2 weeks ago |
Mike Becker |
make cx_array_copy() support different types for size/capacity - fixes #492
|
file |
diff |
annotate
|
3 weeks ago |
Mike Becker |
make names of destroy and free functions consistent - fixes #484
|
file |
diff |
annotate
|
4 weeks ago |
Mike Becker |
improve consistency for allocator arguments - fixes #485
|
file |
diff |
annotate
|
5 weeks ago |
Mike Becker |
simplify cx_array_copy() - fixes #474
|
file |
diff |
annotate
|
6 weeks ago |
Mike Becker |
major refactoring of attributes
|
file |
diff |
annotate
|
7 weeks 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
|
2 months ago |
Mike Becker |
make all function attributes leading - fixes #425
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
move all const keywords to the west - fixes #426
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
fix documentation
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
also add a binary search for the supremum
|
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
|
7 months ago |
Mike Becker |
fix inconsistent use of item_size and elem_size
|
file |
diff |
annotate
|
9 months ago |
Mike Becker |
fix another superfluous semicolon...
|
file |
diff |
annotate
|
9 months ago |
Mike Becker |
fix superfluous semicolon
|
file |
diff |
annotate
|
10 months ago |
Mike Becker |
capitalize cx_array_declare()
|
file |
diff |
annotate
|
10 months ago |
Mike Becker |
make cx_array_simple_add() automatically take the address of the element
|
file |
diff |
annotate
|
10 months ago |
Mike Becker |
add convenience macros for cx_array_*
|
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
|
11 months ago |
Mike Becker |
fix documentation of reallocator struct
|
file |
diff |
annotate
|
12 months ago |
Mike Becker |
make cx_cmp_ptr default comparator for pointer lists - relates to #340
|
file |
diff |
annotate
|
12 months ago |
Mike Becker |
increase version number to 3.1
|
file |
diff |
annotate
|
20 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 docs for CX_STORE_POINTERS and remove cxHashMapCreateForPointers()
|
file |
diff |
annotate
|
22 months ago |
Mike Becker |
add simple functions for creating lists
|
file |
diff |
annotate
|
23 months ago |
Mike Becker |
remove the untrue restriction for the index parameter of cx_array_copy() from the documentation
|
file |
diff |
annotate
|
2022-11-20 |
Mike Becker |
use //-style single line comments everywhere
|
file |
diff |
annotate
|
2022-11-20 |
Mike Becker |
#219 array list: implement reverse
|
file |
diff |
annotate
|
2022-11-20 |
Olaf Wintermann |
fix include in array_list.h
|
file |
diff |
annotate
|
2022-11-17 |
Mike Becker |
fix typo in enum cx_array_copy_result
|
file |
diff |
annotate
|
2022-11-16 |
Mike Becker |
#219 array list: implement add and at
|
file |
diff |
annotate
|
2022-11-13 |
Mike Becker |
more custom data for array re-allocator
|
file |
diff |
annotate
|
2022-11-13 |
Mike Becker |
proposal for a low level array copy
|
file |
diff |
annotate
|
2022-11-12 |
Mike Becker |
add array list tests
|
file |
diff |
annotate
|