]> granicus.if.org Git - graphviz/commit
prune: use generalized list implementation for nodes list
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 3 Dec 2022 19:10:46 +0000 (11:10 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 4 Dec 2022 18:02:35 +0000 (10:02 -0800)
commit8b0e4daa45568d7f31aa630eed9b3e6ea15f63c0
treef083c1a63922a0e30303fd7ba310b018ba309b41
parent4f572b3523761bd5b6a2dd17cd07253ce85c2840
prune: use generalized list implementation for nodes list

This allows preserving type safety (no more `char*` casts needed). We can also
entirely remove prune’s generic list implementation which is no longer used.
ci/clang_format.py
contrib/prune/CMakeLists.txt
contrib/prune/Makefile.am
contrib/prune/generic_list.c [deleted file]
contrib/prune/generic_list.h [deleted file]
contrib/prune/prune.c
contrib/prune/prune.vcxproj
contrib/prune/prune.vcxproj.filters