- 18 May, 2016 1 commit
-
-
evoskuil authored
-
- 13 May, 2016 3 commits
- 12 May, 2016 2 commits
- 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.
-
- 31 Mar, 2016 1 commit
-
-
Matt Powley authored
All the older (vs2010 -> vs2013) projects had copies of the Visual Studio 2015 MSBuild applied to them when running the 'configure.bat' batch file. Any modifications to a property sheet was not applied to the other Visual Studio versions' projects unless the batch file was re-executed. * Modified the older projects to reference the Visual Studio 2015 property sheets so changes are immediately applied * Removed the batch file copy steps (which left the repository very dirty after execution)
-
- 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 3 commits
-
-
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).
-
Osiris authored
Solution: Corrected Toolset setting where needed and inprove compilation speed by adding defintion of WIN32_LEAN_AND_MEAN prior to any Windows specific include files, which skips non-essential definitions during compilation.
-
Osiris authored
Solution: Corrected Toolset setting where needed and inprove compilation speed by adding defintion of WIN32_LEAN_AND_MEAN prior to any Windows specific include files, which skips non-essential definitions during compilation.
-
- 18 Feb, 2016 1 commit
-
-
Osiris authored
Solution: Phase II - made compile using precompiled header
-
- 06 Feb, 2016 1 commit
-
-
Pieter Hintjens authored
Solution: update (with correct one from VS2015)
-
- 03 Feb, 2016 1 commit
-
-
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 1 commit
-
-
Pieter Hintjens authored
- zmq_utils.h was removed - udp_address.cpp and udp_engine.cpp were added Solution: patch all affected build scripts
-
- 29 Jan, 2016 1 commit
-
-
Pieter Hintjens authored
Solution: add these new classes to MSVC project files
-
- 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
-
- 27 Oct, 2015 1 commit
-
-
ahmet authored
also fixes issue https://github.com/zeromq/libzmq/issues/1624
-
- 27 Jul, 2015 1 commit
-
-
evoskuil authored
-
- 13 Feb, 2015 1 commit
-
-
evoskuil authored
-
- 11 Feb, 2015 1 commit
-
-
evoskuil 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.
-
- 22 Jul, 2014 2 commits
- 07 Jul, 2014 1 commit
-
-
Tom Whittock authored
-
- 05 Jun, 2014 2 commits
- 04 Jun, 2014 1 commit
-
-
evoskuil authored
-
- 31 May, 2014 1 commit
-
-
Dave Meehan authored
-
- 21 May, 2014 1 commit
-
-
evoskuil authored
-
- 13 May, 2014 1 commit
-
-
evoskuil authored
-
- 12 May, 2014 1 commit
-
-
Olaf Mandel authored
This became necessary after b9c27481
-