1. 21 Mar, 2014 1 commit
    • twwlogin's avatar
      Include zmq.h after platform.hpp · 9051456f
      twwlogin authored
      zmq.h requires definitions from platform.hpp so include platform.hpp before zmq.h. This is only an intermediate fix though. zmq.h should not require definitions from platform.hpp because platform.hpp is not installed. So, when zmq.h wants to include <inttypes.h> on ZMQ_HAVE_SOLARIS || ZMQ_HAVE_OPENVMS, it will not and fall back to #include <stdint.h> which will fail when building something like pyzmq on Solaris 8, 9/SPARC which do not have <stdint.h>
      9051456f
  2. 20 Mar, 2014 4 commits
  3. 19 Mar, 2014 3 commits
  4. 18 Mar, 2014 4 commits
  5. 17 Mar, 2014 10 commits
  6. 16 Mar, 2014 12 commits
  7. 15 Mar, 2014 2 commits
  8. 14 Mar, 2014 2 commits
  9. 13 Mar, 2014 2 commits