1. 14 Apr, 2014 1 commit
  2. 20 Mar, 2014 1 commit
    • V G's avatar
      Fix building on MinGW64 Windows · 89cbd3d2
      V G authored
      Mingw64 provides mstcpip.h and the build fails (redefinition) if the struct tcp_keepalive is redefined. Do not define the struct if __MINGW64__ is defined. Note that I had to manually pass the compile definition to cmake: -D__MINGW64__=1
      89cbd3d2
  3. 18 Feb, 2014 1 commit
  4. 14 Jan, 2014 1 commit
  5. 13 Jan, 2014 1 commit
  6. 02 Jan, 2014 1 commit
  7. 22 Dec, 2013 1 commit
  8. 12 Mar, 2013 1 commit
    • Pieter Hintjens's avatar
      Removed corporate advertisements from source file headers · f0f16505
      Pieter Hintjens authored
      Copyrights had become ads for Sustrik's corporate sponsors, going against the original
      agreement to share copyrights with the community (that agreement was: one line stating
      iMatix copyright + one reference to AUTHORS file). The proliferation of corporate ads
      is also unfair to the many individual authors. I've removed ALL corporate title from
      the source files so the copyright statements can now be centralized in AUTHORS and
      source files can be properly updated on an annual basis.
      f0f16505
  9. 19 Feb, 2013 1 commit
  10. 14 Mar, 2012 1 commit
    • boris@boressoft.ru's avatar
      Add WinCE support. · 318ba883
      boris@boressoft.ru authored
      * Added two new files: errno.hpp and errno.cpp. They are required to use errno functionality on WM.
      * zmq.cpp, msg.h: removed inclusion of errno.h because it is included in zmq.h that is also included by .cpp.
      * windows.hpp: process.h is included only for desktop builds.
      * thread.cpp: on CE CreateThread is used instead of __beginthreadex
      * socket_base.cpp, clock.cpp: on CE include cmnintrin.h instead on intrin.h
      * signaler.cpp: on Windows should use special macro around event name (for unicode builds)
      * err.hpp: make it include errno.hpp (my file) instead on errno.h when building for CE
      * err.cpp: use FormatMessage when building for CE (because CE does not have ANSI API functions)
      * zmq.h: do not include errno.h whe building for CE
      * libzmq.vcproj: add tro new files
      318ba883
  11. 15 Dec, 2011 1 commit
    • Stuart Webster's avatar
      Added MSVC10 solution and project files for Windows · 3fb5c11b
      Stuart Webster authored
      These include configurations for both Win32 and x64 platforms. All project
      settings have been normalised in property sheets (the ".props" files under
      builds/msvc/properties) to simplify maintenance. Build artefacts are all
      generated in platform-specific subfolders of bin, lib and obj directories.
      
      Also enables the use of precompiled headers with MSVC10.
      
      This significantly reduces the time required to compile libzmq with Visual
      Studio on Windows. It should have no impact on other platforms.
      Signed-off-by: 's avatarStuart Webster <sw_webster@hotmail.com>
      3fb5c11b
  12. 04 Nov, 2011 1 commit
  13. 01 Nov, 2011 1 commit
  14. 31 Oct, 2011 1 commit
  15. 18 Jun, 2011 1 commit
  16. 13 Jun, 2011 1 commit
  17. 12 Jun, 2011 1 commit
  18. 02 Mar, 2011 1 commit
  19. 30 Oct, 2010 1 commit
  20. 04 Jun, 2010 2 commits
  21. 27 Jan, 2010 1 commit
  22. 05 Jan, 2010 2 commits
  23. 03 Nov, 2009 1 commit
  24. 05 Oct, 2009 1 commit
  25. 03 Aug, 2009 1 commit
  26. 29 Jul, 2009 1 commit