Florian Reimold

Results 57 issues of Florian Reimold

It's about this line: https://github.com/ZedThree/clang-tidy-review/blob/f8e03413f77a06b68b4825999de3b4f9a41b82df/review.py#L528 The `--config-file` option exists since clang-tidy-12. Therefore older versions will fail and report that there were no issues at all (because I removed the `raise`...

**Background:** On Linux, the OS restricts the number of open file descriptors by process. eCAL Play needs a lot of file descriptors when replaying a huge measurement due to all...

enhancement
in progress...

# Issue **Unlink issue**: Even when gracefully shutting down eCAL Applications, `/dev/shm` will never be cleaned up and contain many zombie memory files. 1. Memory files should be closed on...

bug

**Is your feature request related to a problem? Please describe.** Currently, our binaries are just plain old unsigned binaries. Windows complains a lot when you download and execute the installer....

enhancement
in progress...

## Current state: eCAL Monitoring Information is always transported via UDP Multicast. This is not dependent on whether the information shall be received locally or remotely. ## Purpose of this...

enhancement
in progress...

Even though HDF5 supports transparent compression using zlib, eCAL cannot utilize that. - Windows: We explicitly disabled zlib support, as we are lacking the zlib library - Linux: HDF5 should...

enhancement
in progress...

**Goal** Currently, all frames of all channels that a certain eCAL Recorder records end up in the same big HDF5 container. In certain situations however it would be beneficial to...

enhancement
in progress...

Admin: install to `C:\Program Files\eCAL` Normal User: install to `C:\Users\USERNAME\AppData\Local\Programs\eCAL\` Environment variables (`PATH`) are set for all users or for the current user only if in non-admin mode. ecal.ini will...

**Is your feature request related to a problem? Please describe.** Currently, the bytes will only be visualized as CRC16, which gives no information o how many bytes are actually in...

enhancement