Commit Graph

  • e462d6f597 Fix wrong argument order in file sink initialization Alexey Rybalchenko 2018-01-17 13:55:17 +0100
  • a91c481abf remove custom timestamp stuff from logger wrapper Alexey Rybalchenko 2018-01-16 13:56:19 +0100
  • a3393e600e convert log severities use to lowercase and remove use of MQLOG Alexey Rybalchenko 2017-12-22 10:40:50 +0100
  • 4e942e489b Single Logger implementation for FairLogger & FairMQLogger Alexey Rybalchenko 2017-10-11 15:49:49 +0200
  • d3e0b9fc97 Give ipc tests better address name Alexey Rybalchenko 2018-01-12 14:24:14 +0100
  • b59f1b950d FairMQ: Add hint argument to the region callback, settable per message. Alexey Rybalchenko 2017-12-15 14:44:17 +0100
  • ba78964e29 FairMQ: add FairMQMessage::Copy(const FairMQMessage& msg), deprecate the old one. Alexey Rybalchenko 2017-12-08 12:02:08 +0100
  • e340a52bf2 Use FairMQ tools for string creation. Alexey Rybalchenko 2017-12-04 13:00:45 +0100
  • 848ebf2ff3 FairMQ: Add test for setting used message size functionality Alexey Rybalchenko 2017-12-07 14:36:11 +0100
  • ea7ae3ded9 remove Get/SetMessage from interface (internal transport detail) Alexey Rybalchenko 2017-12-07 13:42:38 +0100
  • e5aa85b61d FairMQ: Add functionality to set used message size Alexey Rybalchenko 2017-12-05 12:51:07 +0100
  • ac4695b215 Missing explicit reference to lib boost_signals laphecet 2017-12-05 20:55:29 +0100
  • fd19480a2e FairMQ: Fix missing region acks if receiver doesn't call OnData & clean includes. Alexey Rybalchenko 2017-11-29 16:55:51 +0100
  • 5c0178e882 FairMQ: Remove deprecated header <tools/FairMQTools.h> Dennis Klein 2017-11-27 01:39:19 +0100
  • b5e32403ea correct typo in copyright section Mohammad Al-Turany 2017-11-29 10:35:57 +0100
  • b967de4a57 FairMQ: Fix session name modification shm transport. Alexey Rybalchenko 2017-11-29 10:37:57 +0100
  • 0dc4000187 FairMQ: Add uuid generator to tools & let tests use it for session names. Alexey Rybalchenko 2017-11-28 17:25:39 +0100
  • 85aab51bd4 FairMQ: Add test for example/advanced/Region. Alexey Rybalchenko 2017-11-28 15:37:41 +0100
  • eddfd0d1bd FairMQ: Introduce configurable session name per device. Alexey Rybalchenko 2017-11-27 13:59:15 +0100
  • 58a312b730 FairMQ: Introduce callbacks for the FairMQUnmanagedRegion. Alexey Rybalchenko 2017-11-14 17:00:37 +0100
  • 378c47c5e5 FairMQ: Implement config API for string subscriptions Dennis Klein 2017-11-16 17:50:36 +0100
  • 80332583ee FairMQ: Add state subscription to DDS plugin Dennis Klein 2017-11-08 15:25:36 +0100
  • 56c0b2fd2b FairMQ: Add heartbeats to DDS plugin Dennis Klein 2017-11-06 21:42:06 +0100
  • 72cdd1e3d7 using steady_clock instead of system_clock Matthias Richter 2017-11-17 14:15:00 +0100
  • 4351f3df0d adding missing variable initialisation in second constructor Matthias Richter 2017-11-15 11:11:19 +0100
  • 2a134b9206 Changing '--rate' option to type float, remove stringstream from argument scan Matthias Richter 2017-11-15 11:01:08 +0100
  • 9b2b1cf9f1 Adding rate control for ConditionalRun function Matthias Richter 2017-11-14 18:52:20 +0100
  • 7429f7a326 FairMQ: Add dump-config functionality to DDS plugin Dennis Klein 2017-10-31 15:24:29 +0100
  • 511141c851 FairMQ: Install DDS plugin Dennis Klein 2017-10-27 18:34:25 +0200
  • ba5d40fd71 FairMQ: Fix visibility of include dirs of DDS plugin targets Dennis Klein 2017-10-27 18:33:38 +0200
  • 864a41502f FairMQ: Support the case with multiple default routes Dennis Klein 2017-10-27 18:23:53 +0200
  • 0bb866ff36 FairMQ: shared memory unmanaged region updates: Alexey Rybalchenko 2017-10-19 11:17:05 +0200
  • f7d3a5e8ae FairMQ: fix shm transport placement new alignment issue Alexey Rybalchenko 2017-10-18 17:27:13 +0200
  • f277db2354 FairMQ: shm region & monitor bugfixes Alexey Rybalchenko 2017-10-16 21:36:10 +0200
  • aa8d16ff9a Move shmem prototype out of MQ examples Alexey Rybalchenko 2017-10-13 13:15:12 +0200
  • b7d97f6306 FairMQ: Support Apple Compiler 8.0 Dennis Klein 2017-10-09 18:52:15 +0200
  • b63e2ee153 Remove outdated build flag -Weffc++ Dennis Klein 2017-10-06 12:02:33 +0200
  • fb0996268a Fix coverity issues - unchecked return val, uncaught excepts Alexey Rybalchenko 2017-10-09 17:23:47 +0200
  • 896a8d6b7f FairMQ: Revert regression introduced by f1513f5169d335c17ccdfdb27f0f0c4edbeb8b65 Dennis Klein 2017-10-05 14:56:39 +0200
  • e3cb1dd9e5 FairMQ: remove runSimpleMQStateMachine (now via control plugin). Alexey Rybalchenko 2017-10-05 09:30:40 +0200
  • d175a732a6 FairMQ: fix const qualifier for DeviceRunner Alexey Rybalchenko 2017-10-04 16:08:58 +0200
  • 1bc5771bf3 Fix compilation for GCC 4.9.2 Dennis Klein 2017-09-29 20:09:51 +0200
  • 4ae2e025c9 FairMQ: Implement DeviceRunner Dennis Klein 2017-09-28 23:27:22 +0200
  • 7f23a70670 FairMQ: Implement property change event config API Dennis Klein 2017-09-28 21:51:42 +0200
  • 8c8ee45914 FairMQ: Implement GetPropertyKeys config API Dennis Klein 2017-09-27 21:37:51 +0200
  • 2589ca5ced FairMQ: Rewrite the state machine Dennis Klein 2017-09-22 20:46:53 +0200
  • 179968db1e Remove FairMQConfigurable Alexey Rybalchenko 2017-09-21 17:20:49 +0200
  • 26cfe69b41 Revert refactoring that releases lock too early. Alexey Rybalchenko 2017-09-22 11:31:11 +0200
  • 6d7009b331 Refactor FairMQLogger Alexey Rybalchenko 2017-09-20 17:09:40 +0200
  • 6ecd0e9085 FairMQ: Rewrite event manager to support multiple subscribers Dennis Klein 2017-09-20 21:23:21 +0200
  • 88b3b8ef18 FairMQ: Make sure --catch-signals is always handled Dennis Klein 2017-09-20 18:10:56 +0200
  • fd08167a4c FairMQ: Print Entering STATE log lines when user perceived state begins. Dennis Klein 2017-09-20 18:08:59 +0200
  • e37e559dce Fix warnings and remove deleted file from installation. Alexey Rybalchenko 2017-09-20 12:51:51 +0200
  • 44a59f25a7 FairMQ: Move --catch-signals logic to control plugin Dennis Klein 2017-09-20 01:46:10 +0200
  • 7dcd09692c FairMQ: Move static and interactive control modes to plugin (3) Dennis Klein 2017-09-19 18:12:40 +0200
  • 01327426c3 Port DDS plugin to the new plugin system. Alexey Rybalchenko 2017-09-15 13:51:42 +0200
  • 2db114bc5c Eliminate warnings in FairLink and FairMQ Plugins. Alexey Rybalchenko 2017-09-11 14:50:48 +0200
  • f6365d013e Refactor state machine. Alexey Rybalchenko 2017-09-07 11:42:43 +0200
  • 70e46a0b86 Cleanup base/MQ. Alexey Rybalchenko 2017-09-01 10:00:05 +0200
  • 334b91785b FairMQ: Move static and interactive control modes to plugin (2) Alexey Rybalchenko 2017-09-14 12:42:07 +0200
  • 10f67e4c72 FairMQ: Move static and interactive control modes to plugin Dennis Klein 2017-09-14 02:10:00 +0200
  • 2af3ae99eb FairMQ: Implement Take/ReleaseDeviceControl plugin API Dennis Klein 2017-09-13 21:34:50 +0200
  • dfb2bac4bc FairMQ: Add test coverage for PluginServices Dennis Klein 2017-07-26 00:34:07 +0200
  • 052ac8487d FairMQ: Add static plugin mechanism Dennis Klein 2017-09-12 19:25:36 +0200
  • 17d7cd8ce4 Fix name conflict with FairLogger+FairMQStateMachine Alexey Rybalchenko 2017-09-26 17:01:05 +0200
  • 6349438829 Run InitTask in the worker thread (same as all other state handlers). Alexey Rybalchenko 2017-09-06 12:54:00 +0200
  • bfb9feab03 Update shared memory transport documentation. Alexey Rybalchenko 2017-09-04 10:08:57 +0200
  • 09e45e27ab Add introspection docs. Alexey Rybalchenko 2017-09-01 10:36:55 +0200
  • 7b37eaa507 Revert the parser changes. Alexey Rybalchenko 2017-09-04 16:02:39 +0200
  • 5e44273531 Add docs for common devices Alexey Rybalchenko 2017-08-29 10:38:36 +0200
  • 9be5a20df6 Add doxygen comment about state handlers running in worker thread Alexey Rybalchenko 2017-08-29 10:15:57 +0200
  • 3ab7ee5f02 FairMQParser: Disable deprecated parsing for singular JSON keys Alexey Rybalchenko 2017-08-29 10:15:04 +0200
  • 4c7f119ce8 Configuration docs Alexey Rybalchenko 2017-08-28 16:04:15 +0200
  • 4dd08051cc simplify state change callback handling Alexey Rybalchenko 2017-08-28 13:35:45 +0200
  • eeb994a584 Tests for MQ examples Alexey Rybalchenko 2017-08-23 11:12:29 +0200
  • 221d2567f0 FairMQRegion and examples/advanced/Region Alexey Rybalchenko 2017-06-02 13:50:13 +0200
  • 65f1b96dc3 Add Version member to FairMQDevice, settable via constructor Alexey Rybalchenko 2017-07-05 08:37:31 +0200
  • 3d8175bfd6 base/MQ and Lmd example cleanup Alexey Rybalchenko 2017-06-29 09:56:31 +0200
  • 6f18cf23da Merge channels from config to device, instead of replace Alexey Rybalchenko 2017-06-30 10:19:59 +0200
  • a26925cbf5 FairMQ: Fix various errors from CI Dennis Klein 2017-06-30 16:29:52 +0200
  • ad0f050c99 FairMQ: Implement PluginServices - Config Dennis Klein 2017-06-29 22:53:44 +0200
  • 739460b2fe FairMQ: Implement PluginServices - Control Dennis Klein 2017-06-26 15:30:08 +0200
  • 9b61b924b2 FairMQ: Integration of Plugins through PluginServices Dennis Klein 2017-06-26 15:08:26 +0200
  • 60d929b0bd FairMQ: Add plugin mechanism (Plugin and PluginManager classes) Dennis Klein 2017-04-12 13:30:32 +0200
  • ac69607250 make FairProgOptions calls thread safe Alexey Rybalchenko 2017-06-26 12:29:19 +0200
  • b47cc8b29c add callback on state change Alexey Rybalchenko 2017-06-22 10:44:17 +0200
  • b311b0c6da FairMQLogger: undefine DEBUG if it has been previously defined Alexey Rybalchenko 2017-06-23 12:29:59 +0200
  • 035d5fb353 Provide accessors for device members that are part of publiv API Alexey Rybalchenko 2017-06-22 19:52:30 +0200
  • 92cae6f9a4 FairMQProxy: remove outdated code Alexey Rybalchenko 2017-06-21 12:17:01 +0200
  • a60fac80d9 FairMQProgOptions: add a method to check key existence Alexey Rybalchenko 2017-06-21 12:16:20 +0200
  • 4bc54ad32b add --print-channels to print registered channels of the device Alexey Rybalchenko 2017-06-20 15:58:43 +0200
  • 1d38a2350f add --print-options to print available options in short format Alexey Rybalchenko 2017-06-07 16:27:40 +0200
  • cae3fd6aa3 Catch any exception type in the main of runFairMQDevice.h Alexey Rybalchenko 2017-06-22 14:45:39 +0200
  • 25a75c1f82 add channel, poller and testing docs Dennis Klein 2017-05-24 17:07:07 +0200
  • 5e2926e0da FairMQShmMonitor docs Alexey Rybalchenko 2017-05-24 18:02:02 +0200
  • f05ed326a6 Update FairMQShmMonitor Alexey Rybalchenko 2017-05-24 14:09:37 +0200
  • 764514a35a Test devices without config & two in a process Alexey Rybalchenko 2017-05-26 10:39:33 +0200
  • f4e5a74f23 Always have access to FairMQProgOptions from device. Alexey Rybalchenko 2017-05-17 08:48:11 +0200
  • 7bb6a2eed9 add default subchannel index Dennis Klein 2017-05-23 16:16:44 +0200
  • 8bc21675af Refactor TransportFactory to RAII Dennis Klein 2017-05-23 16:13:43 +0200