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

Add new ProcessBlock feature to the Framework #30117

Merged
merged 25 commits into from
Jul 10, 2020

Commits on Jun 24, 2020

  1. Add ProcessBlock feature to Framework

    This is only the first of a series of PRs implementing
    this feature. Future PRs will add persistency and the ability
    to access this information from Events, Runs, and Lumis.
    wddgit committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    af3125e View commit details
    Browse the repository at this point in the history
  2. Use std::array in ProductRegistry

    Replace 4 member variables with std::array for
    for productLookups and nextIndexValues.
    wddgit committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    b28794d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9edfdd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a295a63 View commit details
    Browse the repository at this point in the history
  5. Insert correct principal

    wddgit committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    f3a2b00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa0a0d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4bef3b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7efbcd6 View commit details
    Browse the repository at this point in the history
  9. Add a comment

    wddgit committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    3bbae12 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    11124c2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e63c99 View commit details
    Browse the repository at this point in the history
  12. Replace throws with asserts

    wddgit committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    10e6854 View commit details
    Browse the repository at this point in the history
  13. Add makeNameArray function

    wddgit committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    5db1a14 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fe579de View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    811a437 View commit details
    Browse the repository at this point in the history
  16. Change override to final

    wddgit committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    fa961fe View commit details
    Browse the repository at this point in the history
  17. Use loop in makeNameArray

    wddgit committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    97406bb View commit details
    Browse the repository at this point in the history
  18. Add curly braces for clarity

    wddgit committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    a8bfbf5 View commit details
    Browse the repository at this point in the history
  19. Remove extra space

    wddgit committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    da0af14 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c7711b5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9ac7bbe View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    41823e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    9a21b34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb30b13 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    3c64a1b View commit details
    Browse the repository at this point in the history