1. 19 Mar, 2012 2 commits
  2. 17 Mar, 2012 1 commit
  3. 16 Mar, 2012 1 commit
  4. 15 Mar, 2012 4 commits
  5. 14 Mar, 2012 2 commits
    • Ian Barber's avatar
      Merge pull request #273 from BoresExpress/wm5 · 62d27b7a
      Ian Barber authored
      Add WinCE support.
      62d27b7a
    • 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
  6. 12 Mar, 2012 2 commits
  7. 06 Mar, 2012 2 commits
  8. 01 Mar, 2012 2 commits
  9. 27 Feb, 2012 4 commits
  10. 21 Feb, 2012 2 commits
  11. 20 Feb, 2012 4 commits
  12. 19 Feb, 2012 2 commits
  13. 18 Feb, 2012 5 commits
  14. 17 Feb, 2012 7 commits