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

Makes Core into Core and Client and Exposes Client API to Users #120

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

ilumsden
Copy link
Collaborator

@ilumsden ilumsden commented Sep 3, 2024

This PR is based on feedback from #118. If we like it, it can supersede and replace #118.

This PR moves headers around and modifies the CMake to make DYAD's core and ctx libraries available to users. It also splits dyad_core.h and dyad_structures.h into multiple headers (an external header and an internal one) so that excess function definitions are not exposed to users. It also creates a new dyad/core/dyad.h header and dyad_client CMake target to refer to both libraries at once.

@ilumsden ilumsden self-assigned this Sep 3, 2024
@ilumsden ilumsden force-pushed the exported_core branch 2 times, most recently from d2c8a4c to bc4735f Compare September 3, 2024 20:42
@ilumsden
Copy link
Collaborator Author

ilumsden commented Sep 5, 2024

I rebased this PR on top of #116 for testing purposes. Please merge #116 before merging this PR.

@ilumsden ilumsden marked this pull request as draft September 5, 2024 17:32
@ilumsden ilumsden changed the title Makes Core and Ctx available to users Makes Core into Core and Client and Exposes Client API to Users Sep 5, 2024
@ilumsden
Copy link
Collaborator Author

ilumsden commented Sep 5, 2024

I tested this using A4X, and it works as expected

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