Matthew Fernandez [Sat, 1 Oct 2022 02:20:22 +0000 (19:20 -0700)]
gv2gxl isLocatorType: use 'startswith' to abbreviate a 'strncmp'
Matthew Fernandez [Sat, 1 Oct 2022 02:19:34 +0000 (19:19 -0700)]
gv2gxl isGxlGrammar: use 'startswith' to abbreviate a 'strncmp'
Matthew Fernandez [Sat, 1 Oct 2022 02:18:45 +0000 (19:18 -0700)]
gv2gxl: remove unused 'GXL_ATTR_LEN'
Matthew Fernandez [Sat, 1 Oct 2022 02:17:26 +0000 (19:17 -0700)]
gc cntCluster: use 'startswith' to abbreviate a 'strncmp'
Matthew Fernandez [Sat, 1 Oct 2022 02:00:44 +0000 (02:00 +0000)]
Merge branch 'main' into 'main'
Make vimdot work with $EDITOR that is not a full path
See merge request graphviz/graphviz!2872
Jakub Kaczor [Fri, 30 Sep 2022 10:06:20 +0000 (10:06 +0000)]
Make vimdot work with $EDITOR that is not a full path
Matthew Fernandez [Fri, 30 Sep 2022 05:02:34 +0000 (05:02 +0000)]
Merge branch 'smattr/
084fe373-a609-4015-855e-
3a366c9415ac' into 'main'
mingle: delete some dead code
See merge request graphviz/graphviz!2869
Matthew Fernandez [Thu, 29 Sep 2022 04:36:30 +0000 (21:36 -0700)]
remove unused 'MATRIX_SKEW' flag
This property is sometimes set on matrices but then never read.
Matthew Fernandez [Thu, 29 Sep 2022 04:35:06 +0000 (21:35 -0700)]
remove unused 'MATRIX_HERMITIAN' flag
This property is sometimes set on matrices but then never read.
Matthew Fernandez [Thu, 29 Sep 2022 04:32:32 +0000 (21:32 -0700)]
sparse SparseMatrix_init: remove dead stores to 'property'
`property` is cleared immediately before these lines.
Matthew Fernandez [Thu, 29 Sep 2022 02:33:45 +0000 (19:33 -0700)]
mingle: remove dead store to 'dim' local
Matthew Fernandez [Thu, 29 Sep 2022 02:00:58 +0000 (19:00 -0700)]
mingle: remove a 'flag' parameter that is always set to 0
Matthew Fernandez [Thu, 29 Sep 2022 01:58:52 +0000 (18:58 -0700)]
mingle: remove 'OPENGL' guarded code
Nothing in the build systems defines this.
Matthew Fernandez [Thu, 29 Sep 2022 01:58:07 +0000 (18:58 -0700)]
mingle: remove 'open_gl' parameter that is always 0
Matthew Fernandez [Fri, 30 Sep 2022 00:59:23 +0000 (00:59 +0000)]
Merge branch 'smattr/
b11d77f1-490c-47a6-83af-
656fd86d2318' into 'main'
tests: idiomatic use of Catch2’s 'INFO' macro
See merge request graphviz/graphviz!2867
Matthew Fernandez [Wed, 28 Sep 2022 15:32:45 +0000 (08:32 -0700)]
tests: idiomatic use of Catch2’s 'INFO' macro
This is slightly more concise, efficient, and readable.
Matthew Fernandez [Thu, 29 Sep 2022 16:36:24 +0000 (16:36 +0000)]
Merge branch 'smattr/
ccdbc8f7-27f6-4157-87aa-
efdb65bf9bcc' into 'main'
fix erroneous commas in JSON output of graphs with only clusters
Closes #2282
See merge request graphviz/graphviz!2868
Matthew Fernandez [Thu, 29 Sep 2022 01:26:34 +0000 (18:26 -0700)]
fix erroneous commas in JSON output of graphs with only clusters
When a graph or subgraph contained exclusively subnodes that were clusters (that
is, it contained a non-zero number of subnodes, but all of them were clusters),
the output of `-Tjson` would contain an extra comma. This malformed JSON could
not be ingested by most downstream parsers.
This appears to have been a mistake in
f82c51fc9644047e9ce80d860fea562e98d3311c
that introduced cluster skipping in the loop that emits nodes in JSON. It did
not account for the earlier part of the containing function that was intended to
early-exit if the loop would have a 0 iteration count.
As noted in the discussion of #2282, a couple of the maintainers believe this
manual JSON writing code is inherently fragile and likely contains more latent
bugs. But we do not have maintainer consensus on migrating to an established
JSON-writing library. This fix attempts to surgically address the current known
bug. But I cannot guarantee it does not introduce others.
Gitlab: fixes #2282
Magnus Jacobsson [Thu, 29 Sep 2022 15:35:28 +0000 (15:35 +0000)]
Merge branch 'add-fedora-cmake-build-and-test-jobs-to-ci' into 'main'
Add Fedora CMake build and test jobs to CI
See merge request graphviz/graphviz!2866
Magnus Jacobsson [Wed, 28 Sep 2022 12:26:38 +0000 (14:26 +0200)]
CI: add fedora36-cmake-test job
Magnus Jacobsson [Wed, 28 Sep 2022 12:26:32 +0000 (14:26 +0200)]
CI: add fedora36-cmake-build job
Magnus Jacobsson [Wed, 28 Sep 2022 12:25:05 +0000 (14:25 +0200)]
CI: add fedora35-cmake-test job
Magnus Jacobsson [Wed, 28 Sep 2022 12:24:57 +0000 (14:24 +0200)]
CI: add fedora35-cmake-build job
Magnus Jacobsson [Thu, 29 Sep 2022 13:44:34 +0000 (13:44 +0000)]
Merge branch 'add-ubuntu-20.04-cmake-jobs-to-ci' into 'main'
Add Ubuntu 20.04 CMake jobs to CI
See merge request graphviz/graphviz!2865
Magnus Jacobsson [Wed, 28 Sep 2022 12:02:53 +0000 (14:02 +0200)]
CI: add ubuntu-20.04-cmake-test job
Magnus Jacobsson [Wed, 28 Sep 2022 12:02:38 +0000 (14:02 +0200)]
CI: add ubuntu-20.04-cmake-build job
Magnus Jacobsson [Wed, 28 Sep 2022 13:05:09 +0000 (15:05 +0200)]
CI: Install CMake in Ubuntu 20.04 image
Magnus Jacobsson [Thu, 29 Sep 2022 09:06:14 +0000 (09:06 +0000)]
Merge branch 'consistent-os-naming-in-ci' into 'main'
Rename CI jobs to be consistent with Docker images
See merge request graphviz/graphviz!2864
Magnus Jacobsson [Wed, 28 Sep 2022 11:45:09 +0000 (13:45 +0200)]
CI: rename ubuntu-22-04* jobs to ubuntu-22.04*
This is the naming scheme that the Docker images use.
Magnus Jacobsson [Wed, 28 Sep 2022 11:45:09 +0000 (13:45 +0200)]
CI: rename ubuntu22-04* jobs to ubuntu-22.04*
This is the naming scheme that the Docker images use.
Magnus Jacobsson [Wed, 28 Sep 2022 11:45:09 +0000 (13:45 +0200)]
CI: rename ubuntu20-04* jobs to ubuntu-20.04*
This is the naming scheme that the Docker images use.
Magnus Jacobsson [Wed, 28 Sep 2022 11:45:09 +0000 (13:45 +0200)]
CI: rename ubuntu18-04* jobs to ubuntu-18.04*
This is the naming scheme that the Docker images use.
Matthew Fernandez [Wed, 28 Sep 2022 15:53:03 +0000 (15:53 +0000)]
Merge branch 'smattr/
3b2dd4ad-92ff-457e-9f25-
39ed4dab87de' into 'main'
core plugin: some simplification and clean up of the JSON renderer
See merge request graphviz/graphviz!2863
Matthew Fernandez [Tue, 27 Sep 2022 15:31:18 +0000 (08:31 -0700)]
core plugin: pass around 'has_subgs' as a C99 bool
This makes the intent and usage of this variable a little clearer.
Matthew Fernandez [Tue, 27 Sep 2022 15:28:59 +0000 (08:28 -0700)]
core plugin: pass around 'top' as a C99 bool
This makes the intent and usage of this variable a little clearer.
Matthew Fernandez [Tue, 27 Sep 2022 15:23:27 +0000 (08:23 -0700)]
core plugin: make 'IS_CLUSTER' macro a function
This improves type safety, while still being inline-able by the compiler.
Matthew Fernandez [Tue, 27 Sep 2022 15:22:28 +0000 (08:22 -0700)]
core plugin: abbreviate 'IS_CLUSTER' macro
Matthew Fernandez [Tue, 27 Sep 2022 15:21:16 +0000 (08:21 -0700)]
core plugin isXDot: return a C99 bool
This makes the intent of this function slightly clearer.
Matthew Fernandez [Tue, 27 Sep 2022 15:20:22 +0000 (08:20 -0700)]
core plugin isXDot: take parameter as a const
This function does not modify its input.
Matthew Fernandez [Tue, 27 Sep 2022 15:19:14 +0000 (08:19 -0700)]
core plugin isXDot: remove string compare micro-optimization
Modern compilers are able to do this transformation themselves if they have
worked out that it will be faster.
Mark Hansen [Wed, 28 Sep 2022 08:42:43 +0000 (08:42 +0000)]
Merge branch 'articulation_pos' into 'main'
Remove unused articulation_pos attribute
See merge request graphviz/graphviz!2862
Mark Hansen [Tue, 27 Sep 2022 08:07:30 +0000 (18:07 +1000)]
Remove unused articulation_pos attribute
This is never read, and seems to never have been, even going back to the
initial Graphviz git commit 17 years ago.
Towards https://gitlab.com/graphviz/graphviz.gitlab.io/-/issues/75
Matthew Fernandez [Wed, 28 Sep 2022 01:19:59 +0000 (01:19 +0000)]
Merge branch 'smattr/
a089ff42-68a4-4dcc-8786-
eed9d3962195' into 'main'
smyrna gvpr_select: remove unnecessary dynamic allocation
See merge request graphviz/graphviz!2860
Matthew Fernandez [Tue, 27 Sep 2022 02:21:59 +0000 (19:21 -0700)]
smyrna gvpr_select: remove unnecessary dynamic allocation
Matthew Fernandez [Tue, 27 Sep 2022 15:53:35 +0000 (15:53 +0000)]
Merge branch 'smattr/gitlab-2282' into 'main'
add a test case for #2282
See merge request graphviz/graphviz!2861
Matthew Fernandez [Tue, 27 Sep 2022 02:43:19 +0000 (19:43 -0700)]
add a test case for #2282
Mark Hansen [Tue, 27 Sep 2022 08:39:43 +0000 (08:39 +0000)]
Merge branch 'gs' into 'main'
Stop using now-hidden gs_error_names symbol
Closes #2280
See merge request graphviz/graphviz!2856
Mark Hansen [Tue, 27 Sep 2022 07:53:30 +0000 (17:53 +1000)]
Add changelog entry
Mark Hansen [Mon, 26 Sep 2022 10:43:39 +0000 (20:43 +1000)]
Stop using now-hidden gs_error_names symbol
GhostScript hid their gs_error_names symbol as part of a global by-default hiding of non-API symbols.
It will probably take a while for GhostScript to get a public API for these symbols back into a release, so let's stop using the symbol for now, until then.
Fixes #2280
Matthew Fernandez [Mon, 26 Sep 2022 16:06:49 +0000 (16:06 +0000)]
Merge branch 'smattr/gitlab-2279' into 'main'
fix smyrna regressions
Closes #2279
See merge request graphviz/graphviz!2855
Matthew Fernandez [Sun, 25 Sep 2022 19:15:26 +0000 (12:15 -0700)]
smyrna filter_attributes: take attribute as a const
This removes the need for casts, squashing some -Wcast-qual warnings.
Matthew Fernandez [Sun, 25 Sep 2022 19:14:56 +0000 (12:14 -0700)]
smyrna get_text_widget_to_attribute: remove unnecessary cast
Squashes a -Wcast-qual warning.
Matthew Fernandez [Sun, 25 Sep 2022 19:14:36 +0000 (12:14 -0700)]
smyrna create_filtered_list: fix comment typo
Matthew Fernandez [Sun, 25 Sep 2022 18:49:08 +0000 (11:49 -0700)]
smyrna mAttributesSlot: squash -Wunused-parameter warnings
Other similar warnings in this file were squashed in
bd869436742887a0089f5ad817ecb36a1546987c. But the revert in the previous commit
brought back this function without warnings squashed.
Matthew Fernandez [Sun, 25 Sep 2022 18:25:36 +0000 (11:25 -0700)]
Revert "smyrna: remove unused mAttributesSlot"
This reverts commit
37e430722d3981faf98b38259f320c3a36e6be4d. This function _is_
used (in share/gui/smyrna.glade). It is unclear why
37e430722d3981faf98b38259f320c3a36e6be4d claimed it was not.
Gitlab: fixes #2279
Reported-by: Gagan Sidhu <gagan@g-a.ca>
Matthew Fernandez [Sun, 25 Sep 2022 18:12:48 +0000 (11:12 -0700)]
smyrna on_attrSearchBtn_clicked: use const types for attribute and regex
This avoids some casting and squashes two -Wcast-qual warnings.
Matthew Fernandez [Sun, 25 Sep 2022 17:59:45 +0000 (10:59 -0700)]
smyrna on_attrSearchBtn_clicked: remove shadowing of 'attr' global
Matthew Fernandez [Sun, 25 Sep 2022 18:46:47 +0000 (11:46 -0700)]
smyrna on_attrSearchBtn_clicked: squash -Wunused-parameter warnings
Other similar warnings in this file were squashed in
55efb8e562bca6c4090a73712342ac006e133704 and friends. But the revert in the
previous commit brought back this function without warnings squashed.
Matthew Fernandez [Sat, 24 Sep 2022 01:47:13 +0000 (18:47 -0700)]
fix: Revert "smyrna: remove unused 'on_attrSearchBtn_clicked'"
This reverts commit
7e1f01ad52915498a252dd213f85daf5a058aa5d. This function _is_
used (in share/gui/smyrna.glade). It is unclear why
7e1f01ad52915498a252dd213f85daf5a058aa5d claimed it was not.
Gitlab: #2279
Reported-by: Gagan Sidhu <gagan@g-a.ca>
Matthew Fernandez [Sun, 25 Sep 2022 17:43:10 +0000 (10:43 -0700)]
smyrna gvpr_select: use cgraph wrapper 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.
The commit series ending in
78a0004fd0d1350f2c34e3a770d93032882706f7 previously
removed all uses of the lib/common/memory.h wrappers. But reverting
656a15f855a31acc6eeb162284b89ad3367253b9 brought another usage back in.
Matthew Fernandez [Sun, 25 Sep 2022 17:35:20 +0000 (10:35 -0700)]
smyrna gvpr_select: remove NULL-hinted call to 'agxbinit'
Reverting
656a15f855a31acc6eeb162284b89ad3367253b9 reintroduced a NULL-hinted
call to `agxbinit`. But in the meantime,
db5dc6497e86b886a41d52ea13f0598ecaa9c296 removed all such uses replacing them
with an equivalent zero initialization. This commit updates the `gvpr_select`
usage to be in line with other usage in the current Graphviz tree.
Matthew Fernandez [Sun, 25 Sep 2022 17:31:32 +0000 (10:31 -0700)]
smyrna gvpr_select: remove shadowing of 'attr' global
Matthew Fernandez [Sun, 25 Sep 2022 17:21:49 +0000 (10:21 -0700)]
smyrna gvpr_select: use a 'size_t' for parameter counting
Reverting
656a15f855a31acc6eeb162284b89ad3367253b9 brought back in a use of
`run_gvpr` that passes an `int`. But
e78bdfba860b58bf57e8afc7e5df6f2b073d3dd1
converted `run_gvpr` to take a `size_t` instead. This commits makes the
corresponding adjustment that would have been part of
e78bdfba860b58bf57e8afc7e5df6f2b073d3dd1, squashing a -Wsign-conversion warning.
Matthew Fernandez [Sun, 25 Sep 2022 17:12:47 +0000 (10:12 -0700)]
Revert "smyrna: remove unused 'gvpr_select'"
This reverts commit
656a15f855a31acc6eeb162284b89ad3367253b9. An upcoming commit
will revert the removal of `on_attrSearchBtn_clicked` that calls this function.
Gitlab: #2279
Matthew Fernandez [Sat, 24 Sep 2022 01:25:02 +0000 (18:25 -0700)]
smyrna on_attrRB0_clicked: squash -Wunused-parameter warnings
Other similar warnings in this file were squashed in
55efb8e562bca6c4090a73712342ac006e133704 and friends. But the revert in the
previous commit brought back this function without warnings squashed.
Matthew Fernandez [Sat, 24 Sep 2022 01:10:52 +0000 (18:10 -0700)]
fix: Revert "smyrna: remove unused 'on_attrRB0_clicked'"
This reverts commit
856ca708006635f9917acb702916b1af476fc69a. This function _is_
used (in share/gui/smyrna.glade). It is unclear why
856ca708006635f9917acb702916b1af476fc69a claimed it was not.
Gitlab: #2279
Reported-by: Gagan Sidhu <gagan@g-a.ca>
Matthew Fernandez [Sat, 24 Sep 2022 00:58:12 +0000 (17:58 -0700)]
smyrna: fix miscalculation of bounding box
This was a mistake in
014e38a46747be84e6f639389dd27683ad37867e that intended to
squash compiler warnings but accidentally pinned `top` and `bottom` to the limit
values, regardless of the bounding box.
Gitlab: #2279
Reported-by: Gagan Sidhu <gagan@g-a.ca>
Matthew Fernandez [Sun, 25 Sep 2022 16:59:21 +0000 (16:59 +0000)]
Merge branch 'smattr/
60645d5f-a612-4497-99a1-
4dbf3aa210d6' into 'main'
Fix a pack bug and introduce a string prefix abstraction
See merge request graphviz/graphviz!2853
Matthew Fernandez [Fri, 23 Sep 2022 04:31:42 +0000 (21:31 -0700)]
pack parsePackModeInfo: make some string prefix code more clear
Matthew Fernandez [Fri, 23 Sep 2022 04:28:24 +0000 (21:28 -0700)]
pack parsePackModeInfo: fix incorrect calculation of `aspect` parameter offset
Looking at the surrounding code, it is possible to see this code intended to
move forwards by 6 (`strlen("aspect")`) after having seen the string “aspect”
rather than moving forwards 5 (`strlen("array")`) as it was doing.
Matthew Fernandez [Fri, 23 Sep 2022 04:23:34 +0000 (21:23 -0700)]
cgraph ppDirective: make some string prefix code more clear
Matthew Fernandez [Fri, 23 Sep 2022 04:19:33 +0000 (21:19 -0700)]
add an abstraction for checking string prefixes
Magnus Jacobsson [Thu, 22 Sep 2022 09:18:33 +0000 (09:18 +0000)]
Merge branch 'add-even-more-overlap-test-cases' into 'main'
Add even more overlap test cases
See merge request graphviz/graphviz!2849
Magnus Jacobsson [Fri, 16 Sep 2022 10:56:01 +0000 (12:56 +0200)]
add new test_edge_node_overlap_cylinder_node_shape test
An upcoming commit series will add separate fixes for different parts
of the overlap problems. Having separate test cases for checking
maximum or minimum overlap will make it easier to see that the fixes
have the intended effect.
Magnus Jacobsson [Fri, 16 Sep 2022 10:32:13 +0000 (12:32 +0200)]
add new test_edge_node_overlap_point_node_shape test
An upcoming commit series will add separate fixes for different parts
of the overlap problems. Having separate test cases for checking
maximum or minimum overlap will make it easier to see that the fixes
have the intended effect.
Magnus Jacobsson [Fri, 16 Sep 2022 09:07:38 +0000 (11:07 +0200)]
add new test_edge_node_overlap_ellipse_node_shapes_except_point test
An upcoming commit series will add separate fixes for different parts
of the overlap problems. Having separate test cases for checking
maximum or minimum overlap will make it easier to see that the fixes
have the intended effect.
Magnus Jacobsson [Thu, 15 Sep 2022 11:23:48 +0000 (13:23 +0200)]
add new test_edge_node_overlap_all_primitive_edge_arrows test
Magnus Jacobsson [Thu, 15 Sep 2022 11:10:13 +0000 (13:10 +0200)]
add new test_edge_node_overlap_normal_and_inv_edge_arrows_all_modifiers test
An upcoming commit series will add separate fixes for different parts
of the overlap problems. Having separate test cases for checking
maximum or minimum overlap will make it easier to see that the fixes
have the intended effect.
Magnus Jacobsson [Thu, 15 Sep 2022 10:52:26 +0000 (12:52 +0200)]
add new test_edge_node_overlap_normal_and_inv_edge_arrows test
An upcoming commit series will add separate fixes for different parts
of the overlap problems. Having separate test cases for checking
maximum or minimum overlap will make it easier to see that the fixes
have the intended effect.
Magnus Jacobsson [Thu, 15 Sep 2022 16:51:26 +0000 (18:51 +0200)]
tests: SVGAnalyzer: add fallback to bevel in SVGElement::miter_point
This is necessary to handle the 'l' and 'r' arrow shape modifiers
which makes the arrow tip have a sharp angle and causes the normal
miter point to exceed the 'miter-limit' and SVG renderers to fall back
to a bevelled corner.
Magnus Jacobsson [Thu, 15 Sep 2022 10:12:43 +0000 (12:12 +0200)]
add new test_edge_node_overlap_all_edge_arrows test
Magnus Jacobsson [Mon, 5 Sep 2022 10:57:17 +0000 (12:57 +0200)]
tests: test_edge_node_overlap_utilities: support arrowhead/arrowtail
Magnus Jacobsson [Tue, 30 Aug 2022 09:11:17 +0000 (11:11 +0200)]
tests: test_edge_node_overlap_node_shapes: test all rank directions
Magnus Jacobsson [Wed, 21 Sep 2022 16:35:17 +0000 (18:35 +0200)]
tests: use the AUTO_NAME macro in all tests
This macro was mistakenly not used when the
test_min_edge_node_overlap_polygon_node_shapes and
test_max_edge_node_overlap_polygon_node_shapes tests were introduced.
This ensures that the generated artifact file names begin with the
same name as the test case file (thanks @smattr).
Magnus Jacobsson [Thu, 22 Sep 2022 06:57:17 +0000 (08:57 +0200)]
tests: test_utilities: re-write AUTO_NAME to use filesystem::path
This is a simpler version that doesn't rely on GNU statement
expressions (thanks @smattr).
Matthew Fernandez [Thu, 22 Sep 2022 00:54:44 +0000 (00:54 +0000)]
Merge branch 'smattr/
56bea874-c2d8-4d15-8222-
db8dc99faa60' into 'main'
pack: progress towards using cgraph wrappers for allocation
See merge request graphviz/graphviz!2850
Matthew Fernandez [Wed, 21 Sep 2022 02:32:46 +0000 (19:32 -0700)]
pack isLegal: remove the need for some casting
Matthew Fernandez [Wed, 21 Sep 2022 02:32:22 +0000 (19:32 -0700)]
pack cccomps: 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.
Matthew Fernandez [Wed, 21 Sep 2022 02:31:55 +0000 (19:31 -0700)]
pack ccomps: 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.
Matthew Fernandez [Wed, 21 Sep 2022 02:31:18 +0000 (19:31 -0700)]
pack pccomps: 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.
Matthew Fernandez [Wed, 21 Sep 2022 02:30:37 +0000 (19:30 -0700)]
pack setPrefix: use cgraph wrapper 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.
Matthew Fernandez [Wed, 21 Sep 2022 02:18:00 +0000 (19:18 -0700)]
pack mode2Str: simplify some early return code
Matthew Fernandez [Wed, 21 Sep 2022 02:17:33 +0000 (19:17 -0700)]
pack putRects: simplify some early return code
Matthew Fernandez [Wed, 21 Sep 2022 02:17:20 +0000 (19:17 -0700)]
pack acmpf: simplify some early return code
Matthew Fernandez [Wed, 21 Sep 2022 02:17:04 +0000 (19:17 -0700)]
pack ucmpf: simplify some early return code
Matthew Fernandez [Wed, 21 Sep 2022 02:16:26 +0000 (19:16 -0700)]
pack putGraphs: 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.
Matthew Fernandez [Wed, 21 Sep 2022 02:15:46 +0000 (19:15 -0700)]
pack polyGraphs: 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.
Matthew Fernandez [Wed, 21 Sep 2022 02:15:13 +0000 (19:15 -0700)]
pack polyRects: 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.
Matthew Fernandez [Wed, 21 Sep 2022 02:14:36 +0000 (19:14 -0700)]
pack arrayRects: 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.
Matthew Fernandez [Wed, 21 Sep 2022 02:13:48 +0000 (19:13 -0700)]
pack genPoly: use cgraph wrapper 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.