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

scripts: Split up chasssis.{h,cpp} #8904

Merged
merged 1 commit into from
Nov 26, 2024

Commits on Nov 25, 2024

  1. scripts: Split up chasssis.{h,cpp}

    Move the giant blocks of 'manual' code to files under layers/chassis
    
    DispatchObject and ValidationObject are a big mix of manual and
    generated code. The class definition headers #include a file
    defining generated methods.
    
    chassis.h is now a manual file that only defines some shared data
    structures and the manual defined functions needed by the generated
    code.
    jeremyg-lunarg committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    cdb1f8f View commit details
    Browse the repository at this point in the history