Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break canvas C++ code into smaller pieces #101

Merged
merged 1 commit into from
Mar 26, 2021
Merged

Conversation

jwiggins
Copy link
Member

This shuffles quite a bit of code around.

  • Renamed ndarray_canvas -> canvas
  • Split ndarray_canvas.hxx into canvas.hxx, canvas_image.hxx, canvas_shape.hxx, and canvas_text.hxx
  • Template specializations for canvas<> happen in canvas_impl.cpp now so that the Cython-generated C++ code, which is already huge, doesn't also include a bunch of template expansions.

@jwiggins jwiggins merged commit 9e6a3a8 into main Mar 26, 2021
@jwiggins jwiggins deleted the refactor/split-canvas-impl branch March 26, 2021 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant