-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Status bits rationalization .... #917
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
67d2d49
Remove never used enum (TRef::kNotComputed)
pcanal f7b63a2
Remove enum TClonesArray::kNoSplit not used since 2.26 (circa 2001)
pcanal e9c82a3
Update release notes
pcanal 9a9d54f
Mark status bits as 'enum EStatusBits' in core, i/o, tree and hist.
pcanal 4b8053e
Remove never used enum constant TLink::kObjIsParent
pcanal 18c9cb5
Change value of TBranchObject::kWarn. Reset it upon reading.
pcanal 8084146
Change value of TLeafObject::kWarn. Reset it upon reading.
pcanal 20d96bb
Change value of TApplicationRemote::kCollecting.
pcanal 1bc4ff7
Remove information duplication
pcanal 87a10fc
Mark TObject::kObjInCanvas as deprecated
pcanal 71f2c55
Add comments on status bits that are not available to TObject (even-t…
pcanal e2bf336
Update value of TClonesArray::kForgetBits.
pcanal 67609c6
Introduce EStatusBitsDupExceptions in TStreamerElement and TVirtualSt…
pcanal f2ebec4
Introduce TStatusBitsChecker to avoid Status Bits overlap.
pcanal 127c729
In ConvertToBit replace log2,nearbyint with std::frexp.
pcanal ae8a0ce
White spaces [NFC]
pcanal f2da26f
Typo [NFC]
pcanal 3f043a6
Add TSystem::LoadAllLibs
pcanal 28b43f6
Change value of TProofServ::kHighMemory and TVirtualProofPlayer::kIsS…
pcanal 3fa653f
Add TStatusBitsChecker.cxx gtest
pcanal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change value of TBranchObject::kWarn. Reset it upon reading.
The value conflicted with TBranch::kBranchObject.
- Loading branch information
commit 18c9cb5e77a39c7bdef9e628936019702e7bdeb6
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Can you document why you have this?