changelog
- Sun, 20 Oct 2024 10:49:38 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Sun, 20 Oct 2024 10:49:38 +0200] rev 938
- simplify cx_json_value_nothing initialization
- Sat, 19 Oct 2024 17:25:11 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 19 Oct 2024 17:25:11 +0200] rev 937
- add first draft of json implementation - relates to #431
- Sat, 19 Oct 2024 16:28:15 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 19 Oct 2024 16:28:15 +0200] rev 936
- add missing dependencies for test_properties.o
- 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()