1. 06 Feb, 2016 1 commit
  2. 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
  3. 02 Feb, 2016 3 commits
  4. 01 Feb, 2016 1 commit
  5. 29 Jan, 2016 1 commit
  6. 21 Dec, 2015 5 commits
  7. 27 Oct, 2015 1 commit
  8. 27 Jul, 2015 1 commit
  9. 12 Feb, 2015 1 commit
  10. 11 Feb, 2015 1 commit
  11. 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
  12. 22 Jul, 2014 2 commits
  13. 29 Jun, 2014 1 commit
  14. 05 Jun, 2014 8 commits
  15. 04 Jun, 2014 1 commit
  16. 31 May, 2014 1 commit
  17. 21 May, 2014 1 commit
  18. 13 May, 2014 1 commit
  19. 12 May, 2014 4 commits
  20. 06 May, 2014 3 commits
  21. 25 Apr, 2014 1 commit