changelog
- Sat, 19 Oct 2024 14:24:26 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 19 Oct 2024 14:24:26 +0200] rev 935
- add convenience macro for cx_reallocate to hide the (void**) cast
- Sat, 19 Oct 2024 13:49:44 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 19 Oct 2024 13:49:44 +0200] rev 934
- remove <sys/types.h> include from common.h
- Sat, 19 Oct 2024 13:45:49 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 19 Oct 2024 13:45:49 +0200] rev 933
- add extern "C" to iterator.h
- Sat, 19 Oct 2024 13:43:10 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 19 Oct 2024 13:43:10 +0200] rev 932
- add extern "C" to properties.h
- Sat, 19 Oct 2024 13:21:58 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 19 Oct 2024 13:21:58 +0200] rev 931
- add test coverage for unlinking tree nodes w/o prev pointer
- Sat, 19 Oct 2024 13:08:06 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 19 Oct 2024 13:08:06 +0200] rev 930
- add max depth for tree search - closes #459
- Sun, 13 Oct 2024 16:47:14 +0200
- by Mike Becker <universe@uap-core.de> [Sun, 13 Oct 2024 16:47:14 +0200] rev 929
- fix totally bugged assertion in cxPropertiesUseStack()
- Sun, 13 Oct 2024 16:44:29 +0200
- by Mike Becker <universe@uap-core.de> [Sun, 13 Oct 2024 16:44:29 +0200] rev 928
- add source/sink facility for properties - fixes #430
- Sun, 13 Oct 2024 15:19:12 +0200
- by Mike Becker <universe@uap-core.de> [Sun, 13 Oct 2024 15:19:12 +0200] rev 927
- fix missing parameter doc
- Sun, 13 Oct 2024 14:06:32 +0200
- by Mike Becker <universe@uap-core.de> [Sun, 13 Oct 2024 14:06:32 +0200] rev 926
- fix several survivors of east-const and some missing consts