-
Notifications
You must be signed in to change notification settings - Fork 8
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
[INFRA] Reorganize hpp and cpp files so building time decreases #68
[INFRA] Reorganize hpp and cpp files so building time decreases #68
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments from my side... in general it looks good already!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some further comments... Nothing serious, just remarks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks very good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…s are only included once Signed-off-by: Lydia Buntrock <[email protected]>
Signed-off-by: Lydia Buntrock <[email protected]>
…pp files to shorten the (re)build time. Signed-off-by: Lydia Buntrock <[email protected]>
Signed-off-by: Lydia Buntrock <[email protected]>
…plate functions into them. Signed-off-by: Lydia Buntrock <[email protected]>
647c53d
to
ce3dffb
Compare
Signed-off-by: Lydia Buntrock <[email protected]>
ce3dffb
to
8eb829e
Compare
For the reviewers, go through this PR commit wise, as I moved a lot of files and changed them afterwards.
pragma once
for all header files to ensure that these files are only included once.seqan/.../all.hpp
includes with the needed ones.