- 18 Aug, 2017 1 commit
-
-
sigiesec authored
Solution: extracted common base class curve_mechanism_base_t
-
- 24 Mar, 2017 3 commits
- 19 Mar, 2017 1 commit
-
-
mlodew authored
Fixed path to lib and dll files.
-
- 21 Feb, 2017 1 commit
-
-
zstang authored
the root path name specified in this file cause the #2341 problem, the root path name is not need.
-
- 11 Jun, 2016 1 commit
-
-
Michael Lutz authored
Solution: Provide poll() for Windows as well. This is a build option that defaults to off as the resulting binary will only run on Windows Vista or newer. This is not tested with alternative Winsock service providers like VMCI, but the documentation for WSAPoll does not mention limitations. On my local machine, throughput improves by ~10 % (20 simultaneous remote_thr workes to one local_thr, 10 byte messages), while latency improves by ~30 % (measured with remote/local_lat).
-
- 25 May, 2016 1 commit
-
-
evoskuil authored
-
- 18 May, 2016 1 commit
-
-
evoskuil authored
-
- 13 May, 2016 6 commits
- 12 May, 2016 1 commit
-
-
evoskuil authored
-
- 22 Apr, 2016 1 commit
-
-
Aaron Linville authored
Fix issue with unresolved external symbols for the gather and scatter classes by adding them to the MSVC 2010, 2012, 2013 and 2015 projects.
-
- 30 Mar, 2016 1 commit
-
-
Pieter Hintjens authored
Solution: update them.
-
- 11 Mar, 2016 1 commit
-
-
Osiris authored
Solution: Modified projects to create PDB file for RELEASE targets - also spread precompiled settings to all DevStudio solution versions This change affects Windows builds only
-
- 21 Feb, 2016 1 commit
-
-
Osiris authored
Solution: The Coverity Static Code Analyzer was used on libzmq code and found many issues with uninitialized member variables, some redefinition of variables hidding previous instances of same variable name and a couple of functions where return values were not checked, even though all other occurrences were checked (e.g. init_size() return).
-
- 18 Feb, 2016 1 commit
-
-
Osiris authored
Solution: Phase II - made compile using precompiled header
-
- 07 Feb, 2016 1 commit
-
-
Pieter Hintjens authored
Solution: at least for vs2015, add vs2015/build.bat to work the same was as zproject.
-
- 04 Feb, 2016 1 commit
-
-
Pieter Hintjens authored
Took me over 8 hours to track down the cause of bizarre link errors when building with libsodium. The VS project files are not simple things. Note to self and other maintainers: when someone is obviously out of their depth, do not merge their changes to build scripts without cynical appraisal. Solution: undo the damage.
-
- 03 Feb, 2016 2 commits
-
-
Pieter Hintjens authored
Caused by error in last commit which used HAVE_LIBSODIUM instead of HAVE_SODIUM. Solution: use HAVE_LIBSODIUM as we do in other configure scripts. The project is called 'libsodium' and not 'sodium'.
-
Pieter Hintjens authored
There is an option to enable/disable libsodium via the Visual Studio UI. This is not practical for command-line usage (via msbuild). Solution: add configure.bat that searches for libsodium in sibling directory to libzmq; if it finds it, defines HAVE_LIBSODIUM 1. This is consistent with zproject, which has the same problem and is getting the same solution for all dependency resolution on Windows. Note that this approach also provides a way to support tweetnacl via a configure option. Also, removed duplicate props files and re-copy in configure.bat as it was an insane nightmare to update these by hand. (and not clear that they were identical. Now it's forced.)
-
- 02 Feb, 2016 3 commits
-
-
Pieter Hintjens authored
Leading to extra work when copying between versions of VS. Solution: remove second unnecessary definition.
-
Pieter Hintjens authored
Solution: add missing project files (Also, updated FD_SETSIZE to 16K as a bonus.)
-
Pieter Hintjens authored
Solution: fixed project files, and warning in timers.cpp
-
- 01 Feb, 2016 3 commits
-
-
Pieter Hintjens authored
- zmq_utils.h was removed - udp_address.cpp and udp_engine.cpp were added Solution: patch all affected build scripts
-
sunkin351 authored
I hope restoring this from a previous version doesn't do any damage, it is missing in the current version of this repository and is vital for the lib to compile anywhere.
-
sunkin351 authored
Altered VS2015 files to enable building of the library.
-
- 29 Jan, 2016 1 commit
-
-
Pieter Hintjens authored
Solution: add these new classes to MSVC project files
-
- 21 Dec, 2015 4 commits
-
-
Pieter Hintjens authored
Solution: fix and try again. (We could start to think of using zproject to generate these build scripts as the only difference is C/C++)
-
Pieter Hintjens authored
Solution: fix it.
-
Pieter Hintjens authored
Solution: add these
-
Pieter Hintjens authored
Solution: add to project dependencies
-
- 05 Nov, 2015 1 commit
-
-
roalz authored
-