jacky309

Results 11 issues of jacky309

* Remove (DLC

backend:serial

The current version of DLT does not require that the app is registered before contexts can be registered so the Q_ASSERT does not make sense.

Sometimes it would be convenient to define QFace interfaces which use external types which are not described with QFace. For example, if a C++ class called "MyClass" is defined in...

This build should reveal issues (such as missing #include), which remain unnoticed because of unity-build being used by default.

Move the code of the lambda at https://github.com/Pelagicore/facelift/blob/1e5eb921a1acec282f6184b732c3dc57d0cd40af/src/ipc/ipc-common/IPCProxy.h#L63 into the connectToServer() method.

This test should reveal issues such as headers not being installed.

While processing a request, is it possible to be somehow notified (even with some polling) if the client connection has been closed, in order to stop the processing earlier, if...

I would like my server to be socket-activatable (see https://0pointer.de/blog/projects/socket-activation.html). The trick is to use a file descriptor which has already been open by SystemD, rather than creating the server...

This fixes an inconsistency between the folder where configuration files such as "dlt.conf" are installed, and the folder where those files are read from, at runtime.