Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: f3af1233b395b6971ec78884d2fec8bf5c62be14 https://github.com/openSUSE/wicked/commit/f3af1233b395b6971ec78884d2fec8bf5c... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2023-04-20 (Thu, 20 Apr 2023) Changed paths: M include/Makefile.am A include/wicked/array.h M src/Makefile.am A src/array_priv.h M testing/Makefile.am A testing/ptr_array-test.c Log Message: ----------- utils: add pointer array implementation macros Implement pointer array API generated through preprocessor. Commit: 67bf40128f89e1d3fb29a7a977e46b7499928854 https://github.com/openSUSE/wicked/commit/67bf40128f89e1d3fb29a7a977e46b7499... Author: Marius Tomaschewski <mt@suse.com> Date: 2023-04-20 (Thu, 20 Apr 2023) Changed paths: M include/Makefile.am A include/wicked/array.h M src/Makefile.am A src/array_priv.h M testing/Makefile.am A testing/ptr_array-test.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/961 utils: add pointer array implementation macros Compare: https://github.com/openSUSE/wicked/compare/1a1359df3bcd...67bf40128f89