FairMQ/fairmq/test
Florian Uhlig fa7040fe65 Fix compiler warnings.
Initialize all data members in initializer lists.
Reorder data members in initializer list to have the same order as in the class declaration.
Comment or remove unused parameters and unused variables.
Convert all old style casts to the correct and explicit c++ cast like const_cast, static_cast,
dynamic_cast or reinterpret_cast. In most cases static_cast is used.
2016-03-14 13:37:55 +01:00
..
pub-sub Fix compiler warnings. 2016-03-14 13:37:55 +01:00
push-pull Fix compiler warnings. 2016-03-14 13:37:55 +01:00
req-rep Fix compiler warnings. 2016-03-14 13:37:55 +01:00
CMakeLists.txt Add FlatBuffers & MessagePack examples 2016-02-22 13:06:37 +01:00
runTransferTimeoutTest.cxx Fix compiler warnings. 2016-03-14 13:37:55 +01:00
test-fairmq-pub-sub.sh.in Add FairMQ tests (PUB-SUB, PUSH-PULL, REQ-REP). 2015-09-28 12:17:24 +02:00
test-fairmq-push-pull.sh.in Add FairMQ tests (PUB-SUB, PUSH-PULL, REQ-REP). 2015-09-28 12:17:24 +02:00
test-fairmq-req-rep.sh.in Include device ID in the zeromq socket identity. 2016-03-03 13:10:56 +01:00