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

Synchronize with SHM branch #11

Open
wants to merge 56 commits into
base: dev/1.0.0
Choose a base branch
from
Open

Synchronize with SHM branch #11

wants to merge 56 commits into from

Commits on Aug 6, 2024

  1. Update style.yaml

    Signed-off-by: Luca Cominardi <[email protected]>
    Mallets authored and YuanYuYuan committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8d0e3c8 View commit details
    Browse the repository at this point in the history
  2. Update check_logging.yaml

    Signed-off-by: Luca Cominardi <[email protected]>
    Mallets authored and YuanYuYuan committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    62433e7 View commit details
    Browse the repository at this point in the history
  3. Update build.yaml

    Signed-off-by: Luca Cominardi <[email protected]>
    Mallets authored and YuanYuYuan committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4535aea View commit details
    Browse the repository at this point in the history
  4. chore: configure the compiliation

    chore: checkout dev/1.0.0
    YuanYuYuan committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    109864b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7724ff View commit details
    Browse the repository at this point in the history
  6. fix: memory leak

    YuanYuYuan committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2af94a9 View commit details
    Browse the repository at this point in the history
  7. wip

    YuanYuYuan committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3ee8cd3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5f5b58 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28f2fe8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ecf26fc View commit details
    Browse the repository at this point in the history
  11. chore: polish z_open

    YuanYuYuan committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b9b7cec View commit details
    Browse the repository at this point in the history
  12. fix: segfault

    YuanYuYuan committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d9cf6f9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    71700d7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cc8b1d6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d261332 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    15ea139 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ced2c14 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    55efb74 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    8505e34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c43caf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    686dec1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Merge commit 'dfc95ade620952af587dc55464d0697efad15301'

    Conflicts:
    	rmw_zenoh_cpp/src/detail/rmw_data_types.cpp
    	rmw_zenoh_cpp/src/rmw_init.cpp
    	rmw_zenoh_cpp/src/rmw_zenoh.cpp
    yellowhatter committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    62aad56 View commit details
    Browse the repository at this point in the history
  2. merge fixes

    yellowhatter committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ccd69a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f36772 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fac5ee View commit details
    Browse the repository at this point in the history
  5. Update .gitignore

    yellowhatter committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d2cccf2 View commit details
    Browse the repository at this point in the history
  6. Fix owned query handling

    yellowhatter committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    785eab0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aace581 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. configurable shm size

    yellowhatter committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    57fb755 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    5ef8a70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    916ee65 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    be31a20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aff62d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2097c30 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. - refine SHM code, fix some bugs

    - refine build system
    yellowhatter committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    94a014a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6da873 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cadd258 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    3b31861 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. - refactor buffer serialization code

    - update default configs to have SHM enabled by default (if compiled with SHM support)
    yellowhatter committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    991a1a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abbe1be View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Merge branch 'dev/1.0.0' into dev/1.0.0-ci

    Signed-off-by: ChenYing Kuo <[email protected]>
    evshary committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    28a930a View commit details
    Browse the repository at this point in the history
  2. Merge commit 'f60c2a2a2090311d803de4a7e2151f7ab6ce1433'

    Conflicts:
    	zenoh_c_vendor/CMakeLists.txt
    yellowhatter committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d696a60 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    381b022 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    6496c5a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev/1.0.0' into dev/1.0.0-ci

    Signed-off-by: ChenYing Kuo <[email protected]>
    evshary committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c983149 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge commit 'c983149ec1eb343e31b9e5f5c8951403ae7365b0'

    Conflicts:
    	zenoh_c_vendor/CMakeLists.txt
    yellowhatter committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d1242c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    a0d7d02 View commit details
    Browse the repository at this point in the history
  2. Merge commit '30aae8082407794f98b7158a5bc48e7c66eee633'

    Conflicts:
    	.gitignore
    	rmw_zenoh_cpp/src/detail/rmw_data_types.hpp
    	rmw_zenoh_cpp/src/rmw_init.cpp
    	rmw_zenoh_cpp/src/rmw_zenoh.cpp
    	zenoh_c_vendor/CMakeLists.txt
    yellowhatter committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9816f16 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. WIP on SHM (benchmarked)

    yellowhatter committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2f8b788 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Merge commit '6a48919727226ebad853373e8a1eec0ee22c3be4'

    Conflicts:
    	rmw_zenoh_cpp/src/detail/rmw_data_types.hpp
    	rmw_zenoh_cpp/src/rmw_init.cpp
    	rmw_zenoh_cpp/src/rmw_zenoh.cpp
    yellowhatter committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7861708 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update rmw_zenoh.cpp

    yellowhatter committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1ce3cf8 View commit details
    Browse the repository at this point in the history
  2. codestyle

    yellowhatter committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    01b34c5 View commit details
    Browse the repository at this point in the history
  3. Codestyle

    yellowhatter committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a0538f0 View commit details
    Browse the repository at this point in the history
  4. Update rmw_zenoh.cpp

    yellowhatter committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4739732 View commit details
    Browse the repository at this point in the history
  5. Update rmw_zenoh.cpp

    yellowhatter committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    728a094 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge commit 'afd7f638c64b6fc70e471cde02f63c16c065a4f5'

    Conflicts:
    	rmw_zenoh_cpp/src/detail/rmw_data_types.hpp
    	rmw_zenoh_cpp/src/rmw_init.cpp
    	rmw_zenoh_cpp/src/rmw_zenoh.cpp
    yellowhatter committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e49e22c View commit details
    Browse the repository at this point in the history