1. 17 Feb, 2016 1 commit
    • Pieter Hintjens's avatar
      Problem: if src/platform.hpp still exists, gyp uses this · c78e4f33
      Pieter Hintjens authored
      Gyp needs its own platform.hpp; there is no way to delete this
      file automatically.
      
      Solution: copy gyp's platform.hpp into src, so that things build
      properly no matter what the starting state. If you build with gyp
      and then try to build using autotools' makefile, you'll get an
      error from the platform.hpp.
      c78e4f33
  2. 12 Feb, 2016 2 commits
  3. 11 Feb, 2016 1 commit
    • Pieter Hintjens's avatar
      Problem: can't build using gyp · fde81d7e
      Pieter Hintjens authored
      I'm adding gyp support so that we can easily pull in libzmq
      and other C/C++ projects into gyp packages, especially via
      node-gyp.
      
      Solution: add gyp definition
      
      This works only for Windows, OS/X, and Linux. We set a single
      macro in project.gyp according to the system, and the rest is
      done in builds/gyp/platform.hpp. The values in that file are
      not dynamic. Your mileage will vary.
      fde81d7e
  4. 28 Jan, 2016 1 commit
  5. 02 Jun, 2015 1 commit
  6. 26 Apr, 2015 1 commit
  7. 12 Feb, 2015 1 commit
  8. 03 Mar, 2013 1 commit
  9. 02 Mar, 2011 1 commit
  10. 30 Oct, 2010 1 commit
  11. 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
  12. 04 Sep, 2010 1 commit
  13. 01 Sep, 2010 1 commit
  14. 25 Aug, 2010 2 commits
  15. 04 Jun, 2010 1 commit
  16. 11 Apr, 2010 1 commit
  17. 17 Feb, 2010 1 commit
  18. 05 Jan, 2010 1 commit
  19. 17 Sep, 2009 1 commit
  20. 07 Sep, 2009 1 commit
  21. 03 Aug, 2009 1 commit
  22. 29 Jul, 2009 1 commit