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
|