]> granicus.if.org Git - graphviz/commit
gxl2gv: replace inline stack implementation with generic API
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Feb 2022 01:28:06 +0000 (12:28 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 24 Apr 2022 23:35:09 +0000 (16:35 -0700)
commita2666a200eaeb3982cd0f28d3f677ed4901cba3d
treeabce4d611cf431c9ca362a26dab7f551e20b6cc7
parent63fbb9e5eaf9a34c0158700329afa683fcae47b8
gxl2gv: replace inline stack implementation with generic API

Similar to previous changes to `gc` in 4e2875fd7376338259dcb3ccc8f029d58bdf22dd,
this replaces some duplicated functionality with the generic Graphviz stack
implementation. This removes the previously hard coded nested subgraph limit of
32. The number of supported subgraphs in now solely limited by available memory.

Gitlab: #1793
cmd/tools/gxl2gv.c