| 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
|
| Fri, 17 Oct 2025 15:04:56 +0200 |
Mike Becker |
add support for non-sorted lists in cxListInsertUnique() and cxListInsertUniqueArray()
|
changeset |
files
|
| Fri, 17 Oct 2025 14:14:21 +0200 |
Mike Becker |
make cxCollectionSorted() always return true for empty collections regardless of the sorted flag
|
changeset |
files
|
| Thu, 16 Oct 2025 19:57:47 +0200 |
Mike Becker |
clean up header files and adds support for comparing arbitrary strings with string.h functions
|
changeset |
files
|
| Wed, 15 Oct 2025 22:45:21 +0200 |
Mike Becker |
remove unnecessary members from the array reallocator struct - fixes #621
|
changeset |
files
|
| Sun, 12 Oct 2025 20:21:56 +0200 |
Mike Becker |
fixes tons of typos and grammar issues across the documentation - fixes #667
|
changeset |
files
|
| Sat, 11 Oct 2025 15:42:48 +0200 |
Mike Becker |
fixes various bugs related to skipping duplicates in insert_unique - relates to #557
|
changeset |
files
|
| Sat, 11 Oct 2025 11:55:46 +0200 |
Mike Becker |
changes the compare function wrapper for pointer lists so that it no longer invokes the actual compare function for NULL pointers
|
changeset |
files
|
| Fri, 10 Oct 2025 19:40:24 +0200 |
Mike Becker |
fix missing documentation if insert_unique member - relates to #557
|
changeset |
files
|
| Fri, 10 Oct 2025 19:35:25 +0200 |
Mike Becker |
fix various typos in the web documentation
|
changeset |
files
|
| Fri, 10 Oct 2025 17:24:19 +0200 |
Mike Becker |
add functions to insert elements into lists/arrays without duplicates - resolves #557
|
changeset |
files
|
| Fri, 10 Oct 2025 12:26:43 +0200 |
Mike Becker |
assert instead of assume sorted property in debug builds
|
changeset |
files
|
| Wed, 08 Oct 2025 20:20:54 +0200 |
Mike Becker |
replace all remaining generics with cx_strcast() - resolves #700
|
changeset |
files
|
| Wed, 08 Oct 2025 20:09:32 +0200 |
Mike Becker |
add unsigned char strings to cx_strcast() and changes documentation
|
changeset |
files
|
| Fri, 03 Oct 2025 18:58:44 +0200 |
Mike Becker |
go back to ctype.h, but this time try to avoid crashes in Microsoft's implementation
|
changeset |
files
|
| Thu, 02 Oct 2025 21:31:52 +0200 |
Mike Becker |
missing custom CFLAGS when testing for memrchr availability
|
changeset |
files
|
| Thu, 02 Oct 2025 21:21:45 +0200 |
Mike Becker |
improve feature test for memrchr() making it also available on BSD
|
changeset |
files
|
| Thu, 02 Oct 2025 17:58:43 +0200 |
Mike Becker |
use memrchr() to implement cx_strrchr() when it is available
|
changeset |
files
|
| Wed, 01 Oct 2025 22:45:48 +0200 |
Mike Becker |
fixes regression: missing closing brace in map.h in c++ builds
|
changeset |
files
|
| Wed, 01 Oct 2025 22:43:48 +0200 |
Mike Becker |
resolve TODO: test C23 base-2 literals
|
changeset |
files
|
| Tue, 30 Sep 2025 22:35:24 +0200 |
Mike Becker |
finalize the documentation on the new hash key features
|
changeset |
files
|
| Tue, 30 Sep 2025 22:29:54 +0200 |
Mike Becker |
change map.h to use new CX_HASH_KEY macro
|
changeset |
files
|
| Tue, 30 Sep 2025 22:21:41 +0200 |
Mike Becker |
add missing docstrings
|
changeset |
files
|
| Tue, 30 Sep 2025 20:29:55 +0200 |
Mike Becker |
change kv-list to use new CX_HASH_KEY macro
|
changeset |
files
|
| Mon, 29 Sep 2025 23:31:59 +0200 |
Mike Becker |
fix using empty initializer, which is a C23 extension
|
changeset |
files
|
| Mon, 29 Sep 2025 23:28:46 +0200 |
Mike Becker |
fix cxKvListSetKey() and cxKvListRemoveKey() accidentally not declared for C++
|
changeset |
files
|
| Mon, 29 Sep 2025 23:25:31 +0200 |
Mike Becker |
add C++ implementation of CX_HASH_KEY()
|
changeset |
files
|
| Sun, 28 Sep 2025 22:32:42 +0200 |
Mike Becker |
add generic CX_HASH_KEY() macro
|
changeset |
files
|