Commit Graph

9 Commits

Author SHA1 Message Date
Alexey Rybalchenko
b3292252bf convert log severities use to lowercase and remove use of MQLOG 2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
6d97b86d37 Single Logger implementation for FairLogger & FairMQLogger 2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
30a7c163c8 Disable irrelevant output in tests to workaround output scrambling on MacOS 10.11 2018-05-02 13:51:55 +02:00
Mohammad Al-Turany
4e1cd9903b correct typo in copyright section 2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
76017e2148 FairMQ: Add uuid generator to tools & let tests use it for session names. 2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
449d28217d Clean shmem before running the multi-transport test. 2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
bd8be1436e Tests for MQ examples 2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
3397fb4a33 Refactor the transport interface
- give transport Initialize() method with access to device config.
 - avoid using global context in the transport.
 - simplify shutdown procedure (no need for extra thread).
2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
227c0b4e4e Adding multiple transports support & other fixes:
- Avoid polling when only one input channel is used.
 - Send only handles for shared memory transport.
 - Avoid waiting in the rate logger thread when nothing to log.
 - Hide warnings from generated files
 - Fix #483
2018-05-02 13:51:55 +02:00