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

allow json output format to be modified #4407

Merged
merged 3 commits into from
Feb 16, 2024
Merged

Commits on Feb 16, 2024

  1. allow json output format to be modified

    Expose JsonPrintOptions to allow JSON output format to be modified.
    grg committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0f50dfc View commit details
    Browse the repository at this point in the history
  2. adjust header order

    grg committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    2c02be6 View commit details
    Browse the repository at this point in the history
  3. move P4RuntimeFormat to new header file

    Move P4RuntimeFormat definition to a new header file to allow options.h
    to include only that header file, and not everything in
    p4RuntimeSerializer.h. This prevents needing to pull in the protobuf
    includes for any file that uses options.h
    grg committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    441b614 View commit details
    Browse the repository at this point in the history