FairMQ/fairmq/zeromq
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
..
FairMQContextZMQ.cxx FairMQ Examples cleanup 2015-10-05 18:06:55 +02:00
FairMQContextZMQ.h Fix copy constructor & assignment operator warning in FairMQChannel 2016-01-14 14:19:03 +01:00
FairMQMessageZMQ.cxx Fix compiler warnings. 2016-03-14 13:37:55 +01:00
FairMQMessageZMQ.h FairMQ: Extend Multipart and messaging API 2016-02-29 16:25:39 +01:00
FairMQPollerZMQ.cxx FairMQ: Extend Multipart and messaging API 2016-02-29 16:25:39 +01:00
FairMQPollerZMQ.h FairMQ: Extend Multipart and messaging API 2016-02-29 16:25:39 +01:00
FairMQSocketZMQ.cxx Include device ID in the zeromq socket identity. 2016-03-03 13:10:56 +01:00
FairMQSocketZMQ.h Include device ID in the zeromq socket identity. 2016-03-03 13:10:56 +01:00
FairMQTransportFactoryZMQ.cxx Include device ID in the zeromq socket identity. 2016-03-03 13:10:56 +01:00
FairMQTransportFactoryZMQ.h Include device ID in the zeromq socket identity. 2016-03-03 13:10:56 +01:00