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

Template construction of Pool elements #641

Merged
merged 8 commits into from
Oct 3, 2023
Merged

Commits on Sep 28, 2023

  1. Template construction of Pool elements

    The Pool class is used by verona-rt.  The recent changes made this
    less nice to consume as an API.
    
    This change makes the construction logic a template parameter to the
    Pool. This enables standard allocation to be used from Verona.
    mjp41 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    58ce068 View commit details
    Browse the repository at this point in the history
  2. Clangformat

    mjp41 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    78f76ec View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Drop parameter from acquire

    Pool::acquire took a list of parameters to initialise the object that it
    constructed.  But if this was serviced from the pool, the parameter
    would be ignored.  This is not an ideal API.
    
    This PR removes the ability to pass a parameter.
    mjp41 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    644e546 View commit details
    Browse the repository at this point in the history
  2. Add concept

    mjp41 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a0cbe79 View commit details
    Browse the repository at this point in the history
  3. Clangformat

    mjp41 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e25291d View commit details
    Browse the repository at this point in the history
  4. Fix CHERI test

    mjp41 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6da2395 View commit details
    Browse the repository at this point in the history
  5. Fix CHERI test again

    mjp41 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8fe23fa View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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