- 25 Apr, 2014 1 commit
-
-
evoskuil authored
-
- 15 Apr, 2014 3 commits
- 14 Apr, 2014 2 commits
-
-
Hugh Powell authored
-
Hugh Powell authored
-
- 09 Apr, 2014 1 commit
-
-
evoskuil authored
-
- 08 Apr, 2014 1 commit
-
-
evoskuil authored
-
- 06 Apr, 2014 1 commit
-
-
evoskuil authored
-
- 04 Apr, 2014 2 commits
- 30 Mar, 2014 3 commits
- 18 Mar, 2014 1 commit
-
-
evoskuil authored
-
- 17 Mar, 2014 1 commit
-
-
evoskuil authored
-
- 25 Feb, 2014 1 commit
-
-
Olaf Mandel authored
The extra semicolons were introduced in 48b50cef together with the defintion of the ZMQ_USE_SELECT macros.
-
- 17 Feb, 2014 1 commit
-
-
Olaf Mandel authored
The decision about the poller mechanism to use (select, poll, ...) was done twice: once by the build system and once by the code in poller.hpp. As the build-system can actually detect the mechanisms available, prefer that result to the hard coded defaults in poller.hpp. At the same time, remove the duplicate detection of select() vs. poll()-variant from proxy.cpp, signaler.cpp and zmq.cpp. This patch has not been tested on many build platforms: especially the cmake build needs testing / patching. For the other builds, hard code the result as these these are all Windows platforms.
-
- 11 Nov, 2013 1 commit
-
-
Richard Newton authored
This reverts commit 0b92831b.
-
- 07 Nov, 2013 1 commit
-
-
Richard Newton authored
-
- 04 Sep, 2013 2 commits
-
-
Ivan Pechorin authored
-
Ivan Pechorin authored
-
- 24 Aug, 2013 1 commit
-
-
Evan Burkitt authored
Added some missing (but existing in branch) files to libzmq11 project needed to compile as static library by VS2012 (at least), and fixed some warnings. One warning remains in raw_decoder.cpp, which I'm leaving for now because I'm not sure how project owners would like to fix it.
-
- 07 May, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 12 Apr, 2013 2 commits
-
-
Steven McCoy authored
-
Steven McCoy authored
Add platform.hpp as project dependency to vc100 and vc110 projects for local & remote throughput tests.
-
- 07 Apr, 2013 2 commits
-
-
Timothee "TTimo" Besset authored
-
Timothee "TTimo" Besset authored
-
- 31 Mar, 2013 2 commits
-
-
Timothee "TTimo" Besset authored
Use Multithreaded DLL Runtime, Debug/Release accordingly - need consistency for the czmq configurations
-
Timothee "TTimo" Besset authored
-
- 24 Feb, 2013 2 commits
-
-
Sebastien Rombauts authored
+ ignore StaticRelease & StaticDebug intermediate files
-
Sebastien Rombauts authored
- New ZMQ_STATIC flag to enable "libzmq.lib" Windows static library (or "libzmq_d.lib" in Debug mode). - ZMQ_STATIC needs also to be defined by projects using static linking against "libzmq.lib" - New StaticDebug & StaticRelease configurations for libzmq Win32 projects under MSVC 2008 & 2010 - Tested with Visual Studio 2008 Express under Windows 7, and Visual Studio 2010 Express under Windows 8.
-
- 20 Feb, 2013 1 commit
-
-
Sébastien Rombauts authored
VS2008 & VS2010: adding the pre-build command to copy platform.hpp in perf/ directory to the two appropriate projects, for each MSVC version
-
- 19 Feb, 2013 5 commits
-
-
Sébastien Rombauts authored
-
Sébastien Rombauts authored
- raw_encoder.cpp and raw_decoder.cpp where missing in Visual Studio 2010 project
-
Sébastien Rombauts authored
- tested for Windows CE 5.0 under Visual Studio 2008 Pro - tested for Windows XP under Visual Studio 2008 Pro
-
Sébastien Rombauts authored
- when compiling for Windows CE, a C++ project must define the preprocessor definitions: UNDER_CE=$(CEVersion),_WIN32_WCE=$(CEVersion) - choosing the "_WIN32_CE" form for uniformization with "_WIN32" and "_WIN32_WINNT" already used in libzmq (boost is using both forms) - see http://msdn.microsoft.com/en-us/library/ee479161(v=winembedded.60).aspx
-
Sébastien Rombauts authored
- raw_encoder.cpp and raw_decoder.cpp in missing in MSVC project
-
- 05 Feb, 2013 1 commit
-
-
mjasperse authored
MSVC build fails with linking errors for unresolved symbols SetSecurityDescriptorDacl and InitializeSecurityDescriptor in signaler.obj Adding the relevant link library (Advapi32.lib) to VCLinkerTool fixes this (tested MSVC2010 on XP and Win7)
-
- 02 Nov, 2012 1 commit
-
-
mjasperse authored
Without the LinkDLL statement, command-line compile using vcbuild attempts to compile EXE and complains about entrypoint The LinkDLL statement forces the linker to produce desired output
-