1. 19 Mar, 2017 1 commit
  2. 16 Jan, 2017 1 commit
  3. 12 May, 2016 1 commit
  4. 05 Mar, 2016 1 commit
    • Osiris's avatar
      Problem: Added "make clean" to Windows build scripts · 09d003aa
      Osiris authored
      Solution: Added ability to do equivalent of a "make clean" by executing:
      
      O:\git\libzmq\builds\msvc\build>buildall.bat clean
      Start Time: Fri 03/04/2016 14:33:56.50
      Cleaning without libsodium
      Cleaning ..\vs2013\libzmq.sln... ()
      Platform=x86
      Configuration=DynDebug
      Configuration=DynRelease
      Configuration=LtcgDebug
      Configuration=LtcgRelease
      Configuration=StaticDebug
      Configuration=StaticRelease
      Platform=x64
      Configuration=DynDebug
      Configuration=DynRelease
      Configuration=LtcgDebug
      Configuration=LtcgRelease
      Configuration=StaticDebug
      Configuration=StaticRelease
      Cleaning complete: ..\vs2013\libzmq.sln
      
      Stop  Time: Fri 03/04/2016 14:34:01.84
      Start Time: Fri 03/04/2016 14:33:56.50
      
      A clean takes ~5 secs to complete.
      09d003aa
  5. 17 Feb, 2016 1 commit
    • Osiris's avatar
      Problem: Windows build script requires edit for DevStudio version · 80024eca
      Osiris authored
      Solution: Use CMD.EXE environment variable to extract DevStudio version
      number and build using it. This even supports machines with multiple
      DevStudio versions installed, as long as the build for each version is
      done on a separate window with the correct environment.
      If multiple version builds are desired from a single CMD.EXE, edit the
      buildall.bat file to uncomment the build statements for each specific
      version desired.
      80024eca
  6. 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
  7. 12 May, 2014 1 commit