]> granicus.if.org Git - graphviz/commit
neatogen compute_apsp_dijkstra: use cgraph wrappers for allocation
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 18 Nov 2022 01:14:41 +0000 (17:14 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 3 Dec 2022 20:48:18 +0000 (12:48 -0800)
commit0f8d40747c6c64aecd21be7eb2bd4a1dc2d0885f
tree81cd80ed2b1dd35212f6d74d9f2eaeec74fca34a
parent351764013230769b5121343ffd1315b2d062ae43
neatogen compute_apsp_dijkstra: use cgraph wrappers for allocation

The lib/cgraph/alloc.h wrappers are similar to the older lib/common/memory.h
wrappers except (1) they are header-only and (2) they live in a directory
(cgraph) that is at the root of the dependency tree. The long term plan is to
replace all use of lib/common/memory.h with lib/cgraph/alloc.h.

We can also squash a -Wsign-conversion warning at the same time, noting that the
square of a signed number is always non-negative.
lib/neatogen/kkutils.c