- 03 Feb, 2016 10 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.)
-
Pieter Hintjens authored
Solution: fix .gitignore
-
Pieter Hintjens authored
Make VMCI work on Windows
-
Constantin Rack authored
configure doesn't correctly determine mingw64
-
Ilya Kulakov authored
select was improved to support multiple service providers on Windows. it should be slightly faster because of optimized iteration over selected sockets.
-
Ilya Kulakov authored
-
Michael authored
changes the search pattern for host_os from *mingw32* to *mingw* so that mingw64 can be used, and any mingw32 variable name change to mingw.
-
Michael authored
conformity update for mingw32 variables to mingw
-
Michael authored
changes the search pattern for host_os from *mingw32* to *mingw* so that mingw64 can be used
-
- 02 Feb, 2016 5 commits
-
-
Constantin Rack authored
Fixed VS2015 build
-
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.)
-
Constantin Rack authored
Problem: not building on VS2015
-
Pieter Hintjens authored
Solution: fixed project files, and warning in timers.cpp
-
- 01 Feb, 2016 19 commits
-
-
Constantin Rack authored
Revert "Revert "Problem: deprecated use and reference of `zmq_term`""
-
Pieter Hintjens authored
-
Constantin Rack authored
Revert "Problem: deprecated use and reference of `zmq_term`"
-
Pieter Hintjens authored
-
Joe Eli McIlvain authored
Problem: deprecated use and reference of `zmq_term`
-
Constantin Rack authored
Solution: Replace with `zmq_ctx_term`
-
Constantin Rack authored
Solution: replace with `zmq_ctx_term` Also fix whitespace (tabs instead of spaces)
-
Constantin Rack authored
Solution: replace all occurrences with `zmq_ctx_term`
-
Constantin Rack authored
Solution: replace all occurrences with `zmq_ctx_term`
-
Constantin Rack authored
fixed issue #1754
-
Usama Mehboob authored
-
Pieter Hintjens authored
Problem: deprecated `zmq_utils.h` is still included
-
Constantin Rack authored
Solution: remove all remaining references to `zmq_utils.h`
-
Constantin Rack authored
Problem: various errors in build scripts
-
Pieter Hintjens authored
- zmq_utils.h was removed - udp_address.cpp and udp_engine.cpp were added Solution: patch all affected build scripts
-
Pieter Hintjens authored
Added "udp_address" and "udp_engine" to VS2015 project
-
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.
-
Joe Eli McIlvain authored
Problem: `zmq_utils.h` is deprecated since 2014-07-09
-
- 31 Jan, 2016 1 commit
-
-
Constantin Rack authored
Solution: remove this file
-
- 30 Jan, 2016 5 commits
-
-
Constantin Rack authored
-
Constantin Rack authored
-
Min RK authored
Since they are allowed (They are not, however, allowed in hostnames)
-
somdoron authored
-
Doron Somech authored
Fix unused-parameter/unused-but-set-variable/missing-field-initializers warnings
-