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

Move common headers from src/ to src/sdpb_util/ or other projects #157

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

vasdommes
Copy link
Collaborator

Previously, there were many headers just in root src/ directory, so I reorganized them.
Also:

  • Moved some code (e.g. Timers) to cxx files to speed up compilation
  • Simplify #include directives #156 Added src to include paths in waf, to fix ugly paths like #include "../../../Timers.hxx"

- Move some code (e.g. Timers) to cxx files to speed up compilation
- Add src to include paths, simplify ugly includes like #include "../../../Timers.hxx"
Fix #156 Simplify #include directives
@vasdommes vasdommes added this to the 2.7.0 milestone Dec 5, 2023
@vasdommes vasdommes merged commit 5ad12c5 into master Dec 5, 2023
2 checks passed
@vasdommes vasdommes deleted the include-paths branch December 5, 2023 15:50
@vasdommes vasdommes modified the milestones: 2.7.0, 2.6.1 Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant