1. 07 Feb, 2016 4 commits
  2. 06 Feb, 2016 19 commits
  3. 05 Feb, 2016 2 commits
  4. 04 Feb, 2016 11 commits
  5. 03 Feb, 2016 4 commits
    • Joe Eli McIlvain's avatar
      Merge pull request #1766 from hintjens/master · 08cfbdef
      Joe Eli McIlvain authored
      Problem: MSVC build does not detect libsodium
      08cfbdef
    • 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
    • Constantin Rack's avatar
      Merge pull request #1765 from hintjens/master · 8fad51c2
      Constantin Rack authored
      Windows command-line build is now configurable
      8fad51c2
    • 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