| Sun, 19 Oct 2025 21:18:17 +0200 | 
Mike Becker | 
define the function pointer for clone functions
 | 
file |
diff |
annotate
 | 
| 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
 | 
file |
diff |
annotate
 | 
| Sun, 12 Oct 2025 20:21:56 +0200 | 
Mike Becker | 
fixes tons of typos and grammar issues across the documentation - fixes #667
 | 
file |
diff |
annotate
 | 
| Sat, 24 May 2025 00:04:11 +0200 | 
Mike Becker | 
implement zalloc() - resolves #679
 | 
file |
diff |
annotate
 | 
| Thu, 15 May 2025 16:12:09 +0200 | 
Mike Becker | 
add convenience macros for using the default allocator - relates to #669
 | 
file |
diff |
annotate
 | 
| Thu, 15 May 2025 16:02:54 +0200 | 
Mike Becker | 
allow changing the cxDefaultAllocator - resolves #669
 | 
file |
diff |
annotate
 | 
| Tue, 11 Feb 2025 19:55:32 +0100 | 
Mike Becker | 
merge documentation branch
 | 
file |
diff |
annotate
 | 
| Tue, 11 Feb 2025 19:41:02 +0100 | 
Mike Becker | 
use reallocate instead of re-allocate
 | 
file |
diff |
annotate
 | 
| Mon, 10 Feb 2025 20:59:02 +0100 | 
Mike Becker | 
add support for building windows DLLs - resolves #582
 | 
file |
diff |
annotate
 | 
| Sat, 08 Feb 2025 14:13:59 +0100 | 
Mike Becker | 
add documentation for allocator.h
docs/3.1 
 | 
file |
diff |
annotate
 | 
| Sat, 18 Jan 2025 14:10:51 +0100 | 
Mike Becker | 
fix that some IDEs cannot resolve documentation
 | 
file |
diff |
annotate
 | 
| Sat, 04 Jan 2025 14:17:51 +0100 | 
Mike Becker | 
don't document constness of arguments in macros
 | 
file |
diff |
annotate
 | 
| Sat, 04 Jan 2025 13:34:37 +0100 | 
Mike Becker | 
refine docs for allocator.h - issue #548
 | 
file |
diff |
annotate
 | 
| Thu, 07 Nov 2024 22:46:58 +0100 | 
Mike Becker | 
major refactoring of attributes
 | 
file |
diff |
annotate
 | 
| Thu, 31 Oct 2024 17:53:55 +0100 | 
Mike Becker | 
add reallocarray() like functions - resolves #468
 | 
file |
diff |
annotate
 | 
| Sat, 19 Oct 2024 14:24:26 +0200 | 
Mike Becker | 
add convenience macro for cx_reallocate to hide the (void**) cast
 | 
file |
diff |
annotate
 | 
| Sat, 28 Sep 2024 15:55:14 +0200 | 
Mike Becker | 
make all function attributes leading - fixes #425
 | 
file |
diff |
annotate
 | 
| Sat, 28 Sep 2024 15:47:28 +0200 | 
Mike Becker | 
move all const keywords to the west - fixes #426
 | 
file |
diff |
annotate
 | 
| Wed, 28 Jun 2023 19:18:01 +0200 | 
Mike Becker | 
add a low-level stdlib-based cx_reallocate()
 | 
file |
diff |
annotate
 | 
| Sun, 09 Apr 2023 19:03:58 +0200 | 
Mike Becker | 
refactoring of collections to make use of destructors in map implementations
 | 
file |
diff |
annotate
 | 
| Sun, 20 Nov 2022 21:08:36 +0100 | 
Mike Becker | 
use //-style single line comments everywhere
 | 
file |
diff |
annotate
 | 
| Mon, 18 Apr 2022 17:26:21 +0200 | 
Mike Becker | 
#179 improve API for list content destruction
 | 
file |
diff |
annotate
 | 
| Mon, 18 Apr 2022 16:29:14 +0200 | 
Mike Becker | 
simplify destructor signature (but loads more responsibility onto the user)
 | 
file |
diff |
annotate
 | 
| Sat, 09 Apr 2022 16:37:43 +0200 | 
Mike Becker | 
#168 - add attributes and const
 | 
file |
diff |
annotate
 | 
| Tue, 15 Feb 2022 19:41:48 +0100 | 
Mike Becker | 
add new destructor API and apply it to CxList
 | 
file |
diff |
annotate
 | 
| Sun, 30 Jan 2022 14:19:00 +0100 | 
Mike Becker | 
do not hide pointers behind typedefs
 | 
file |
diff |
annotate
 | 
| Mon, 27 Dec 2021 17:02:32 +0100 | 
Mike Becker | 
add common.h include to all other header files
 | 
file |
diff |
annotate
 | 
| Tue, 05 Oct 2021 12:25:23 +0200 | 
Mike Becker | 
remove redundant documentation for function pointers
 | 
file |
diff |
annotate
 | 
| Tue, 05 Oct 2021 12:12:09 +0200 | 
Mike Becker | 
put attributes on separate lines
 | 
file |
diff |
annotate
 | 
| Sun, 03 Oct 2021 13:07:48 +0200 | 
Mike Becker | 
add __alloc_size__ attribute
 | 
file |
diff |
annotate
 | 
| Sun, 03 Oct 2021 12:02:57 +0200 | 
Mike Becker | 
improves usage of attributes
 | 
file |
diff |
annotate
 | 
| Sun, 26 Sep 2021 18:01:51 +0200 | 
Mike Becker | 
add attributes to allocator functions
 | 
file |
diff |
annotate
 | 
| Sun, 26 Sep 2021 16:12:21 +0200 | 
Mike Becker | 
add documentation to allocator.h
 | 
file |
diff |
annotate
 | 
| Sun, 26 Sep 2021 13:06:48 +0200 | 
Mike Becker | 
remove public visibility of default allocator class
 | 
file |
diff |
annotate
 | 
| Sun, 26 Sep 2021 11:57:27 +0200 | 
Mike Becker | 
fix missing extern "C"
 | 
file |
diff |
annotate
 | 
| Mon, 01 Mar 2021 22:19:06 +0100 | 
Mike Becker | 
adds cxReallocate()
 | 
file |
diff |
annotate
 | 
| Sun, 07 Feb 2021 21:29:51 +0100 | 
Mike Becker | 
removes unnecessary typedefs
 | 
file |
diff |
annotate
 | 
| Sun, 07 Feb 2021 18:08:21 +0100 | 
Mike Becker | 
removes unnecessary cx_allocator typedef
 | 
file |
diff |
annotate
 | 
| Sun, 07 Feb 2021 17:17:46 +0100 | 
Mike Becker | 
make cx_allocator_class shared
 | 
file |
diff |
annotate
 | 
| Sun, 07 Feb 2021 16:24:41 +0100 | 
Mike Becker | 
high level allocator functions should be real functions, not macros
 | 
file |
diff |
annotate
 | 
| Sun, 07 Feb 2021 15:35:52 +0100 | 
Mike Becker | 
no C99 comments
 | 
file |
diff |
annotate
 | 
| Sun, 07 Feb 2021 12:20:07 +0100 | 
Mike Becker | 
adds allocator interface and default implementation
 | 
file |
diff |
annotate
 |