]> granicus.if.org Git - graphviz/commit
outline dynamic box array logic into a header
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 24 Nov 2022 17:52:01 +0000 (09:52 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 30 Nov 2022 04:15:50 +0000 (20:15 -0800)
commita29c81b8f045df073a969938dfbf17dc978d10dd
treedbd14db7dffdd3c71a0b73625462c9bca0d168cd
parentd67eed3962135cf75498311e1a11849c7919326f
outline dynamic box array logic into a header

This is not great practice, putting functions like this into a header. But this
is a stepping stone to reusing this code in lib/ortho and it seems cleaner than
trying to manage yet another set of partially exported symbols.

Gitlab: #56
lib/common/CMakeLists.txt
lib/common/Makefile.am
lib/common/boxes.h [new file with mode: 0644]
lib/dotgen/dotsplines.c
lib/gvc.vcxproj
lib/gvc.vcxproj.filters