- 23 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: declare them as deprecated
-
- 24 Mar, 2017 2 commits
- 09 Dec, 2016 1 commit
-
-
Anass Bouassaba authored
-
- 12 May, 2016 1 commit
-
-
evoskuil authored
-
- 31 Mar, 2016 1 commit
-
-
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)
-
- 21 Feb, 2016 3 commits
-
-
Osiris authored
Solution: The Coverity Static Code Analyzer was used on libzmq code and found many issues with uninitialized member variables, some redefinition of variables hidding previous instances of same variable name and a couple of functions where return values were not checked, even though all other occurrences were checked (e.g. init_size() return).
-
Osiris authored
Solution: Corrected Toolset setting where needed and inprove compilation speed by adding defintion of WIN32_LEAN_AND_MEAN prior to any Windows specific include files, which skips non-essential definitions during compilation.
-
Osiris authored
Solution: Corrected Toolset setting where needed and inprove compilation speed by adding defintion of WIN32_LEAN_AND_MEAN prior to any Windows specific include files, which skips non-essential definitions during compilation.
-
- 05 Jun, 2014 1 commit
-
-
evoskuil authored
-
- 31 May, 2014 1 commit
-
-
Dave Meehan authored
-
- 13 May, 2014 1 commit
-
-
evoskuil authored
-
- 06 May, 2014 1 commit
-
-
evoskuil authored
-
- 09 Apr, 2014 1 commit
-
-
evoskuil authored
-
- 08 Apr, 2014 1 commit
-
-
evoskuil authored
-
- 06 Apr, 2014 1 commit
-
-
evoskuil authored
-
- 30 Mar, 2014 1 commit
-
-
evoskuil authored
-
- 07 Apr, 2013 1 commit
-
-
Timothee "TTimo" Besset authored
-
- 31 Mar, 2013 1 commit
-
-
Timothee "TTimo" Besset authored
-
- 15 Dec, 2011 1 commit
-
-
Stuart Webster authored
These include configurations for both Win32 and x64 platforms. All project settings have been normalised in property sheets (the ".props" files under builds/msvc/properties) to simplify maintenance. Build artefacts are all generated in platform-specific subfolders of bin, lib and obj directories. Also enables the use of precompiled headers with MSVC10. This significantly reduces the time required to compile libzmq with Visual Studio on Windows. It should have no impact on other platforms. Signed-off-by:
Stuart Webster <sw_webster@hotmail.com>
-