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 |
Mike Becker |
make names of destroy and free functions consistent - fixes #484
|
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 |
remove cx_for_n() macro - fixes #467
|
file |
diff |
annotate
|
2 months ago |
Mike Becker |
increase list test coverage - fixes #454
|
file |
diff |
annotate
|
3 months ago |
Mike Becker |
fix missing free() in test_array_insert_sorted
|
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 |
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
|
4 months ago |
Mike Becker |
add stupid default implementation for high level insertion sort
|
file |
diff |
annotate
|
4 months ago |
Mike Becker |
add default impl for some list member functions
|
file |
diff |
annotate
|
7 months ago |
Mike Becker |
add missing convenience functions
|
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 |
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 |
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 |
complete migration of list tests - fixes #342
|
file |
diff |
annotate
|
12 months ago |
Mike Becker |
migrate list create and destroy tests - relates to #342
|
file |
diff |
annotate
|
12 months ago |
Mike Becker |
migrate cxEmptyList tests - relates to #342
|
file |
diff |
annotate
|
12 months ago |
Mike Becker |
fix some broken cleanup
|
file |
diff |
annotate
|
12 months ago |
Mike Becker |
migrate low level linked list tests - relates to #342
|
file |
diff |
annotate
|