FairMQ/fairmq/run
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
..
benchmark.json Update device configuration 2015-11-11 11:09:42 +01:00
runBenchmarkSampler.cxx Remove compile time transport interface switch 2016-01-14 15:19:30 +01:00
runBuffer.cxx Remove compile time transport interface switch 2016-01-14 15:19:30 +01:00
runMerger.cxx Remove compile time transport interface switch 2016-01-14 15:19:30 +01:00
runProxy.cxx Remove compile time transport interface switch 2016-01-14 15:19:30 +01:00
runSink.cxx Fix compiler warnings. 2016-03-14 13:37:55 +01:00
runSplitter.cxx Fix compiler warnings. 2016-03-14 13:37:55 +01:00
startBenchmark.sh.in FairMQ: Extend Multipart and messaging API 2016-02-29 16:25:39 +01:00