- 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
-