Simon Giesecke
|
db8f4fba21
|
Problem: redundant inline/ZMQ_FINAL declarations
Solution: remove them
|
2020-02-04 18:34:13 +01:00 |
|
Simon Giesecke
|
628adf1cb7
|
Problem: inconsistent polymorphic inheritance
Solution: consistently use virtual, override and final
|
2020-01-27 08:46:55 +01:00 |
|
Simon Giesecke
|
f60f909899
|
Problem: missing use of C++11 = delete and = default
Solution: introduce macros ZMQ_DEFAULT and ZMQ_NON_COPYABLE_NOR_MOVABLE
|
2019-12-09 09:48:21 +01:00 |
|
Michael Vilim
|
8a16fef3cc
|
Problem: ZMQ_CONNECT_ROUTING_ID can be assigned to incoming socket connection (Issue #3191)
Solution: Add an identifier parameter for local attach to zmq::socket_base_t::attach_pipe
|
2018-07-26 18:26:35 -05:00 |
|
Simon Giesecke
|
e3c73d9881
|
Problem: inconsistent naming style for private data members, conflicts with naming of local variables and member functions
Solution: apply and check _lower_case naming style for private data members
|
2018-05-27 13:24:07 +02:00 |
|
sigiesec
|
41f459e1dc
|
Problem: formatting inconsistent
Solution: applied clang-format
|
2018-02-02 15:47:43 +01:00 |
|
somdoron
|
e6dae56c6e
|
Scatter-Gather socket types
|
2016-04-21 14:50:58 +03:00 |
|