FairMQ/fairmq
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
..
nanomsg Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
prototest Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
run Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
zeromq Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
CMakeLists.txt Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
FairMQBenchmarkSampler.cxx Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
FairMQBenchmarkSampler.h Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
FairMQBuffer.cxx simplify logger for shorter calls and readability 2014-02-13 15:55:25 +01:00
FairMQBuffer.h a little clean up 2014-01-28 11:56:08 +01:00
FairMQConfigurable.cxx change argument passing by value/reference 2014-01-28 11:56:08 +01:00
FairMQConfigurable.h change argument passing by value/reference 2014-01-28 11:56:08 +01:00
FairMQDevice.cxx Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
FairMQDevice.h add nanomsg implementations + use factory for nanomsg + lots of small stuff 2014-01-28 11:56:08 +01:00
FairMQLogger.cxx Add (optional) Google Protocol Buffers support (example in Tutorial 3). 2014-03-17 12:21:47 +01:00
FairMQLogger.h Logger fix: direct constructor call 2014-03-04 15:11:19 +01:00
FairMQMerger.cxx simplify logger for shorter calls and readability 2014-02-13 15:55:25 +01:00
FairMQMerger.h a little clean up 2014-01-28 11:56:08 +01:00
FairMQMessage.cxx cosmetic change 2014-01-31 14:06:34 +01:00
FairMQMessage.h - Make FairMQSampler generic. 2014-02-07 12:36:01 +01:00
FairMQPoller.cxx add nanomsg implementations + use factory for nanomsg + lots of small stuff 2014-01-28 11:56:08 +01:00
FairMQPoller.h add nanomsg implementations + use factory for nanomsg + lots of small stuff 2014-01-28 11:56:08 +01:00
FairMQProxy.cxx simplify logger for shorter calls and readability 2014-02-13 15:55:25 +01:00
FairMQProxy.h use factory for sockets 2014-01-28 11:56:08 +01:00
FairMQSink.cxx simplify logger for shorter calls and readability 2014-02-13 15:55:25 +01:00
FairMQSink.h a little clean up 2014-01-28 11:56:08 +01:00
FairMQSocket.cxx use factory for sockets 2014-01-28 11:56:08 +01:00
FairMQSocket.h add nanomsg implementations + use factory for nanomsg + lots of small stuff 2014-01-28 11:56:08 +01:00
FairMQSplitter.cxx simplify logger for shorter calls and readability 2014-02-13 15:55:25 +01:00
FairMQSplitter.h a little clean up 2014-01-28 11:56:08 +01:00
FairMQStateMachine.cxx simplify logger for shorter calls and readability 2014-02-13 15:55:25 +01:00
FairMQStateMachine.h a little clean up 2014-01-28 11:56:08 +01:00
FairMQTransportFactory.cxx use factory for messages 2014-01-28 11:56:08 +01:00
FairMQTransportFactory.h - Make FairMQSampler generic. 2014-02-07 12:36:01 +01:00