Skip to content

Commit

Permalink
Update zenoh-c
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Sep 17, 2024
1 parent 7eb5288 commit 6ee4eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-c
Submodule zenoh-c updated 62 files
+1 −1 .github/workflows/ci.yml
+1 −1 .readthedocs.yaml
+0 −5 CMakeLists.txt
+416 −363 Cargo.lock
+10 −5 Cargo.toml
+0 −1 Cargo.toml.in
+0 −4 README.md
+349 −295 build-resources/opaque-types/Cargo.lock
+12 −4 build-resources/opaque-types/Cargo.toml
+66 −38 build.rs
+21 −3 docs/api.rst
+159 −0 docs/concepts.rst
+1 −0 docs/index.rst
+3 −3 examples/parse_args.h
+2 −0 examples/z_delete.c
+2 −0 examples/z_get.c
+2 −0 examples/z_get_liveliness.c
+4 −1 examples/z_get_shm.c
+2 −0 examples/z_info.c
+2 −0 examples/z_liveliness.c
+2 −0 examples/z_non_blocking_get.c
+2 −0 examples/z_ping.c
+3 −0 examples/z_ping_shm.c
+2 −0 examples/z_pong.c
+2 −0 examples/z_pub.c
+2 −0 examples/z_pub_attachment.c
+3 −1 examples/z_pub_cache.c
+2 −0 examples/z_pub_shm.c
+3 −1 examples/z_pub_shm_thr.c
+2 −0 examples/z_pub_thr.c
+2 −0 examples/z_pull.c
+2 −0 examples/z_put.c
+2 −0 examples/z_query_sub.c
+2 −0 examples/z_queryable.c
+4 −1 examples/z_queryable_shm.c
+2 −0 examples/z_queryable_with_channels.c
+2 −0 examples/z_scout.c
+3 −1 examples/z_sub.c
+2 −0 examples/z_sub_attachment.c
+2 −0 examples/z_sub_liveliness.c
+3 −1 examples/z_sub_shm.c
+3 −1 examples/z_sub_thr.c
+132 −26 include/zenoh_commons.h
+34 −43 include/zenoh_macros.h
+19 −0 src/closures/hello_closure.rs
+27 −0 src/closures/log_closure.rs
+20 −0 src/closures/matching_status_closure.rs
+19 −0 src/closures/query_closure.rs
+19 −0 src/closures/reply_closure.rs
+19 −0 src/closures/sample_closure.rs
+19 −0 src/closures/zenohid_closure.rs
+3 −3 src/commons.rs
+3 −3 src/config.rs
+30 −9 src/lib.rs
+2 −1 src/payload.rs
+1 −4 src/scouting.rs
+1 −7 src/session.rs
+1 −1 tests/z_api_alignment_test.c
+4 −4 tests/z_api_config_test.c
+1 −1 tests/z_api_double_drop_test.c
+1 −1 tests/z_api_drop_options.c
+1 −1 tests/z_int_pub_cache_query_sub_test.c

0 comments on commit 6ee4eee

Please sign in to comment.