| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- adapt for Factory
- Update to version 0.0.0+git.20160406.0db7521: * Class for multipart messaging
- Update to version 0.0.0+git.20160120.68a7b09:
+ Fix backward compatibility
+ Fixes assertion error, when destroing ctx while creating a socket
from a different thread: ./src/mutex.hpp:123
+ Extend C++11 guard to cover remaining use of std::vector data().
+ fixed type mismatch warnings (size_t to int)
+ Avoid using deprecated function zmq_recvmsg
+ Fix usage of zmq_msg_recv and zmq_recvmsg
+ Make getsockopt() functions const
+ Fix two issues in message_t's range constructor
+ Correction to pull request #56
+ Fix warning 4996 in msvc debug build
+ New fill constructor for message_t
+ Updating zmq_ctx_shutdown to zmq_ctx_ctx which is imported in zmq.h
- Update to version 0.1.0.git1436168018.a88bf3e: + Fixes backward compatibility with zmq 3.x + Problem: zmq_event_t removed in libzmq v4.1 + Fix a misaligned load + Add an rvalue overload for socket_t::send + Fixed some const-correctness issues
-initial creation