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

Thread-safe access to graph cache #258

Merged
merged 14 commits into from
Sep 27, 2024
Merged

Thread-safe access to graph cache #258

merged 14 commits into from
Sep 27, 2024

Commits on Aug 28, 2024

  1. Make rmw_context_impl_s an RAII class

    Signed-off-by: Yadunund <[email protected]>
    Yadunund committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6da2746 View commit details
    Browse the repository at this point in the history
  2. fix regression with graph_guard_condition not triggering when entity …

    …is removed
    
    Signed-off-by: Yadunund <[email protected]>
    Yadunund committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6d94301 View commit details
    Browse the repository at this point in the history
  3. Have the context create the zenoh artifacts

    Signed-off-by: Yadunund <[email protected]>
    Yadunund committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5bbe6fb View commit details
    Browse the repository at this point in the history
  4. Add comment for session() api

    Signed-off-by: Yadunund <[email protected]>
    Yadunund committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e7b5ff4 View commit details
    Browse the repository at this point in the history
  5. Style

    Signed-off-by: Yadunund <[email protected]>
    Yadunund committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f106c17 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Resolve merge conflicts

    Signed-off-by: Yadunund <[email protected]>
    Yadunund committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4ec3801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1591129 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3a8ef1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Add todo on thread safety

    Signed-off-by: Yadunund <[email protected]>
    Yadunund committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e773bd4 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Update rmw_zenoh_cpp/src/detail/rmw_context_impl_s.cpp

    Co-authored-by: Chris Lalancette <[email protected]>
    Signed-off-by: Yadu <[email protected]>
    Yadunund and clalancette authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ec4b036 View commit details
    Browse the repository at this point in the history
  2. Address feedback

    Signed-off-by: Yadunund <[email protected]>
    Yadunund committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6ad087c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Do not use allocator for creating graph_guard_condition

    Signed-off-by: Yadunund <[email protected]>
    Yadunund committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    5be2532 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Resolve merge conflicts

    Signed-off-by: Yadunund <[email protected]>
    Yadunund committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    344b797 View commit details
    Browse the repository at this point in the history
  2. Address feedback

    Signed-off-by: Yadunund <[email protected]>
    Yadunund committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5eb967c View commit details
    Browse the repository at this point in the history