1. 07 Nov, 2016 1 commit
  2. 06 Nov, 2016 4 commits
  3. 05 Nov, 2016 5 commits
  4. 04 Nov, 2016 9 commits
  5. 02 Nov, 2016 5 commits
  6. 01 Nov, 2016 6 commits
  7. 31 Oct, 2016 4 commits
  8. 29 Oct, 2016 3 commits
  9. 28 Oct, 2016 3 commits
    • Luca Boccassi's avatar
      Problem: MS VC++ build broken · 2484d1c8
      Luca Boccassi authored
      Solution: try to detect architecture if building with VC++ and
      hardcode pointer size accordingly.
      Expressions are not allowed inside declspec intrinsics, which
      includes other intrinsics.
      2484d1c8
    • Doron Somech's avatar
      Merge pull request #2177 from bluca/alignment · ac149816
      Doron Somech authored
      Problem: pointer union for zmq_msg_t is a hack
      ac149816
    • Luca Boccassi's avatar
      Problem: pointer union for zmq_msg_t is a hack · df367a66
      Luca Boccassi authored
      Solution: use compiler's alignment attributes instead which is
      clearer and less of a hack.
      Pointer alignment violations causing crashes on architectures
      such as sparc64 and aarch64.
      This also avoid triggering ABI checkers as the change is compatible
      even though applications that suffer from the bug should rebuild to
      take advantage of the fix.
      df367a66