- 13 Dec, 2019 1 commit
-
-
Stephan Senkbeil authored
-
- 10 Dec, 2019 3 commits
-
-
Luca Boccassi authored
Fix windows signaler regression
-
Simon Giesecke authored
Solution: add comments and remove continue/break
-
Simon Giesecke authored
This reverts commit 4f77cfa3.
-
- 09 Dec, 2019 3 commits
-
-
Doron Somech authored
Make use of = default and = delete if available
-
Simon Giesecke authored
Solution: unshallow clone in analysis job
-
Simon Giesecke authored
Solution: introduce macros ZMQ_DEFAULT and ZMQ_NON_COPYABLE_NOR_MOVABLE
-
- 08 Dec, 2019 12 commits
-
-
Simon Giesecke authored
Solution: Remove definition
-
Constantin Rack authored
Improvements to static analysis & resolve some issues identified by static analysis
-
Simon Giesecke authored
Solution: update to clang-format 8
-
Simon Giesecke authored
Solution: change to const references
-
Simon Giesecke authored
Solution: remove else
-
Simon Giesecke authored
Solution: run clang-format
-
Simon Giesecke authored
Solution: add const
-
Simon Giesecke authored
Solution: align them
-
Simon Giesecke authored
Solution: use static_cast/reinterpret_cast instead
-
Simon Giesecke authored
Solution: fix identifier names
-
Simon Giesecke authored
Solution: update to clang 8
-
Simon Giesecke authored
Solution: disable inapplicable checks
-
- 07 Dec, 2019 3 commits
-
-
Luca Boccassi authored
Problem: sonar-scanner binary is outdated and no longer available
-
Simon Giesecke authored
Solution: Update to version 4.2.0.1873
-
Luca Boccassi authored
Use Unix domain sockets for listener when available on Windows
-
- 06 Dec, 2019 6 commits
-
-
Simon Giesecke authored
Solution: Fix ifdef for expectation of IPC support
-
Simon Giesecke authored
Solution: add VS2019 build job
-
Simon Giesecke authored
Solution: Use domain sockets instead if available
-
Simon Giesecke authored
Solution: move to ip.hpp as zmq::create_ipc_wildcard_address
-
Simon Giesecke authored
Solution: Extract TCP/IP loopback variant into zmq_fdpair_tcpip
-
liedtkeInTUM authored
* Problem: if IPC enabled libzmq does not compile when in uwp build * Problem 10.0.##### can be valid windows target versions * Problem: No builds are triggered on uwp platform * Problem: epoll is set before UWP platform is checked * Problem: used wrong CMAKE_SYSTEM_NAME specifier * Problem: build tests fails during cmake configure * Use Win32 build step for Win32-uwp platform * Disable compile options that produce warnings that leads to a ci fail * winnt version is set by cmake, no need for redefinition in windows.hpp * Eliminate all warning according Incremental and opt:icf are specified * Prefer to disable opt flags in debug config rather than incremental linking * CMAKE_GENERATOR should not include uwp definition * Add release build with uwp configuration * Problem: pointer potentially uninitialized
-
- 04 Dec, 2019 2 commits
-
-
Luca Boccassi authored
Change XSUB -> XPUB message processing.
-
Andrij Abyzov authored
Solution: now if the first frame in a multipart message is not subscribe/unsubscribe, the rest of the parts are also considered to be not subscribe/unsubscribe.
-
- 28 Nov, 2019 5 commits
-
-
Doron Somech authored
Fix ZMQ_LAST_ENDPOINT with WS[S] and use it in tests
-
Luca Boccassi authored
Solution: bind to wildcard and use ZMQ_LAST_ENDPOINT
-
Luca Boccassi authored
Solution: add wss_address_t subclass of ws_address_t to override the to_string method
-
Luca Boccassi authored
Solution: remove the path from the address when resolving
-
Luca Boccassi authored
Solution: use the correct address class when resolving
-
- 27 Nov, 2019 3 commits
-
-
Luca Boccassi authored
Problem: static libs are generated without given basename
-
Sven Liedtke authored
-
Sven Liedtke authored
-
- 20 Nov, 2019 2 commits
-
-
Luca Boccassi authored
Change XSUB -> XPUB multipart message processing.
-
Andrij Abyzov authored
-