1. 24 Sep, 2014 2 commits
  2. 23 Sep, 2014 1 commit
  3. 20 Sep, 2014 2 commits
  4. 19 Sep, 2014 2 commits
  5. 18 Sep, 2014 2 commits
  6. 17 Sep, 2014 2 commits
  7. 16 Sep, 2014 2 commits
    • Martin Hurton's avatar
      Merge pull request #1181 from whoshuu/patch-1 · 19712d3f
      Martin Hurton authored
      Fix non-constant-expression narrowing
      19712d3f
    • Huu Nguyen's avatar
      Fix non-constant-expression narrowing · 5642366f
      Huu Nguyen authored
      For OS X, the microseconds field is implemented as an int type. The implicit narrowing in the initializer list throws a compiler error for some compilers with C++11 support turned on. The specific error message is: "error: non-constant-expression cannot be narrowed from type 'long' to '__darwin_suseconds_t' (aka 'int') in initializer list [-Wc++11-narrowing]".
      
      Tested on Clang 5.1.0 and Mac OS X 10.9.4.
      5642366f
  8. 12 Sep, 2014 4 commits
  9. 11 Sep, 2014 2 commits
  10. 10 Sep, 2014 2 commits
  11. 04 Sep, 2014 1 commit
  12. 03 Sep, 2014 1 commit
  13. 31 Aug, 2014 3 commits
  14. 29 Aug, 2014 3 commits
  15. 27 Aug, 2014 5 commits
  16. 26 Aug, 2014 3 commits
  17. 23 Aug, 2014 1 commit
    • Pieter Hintjens's avatar
      Problem: FD_SETSIZE 1024 is too restrictive under Windows · 1acc1b15
      Pieter Hintjens authored
      Solution: increased to 4096 by default for all MSVC builds, for MinGW,
      and for CMake.
      
      Note: this is a speculative change, it needs confirmation before we
      can keep it. Particularly, there is some doubt that changing this in
      libzmq will affect upstream applications using libzmq.dll.
      1acc1b15
  18. 14 Aug, 2014 2 commits