- 07 Feb, 2016 1 commit
-
-
Pieter Hintjens authored
Solution: at least for vs2015, add vs2015/build.bat to work the same was as zproject.
-
- 06 Feb, 2016 1 commit
-
-
Pieter Hintjens authored
Solution: update (with correct one from VS2015)
-
- 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
-
- 28 Jan, 2016 1 commit
-
-
Constantin Rack authored
Solution: update to 2016
-
- 21 Dec, 2015 5 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 Iphlpapi.lib to libraries to link against
-
Pieter Hintjens authored
Solution: add these
-
Pieter Hintjens authored
Solution: add to project dependencies
-
- 05 Nov, 2015 1 commit
-
-
roalz authored
-
- 27 Oct, 2015 1 commit
-
-
ahmet authored
also fixes issue https://github.com/zeromq/libzmq/issues/1624
-
- 27 Jul, 2015 1 commit
-
-
evoskuil authored
-
- 02 Jun, 2015 1 commit
-
-
Pieter Hintjens authored
Of course people still "can" distributed the sources under the LGPLv3. However we provide COPYING.LESSER with additional grants. Solution: specify these grants in the header of each source file.
-
- 26 Apr, 2015 1 commit
-
-
somdoron authored
-
- 14 Mar, 2015 1 commit
-
-
evoskuil authored
-
- 13 Feb, 2015 1 commit
-
-
evoskuil authored
-
- 12 Feb, 2015 1 commit
-
-
somdoron authored
-
- 11 Feb, 2015 2 commits
- 16 Oct, 2014 1 commit
-
-
Dan Mick authored
I attempted to fix up the properties files manifests in the Makefile, but neglected the end-of-line escape characters. It was good enough to pass whatever make dist on Linux did, but I had no Windows build env to test in. The broken change was in commit de4a4422. Signed-off-by:
Dan Mick <dan.mick@inktank.com>
-
- 01 Oct, 2014 1 commit
-
-
Dan Mick authored
Signed-off-by:
Dan Mick <dmick@redhat.com>
-
- 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.
-
- 22 Jul, 2014 3 commits
- 07 Jul, 2014 1 commit
-
-
Tom Whittock authored
-
- 29 Jun, 2014 1 commit
-
-
Diego Duclos authored
-
- 05 Jun, 2014 4 commits
-
-
evoskuil authored
-
Dave Meehan authored
-
Dave Meehan authored
-
Dave Meehan authored
-