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

[Modules] Move rpdp headers to res/. #191

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Axel-Naumann
Copy link
Owner

rpdp headers are not part of the ROOT public API and thus should not
be visible in include/. They were simply because multiple ROOT modules
were including them, and we had no way to specify that other than
publishing them. Now we have a new directory next to src/ and inc/:
res/ (as in "reserved" or "restricted"), signalling that these headers
are not public but used by other ROOT modules.

Update the Moduke.mk-s accordingly.

Move a few really private headers into their src/ directories.

rpdp headers are not part of the ROOT public API and thus should not
be visible in include/. They were simply because multiple ROOT modules
were including them, and we had no way to specify that other than
publishing them. Now we have a new directory next to src/ and inc/:
res/ (as in "reserved" or "restricted"), signalling that these headers
are not public but used by other ROOT modules.

Update the Moduke.mk-s accordingly.

Move a few really private headers into their src/ directories.
@Axel-Naumann Axel-Naumann force-pushed the master branch 2 times, most recently from b40fdd0 to dd25999 Compare September 15, 2020 08:27
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