Dennis Klein
0feda158b4
perf: avoid copies in range-based for loops
...
- take loop variables by const reference where the body does not modify
them
- clang-tidy performance-for-range-copy
https://clang.llvm.org/extra/clang-tidy/checks/performance/for-range-copy.html
2026-06-09 23:00:58 +02:00
Alexey Rybalchenko
f24dee33c2
Add configurable default snd/rcv timeout
2021-12-06 09:45:39 +01:00
Alexey Rybalchenko
c847a7ca02
Apply readability-container-size-empty
2021-05-28 13:14:51 +02:00
Giulio Eulisse
ce4584b3d8
Provide a better syntax for --channel-config
...
The current syntax is ambiguous because it treats assignments
(like address=127.0.0.1) and selectors (name=my-channel) using
the symbol equal `"`.
This allows:
my-channel:address=127.0.0.1
as alternative syntax, which clearly separates the role of my-channel
from the associated properties.
2021-03-05 02:02:14 +01:00
Dennis Klein
8327810942
Warn on unknown --channel-config args
2021-03-01 08:37:57 +01:00
Alexey Rybalchenko
4a09154a91
17-ify namespaces
2021-01-25 13:46:40 +01:00
Alexey Rybalchenko
5e97d85956
Cleanup includes
2020-09-08 16:56:35 +02:00
Alexey Rybalchenko
cba6d19781
Add config plugin class.
2019-07-10 19:35:18 +02:00