| Sat, 25 Oct 2025 21:12:59 +0200 |
Mike Becker |
make clone functions return int instead of size_t
|
changeset |
files
|
| Fri, 24 Oct 2025 21:15:14 +0200 |
Mike Becker |
add test coverage for allocation failures in clone-function
|
changeset |
files
|
| Fri, 24 Oct 2025 20:52:10 +0200 |
Mike Becker |
fix hash map not being able to deal with 64-bit hashes
|
changeset |
files
|
| Thu, 23 Oct 2025 17:54:17 +0200 |
Mike Becker |
add documentation for cxListClone() - relates to #744
|
changeset |
files
|
| Thu, 23 Oct 2025 17:50:28 +0200 |
Mike Becker |
add documentation for cxMapClone() - resolves #743
|
changeset |
files
|
| Thu, 23 Oct 2025 17:38:44 +0200 |
Mike Becker |
add tests for cxMapClone() - relates to #743
|
changeset |
files
|
| Wed, 22 Oct 2025 23:32:20 +0200 |
Mike Becker |
add destruction of uninitialized entries on allocation failure to cxMapClone() - relates to #743
|
changeset |
files
|
| Wed, 22 Oct 2025 23:28:07 +0200 |
Mike Becker |
untested draft of cxMapClone() - relates to #743
|
changeset |
files
|
| Tue, 21 Oct 2025 17:06:17 +0200 |
Mike Becker |
add cxListClone() - resolves #744 except for test coverage
|
changeset |
files
|
| Mon, 20 Oct 2025 20:38:02 +0200 |
Mike Becker |
fix accidental additions of unnecessary unistd.h includes
|
changeset |
files
|
| Mon, 20 Oct 2025 20:37:45 +0200 |
Mike Becker |
fix overlooked renaming of cx_attr_export to CX_EXPORT
|
changeset |
files
|
| Mon, 20 Oct 2025 20:10:36 +0200 |
Mike Becker |
add cxListEmplaceArray() and cxListEmplaceArrayAt() as preparation for the clone implementation
|
changeset |
files
|
| Mon, 20 Oct 2025 19:44:18 +0200 |
Mike Becker |
add possibility to wrap valid function of an iterator (just for the sake of completeness)
|
changeset |
files
|
| Sun, 19 Oct 2025 21:18:17 +0200 |
Mike Becker |
define the function pointer for clone functions
|
changeset |
files
|
| Fri, 17 Oct 2025 21:03:11 +0200 |
Mike Becker |
minor wording improvements in buffer documentation
|
changeset |
files
|
| Fri, 17 Oct 2025 16:53:24 +0200 |
Mike Becker |
remove the concept of "mutating iterators" - resolves #579
|
changeset |
files
|