Miki

Results 152 comments of Miki

Unfortunatelly because of other important tasks, there is no plan for this. But we can boost this topic up and bring this up to others if you need it to...

> * It may make sense to also support all other operands like >, !=, (in case we compile for c++20). Note: for my use cases 'less than' would suffice....

This issue will be solved in scope of the issue #560.

We have investigated suggested extension more deeply and we like the idea to offer users the graph using echarts. Thanks again for sharing this idea. However, we would like to...

@kancve: I would suggest to create independent repository with your idea as an independent zserio extension according our [Zserio Extension Sample](https://github.com/ndsev/zserio-extension-sample). Then, we will add some link in our main...

Consider to use strong typedefs. Please also see #555.

Yes, we support standard C++ allocators. You can pass allocator to the contructor of generated objects. It is possible to influence used C++ allocator by Zserio command line argument `-setCppAllocator`....

OK, we will do it within scope of current milestone.

Thanks for idea to improve things. Amalgamation is implemented unfortunately in very easy way: The first source in one package is written immediately into the file. Next sources are directly...