yellowhatter

Results 21 issues of yellowhatter

### Describe the feature SHM subsystem uses atomics for both buffer headers (u32) and buffer watchdog(u64). On some platforms 64-bit atomics are not supported (and **I guess** that library emulates...

new feature

Sister to https://github.com/eclipse-zenoh/zenoh/pull/1312 After https://github.com/eclipse-zenoh/zenoh-cpp/tree/move_protection

### Describe the feature See header

enhancement
release
api sync

### Describe the feature After implementing `*_internal_*` functions, it looks wise to put all internal stuff to separate `zenoh_internal.h` that is not included by default in `zenoh.h`

### Describe the release item We have some examples (z_bytes) optionally using Protobuf library. It will be good to have this library available at least for ubuntu runner installed. I...

release

### Describe the feature After #1510 and discussion we decided that we need to configure deadline adoption function to be: - non-linear - limited with some upper boundary

new feature

### Describe the feature Our current Zenoh Config is Session-level and applied to particular Session. As long as we are adding a configurable functionality that stands above the Session (SHM),...

new feature

### Describe the feature When data is crossing SHM domain boundary, there are few useful operations available: **shm2raw** Already implemented, but I think we need to make this tunable through...

new feature