J. Camilo G.C.
J. Camilo G.C.
Currently static analisys are performed by external tools. To have more control over the this, a workflow on github actions should be required by using the cppcheck tool to enhance...
a cmake file should be added to the kernel branch in order to support kernel inclusion as module to a bigger cmake-based project.
After searching the library for a while, I did not find an API to be able to create an array of objects to obtain something like I show below ```json...
It would be great to have the ability to add navigation buttons from native `.dox ` files from doxygen-awesome.css Here is an implementation from another project that adds the `next_button...
Add the input-watcher event class for efficient maintainable working with input channels. This class is currently only available in c++ port, QuarkTS++. This ticket is to include this useful feature...
Follow the brand new implementation of coRoutines used in the c++ port (QuarkTS++) due to its better consistency. This will considerable change the coroutines API. A new major version will...