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

Configurable client meta-data #662

Merged
merged 26 commits into from
Jun 13, 2024
Merged

Configurable client meta-data #662

merged 26 commits into from
Jun 13, 2024

Commits on Jun 11, 2024

  1. Added a template to the metadata

    This commit adds the storage of client meta to the configuration.
    This is not exposed in this commit.
    mjp41 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7783c17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82d4bec View commit details
    Browse the repository at this point in the history
  3. Change template params slightly

    mjp41 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5a41897 View commit details
    Browse the repository at this point in the history
  4. Expose client meta data

    This provides a way to access the client meta data for an object.
    mjp41 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6b5e5bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8aa6ac7 View commit details
    Browse the repository at this point in the history
  6. Minor fix

    mjp41 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b94e499 View commit details
    Browse the repository at this point in the history
  7. Clangformat

    mjp41 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    05cc7e1 View commit details
    Browse the repository at this point in the history
  8. Fix typo in fix

    mjp41 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4a45ca6 View commit details
    Browse the repository at this point in the history
  9. g++ build fixes

    mjp41 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0f36585 View commit details
    Browse the repository at this point in the history
  10. fix Rust overrides.

    mjp41 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    735adf3 View commit details
    Browse the repository at this point in the history
  11. fix mac

    mjp41 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    45a3765 View commit details
    Browse the repository at this point in the history
  12. clangformat

    mjp41 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    dd30106 View commit details
    Browse the repository at this point in the history
  13. Fixes for CI

    mjp41 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    aa263d9 View commit details
    Browse the repository at this point in the history
  14. CI fight

    mjp41 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    fa160ad View commit details
    Browse the repository at this point in the history
  15. CI fixes

    mjp41 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    678acd9 View commit details
    Browse the repository at this point in the history
  16. CI changes

    mjp41 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1ceb146 View commit details
    Browse the repository at this point in the history
  17. I hate CI

    mjp41 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bdf4c25 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Fix UBSan complaint.

    mjp41 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d3b284c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ce3a23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f33229 View commit details
    Browse the repository at this point in the history
  4. Improved test comments

    mjp41 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d90c19b View commit details
    Browse the repository at this point in the history
  5. Clang format

    mjp41 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    739fae2 View commit details
    Browse the repository at this point in the history
  6. Fix TSAN for CI

    mjp41 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4da5b35 View commit details
    Browse the repository at this point in the history
  7. Use const adding template

    mjp41 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6c90e21 View commit details
    Browse the repository at this point in the history
  8. Missing TSAN define refactor.

    mjp41 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    318c9dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a93cd15 View commit details
    Browse the repository at this point in the history