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

C++: Add option to skip verifying nested flatbuffers #7489

Merged
merged 6 commits into from Aug 29, 2022

Commits on Aug 29, 2022

  1. C++: Add option to skip verifying nested flatbuffers

    Additionally, add an options struct to the verifier for those
    who prefer designated initializers to default arguments. The former
    constructor is defined in terms of the latter because in old c++,
    having default values for members removes list initialization, making
    defining constructors in the other way a lot more challenging to write.
    Casper Neo committed Aug 29, 2022
    Copy the full SHA
    3509db1 View commit details
    Browse the repository at this point in the history
  2. fixes

    Casper Neo committed Aug 29, 2022
    Copy the full SHA
    2def5f2 View commit details
    Browse the repository at this point in the history
  3. fmt

    Casper Neo committed Aug 29, 2022
    Copy the full SHA
    91305e7 View commit details
    Browse the repository at this point in the history
  4. formatting, and remove an argument

    Casper Neo committed Aug 29, 2022
    Copy the full SHA
    e55f235 View commit details
    Browse the repository at this point in the history
  5. fix

    Casper Neo committed Aug 29, 2022
    Copy the full SHA
    ec9a089 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    14076f2 View commit details
    Browse the repository at this point in the history