FairMQ/fairmq/nanomsg
Alexey Rybalchenko 9a0ed2ca72 Add (optional) Google Protocol Buffers support (example in Tutorial 3).
To use protobuf, run cmake as follows:
cmake -DUSE_PROTOBUF=1 ..
For this, protobuf library has to be installed on the system.

Further changes:
Clean up splitter/merger: default are N-to-1-merger and 1-to-N-splitter.
Fix bug in nanomsg message deallocation.
Setup proper buffer sizes for nanomsg/zeromq via cmake/bash script.
chmod +x for start scripts.
2014-03-17 12:21:47 +01:00
..
FairMQMessageNN.cxx Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
FairMQMessageNN.h Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
FairMQPollerNN.cxx move zeromq and nanomsg implementation files to separate directories 2014-01-28 13:20:53 +01:00
FairMQPollerNN.h move zeromq and nanomsg implementation files to separate directories 2014-01-28 13:20:53 +01:00
FairMQSocketNN.cxx Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
FairMQSocketNN.h Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
FairMQTransportFactoryNN.cxx simplify logger for shorter calls and readability 2014-02-13 15:55:25 +01:00
FairMQTransportFactoryNN.h move zeromq and nanomsg implementation files to separate directories 2014-01-28 13:20:53 +01:00