1. 19 Apr, 2017 1 commit
    • Asmod4n's avatar
      change macOS < 10.12 clock to SYSTEM_CLOCK, fixes #2537 (#2538) · ce602d08
      Asmod4n authored
      * change macOS < 10.12 clock to SYSTEM_CLOCK, fixes #2537
      
      * remove clock_id option from alt_clock_gettime since we always want a monotonic clock.
      
      * update header definition for alt_clock_gettime
      
      * pass clock definition down to host_get_clock_service for macOS < 10.12
      
      * change to monotonic clocks
      ce602d08
  2. 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
  3. 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
  4. 14 May, 2016 1 commit
  5. 10 Apr, 2016 1 commit
  6. 28 Jan, 2016 1 commit
  7. 18 Jan, 2016 1 commit
  8. 20 Aug, 2015 1 commit
  9. 02 Jun, 2015 1 commit
  10. 26 Apr, 2015 1 commit
  11. 14 Feb, 2015 1 commit
  12. 12 Feb, 2015 1 commit