712 Commits

Author SHA1 Message Date
Gudmundur Adalsteinsson
21c83ca0c3
Merge pull request #652 from MichaelChirico/patch-1
Remove space in custom string literal
2025-03-12 12:17:13 +01:00
Michael Chirico
045bd26248
Remove space in custom string literal 2025-03-11 22:27:10 -07:00
Gudmundur Adalsteinsson
563123103e
Merge pull request #650 from MistEO/patch-1
docs: fix link target
2025-02-26 10:20:55 +01:00
MistEO
c06ef82c6b
docs: add notes 2025-02-25 00:56:23 +08:00
Gudmundur Adalsteinsson
4ee2fe3c5e
Merge pull request #648 from stephanlachnit/p-busy-poll
Add ZMQ_BUSY_POLL option
2025-02-24 16:35:51 +01:00
MistEO
b99f0f30a6
docs: fix link target
fix https://github.com/zeromq/cppzmq/issues/259
2025-02-23 01:46:43 +08:00
Stephan Lachnit
c72994bea6
Add ZMQ_BUSY_POLL option 2025-02-22 12:57:13 +01:00
Gudmundur Adalsteinsson
d46df2baf5
Merge pull request #646 from nevadex/patch-1
document CPPZMQ_BUILD_TESTS and adjust formatting and semantics of build instructions
2025-02-03 15:46:16 +00:00
nevadex
835ca4fba3
document CPPZMQ_BUILD_TESTS and adjust formatting and semantics
document CPPZMQ_BUILD_TESTS
add git clone step
adjust semantics to be more clear
formatting
2025-02-03 08:07:42 -05:00
Gudmundur Adalsteinsson
6541dd1ce9
Merge pull request #565 from stephanlachnit/p-remove-draft-api-setting
Remove ENABLE_DRAFTS option
2024-08-12 16:54:02 +00:00
Gudmundur Adalsteinsson
23cd83e83b
Merge pull request #631 from egecetin/master
Add on_monitor_stopped function for monitor_t
2024-08-12 16:41:07 +00:00
Gudmundur Adalsteinsson
301871aa1d
Merge pull request #627 from dr7ana/router-raw
Add configurable sockopt for raw router sockets
2024-08-12 10:59:06 +00:00
Gudmundur Adalsteinsson
d537960670
Merge pull request #632 from cybaol/update_to_catch2_v3
Update to Catch2 v3
2024-08-11 21:22:21 +00:00
cybaol
77364388ac Update to Catch2 v3 2024-03-05 18:56:14 +08:00
Ege Çetin
0b86d06104 Add on_monitor_stopped functions 2024-02-22 14:15:17 +03:00
dr7ana
03cfaaed0d Added integral sockopt -- "router_raw" 2024-01-30 12:37:05 -08:00
Stephan Lachnit
2fd8bfc747
ci: update to libzmq 4.3.5 2023-11-22 13:34:13 +01:00
Stephan Lachnit
01bcc7d474
Remove ENABLE_DRAFTS option
This option added ZMQ_BUILD_DRAFT_API to the compile definitions. However, this should be propagated by libzmq (see https://github.com/zeromq/libzmq/pull/4323 and https://github.com/zeromq/cppzmq/issues/477).

Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
2023-11-21 00:25:40 +01:00
Gudmundur Adalsteinsson
6164cf7dbc
Merge pull request #622 from typon/typon/generic-poller-events
allow generic sequence of poller events
2023-10-30 18:32:07 +00:00
hfarooq
3f6fe441e4 allow generic sequence of poller events 2023-10-26 22:03:37 +00:00
Gudmundur Adalsteinsson
160ac8ec61
Merge pull request #599 from zeromq/gummif-patch-2
Upgrade deprecated CI OS
2023-09-14 08:25:37 +00:00
Gudmundur Adalsteinsson
47c1278bfc Explicit images 2023-09-13 22:15:46 +00:00
Gudmundur Adalsteinsson
13becaea53 Remove old compilers 2023-09-12 21:50:13 +00:00
Gudmundur Adalsteinsson
85a14afe30
Merge pull request #612 from dietelTiMaMi/feature/ExposeMonitorSocketForActivePoller
Feature/expose monitor socket for active poller
2023-09-08 18:39:37 +00:00
Stefan Dietel
72730168d6 made test more robust by increasing tries for polling and breaking after event occurred 2023-09-07 08:40:13 +02:00
Stefan Dietel
f2e9762bc9 replaced chrono literals because they are not available prior to cpp14 2023-08-28 09:40:41 +02:00
Stefan Dietel
be5206f3c7 explicitly include chrono for monitor test 2023-08-28 08:38:17 +02:00
Stefan Dietel
d8ab66a7af keep _monitor_socket as private member 2023-08-25 16:26:41 +02:00
Stefan Dietel
2dcab86425 add test for using active poller on monitor 2023-08-25 16:19:55 +02:00
Stefan Dietel
224bfca5b7 moved process_event into protected area 2023-08-25 14:18:58 +02:00
Stefan Dietel
f2301a8769 split check_event
made monitor_socket protected
2023-08-25 14:18:32 +02:00
Gudmundur Adalsteinsson
945d60c36b
Merge pull request #606 from stephanschim/ssc/active-poller-fd
Add file descriptor support for poller
2023-07-27 09:02:41 +00:00
Stephan Schim
2533a7e7a2 socket ref or native file descriptor for poller without use of std::variant_t 2023-07-25 19:11:42 +02:00
Gudmundur Adalsteinsson
f9f6b79e18
Merge pull request #608 from LocutusOfBorg/patch-1
Update CMakeLists.txt
2023-07-25 14:26:29 +00:00
Gianfranco Costamagna
9c3991caa8
Update CMakeLists.txt
Require at least cmake 3.11 to run examples, as its required in main CMakeLists.txt file. Newer cmake issue errors with version less then 3.5
See e.g. https://bugs.debian.org/1040723
2023-07-20 11:48:13 +02:00
Stephan Schim
dd67d56eae unit test for active_poller and poller_t support for file descriptors 2023-07-19 17:06:48 +02:00
Stephan Schim
b5ce0ada48 active_poller and poller_t support for file descriptors 2023-07-19 16:09:27 +02:00
Gudmundur Adalsteinsson
c94c20743e
Merge pull request #598 from zeromq/gummif-patch-1
Version 4.10.0
v4.10.0
2023-06-20 10:05:35 +00:00
Gudmundur Adalsteinsson
cce9e9dbe5
Upgrade deprecated CI OS 2023-06-20 10:04:40 +00:00
Gudmundur Adalsteinsson
b1bd1410cd
Version 4.10.0 2023-06-20 10:00:01 +00:00
Gudmundur Adalsteinsson
9a655c16f2
Merge pull request #595 from uyha/poller-fd
add function for adding file descriptor to poller_t
2023-06-09 12:26:40 +00:00
Uy Ha
36b6053f92 call the correct function 2023-06-07 14:51:03 +00:00
Uy Ha
f51fa9695a add function for adding file descriptor to poller_t 2023-06-07 14:27:26 +00:00
Gudmundur Adalsteinsson
2e6eff0dcc
Merge pull request #594 from mschubert/master
add DRAFT socket options for libzmq 4.3.2-4
2023-05-30 12:57:26 +00:00
Michael Schubert
21320c8f45 add DRAFT socket options for libzmq 4.3.2-4 2023-05-30 00:12:13 +02:00
Gudmundur Adalsteinsson
c66fc6094b
Merge pull request #581 from Teebonne/patch-1
Fixes warning noexcept
2022-10-16 14:29:17 +00:00
Teebonne
6020e1ab36
ZMQ_NOTHROW for compatibility 2022-10-15 16:04:08 +01:00
Teebonne
fa0f112ac6
Fixes warning
This type of function should not throw, adding noexcept
2022-10-14 01:02:54 +01:00
Gudmundur Adalsteinsson
d96155cbc3
Merge pull request #579 from Teebonne/patch-1
Rebuild with string argument, like the constructor
2022-10-10 21:01:16 +00:00
Teebonne
9fa9fbfddf
Rebuild with string argument, like the constructor
More convenient
2022-10-10 20:08:02 +01:00