.. |
devices
|
Cleanup includes
|
2019-10-29 20:06:31 +01:00 |
nanomsg
|
Add flatbuffers-based command format to SDK/plugin
|
2019-09-30 12:18:49 +02:00 |
ofi
|
Add config plugin class.
|
2019-07-10 19:35:18 +02:00 |
options
|
Update config documentation
|
2019-07-10 19:35:18 +02:00 |
plugins
|
DDSCommandUI: add support for more commands
|
2019-12-03 15:44:25 +01:00 |
run
|
Add config plugin class.
|
2019-07-10 19:35:18 +02:00 |
sdk
|
SDK commands: Link shared flatbuffers if no static avail
|
2019-11-17 11:16:31 +01:00 |
shmem
|
Shm monitor: fix startup race and enable view-only mode
|
2019-11-13 16:16:16 +01:00 |
tools
|
Cleanup includes
|
2019-10-29 20:06:31 +01:00 |
zeromq
|
Add flatbuffers-based command format to SDK/plugin
|
2019-09-30 12:18:49 +02:00 |
CMakeLists.txt
|
Add flatbuffers-based command format to SDK/plugin
|
2019-09-30 12:18:49 +02:00 |
DeviceRunner.cxx
|
DDS plugin: Automatically set session and device id if not provided
|
2019-07-29 09:22:02 +02:00 |
DeviceRunner.h
|
Fix various clang-tidy warnings
|
2019-07-23 16:08:15 +02:00 |
EventManager.h
|
Cleanup includes
|
2019-10-29 20:06:31 +01:00 |
FairMQChannel.cxx
|
Cleanup includes
|
2019-10-29 20:06:31 +01:00 |
FairMQChannel.h
|
Cleanup includes
|
2019-10-29 20:06:31 +01:00 |
FairMQDevice.cxx
|
Cleanup includes
|
2019-10-29 20:06:31 +01:00 |
FairMQDevice.h
|
Remove deprecated methods
|
2019-11-15 14:36:27 +01:00 |
FairMQLogger.cxx
|
remove custom timestamp stuff from logger wrapper
|
2018-01-16 22:53:26 +01:00 |
FairMQLogger.h
|
Fix build
|
2018-04-15 18:04:52 +02:00 |
FairMQMessage.cxx
|
Formatting
|
2019-02-25 12:19:50 +01:00 |
FairMQMessage.h
|
Remove previously deprecated Copy method (since 1yr)
|
2018-11-28 21:16:29 +01:00 |
FairMQParts.h
|
Add flatbuffers-based command format to SDK/plugin
|
2019-09-30 12:18:49 +02:00 |
FairMQPoller.cxx
|
Formatting
|
2019-02-25 12:19:50 +01:00 |
FairMQPoller.h
|
Formatting
|
2019-02-25 12:19:50 +01:00 |
FairMQSocket.cxx
|
Formatting
|
2019-02-25 12:19:50 +01:00 |
FairMQSocket.h
|
Formatting
|
2019-02-25 12:19:50 +01:00 |
FairMQTransportFactory.cxx
|
Cleanup includes
|
2019-10-29 20:06:31 +01:00 |
FairMQTransportFactory.h
|
Cleanup includes
|
2019-10-29 20:06:31 +01:00 |
FairMQUnmanagedRegion.h
|
FairMQ: Add ofi transport factory skeleton
|
2018-03-26 13:58:20 +02:00 |
JSONParser.cxx
|
Add config plugin class.
|
2019-07-10 19:35:18 +02:00 |
JSONParser.h
|
Add config plugin class.
|
2019-07-10 19:35:18 +02:00 |
MemoryResources.cxx
|
Remove container adoption code
|
2018-10-31 13:12:38 +01:00 |
MemoryResources.h
|
Cleanup includes
|
2019-10-29 20:06:31 +01:00 |
MemoryResourceTools.h
|
Let getMessage deal with SSO
|
2018-12-10 15:10:53 +01:00 |
Plugin.cxx
|
convert log severities use to lowercase and remove use of MQLOG
|
2018-01-16 22:53:26 +01:00 |
Plugin.h
|
Remove TransitionTo from plugin APIs
|
2019-12-03 15:44:25 +01:00 |
PluginManager.cxx
|
Cleanup includes
|
2019-10-29 20:06:31 +01:00 |
PluginManager.h
|
Cleanup includes
|
2019-10-29 20:06:31 +01:00 |
PluginServices.cxx
|
Remove TransitionTo from plugin APIs
|
2019-12-03 15:44:25 +01:00 |
PluginServices.h
|
Remove TransitionTo from plugin APIs
|
2019-12-03 15:44:25 +01:00 |
ProgOptions.cxx
|
Cleanup includes
|
2019-10-29 20:06:31 +01:00 |
ProgOptions.h
|
Cleanup includes
|
2019-10-29 20:06:31 +01:00 |
ProgOptionsFwd.h
|
ProgOptions: Fix minor things
|
2019-07-10 19:35:18 +02:00 |
Properties.cxx
|
Add tests for property conversions and subscriptions
|
2019-07-10 19:35:18 +02:00 |
Properties.h
|
Fix PropertyHelper::AddType() to include event emitter creation
|
2019-07-10 19:35:18 +02:00 |
PropertyOutput.h
|
ProgOptions: Fix minor things
|
2019-07-10 19:35:18 +02:00 |
runFairMQDevice.h
|
Add config plugin class.
|
2019-07-10 19:35:18 +02:00 |
SDK.h
|
SDK: Update convenience header
|
2019-09-04 21:17:35 +02:00 |
StateMachine.cxx
|
Testing the double subscription
|
2019-07-23 16:08:15 +02:00 |
StateMachine.h
|
Extract States & Transitions to own header, use in plugins
|
2019-07-19 14:45:27 +02:00 |
StateQueue.h
|
Extract state queue into own class. Use in device, plugins
|
2019-07-19 14:45:27 +02:00 |
States.cxx
|
Extract States & Transitions to own header, use in plugins
|
2019-07-19 14:45:27 +02:00 |
States.h
|
Fix various clang-tidy warnings
|
2019-07-23 16:08:15 +02:00 |
SuboptParser.cxx
|
Add config plugin class.
|
2019-07-10 19:35:18 +02:00 |
SuboptParser.h
|
Add config plugin class.
|
2019-07-10 19:35:18 +02:00 |
Tools.h
|
Tools: Add InstanceLimiter utility
|
2019-07-23 16:08:15 +02:00 |
Transports.h
|
Cleanup includes
|
2019-10-29 20:06:31 +01:00 |
Version.h.in
|
Update year
|
2019-06-13 18:04:44 +02:00 |