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

Code Gen and other Maintenance #40

Merged
merged 9 commits into from
Jun 30, 2022

Commits on Jun 28, 2022

  1. Debug and code generation improvements

    * query generator now creates object info queries
    * improved templates of the frontend generator
    * minor improvements to the debug layer
    * new debug layer feature that collects and lists features used
    progschj committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    b94d78b View commit details
    Browse the repository at this point in the history
  2. fixed typo in json

    progschj committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    1f89e5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8039010 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb54927 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7813026 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0169c8f View commit details
    Browse the repository at this point in the history
  7. * Changed userdata pointers to status and frame continuation callback…

    …s to const void*
    
    * Added support for continuation callbacks in debug device
    progschj committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    8b3088d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    2cc1d08 View commit details
    Browse the repository at this point in the history
  2. * Fix override warning in Parameters.h template

    * call recursive print from the Frame specialization instead of the Device
    progschj committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    9cffee2 View commit details
    Browse the repository at this point in the history