- 25 Mar, 2014 3 commits
-
-
Fred Eisele authored
-
Fred Eisele authored
-
Fred Eisele authored
-
- 21 Mar, 2014 4 commits
-
-
Pieter Hintjens authored
Allow iov_base as char * on Solaris 8/9/10.
-
Pieter Hintjens authored
Include zmq.h after platform.hpp
-
twwlogin authored
On Solaris 8, 9, 10/SPARC, iov_base is of type caddr_t which is char *. The Sun C++ compiler errors with "Cannot assign void* to char*". Using a static case to override this. On Solaris 11, HP-UX, AIX, and RHEL, iov_base is void * so no issues there. This seems a rather hackish solution so open to something better.
-
twwlogin authored
zmq.h requires definitions from platform.hpp so include platform.hpp before zmq.h. This is only an intermediate fix though. zmq.h should not require definitions from platform.hpp because platform.hpp is not installed. So, when zmq.h wants to include <inttypes.h> on ZMQ_HAVE_SOLARIS || ZMQ_HAVE_OPENVMS, it will not and fall back to #include <stdint.h> which will fail when building something like pyzmq on Solaris 8, 9/SPARC which do not have <stdint.h>
-
- 20 Mar, 2014 4 commits
-
-
Pieter Hintjens authored
Fix building on MinGW64 Windows
-
V G authored
Mingw64 provides mstcpip.h and the build fails (redefinition) if the struct tcp_keepalive is redefined. Do not define the struct if __MINGW64__ is defined. Note that I had to manually pass the compile definition to cmake: -D__MINGW64__=1
-
Pieter Hintjens authored
norm_engine update with no encoder_base_t::has_data() dependency
-
Pieter Hintjens authored
cmake // fixed msvc dll output path
-
- 19 Mar, 2014 3 commits
-
-
bebopagogo authored
-
bebopagogo authored
-
Sergei Nikulov authored
-
- 18 Mar, 2014 4 commits
-
-
Richard Newton authored
cmake: fix test_fork, fix fragile code related to HAVE_FORK macro
-
Frank authored
* report from Richard Newton indicated previous solutions was not working on Windows
-
Pieter Hintjens authored
Add Visual Studio 2013 solution and build for (v120) of libzmq project.
-
evoskuil authored
-
- 17 Mar, 2014 10 commits
-
-
Pieter Hintjens authored
cmake: fix test_fork
-
Frank authored
* was problem on debian/wheezy
-
Ian Barber authored
Remove delays in test_connect_rid and destroy/recreate context between tests
-
Richard Newton authored
Fixed wrong assert in zmq_recv
-
Richard Newton authored
-
Dahko authored
zmq_recv returns bytes count, not error code, so 'assert (rc==0)' behaved completely wrong
-
Ian Barber authored
Add delays in test_connect_rid
-
Richard Newton authored
-
Richard Newton authored
-
evoskuil authored
-
- 16 Mar, 2014 12 commits
-
-
Pieter Hintjens authored
fixed another missed norm_engine issue for non-norm build
-
Pieter Hintjens authored
Fix cmake build on windows & travis build.
-
bebopagogo authored
-
Richard Newton authored
-
Richard Newton authored
-
Richard Newton authored
-
Richard Newton authored
-
Richard Newton authored
added uncommitted norm_engine changes
-
bebopagogo authored
-
Ian Barber authored
Fixed comment
-
Pieter Hintjens authored
-
Pieter Hintjens authored
NORM protocol extension
-