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

Fireworks cleanup for {private,protected} macro removal #11641

Merged
merged 2 commits into from
Oct 8, 2015

Conversation

davidlt
Copy link
Contributor

@davidlt davidlt commented Oct 5, 2015

The two commits in this PR makes sure that Fireworks code uses already available public APIs either from ROOT or from Fireworks code itself. This builds fine, but requires testing various affected places to make sure that behaviour is not changed.

Proportional work for cleanup of {private,protect} macros.

David Abdurachmanov added 2 commits October 5, 2015 21:59
`FWEventItem::getPrimaryData` is being used by `FWFileEntry` (Fireworks
code), but uses `#define private public` to get access to it. The patch
makes it public that private re-define could be removed.

Signed-off-by: David Abdurachmanov <[email protected]>
Fireworks code relies a lot on re-defining {private,protected} to get
access to various ROOT classes internals. Those re-defines are also
breaking GNU C++ Standard Library (libstdc++v3). Some are already
available via ROOT public APIs and the patch updates Fireworks code to
utilise them.

Signed-off-by: David Abdurachmanov <[email protected]>
@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 5, 2015

A new Pull Request was created by @davidlt for CMSSW_7_6_X.

Fireworks cleanup for {private,protected} macro removal

It involves the following packages:

Fireworks/Core

@cmsbuild, @alja, @Dr15Jones can you please review it and eventually sign? Thanks.
@alja this is something you requested to watch as well.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.
If you are a L2 or a release manager you can ask for tests by saying 'please test' in the first line of a comment.
@Degano you are the release manager for this.
You can merge this pull request by typing 'merge' in the first line of your comment.

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 5, 2015

davidlange6 added a commit that referenced this pull request Oct 8, 2015
Fireworks cleanup for {private,protected} macro removal
@davidlange6 davidlange6 merged commit 9addd1f into cms-sw:CMSSW_7_6_X Oct 8, 2015
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.

3 participants