Dennis Klein
|
278cd62049
|
Fix ODR violations for unity builds
|
2020-02-08 18:58:23 +01:00 |
|
Dennis Klein
|
6c63b01cfe
|
Commands: Add [so]version to and rename installed lib
|
2020-02-06 15:51:22 +01:00 |
|
Andrey Lebedev
|
66acde2a69
|
Example.DDS: Fix env script for macOS
- For macOS append Boost_LIBRARY_DIRS to DYLD_LIBRARY_PATH and export DYLD_LIBRARY_PATH in the fairmq-ex-dds-env.sh
- Update CONTRIBUTORS list
|
2020-01-31 20:45:02 +01:00 |
|
Dennis Klein
|
19ab8bba3b
|
SDK: One more test
|
2020-01-27 20:50:11 +01:00 |
|
Dennis Klein
|
be524d838a
|
SDK: Add inline docs
|
2020-01-27 20:50:11 +01:00 |
|
Alexey Rybalchenko
|
92af823135
|
SDK: Allow passing path to Set/GetProperties
|
2020-01-27 20:50:11 +01:00 |
|
Alexey Rybalchenko
|
50dacbcdde
|
SDK: update DDSTopology::GetTasks()
|
2020-01-27 20:50:11 +01:00 |
|
Alexey Rybalchenko
|
264a178424
|
SDK: Add Topology::AsyncGetProperties
Co-Author: Dennis Klein <d.klein@gsi.de>
|
2020-01-27 20:50:11 +01:00 |
|
Dennis Klein
|
1c8ad03f3c
|
SDK: Add Topology::AsyncSetProperties
Co-Author: Alexey Rybalchenko <alexryba@gmail.com>
|
2020-01-27 20:50:11 +01:00 |
|
Alexey Rybalchenko
|
25658370fa
|
SDK: Add DDSTopology::GetTasksMatchingPath
|
2020-01-27 20:50:11 +01:00 |
|
Alexey Rybalchenko
|
f42945b3a3
|
SDK: Allow passing path to DDSSession::SendCommand
|
2020-01-27 20:50:11 +01:00 |
|
Dennis Klein
|
9544de0647
|
SDK: Do not require r-value refs
I mistakenly thought they were forwarding refs.
|
2020-01-27 20:50:11 +01:00 |
|
Dennis Klein
|
d608abf31c
|
Fix -Wpedantic
|
2020-01-27 20:50:11 +01:00 |
|
Alexey Rybalchenko
|
15de80cfd3
|
Detect network interface of the default route without use of ip
|
2020-01-17 16:48:31 +01:00 |
|
Dennis Klein
|
f2da29a650
|
Update copyright
|
2020-01-16 20:26:53 +01:00 |
|
Dennis Klein
|
c180300303
|
Increase severity
From user feedback we learned that it is preferred to have this
condition rather fail fast than just warn.
|
2020-01-16 19:11:36 +01:00 |
|
Alexey Rybalchenko
|
9f8a3553ba
|
Avoid deadlock in FairMQChannel operator=, handle self-assignment
|
2020-01-16 17:17:52 +01:00 |
|
Alexey Rybalchenko
|
692ec4e997
|
Fix CIDs 350447, 321250 (uncaught exception)
|
2020-01-16 17:17:52 +01:00 |
|
Alexey Rybalchenko
|
b6d9c949ae
|
Fix CID 350448 (uncaught exception)
|
2020-01-16 17:17:52 +01:00 |
|
Alexey Rybalchenko
|
b6791856f9
|
Fix CID 350451 (uncaught exception)
|
2020-01-16 17:17:52 +01:00 |
|
Alexey Rybalchenko
|
a1e0814a92
|
Fix CIDs 350452, 323467 (missing_lock)
|
2020-01-16 17:17:52 +01:00 |
|
Alexey Rybalchenko
|
38bb14e556
|
Fix CID 350453 (uninit_member)
|
2020-01-16 17:17:52 +01:00 |
|
Alexey Rybalchenko
|
7187953604
|
Fix CID 350455 (uncaught exception)
|
2020-01-16 17:17:52 +01:00 |
|
Alexey Rybalchenko
|
c290c16896
|
PMIx: Add commands to plugin and command ui
|
2020-01-06 20:20:18 +01:00 |
|
Dennis Klein
|
fd2bac3e22
|
Modernize ctor
https://clang.llvm.org/extra/clang-tidy/checks/modernize-pass-by-value.html#pass-by-value-in-constructors
|
2020-01-06 20:20:18 +01:00 |
|
Alexey Rybalchenko
|
8e3f25851c
|
Pass by const ref
|
2020-01-06 20:20:18 +01:00 |
|
Alexey Rybalchenko
|
ce937ca03e
|
Bump linger time for multipart test
|
2019-12-20 14:04:58 +01:00 |
|
Alexey Rybalchenko
|
684e711b8b
|
Shmem: track number of message objects, throw if non-zero at reset
|
2019-12-20 14:04:58 +01:00 |
|
Alexey Rybalchenko
|
5b5fecc994
|
Extend multipart tests to include single part, transfer across >1 channel
|
2019-12-20 14:04:58 +01:00 |
|
Alexey Rybalchenko
|
462a93b58b
|
Add multipart arguments to the benchmark script
|
2019-12-20 14:04:58 +01:00 |
|
Alexey Rybalchenko
|
a2cff5b7bb
|
Shmem: simplify message/socket and refactor to use namespaces
|
2019-12-20 14:04:58 +01:00 |
|
Alexey Rybalchenko
|
b2e027478e
|
shmem: properly initialize received multipart messages
|
2019-12-16 21:17:06 +01:00 |
|
Dennis Klein
|
e6dede492e
|
Disable codecov.io checks
|
2019-12-13 14:52:36 +01:00 |
|
Dennis Klein
|
f195eeac66
|
Silence warning: unused variable 'a' [-Wunused-variable]
|
2019-12-13 14:52:36 +01:00 |
|
Dennis Klein
|
4d1e7b9cdb
|
Fix AppleClang 10.0.1 support with Boost.Asio <= 1.68
|
2019-12-13 14:52:36 +01:00 |
|
Dennis Klein
|
50be386191
|
Support and require DDS 3.0
|
2019-12-13 14:52:36 +01:00 |
|
Alexey Rybalchenko
|
f31be6d7a1
|
Update to new DDS API, bump required version
|
2019-12-04 15:30:45 +01:00 |
|
Alexey Rybalchenko
|
5607d47664
|
DDSCommandUI: add support for more commands
|
2019-12-03 15:44:25 +01:00 |
|
Alexey Rybalchenko
|
0f4595b8c1
|
Remove TransitionTo from plugin APIs
|
2019-12-03 15:44:25 +01:00 |
|
Alexey Rybalchenko
|
b0b271d1f4
|
DDS plugin: remove static mode
|
2019-12-03 15:44:25 +01:00 |
|
Alexey Rybalchenko
|
073f5e5c0e
|
Fix regression in the DDS plugin shutdown handling
|
2019-11-20 14:07:44 +01:00 |
|
Dennis Klein
|
f6e3183f45
|
SDK commands: Link shared flatbuffers if no static avail
|
2019-11-17 11:16:31 +01:00 |
|
Dennis Klein
|
71325828f6
|
CMake: Add option ENABLE_CCACHE
|
2019-11-15 14:44:56 +01:00 |
|
Alexey Rybalchenko
|
9d30ff25c2
|
Remove deprecated methods
|
2019-11-15 14:36:27 +01:00 |
|
Alexey Rybalchenko
|
2ac8f98178
|
Shm monitor: fix startup race and enable view-only mode
|
2019-11-13 16:16:16 +01:00 |
|
Alexey Rybalchenko
|
2c6f436858
|
Fix shmmonitor daemonization
|
2019-10-29 20:06:31 +01:00 |
|
Alexey Rybalchenko
|
dd191551ca
|
Include empty parts in multipart example/test
|
2019-10-29 20:06:31 +01:00 |
|
Alexey Rybalchenko
|
88dbcbe4fd
|
Formatting, some refactoring
|
2019-10-29 20:06:31 +01:00 |
|
Alexey Rybalchenko
|
85a3a254d4
|
Shmem: Fix handling of empty message parts
|
2019-10-29 20:06:31 +01:00 |
|
Alexey Rybalchenko
|
c34d1f0946
|
Cleanup includes
|
2019-10-29 20:06:31 +01:00 |
|