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

Refactor to header and cpp files for quicker build #57

Open
thclark opened this issue Jun 25, 2019 · 0 comments
Open

Refactor to header and cpp files for quicker build #57

thclark opened this issue Jun 25, 2019 · 0 comments
Assignees
Labels
devops System admin and devops good first issue A good first issue for new or junior developers

Comments

@thclark
Copy link
Contributor

thclark commented Jun 25, 2019

The library was built as header-only for ease of early development, but is now sufficiently complex that build times are getting quite long. Refactor the actual code out to .cpp files so once built, the individual modules only rebuild on change, instead of rebuildling the entire library every time there's a change anywhere.

@thclark thclark self-assigned this Jun 25, 2019
@thclark thclark added devops System admin and devops good first issue A good first issue for new or junior developers labels Sep 4, 2019
@thclark thclark removed this from Octue Board Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops System admin and devops good first issue A good first issue for new or junior developers
Projects
None yet
Development

No branches or pull requests

1 participant