1. 15 Oct, 2010 6 commits
  2. 14 Oct, 2010 1 commit
  3. 13 Oct, 2010 1 commit
  4. 11 Oct, 2010 2 commits
  5. 09 Oct, 2010 1 commit
    • Martin Sustrik's avatar
      Version macros added · ef8db789
      Martin Sustrik authored
      Macro ZMQ_VERSION represents the current version of 0MQ
      Macro ZMQ_MAKE_VERSION(major,minor,patch) allows to create
      a representation of the specified version.
      The versions can be compared using simple <, >, ==, etc.
      operators.
      Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
      ef8db789
  6. 30 Sep, 2010 1 commit
  7. 28 Sep, 2010 2 commits
  8. 26 Sep, 2010 1 commit
  9. 15 Sep, 2010 1 commit
  10. 04 Sep, 2010 20 commits
  11. 02 Sep, 2010 3 commits
  12. 01 Sep, 2010 1 commit
    • Mikael Helbo Kjær's avatar
      Erasure of retired fd's in select.cpp causes an assertion in MSVC 2008 STL · 59315ebd
      Mikael Helbo Kjær authored
      I was hitting an issue with an SCL enabled STL library in connection with the
      way select_t::loop was erasing retired fd's. The problem as identified by the
      SCL assertion was that by the time the iterator given to the erase method was
      called it was considered invalid by the library. I am not sure this isn't just
      a "quirk" of the MSVC STL library as the other code looks valid to me as well.
      59315ebd