1. 02 Nov, 2016 1 commit
    • Dmitriy-GH's avatar
      Add WinXP compatibility · e7b12b3c
      Dmitriy-GH authored
      #define ZMQ_HAVE_WINDOWS_TARGET_XP  disable uncompatible WinAPI
      
      1. Disable call if_indextoname()
      2. Emulate windows Condition Variable API in class condition_variable_t with std::condition_variable
       	
      This code can be compiled in MSVC 2015 with option "Platform toolset: Visual Studio 2015 - Windows XP (v140_xp)"
      e7b12b3c
  2. 28 Oct, 2016 1 commit
    • Robert Castle's avatar
      Problem: clock_gettime is now defined in macOS 10.12 SDK · 0dfb32a2
      Robert Castle authored
      Solution: Rename the custom implementation of clock_gettime for macOS to
      alt_clock_gettime and wrap all usage in preprocessor macros to only enable the
      alternative version when using macOS <= 10.11.
      
      This issue occurs when targeting macOS 10.11 or earlier but using the 10.12
      or newer SDK.
      0dfb32a2
  3. 14 May, 2016 1 commit
  4. 10 Apr, 2016 1 commit
  5. 28 Jan, 2016 1 commit
  6. 18 Jan, 2016 1 commit
  7. 20 Aug, 2015 1 commit
  8. 02 Jun, 2015 1 commit
  9. 26 Apr, 2015 1 commit
  10. 14 Feb, 2015 1 commit
  11. 12 Feb, 2015 1 commit