FairMQ/fairmq
Dennis Klein cfc6090405 build!: Create a single library again
BREAKING CHANGE: Removes exported targets FairMQ::Tools and
FairMQ::StateMachine. However, it is unlikely those were used
by anyone.
2022-08-11 15:30:25 +02:00
..
devices Don't use to-be-deprecated names 2022-01-24 06:40:24 +01:00
ofi fix: Use namespaced typenames/headers 2022-08-11 15:30:25 +02:00
options feat: Deprecate non-namespaced headers 2022-08-11 15:30:25 +02:00
plugins build!: Create a single library again 2022-08-11 15:30:25 +02:00
shmem shm: Monitor: Add region/segment presence check function 2022-06-22 13:31:51 +02:00
tidy build: Use fairmq-tidy on our own codebase when RUN_FAIRMQ_TIDY=ON 2021-09-07 20:53:16 +02:00
tools Do not catch and rethrow exception from state handlers 2021-11-03 20:23:40 +01:00
zeromq Skip error message only for tcp 2022-02-28 19:13:00 +01:00
Channel.cxx Add configurable default snd/rcv timeout 2021-12-06 09:45:39 +01:00
Channel.h feat: Deprecate non-namespaced typenames 2022-08-11 15:30:25 +02:00
CMakeLists.txt build!: Create a single library again 2022-08-11 15:30:25 +02:00
Device.cxx fix(control): Honor SIGINT and SIGTERM in more places 2022-03-21 16:28:43 +01:00
Device.h feat: Deprecate non-namespaced typenames 2022-08-11 15:30:25 +02:00
DeviceRunner.cxx Do not print logo, if not requested 2021-12-14 11:26:10 +01:00
DeviceRunner.h fix: Use namespaced typenames/headers 2022-08-11 15:30:25 +02:00
Error.cxx feat(tools): Move the error code to the Tools target 2021-09-07 20:53:16 +02:00
Error.h feat: Add new assertm macro 2021-10-19 10:22:19 +02:00
EventManager.h 17-ify namespaces 2021-01-25 13:46:40 +01:00
FairMQChannel.h feat: Deprecate non-namespaced headers 2022-08-11 15:30:25 +02:00
FairMQDevice.h feat: Deprecate non-namespaced headers 2022-08-11 15:30:25 +02:00
FairMQLogger.h feat: Deprecate non-namespaced headers 2022-08-11 15:30:25 +02:00
FairMQMessage.h feat: Deprecate non-namespaced headers 2022-08-11 15:30:25 +02:00
FairMQParts.h feat: Deprecate non-namespaced headers 2022-08-11 15:30:25 +02:00
FairMQPoller.h feat: Deprecate non-namespaced headers 2022-08-11 15:30:25 +02:00
FairMQSocket.h feat: Deprecate non-namespaced headers 2022-08-11 15:30:25 +02:00
FairMQTransportFactory.h feat: Deprecate non-namespaced headers 2022-08-11 15:30:25 +02:00
FairMQUnmanagedRegion.h feat: Deprecate non-namespaced headers 2022-08-11 15:30:25 +02:00
FwdDecls.h refactor: Prepare deprecation of non-namespaced types and headers 2021-09-07 20:53:16 +02:00
JSONParser.cxx Don't use to-be-deprecated names 2022-01-24 06:40:24 +01:00
JSONParser.h 17-ify namespaces 2021-01-25 13:46:40 +01:00
MemoryResources.cxx fix: Use namespaced typenames/headers 2022-08-11 15:30:25 +02:00
MemoryResources.h feat: Deprecate non-namespaced typenames 2022-08-11 15:30:25 +02:00
MemoryResourceTools.h Don't use to-be-deprecated names 2022-01-24 06:40:24 +01:00
Message.h feat: Deprecate non-namespaced typenames 2022-08-11 15:30:25 +02:00
Parts.h feat: Deprecate non-namespaced typenames 2022-08-11 15:30:25 +02:00
Plugin.cxx Don't use to-be-deprecated names 2022-01-24 06:40:24 +01:00
Plugin.h feat: Add interactive controller button to print connected peers 2021-10-19 10:22:19 +02:00
PluginManager.cxx Apply readability-avoid-const-params-in-decls 2021-09-27 12:04:07 +02:00
PluginManager.h Define copy/move ctors and assignment ops 2021-09-27 12:04:07 +02:00
PluginServices.cxx fix(plugins): Avoid double device control releases 2021-07-07 14:43:32 +02:00
PluginServices.h feat: Add interactive controller button to print connected peers 2021-10-19 10:22:19 +02:00
Poller.h feat: Deprecate non-namespaced typenames 2022-08-11 15:30:25 +02:00
ProgOptions.cxx fix: Use namespaced typenames/headers 2022-08-11 15:30:25 +02:00
ProgOptions.h Define copy/move ctors and assignment ops 2021-09-27 12:04:07 +02:00
ProgOptionsFwd.h feat: Deprecate non-namespaced typenames 2022-08-11 15:30:25 +02:00
Properties.cxx 17-ify namespaces 2021-01-25 13:46:40 +01:00
Properties.h Apply cppcoreguidelines-avoid-non-const-global-variables 2021-09-27 12:04:07 +02:00
PropertyOutput.h
runDevice.h fix: Use namespaced typenames/headers 2022-08-11 15:30:25 +02:00
runFairMQDevice.h fix: Use namespaced typenames/headers 2022-08-11 15:30:25 +02:00
Socket.h feat: Deprecate non-namespaced typenames 2022-08-11 15:30:25 +02:00
StateMachine.cxx fix(control): Honor SIGINT and SIGTERM in more places 2022-03-21 16:28:43 +01:00
StateMachine.h Define copy/move ctors and assignment ops 2021-09-27 12:04:07 +02:00
StateQueue.h fix(control): Honor SIGINT and SIGTERM in more places 2022-03-21 16:28:43 +01:00
States.cxx Apply cppcoreguidelines-avoid-non-const-global-variables 2021-09-27 12:04:07 +02:00
States.h 17-ify namespaces 2021-01-25 13:46:40 +01:00
SuboptParser.cxx Add configurable default snd/rcv timeout 2021-12-06 09:45:39 +01:00
SuboptParser.h 17-ify namespaces 2021-01-25 13:46:40 +01:00
Tools.h Do not catch and rethrow exception from state handlers 2021-11-03 20:23:40 +01:00
TransportFactory.cxx refactor: Prepare deprecation of non-namespaced types and headers 2021-09-07 20:53:16 +02:00
TransportFactory.h feat: Deprecate non-namespaced typenames 2022-08-11 15:30:25 +02:00
Transports.h Apply cppcoreguidelines-avoid-non-const-global-variables 2021-09-27 12:04:07 +02:00
UnmanagedRegion.h feat: Deprecate non-namespaced typenames 2022-08-11 15:30:25 +02:00
Version.h.in fix: Update metadata 2022-03-21 18:22:07 +01:00