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

v6.22: Fix 6767 missing TStreamerInfo update upload TClass reload #146

Merged
merged 9 commits into from
Nov 8, 2020

Commits on Nov 6, 2020

  1. Enhance GenerateInfoForPair to respect the 'silent' flag.

    The silent flag to skip over error message about transient data member.
    
    Also remove last traces of R__GenerateTClassForPair
    pcanal committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    2131d6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e58792 View commit details
    Browse the repository at this point in the history
  3. In TGenCollectionProxy::Value::Value more elegantly handle case of fo…

    …rward declared classes.
    
    Previously we issue a Fatal message about impossible code path.
    pcanal committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    a27fb12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dc833e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    849d3df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09aabb0 View commit details
    Browse the repository at this point in the history
  7. Allow TClass to be created for known by the interpreter

    this is used in the case where TStreamerInfo can not handle them.
    pcanal committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    95908e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b018c5 View commit details
    Browse the repository at this point in the history
  9. TProtoClass deal with STL collection without Proxy.

    Now that we don't generate unusable collectionProxy (for example in the case one of the value type is 'only' forward
    declared), we see (in roottest) case where the TProtoClass build the RealData but there is no (good) corresponding
    data members.
    pcanal committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    20c74fa View commit details
    Browse the repository at this point in the history