Commit Graph

  • 5955ad3cd9 build: Do not hardcode include dirs Dennis Klein 2021-06-06 08:29:32 +0200
  • d9e47ab036 ci: Configure gitlint Dennis Klein 2021-06-06 07:26:23 +0200
  • c28da54381 feat(ofi): Require asiofi 0.5 Dennis Klein 2021-06-06 06:53:31 +0200
  • 3b2a17d9e8 ci: Remove obsolete codecov config Dennis Klein 2021-05-31 20:49:44 +0200
  • 943b16beff feat: Drop public dependency to Boost.Asio and use standalone asio Dennis Klein 2021-05-28 15:34:24 +0200
  • ac3293fcc6 Fix heap-use-after-free Alexey Rybalchenko 2021-06-24 11:19:06 +0200
  • 4fdf9d340b Fix stack-use-after-scope Alexey Rybalchenko 2021-06-24 11:08:52 +0200
  • 5c9ba5e5b4 shm: avoid meta data copy on recv and fix its alignment Alexey Rybalchenko 2021-06-24 10:51:39 +0200
  • 4dbb5535c3 Add empty msg check for transport compatibility checker Alexey Rybalchenko 2021-06-24 10:50:37 +0200
  • 6f190e7182 Fix heap-use-after-free Alexey Rybalchenko 2021-06-24 11:19:06 +0200
  • 2edf61c5a2 Fix stack-use-after-scope Alexey Rybalchenko 2021-06-24 11:08:52 +0200
  • 13e5e97a50 shm: avoid meta data copy on recv and fix its alignment Alexey Rybalchenko 2021-06-24 10:51:39 +0200
  • 9aace47d42 Add empty msg check for transport compatibility checker Alexey Rybalchenko 2021-06-24 10:50:37 +0200
  • a8bdb91165 shm: throw TransportError if could not lock region Alexey Rybalchenko 2021-06-10 11:16:56 +0200
  • 37c059177f shm: improve exception handling Alexey Rybalchenko 2021-06-10 11:02:40 +0200
  • 28a887a457 shm: optimize monitor heartbeats Alexey Rybalchenko 2021-06-09 12:54:40 +0200
  • ab54668aee set CMAKE_EXPORT_COMPILE_COMMANDS unconditionally Alexey Rybalchenko 2021-06-09 11:32:57 +0200
  • 8c5209a3d6 shm: throw TransportError if could not lock region Alexey Rybalchenko 2021-06-10 11:16:56 +0200
  • df9227f88f shm: improve exception handling Alexey Rybalchenko 2021-06-10 11:02:40 +0200
  • 2db1538285 shm: optimize monitor heartbeats Alexey Rybalchenko 2021-06-09 12:54:40 +0200
  • 3da95927c7 set CMAKE_EXPORT_COMPILE_COMMANDS unconditionally Alexey Rybalchenko 2021-06-09 11:32:57 +0200
  • 2e655823e4 CMake: Do not unconditionally override settings without good reason Dennis Klein 2021-05-28 14:07:30 +0200
  • 90ffedbe8d CMake: Do not unconditionally override settings without good reason Dennis Klein 2021-05-28 14:07:30 +0200
  • 3c4158addb Remove useless code Alexey Rybalchenko 2021-05-28 12:44:27 +0200
  • 882edbbdb8 Apply modernize-pass-by-value Alexey Rybalchenko 2021-05-27 14:34:31 +0200
  • c847a7ca02 Apply readability-container-size-empty Alexey Rybalchenko 2021-05-27 00:49:05 +0200
  • f25cca2073 Apply clang-analyzer-deadcode.DeadStores Alexey Rybalchenko 2021-05-26 23:58:12 +0200
  • 6aeac265ec Apply modernize-use-equals-default Alexey Rybalchenko 2021-05-26 23:49:15 +0200
  • 9444de5868 Apply readability-redundant-member-init Alexey Rybalchenko 2021-05-26 22:39:19 +0200
  • acf63d3c1b Apply modernize-use-default-member-init Alexey Rybalchenko 2021-05-26 13:53:48 +0200
  • e1b229522c Apply modernize-deprecated-headers Alexey Rybalchenko 2021-05-26 12:58:37 +0200
  • ccbd622130 Apply cppcoreguidelines-init-variables Alexey Rybalchenko 2021-05-26 12:44:04 +0200
  • fdae39c956 Remove useless code Alexey Rybalchenko 2021-05-28 12:44:27 +0200
  • 383992a534 Apply modernize-pass-by-value Alexey Rybalchenko 2021-05-27 14:34:31 +0200
  • 059b689d9f Apply readability-container-size-empty Alexey Rybalchenko 2021-05-27 00:49:05 +0200
  • f8c4544aff Apply clang-analyzer-deadcode.DeadStores Alexey Rybalchenko 2021-05-26 23:58:12 +0200
  • 2f4d55094a Apply modernize-use-equals-default Alexey Rybalchenko 2021-05-26 23:49:15 +0200
  • c764d4643d Apply readability-redundant-member-init Alexey Rybalchenko 2021-05-26 22:39:19 +0200
  • 43f7933426 Apply modernize-use-default-member-init Alexey Rybalchenko 2021-05-26 13:53:48 +0200
  • d427b4786a Apply modernize-deprecated-headers Alexey Rybalchenko 2021-05-26 12:58:37 +0200
  • 95b3cdab28 Apply cppcoreguidelines-init-variables Alexey Rybalchenko 2021-05-26 12:44:04 +0200
  • 904771e9fa CI: Fix error handler Dennis Klein 2021-05-28 09:58:12 +0200
  • 2b438452a0 CI: Add ubuntu 20.04 (gcc 9) check Dennis Klein 2021-05-28 09:14:18 +0200
  • 20200f02a3 CMake: Refactor into topic-based modules Dennis Klein 2021-05-28 08:13:34 +0200
  • 2e9a088b4d CI: Fix log tarball name in error case Dennis Klein 2021-05-27 07:09:58 +0200
  • 9c3478252a CI: Add a fedora 34 (gcc 11) check Dennis Klein 2021-05-27 06:15:30 +0200
  • e6c7c6b0f0 CI: Remove alice-centos7 check Dennis Klein 2021-05-27 05:50:11 +0200
  • ff3281cc80 Remove obsolete CTest config Dennis Klein 2021-05-27 05:47:31 +0200
  • 415232b56a Add codemeta_update.py Christian Tacke 2021-02-23 12:32:43 +0100
  • 947c4a73ad Add codemeta.json Christian Tacke 2021-02-15 16:57:16 +0100
  • 7616b0b0aa CMake: Set CXX language level via target_compile_features() Christian Tacke 2021-02-20 20:03:09 +0100
  • 575054a11f Bundle and use FairCMakeModules Dennis Klein 2021-05-27 00:59:35 +0200
  • f2d7bbeb21 Examples: Fix DDS agent log retrieval Dennis Klein 2021-05-26 21:04:02 +0200
  • 14227aeb6d Examples: Remove obsolete comment Dennis Klein 2021-05-26 21:02:44 +0200
  • 5efa50929d Examples: Adapt to system-packaged DDS Dennis Klein 2021-05-26 20:59:09 +0200
  • ed78ccd29c CMake: Remove cotire dependency Dennis Klein 2021-05-25 21:52:41 +0200
  • d15bc17b12 extern/asio: Bump and require v1.18.1 Dennis Klein 2021-05-13 00:49:02 +0200
  • ce0a052252 SDK: Add missing header <thread> Dennis Klein 2021-05-11 18:15:18 +0200
  • bac5b90d82 extern/googletest: Bump for GCC11 support Dennis Klein 2021-05-11 17:40:54 +0200
  • d269263210 CI: Fix error handler Dennis Klein 2021-05-28 09:58:12 +0200
  • af7f7ce22b CI: Add ubuntu 20.04 (gcc 9) check Dennis Klein 2021-05-28 09:14:18 +0200
  • 7f28030646 CMake: Refactor into topic-based modules Dennis Klein 2021-05-28 08:13:34 +0200
  • ba3ea15d15 CI: Fix log tarball name in error case Dennis Klein 2021-05-27 07:09:58 +0200
  • 0d82eb2fd3 CI: Add a fedora 34 (gcc 11) check Dennis Klein 2021-05-27 06:15:30 +0200
  • 206cd44f2c CI: Remove alice-centos7 check Dennis Klein 2021-05-27 05:50:11 +0200
  • 44e053e64c Remove obsolete CTest config Dennis Klein 2021-05-27 05:47:31 +0200
  • 2fcb273d60 Add codemeta_update.py Christian Tacke 2021-02-23 12:32:43 +0100
  • 2754b60445 Add codemeta.json Christian Tacke 2021-02-15 16:57:16 +0100
  • 18a11fb4c0 CMake: Set CXX language level via target_compile_features() Christian Tacke 2021-02-20 20:03:09 +0100
  • 25f74fad80 Bundle and use FairCMakeModules Dennis Klein 2021-05-27 00:59:35 +0200
  • 89a6f21c5a Examples: Fix DDS agent log retrieval Dennis Klein 2021-05-26 21:04:02 +0200
  • fb7b95a6f9 Examples: Remove obsolete comment Dennis Klein 2021-05-26 21:02:44 +0200
  • c25e25596a Examples: Adapt to system-packaged DDS Dennis Klein 2021-05-26 20:59:09 +0200
  • a77f26d6e8 CMake: Remove cotire dependency Dennis Klein 2021-05-25 21:52:41 +0200
  • d408af767c extern/asio: Bump and require v1.18.1 Dennis Klein 2021-05-13 00:49:02 +0200
  • 0e8c0b707d SDK: Add missing header <thread> Dennis Klein 2021-05-11 18:15:18 +0200
  • 984c9fe15b extern/googletest: Bump for GCC11 support Dennis Klein 2021-05-11 17:40:54 +0200
  • 9bf908fb52 shm: revert some changes from c85d6e0 that introduced a race v1.4.38 Alexey Rybalchenko 2021-05-20 00:28:44 +0200
  • f8f273e78f shm: revert some changes from c85d6e0 that introduced a race Alexey Rybalchenko 2021-05-20 00:28:44 +0200
  • 021c1b1c4d shm: add monitor method to retrieve free segment memory Alexey Rybalchenko 2021-05-14 13:36:09 +0200
  • e92b94f769 shm: add monitor method to retrieve free segment memory Alexey Rybalchenko 2021-05-14 13:36:09 +0200
  • aaf74ad93f reduce noise in examples Alexey Rybalchenko 2021-05-13 22:22:49 +0200
  • a7dbeadd1c runDevice: remove const from getDevice parameter Alexey Rybalchenko 2021-05-13 21:52:58 +0200
  • bf864413cc reduce noise in examples Alexey Rybalchenko 2021-05-13 22:22:49 +0200
  • ff89d2eca9 runDevice: remove const from getDevice parameter Alexey Rybalchenko 2021-05-13 21:52:58 +0200
  • 91bb867f42 extern/asio: Bump and require v1.18.1 Dennis Klein 2021-05-13 00:49:02 +0200
  • 85bc4dec70 SDK: Add missing header <thread> Dennis Klein 2021-05-11 18:15:18 +0200
  • f88ccc5714 extern/googletest: Bump for GCC11 support Dennis Klein 2021-05-11 17:40:54 +0200
  • a9555ba297 cmake: Switch to FairCMakeModules Christian Tacke 2021-05-09 17:05:29 +0200
  • e7dad4b9f5 cmake: Extract find_package2 into own File Christian Tacke 2021-04-10 13:46:23 +0200
  • e6f67b3658 Fix Ofi interface v1.4.37 Alexey Rybalchenko 2021-05-07 21:58:54 +0200
  • 11d9fc8ff1 Fix Ofi interface Alexey Rybalchenko 2021-05-07 21:58:54 +0200
  • 091d0824d1 ofi: fix Events() signature v1.4.36 Alexey Rybalchenko 2021-05-07 14:12:19 +0200
  • 857aa84fa3 add mlock/zero options to unmanaged region Alexey Rybalchenko 2021-05-07 14:11:58 +0200
  • c85d6e079c shm: reduce shm contention when dealing with ack queues Alexey Rybalchenko 2021-04-22 18:32:39 +0200
  • 4e466514d2 region example: fix msg counter Alexey Rybalchenko 2021-04-22 12:30:02 +0200
  • 8b4056e408 Update docs Alexey Rybalchenko 2021-04-22 09:20:45 +0200
  • b67b80e0ad shmmonitor: add severity setting Alexey Rybalchenko 2021-04-14 11:31:56 +0200
  • 2c89b24857 shm: eliminate race/deadlock in region subscriptions Alexey Rybalchenko 2021-04-12 09:36:17 +0200
  • c6a6a5f21b Check transport type of msg and corresponding region Alexey Rybalchenko 2021-04-09 12:27:16 +0200