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

Implement a PayloadRegister as a factory to register and create Payloads #68

Merged
merged 35 commits into from
Mar 27, 2023

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    e5ca821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7cadac View commit details
    Browse the repository at this point in the history
  3. remove legacy classes

    jgsogo committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    b235e50 View commit details
    Browse the repository at this point in the history
  4. remove commented lines

    jgsogo committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    859706d View commit details
    Browse the repository at this point in the history
  5. fix tests

    jgsogo committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    c236928 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    472428e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. remove copy ctors

    jgsogo committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    80a1611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75c552f View commit details
    Browse the repository at this point in the history
  3. recover some comments

    jgsogo committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    03a5292 View commit details
    Browse the repository at this point in the history
  4. use 2 blanks to indent

    jgsogo committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    0d1e778 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8015cbe View commit details
    Browse the repository at this point in the history
  6. PayloadRegistry

    jgsogo committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    d0e3971 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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

Commits on Mar 6, 2023

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

Commits on Mar 8, 2023

  1. review

    jgsogo committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    9524372 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

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

    jgsogo committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    57f6b0b View commit details
    Browse the repository at this point in the history
  3. none config

    jgsogo committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ae21852 View commit details
    Browse the repository at this point in the history
  4. update copy notices

    jgsogo committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    f37951d View commit details
    Browse the repository at this point in the history
  5. minor fixes

    jgsogo committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    25ff3b9 View commit details
    Browse the repository at this point in the history
  6. change variable name

    jgsogo committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    9624cd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    5e52a47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c46671 View commit details
    Browse the repository at this point in the history
  3. use QSSC_PAYLOAD_PATHS

    jgsogo committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    66904e3 View commit details
    Browse the repository at this point in the history
  4. copy notices

    jgsogo committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    6ee593e View commit details
    Browse the repository at this point in the history
  5. mention qem extension

    jgsogo committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    18f4beb View commit details
    Browse the repository at this point in the history
  6. remove comment

    jgsogo committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8ba73fe View commit details
    Browse the repository at this point in the history
  7. fix typo

    jgsogo committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    fb63f55 View commit details
    Browse the repository at this point in the history
  8. remove unused includes

    jgsogo committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    db88cb8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5f4ba2 View commit details
    Browse the repository at this point in the history
  10. fix format

    jgsogo committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c968082 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. review by @mhillenbrand

    jgsogo committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    4674383 View commit details
    Browse the repository at this point in the history
  2. fix format

    jgsogo committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    3984c58 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Apply suggestions from code review

    Co-authored-by: Marius Hillenbrand <marius.hillenbrand@ibm.com>
    jgsogo and mhillenbrand committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    ff219ef View commit details
    Browse the repository at this point in the history
  2. review by @mbhealy

    jgsogo committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    6e39ae2 View commit details
    Browse the repository at this point in the history