Nehal Patel
|
8cdc4ed71a
|
Problem: unused variables warnings
Solution: fix them
|
2023-10-04 09:51:43 +01:00 |
|
Luca Boccassi
|
da31917f4f
|
Relicense from LGPL3 + exceptions to Mozilla Public License version 2.0
Relicense permission collected from all relevant authors as tallied at:
https://github.com/rlenferink/libzmq-relicense/blob/master/checklist.md
The relicense grants are collected under RELICENSE/ and will be moved
to the above repository in a later commit.
Fixes https://github.com/zeromq/libzmq/issues/2376
|
2023-06-05 20:31:47 +01:00 |
|
Francesco Montorsi
|
c59104a01d
|
Add ZMQ_TOPICS_COUNT socket option (#4459)
|
2022-11-29 12:00:11 +00:00 |
|
Simon Giesecke
|
cd954e207d
|
Problem: use of C-style casts
Solution: use static_cast/reinterpret_cast instead
|
2019-12-08 15:24:48 +01:00 |
|
Simon Giesecke
|
a83c57d0bb
|
Problem: identifiers not conformant with naming convention
Solution: fix identifier names
|
2019-12-08 15:24:48 +01:00 |
|
Luca Boccassi
|
23025f44c6
|
Problem: unittest_mtrie fails on 32bit *nix
Solution: correctly dereference pointer in test.
|
2018-03-02 18:00:17 +00:00 |
|
Simon Giesecke
|
9cd01bb54f
|
Problem: inconsistent return values from mtrie_t::rm
Solution: Return an enum from rm instead of a bool, and adapt existing uses
|
2018-03-02 13:42:50 +01:00 |
|
Simon Giesecke
|
e34e03d1a6
|
Problem: missing test case for addition of duplicate entry
Solution: added test case
|
2018-03-02 13:42:46 +01:00 |
|
Simon Giesecke
|
5d5def40b5
|
Problem: casts required due to void* arguments in a C++ class
Solution: introduce a type template argument
|
2018-03-02 13:42:42 +01:00 |
|
Simon Giesecke
|
15b4f596a8
|
Problem: insufficient unit tests for mtrie
Solution: added further test cases
|
2018-03-02 13:42:41 +01:00 |
|
Simon Giesecke
|
8bb055ece8
|
Problem: insufficient unit tests for mtrie
Solution: added test case, reduced code duplication in tests
|
2018-03-02 13:40:53 +01:00 |
|
Simon Giesecke
|
0e34d13063
|
Problem: insufficient unit tests for mtrie
Solution: added unit test and assertions
|
2018-03-02 13:40:50 +01:00 |
|
Simon Giesecke
|
506f0e5c44
|
Problem: insufficient unit tests for mtrie
Solution: add test case
|
2018-03-02 13:40:49 +01:00 |
|
Simon Giesecke
|
56d806a9ef
|
Problem: infufficient unit tests for mtrie
Solution: added some test cases for rm
|
2018-03-02 13:40:48 +01:00 |
|
Simon Giesecke
|
b42a59a839
|
Problem: insufficient unit tests for mtrie
Solution: added test case
|
2018-03-02 13:40:46 +01:00 |
|
Simon Giesecke
|
dbbc10e05b
|
Problem: incomplete test coverage of mtrie
Solution: add some more test cases
|
2018-03-02 13:32:51 +01:00 |
|
Simon Giesecke
|
a9712c0bf2
|
Problem: no unittests for mtrie
Solution: made mtrie generic (to remove complex dependency on pipe_t),
and added some unit tests
|
2018-03-02 13:32:51 +01:00 |
|