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

First pass on migration from Reflex to root-6 for Conditions, still some work to do. #1603

Merged
merged 5 commits into from Nov 27, 2013

Commits on Nov 27, 2013

  1. Copy the full SHA
    d3377c9 View commit details
    Browse the repository at this point in the history
  2. round zero of Conditions migration to root6 - most simple things move…

    …d to new edm *WithDict classes
    apfeiffer1 committed Nov 27, 2013
    Copy the full SHA
    dcfc784 View commit details
    Browse the repository at this point in the history
  3. more work on moving away from Reflex.

    Moved to use recipes from Bill and Paul for ObjectWithDict::invoke()
    added helper functions to implement BaseSize(), BaseAt(index) and DataMemberAt(index)
    according to Bill's recipe
    Renamed a few isArray() calls back to IsArray() to make the error messages homogeneous
    apfeiffer1 committed Nov 27, 2013
    Copy the full SHA
    53e09b7 View commit details
    Browse the repository at this point in the history
  4. another round of changes for the migration from reflex to root-6

    added src/CondProperties.h which is a generated map containing for each class
    the properties from the class_def.xml files.
    src/RflxCollProxy.h still needs the implementations for all methods.
    apfeiffer1 committed Nov 27, 2013
    Copy the full SHA
    9b8b091 View commit details
    Browse the repository at this point in the history
  5. next round in move from reflex to root6. fixed more build errors. mov…

    …ed away from CondProperties to use TClassAttributeMap as suggested by Paul
    apfeiffer1 committed Nov 27, 2013
    Copy the full SHA
    7427d57 View commit details
    Browse the repository at this point in the history