Miki
Miki
We focus only on ASIL.
I am afraid that I don't understand which code do you mean. Please, describe your problem more properly.
We have added dedicated [Functional Safety](https://github.com/ndsev/zserio/blob/master/compiler/extensions/cpp/README.md#functional-safety) section into C++ README. It covers as well clang-tidy usage and exceptions during reading. For time being, this issue will be put to the...
We have fixed all conversion warnings which are fired from GCC 7.5.0 compiler in case of option ‘-Wconversion’. However, this option gives warning even for the following constructs: ``` char...
> Keep the stars please ⭐ 😄 (forks and watchers can indeed go...) OK. :-) We might even keep everything.
OK. I understand. The main problem is that the generated C++ code relies on exceptions by design. There is no feasible way to slightly modify the Zserio C++ generator to...
It depends where you add a header info. If you add the header at the end, then this behavior is normal. The BitBuffer does not have to be parsed fully,...
We cannot see any way how to check fully the inconsistency of the binary data. I would say that it is up to application to detect full consistency. But if...
Something like this should work without any problem. I would double check if data used in the point "Now, i tried to write the serialized data to a std::array." are...
Would it be please possible to create minimal example (schema + minimal C++ application) which reproduces problem described by your points? Unfortunately, I am not able to guess from the...