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

[core] Reduce allocation / deallocations necessary for Registration. #1744

Merged
merged 10 commits into from
Sep 26, 2024

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    e1d1c4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e49970e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    691ac94 View commit details
    Browse the repository at this point in the history
  4. Revert "Use std::array instead of std::vector for transport layers in…

    … registration sample."
    
    This reverts commit b4a5329ba7d5c13f36d4c37ea5b6356d411679dc.
    KerstinKeller committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d07a974 View commit details
    Browse the repository at this point in the history
  5. [core] internal registration types switched to Util::CExpandingVector…

    … to avoid memory allocations.
    KerstinKeller committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a3a29d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f0d570 View commit details
    Browse the repository at this point in the history
  7. Add expanding_vector.h

    KerstinKeller committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2c2dca8 View commit details
    Browse the repository at this point in the history
  8. Minor API changes.

    KerstinKeller committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    17282cb View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Use CExpandingVector in more places.

    Small fixes.
    KerstinKeller committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d200eab View commit details
    Browse the repository at this point in the history
  2. clang-tidy....

    KerstinKeller committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3ab8237 View commit details
    Browse the repository at this point in the history