2023-04-09 |
Mike Becker |
refactoring of collections to make use of destructors in map implementations
|
changeset |
files
|
2023-04-07 |
Mike Becker |
fix initial storage allocation for array lists created with CX_STORE_POINTERS
|
changeset |
files
|
2023-04-03 |
Mike Becker |
simplify cx_stream_ncopy()
|
changeset |
files
|
2023-04-03 |
Mike Becker |
add stream copy utils - fixes #254
|
changeset |
files
|
2023-04-03 |
Mike Becker |
make allocator in cxBufferInit optional
|
changeset |
files
|
2023-04-01 |
Mike Becker |
increase test coverage - fixes #250
|
changeset |
files
|
2023-04-01 |
Mike Becker |
test coverage for cx_strcmp pointer variants
|
changeset |
files
|
2023-03-28 |
Mike Becker |
allow NULL for allocator and comparator
|
changeset |
files
|
2023-03-28 |
Mike Becker |
add docs for CX_STORE_POINTERS and remove cxHashMapCreateForPointers()
|
changeset |
files
|
2023-03-21 |
Mike Becker |
add CX_STORE_POINTERS special item size for maps
|
changeset |
files
|
2023-03-21 |
Mike Becker |
add CX_STORE_POINTERS special "item size" for lists
|
changeset |
files
|
2023-03-20 |
Mike Becker |
add unit test for cxListClear + fix destructor functions not always invoked with the correct pointer
|
changeset |
files
|
2023-03-20 |
Olaf Wintermann |
fix hashmap iterator skipping the second element in some cases
|
changeset |
files
|
2023-03-14 |
Mike Becker |
add cxListClear and fix missing destructor invocations - #241 #246
|
changeset |
files
|
2023-03-05 |
Mike Becker |
add cx_hash_key_cxstr() macro
|
changeset |
files
|
2023-02-23 |
Mike Becker |
add simple functions for creating lists
|
changeset |
files
|
2023-02-23 |
Mike Becker |
add CX_LINKED_LIST_SORT_SBO_SIZE macro
|
changeset |
files
|
2023-02-23 |
Mike Becker |
add some asserts
|
changeset |
files
|
2023-02-23 |
Mike Becker |
split cxMapRemove() to cxMapRemoveAndGet()
|
changeset |
files
|
2023-02-23 |
Mike Becker |
make hashmap store objects instead of pointers by default - fixes #239
|
changeset |
files
|
2023-02-20 |
Mike Becker |
add CxListComparator compatible string compare functions
|
changeset |
files
|
2023-02-20 |
Mike Becker |
fix gmock being build and gtest and gmock being installed
|
changeset |
files
|
2023-02-15 |
Mike Becker |
implement backwards iterator - fixes #238
|
changeset |
files
|
2023-02-08 |
Mike Becker |
Automated merge
|
changeset |
files
|
2023-02-07 |
Mike Becker |
rename test directory to avoid name clash with Makefile target
|
changeset |
files
|
2023-02-07 |
Mike Becker |
fix README showing how tests were run in the automake era
|
changeset |
files
|
2023-02-07 |
Mike Becker |
fix last change of mul overflow builtin breaking non-windows compilations
|
changeset |
files
|
2023-02-07 |
Mike Becker |
fix code not compiling under windows+mingw
|
changeset |
files
|
2023-02-07 |
Mike Becker |
fix wrong types for umul overflow builtins
|
changeset |
files
|
2023-02-07 |
Mike Becker |
remove too platform dependent printf tests
|
changeset |
files
|
2023-02-08 |
Mike Becker |
implement swap function for list elements - fixes #218
|
changeset |
files
|
2023-02-08 |
Mike Becker |
add pointer swap utility
|
changeset |
files
|