1. 24 Mar, 2017 3 commits
  2. 12 May, 2016 1 commit
  3. 31 Mar, 2016 1 commit
    • Matt Powley's avatar
      Use vs2015 MSBuild property sheets in older projects · 0e405a5a
      Matt Powley authored
      All the older (vs2010 -> vs2013) projects had copies of the Visual Studio 2015 MSBuild applied to them when running the 'configure.bat' batch file. Any modifications to a property sheet was not applied to the other Visual Studio versions' projects unless the batch file was re-executed.
      
      * Modified the older projects to reference the Visual Studio 2015 property sheets so changes are immediately applied
      * Removed the batch file copy steps (which left the repository very dirty after execution)
      0e405a5a
  4. 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
  5. 21 Dec, 2015 1 commit
  6. 05 Jun, 2014 1 commit
  7. 31 May, 2014 1 commit
  8. 21 May, 2014 1 commit
  9. 13 May, 2014 1 commit
  10. 12 May, 2014 1 commit
  11. 06 May, 2014 1 commit
  12. 15 Apr, 2014 2 commits
  13. 09 Apr, 2014 1 commit
  14. 08 Apr, 2014 1 commit
  15. 04 Apr, 2014 1 commit