1. 13 May, 2016 2 commits
  2. 12 May, 2016 1 commit
  3. 03 Feb, 2016 1 commit
    • Pieter Hintjens's avatar
      Problem: can't build without libsodium from command line (MSVC) · 6a9af8ed
      Pieter Hintjens authored
      There is an option to enable/disable libsodium via the Visual Studio
      UI. This is not practical for command-line usage (via msbuild).
      
      Solution: add configure.bat that searches for libsodium in sibling
      directory to libzmq; if it finds it, defines HAVE_LIBSODIUM 1.
      
      This is consistent with zproject, which has the same problem and
      is getting the same solution for all dependency resolution on
      Windows.
      
      Note that this approach also provides a way to support tweetnacl
      via a configure option.
      
      Also, removed duplicate props files and re-copy in configure.bat
      as it was an insane nightmare to update these by hand. (and not
      clear that they were identical. Now it's forced.)
      6a9af8ed
  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. 02 Mar, 2011 1 commit
  9. 30 Oct, 2010 1 commit
  10. 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
  11. 04 Sep, 2010 1 commit
  12. 01 Sep, 2010 1 commit
  13. 25 Aug, 2010 2 commits
  14. 04 Jun, 2010 1 commit
  15. 11 Apr, 2010 1 commit
  16. 17 Feb, 2010 1 commit
  17. 05 Jan, 2010 1 commit
  18. 17 Sep, 2009 1 commit
  19. 07 Sep, 2009 1 commit
  20. 03 Aug, 2009 1 commit
  21. 29 Jul, 2009 1 commit