[feat]: major refactor and feature updates for C API, offset pipeline, and coverage - #73
Closed
NorthBoundWisdom wants to merge 5 commits into
Closed
Conversation
- Add option to enable clipper library for benchmarks: `CAVC_ENABLE_CLIPPER_BENCHMARKS`. If enabled, clipper will be fetched and built automatically. default is disabled. - Remove unused includes - Rename of some variables declaration shadow the local/previous variable - if parameter shadows the local variable, the local variable is renamed to `p_<old_name>` - if variable in function shadows the local variable, the parameter is renamed to `l_<old_name>` - Format code in tests
- Add test case; - Clean up code in test, remove unused code in test(no test has been deleted)
NorthBoundWisdom
force-pushed
the
feat/major-refactor-feature-update
branch
from
February 23, 2026 15:47
77bfe8a to
fbd2e05
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR includes a large-scale refactor and feature update set.
invert,prune singularities,convert arcs,normalize)join type,end cap type,miter limit)TEST_cavc_api_regressionandTEST_cavc_offset_islandsPlease note: this is intentionally a substantial refactor + feature batch to align the library/API with current geometry and regression coverage goals.