- 18 Oct, 2015 1 commit
-
-
somdoron authored
-
- 19 Sep, 2015 1 commit
-
-
Richard Newton authored
-
- 14 Sep, 2015 1 commit
-
-
Richard Newton authored
-
- 11 Sep, 2015 1 commit
-
-
Pieter Hintjens authored
This is due to the mangled include of platform.h, which was to make CMake happy. Solution: in CMakeLists.txt, define USING_CMAKE and then look for platform.h in current directory if that is defined, else look in ../src/ as one would expect.
-
- 21 Aug, 2015 1 commit
-
-
Matt Bolger authored
-Set signaler_port to 0 which allows the OS to find a free port, rather than crashing if 5905 is in use (https://github.com/zeromq/libzmq/issues/1542) -Added config.hpp to the source list so it shows up in generated projects -Remove CMAKE_BUILD_TYPE setting for generators that don't use it
-
- 14 Aug, 2015 1 commit
-
-
reza.ebrahimi authored
fixed issue with ticket #1517 (wrong lib output name in MSVC CMake build) and apply some improvements in CMake build system
-
- 05 Jul, 2015 1 commit
-
-
Jens Auer authored
A memcpy is eliminated when receiving data on a ZMQ_STREAM socket. Instead of receiving into a static buffer and then copying the data into the buffer malloced in msg_t::init_size, the raw_decoder allocates the memory for together with the reference-counter and creates a msg_t object on top of that memory. This saves the memcpy operation. For small messages, data is still copied and the receive buffer is reused.
-
- 06 May, 2015 1 commit
-
-
Anton Sergeev authored
This allow disable making perf-tools in Release build type Signed-off-by:
Anton Sergeev <Anton.Sergeev@elecard.ru>
-
- 05 May, 2015 1 commit
-
-
Henrik S. Gaßmann authored
Replace _zmq_COMPILER with CMAKE_VS_PLATFORM_TOOLSET; so the suffix can be automagically generated for every MSVC compiler supported by cmake.
-
- 11 Mar, 2015 5 commits
- 12 Feb, 2015 2 commits
-
-
Doron Somech authored
-
somdoron authored
-
- 09 Feb, 2015 2 commits
-
-
Bryan Zimmerman authored
-
Bryan Zimmerman authored
added version to builds other cleanup
-
- 06 Feb, 2015 3 commits
-
-
Telford Berkey authored
-
Bryan Zimmerman authored
-
Bryan Zimmerman authored
-
- 02 Feb, 2015 1 commit
-
-
somdoron authored
-
- 12 Dec, 2014 1 commit
-
-
Telford Berkey authored
-
- 09 Dec, 2014 1 commit
-
-
Telford Berkey authored
-
- 23 Aug, 2014 1 commit
-
-
Pieter Hintjens authored
Solution: increased to 4096 by default for all MSVC builds, for MinGW, and for CMake. Note: this is a speculative change, it needs confirmation before we can keep it. Particularly, there is some doubt that changing this in libzmq will affect upstream applications using libzmq.dll.
-
- 05 Aug, 2014 1 commit
-
-
Diego authored
-
- 02 Jul, 2014 1 commit
-
-
Guilherme Steinmann authored
-
- 23 Jun, 2014 1 commit
-
-
Richard Newton authored
-
- 04 Jun, 2014 1 commit
-
-
Telford Berkey authored
-
- 12 May, 2014 2 commits
-
-
Olaf Mandel authored
This became necessary after 22d6a974
-
Richard Newton authored
-
- 08 May, 2014 1 commit
-
-
Frank authored
-
- 03 May, 2014 2 commits
-
-
Samuel Martin authored
-
Samuel Martin authored
fork() support is optional and its availability is correctly detected at contfigure time. But test_fork was all always built, preventing build for targets that do not provide fork() from building successfully. This pacth fixes the CMakeLists.txt on this point.
-
- 01 May, 2014 3 commits
- 14 Apr, 2014 1 commit
-
-
xantares authored
-
- 13 Apr, 2014 1 commit
-
-
Maarten Ditzel authored
-
- 23 Mar, 2014 1 commit
-
-
Frank authored
-