1. 31 Jul, 2016 12 commits
  2. 30 Jul, 2016 3 commits
  3. 27 Jul, 2016 1 commit
  4. 24 Jul, 2016 2 commits
  5. 20 Jul, 2016 2 commits
  6. 12 Jul, 2016 3 commits
  7. 04 Jul, 2016 5 commits
  8. 20 Jun, 2016 4 commits
  9. 17 Jun, 2016 3 commits
  10. 16 Jun, 2016 2 commits
  11. 13 Jun, 2016 3 commits
    • Luca Boccassi's avatar
      Merge pull request #2036 from aburgm/abort-flush · b3bfa420
      Luca Boccassi authored
      Flush stderr buffer before calling zmq_abort in assert macros
      b3bfa420
    • Armin Burgmeier's avatar
      Flush stderr buffer before calling zmq_abort in assert macros · 07a37435
      Armin Burgmeier authored
      On Windows, the written message does not seem to be guaranteed to be
      written to stderr, in particular when stderr is redirected to a file. I
      suppose this is because RaiseException terminates the process in a way
      that does not give the CRT a chance to flush stdio buffers (or if it
      does, there might be a problem when more than one CRT instance is linked
      into the program and they overwrite each other's exception handler). Either
      way, just make sure the assertion message ends up written to stderr to
      ease diagnostics.
      07a37435
    • Luca Boccassi's avatar
      Merge pull request #2035 from slishak/master · 95782450
      Luca Boccassi authored
      Problem: FD_SETSIZE not set to 16k for all build definitions
      95782450