1. 07 Feb, 2016 1 commit
  2. 06 Feb, 2016 1 commit
  3. 04 Feb, 2016 1 commit
    • Pieter Hintjens's avatar
      Problem: commit a464eec7 really broke VS2015 builds · 86aa7bb1
      Pieter Hintjens authored
      Took me over 8 hours to track down the cause of bizarre link
      errors when building with libsodium. The VS project files are
      not simple things.
      
      Note to self and other maintainers: when someone is obviously
      out of their depth, do not merge their changes to build scripts
      without cynical appraisal.
      
      Solution: undo the damage.
      86aa7bb1
  4. 03 Feb, 2016 2 commits
    • Pieter Hintjens's avatar
      Problem: MSVC build does not detect libsodium · 31d181ef
      Pieter Hintjens authored
      Caused by error in last commit which used HAVE_LIBSODIUM instead
      of HAVE_SODIUM.
      
      Solution: use HAVE_LIBSODIUM as we do in other configure scripts.
      
      The project is called 'libsodium' and not 'sodium'.
      31d181ef
    • 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
  5. 02 Feb, 2016 3 commits
  6. 01 Feb, 2016 3 commits
  7. 29 Jan, 2016 1 commit
  8. 28 Jan, 2016 1 commit
  9. 21 Dec, 2015 5 commits
  10. 05 Nov, 2015 1 commit
  11. 27 Oct, 2015 1 commit
  12. 27 Jul, 2015 1 commit
  13. 02 Jun, 2015 1 commit
  14. 26 Apr, 2015 1 commit
  15. 14 Mar, 2015 1 commit
  16. 13 Feb, 2015 1 commit
  17. 12 Feb, 2015 1 commit
  18. 11 Feb, 2015 2 commits
  19. 16 Oct, 2014 1 commit
  20. 01 Oct, 2014 1 commit
  21. 23 Aug, 2014 1 commit
    • Pieter Hintjens's avatar
      Problem: FD_SETSIZE 1024 is too restrictive under Windows · 1acc1b15
      Pieter Hintjens authored
      Solution: increased to 4096 by default for all MSVC builds, for MinGW,
      and for CMake.
      
      Note: this is a speculative change, it needs confirmation before we
      can keep it. Particularly, there is some doubt that changing this in
      libzmq will affect upstream applications using libzmq.dll.
      1acc1b15
  22. 22 Jul, 2014 3 commits
  23. 07 Jul, 2014 1 commit
  24. 29 Jun, 2014 1 commit
  25. 05 Jun, 2014 4 commits