Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
435535ce
Commit
435535ce
authored
Feb 01, 2016
by
Constantin Rack
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1750 from hintjens/master
Problem: various errors in build scripts
parents
3cf6c331
6f94af8c
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
33 additions
and
32 deletions
+33
-32
Makefile.am
Makefile.am
+1
-3
Makefile.cygwin
builds/cygwin/Makefile.cygwin
+1
-0
Makefile.mingw32
builds/mingw32/Makefile.mingw32
+1
-0
libzmq.vcproj
builds/msvc/vs2008/libzmq/libzmq.vcproj
+6
-2
libzmq.vcxproj
builds/msvc/vs2010/libzmq/libzmq.vcxproj
+6
-3
libzmq.vcxproj.filters
builds/msvc/vs2010/libzmq/libzmq.vcxproj.filters
+0
-3
libzmq.vcxproj
builds/msvc/vs2012/libzmq/libzmq.vcxproj
+6
-3
libzmq.vcxproj.filters
builds/msvc/vs2012/libzmq/libzmq.vcxproj.filters
+0
-3
libzmq.vcxproj
builds/msvc/vs2013/libzmq/libzmq.vcxproj
+6
-3
libzmq.vcxproj.filters
builds/msvc/vs2013/libzmq/libzmq.vcxproj.filters
+0
-3
libzmq.vcxproj
builds/msvc/vs2015/libzmq/libzmq.vcxproj
+6
-5
libzmq.vcxproj.filters
builds/msvc/vs2015/libzmq/libzmq.vcxproj.filters
+0
-3
options.cpp
src/options.cpp
+0
-1
No files found.
Makefile.am
View file @
435535ce
...
@@ -16,8 +16,7 @@ AM_CPPFLAGS = \
...
@@ -16,8 +16,7 @@ AM_CPPFLAGS = \
lib_LTLIBRARIES
=
src/libzmq.la
lib_LTLIBRARIES
=
src/libzmq.la
include_HEADERS
=
\
include_HEADERS
=
\
include/zmq.h
\
include/zmq.h
include/zmq_utils.h
src_libzmq_la_SOURCES
=
\
src_libzmq_la_SOURCES
=
\
src/address.cpp
\
src/address.cpp
\
...
@@ -231,7 +230,6 @@ src_libzmq_la_SOURCES = \
...
@@ -231,7 +230,6 @@ src_libzmq_la_SOURCES = \
src/socket_poller.hpp
\
src/socket_poller.hpp
\
src/socket_poller.cpp
src/socket_poller.cpp
if
ON_MINGW
if
ON_MINGW
src_libzmq_la_LDFLAGS
=
\
src_libzmq_la_LDFLAGS
=
\
-no-undefined
\
-no-undefined
\
...
...
builds/cygwin/Makefile.cygwin
View file @
435535ce
...
@@ -18,6 +18,7 @@ OBJS = ctx.o reaper.o dist.o err.o \
...
@@ -18,6 +18,7 @@ OBJS = ctx.o reaper.o dist.o err.o \
pgm_socket.o pgm_receiver.o pgm_sender.o
\
pgm_socket.o pgm_receiver.o pgm_sender.o
\
raw_decoder.o raw_encoder.o
\
raw_decoder.o raw_encoder.o
\
v1_decoder.o v1_encoder.o v2_decoder.o v2_encoder.o
\
v1_decoder.o v1_encoder.o v2_decoder.o v2_encoder.o
\
udp_address.o upd_engine.o radio.o dish.o
\
socket_base.o session_base.o options.o
\
socket_base.o session_base.o options.o
\
req.o rep.o push.o pull.o pub.o sub.o pair.o
\
req.o rep.o push.o pull.o pub.o sub.o pair.o
\
dealer.o router.o xpub.o xsub.o stream.o
\
dealer.o router.o xpub.o xsub.o stream.o
\
...
...
builds/mingw32/Makefile.mingw32
View file @
435535ce
...
@@ -18,6 +18,7 @@ OBJS = ctx.o reaper.o dist.o err.o \
...
@@ -18,6 +18,7 @@ OBJS = ctx.o reaper.o dist.o err.o \
pgm_socket.o pgm_receiver.o pgm_sender.o
\
pgm_socket.o pgm_receiver.o pgm_sender.o
\
raw_decoder.o raw_encoder.o
\
raw_decoder.o raw_encoder.o
\
v1_decoder.o v1_encoder.o v2_decoder.o v2_encoder.o
\
v1_decoder.o v1_encoder.o v2_decoder.o v2_encoder.o
\
udp_address.o upd_engine.o radio.o dish.o
\
socket_base.o session_base.o options.o
\
socket_base.o session_base.o options.o
\
req.o rep.o push.o pull.o pub.o sub.o pair.o
\
req.o rep.o push.o pull.o pub.o sub.o pair.o
\
dealer.o router.o xpub.o xsub.o stream.o
\
dealer.o router.o xpub.o xsub.o stream.o
\
...
...
builds/msvc/vs2008/libzmq/libzmq.vcproj
View file @
435535ce
...
@@ -100,6 +100,7 @@
...
@@ -100,6 +100,7 @@
<References
/>
<References
/>
<Files>
<Files>
<Filter
Name=
"Source Files"
Filter=
"cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier=
"{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<Filter
Name=
"Source Files"
Filter=
"cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier=
"{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=
"..\..\errno.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\address.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\address.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\clock.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\clock.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\ctx.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\ctx.cpp"
/>
...
@@ -109,7 +110,6 @@
...
@@ -109,7 +110,6 @@
<File
RelativePath=
"..\..\..\..\src\dist.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\dist.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\epoll.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\epoll.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\err.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\err.cpp"
/>
<File
RelativePath=
"..\..\errno.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\fq.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\fq.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\io_object.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\io_object.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\io_thread.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\io_thread.cpp"
/>
...
@@ -168,12 +168,15 @@
...
@@ -168,12 +168,15 @@
<File
RelativePath=
"..\..\..\..\src\v1_encoder.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\v1_encoder.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\v2_decoder.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\v2_decoder.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\v2_encoder.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\v2_encoder.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\udp_address.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\udp_engine.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\xpub.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\xpub.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\xsub.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\xsub.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\zmq.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\zmq.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\zmq_utils.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\zmq_utils.cpp"
/>
</Filter>
</Filter>
<Filter
Name=
"Header Files"
Filter=
"h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier=
"{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<Filter
Name=
"Header Files"
Filter=
"h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier=
"{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath=
"..\..\errno.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\address.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\address.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\array.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\array.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\atomic_counter.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\atomic_counter.hpp"
/>
...
@@ -189,7 +192,6 @@
...
@@ -189,7 +192,6 @@
<File
RelativePath=
"..\..\..\..\src\encoder.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\encoder.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\epoll.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\epoll.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\err.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\err.hpp"
/>
<File
RelativePath=
"..\..\errno.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\fd.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\fd.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\fq.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\fq.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\i_engine.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\i_engine.hpp"
/>
...
@@ -256,6 +258,8 @@
...
@@ -256,6 +258,8 @@
<File
RelativePath=
"..\..\..\..\src\v2_decoder.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\v2_decoder.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\v2_encoder.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\v2_encoder.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\v2_protocol.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\v2_protocol.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\udp_address.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\udp_engine.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\windows.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\windows.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\wire.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\wire.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\xpub.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\xpub.hpp"
/>
...
...
builds/msvc/vs2010/libzmq/libzmq.vcxproj
View file @
435535ce
...
@@ -67,8 +67,9 @@
...
@@ -67,8 +67,9 @@
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
<ClInclude
Include=
"..\..\resource.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
/>
<ClInclude
Include=
"..\..\..\..\src\address.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\address.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\array.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\array.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\atomic_counter.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\atomic_counter.hpp"
/>
...
@@ -121,7 +122,6 @@
...
@@ -121,7 +122,6 @@
<ClInclude
Include=
"..\..\..\..\src\server.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\server.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks_connecter.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks_connecter.hpp"
/>
<ClInclude
Include=
"..\..\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller_base.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller_base.hpp"
/>
...
@@ -154,6 +154,8 @@
...
@@ -154,6 +154,8 @@
<ClInclude
Include=
"..\..\..\..\src\v1_decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_encoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_encoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_protocol.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_protocol.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\udp_address.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\udp_engine.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\windows.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\windows.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\wire.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\wire.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\xpub.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\xpub.hpp"
/>
...
@@ -162,7 +164,6 @@
...
@@ -162,7 +164,6 @@
<ClInclude
Include=
"..\..\..\..\src\xsub.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\xsub.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\ypipe.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\ypipe.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\yqueue.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\yqueue.hpp"
/>
<ClInclude
Include=
"..\..\resource.h"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\..\src\address.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\address.cpp"
/>
...
@@ -244,6 +245,8 @@
...
@@ -244,6 +245,8 @@
<ClCompile
Include=
"..\..\..\..\src\v1_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v1_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\udp_address.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\udp_engine.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\xpub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\xpub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\xsub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\xsub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\zmq.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\zmq.cpp"
/>
...
...
builds/msvc/vs2010/libzmq/libzmq.vcxproj.filters
View file @
435535ce
...
@@ -243,9 +243,6 @@
...
@@ -243,9 +243,6 @@
</ClCompile>
</ClCompile>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
>
<Filter>
include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
>
<Filter>
include
</Filter>
<Filter>
include
</Filter>
</ClInclude>
</ClInclude>
...
...
builds/msvc/vs2012/libzmq/libzmq.vcxproj
View file @
435535ce
...
@@ -67,8 +67,9 @@
...
@@ -67,8 +67,9 @@
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
<ClInclude
Include=
"..\..\resource.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
/>
<ClInclude
Include=
"..\..\..\..\src\address.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\address.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\array.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\array.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\atomic_counter.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\atomic_counter.hpp"
/>
...
@@ -121,7 +122,6 @@
...
@@ -121,7 +122,6 @@
<ClInclude
Include=
"..\..\..\..\src\server.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\server.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks_connecter.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks_connecter.hpp"
/>
<ClInclude
Include=
"..\..\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller_base.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller_base.hpp"
/>
...
@@ -154,6 +154,8 @@
...
@@ -154,6 +154,8 @@
<ClInclude
Include=
"..\..\..\..\src\v1_decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_encoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_encoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_protocol.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_protocol.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\udp_address.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\udp_engine.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\windows.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\windows.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\wire.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\wire.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\xpub.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\xpub.hpp"
/>
...
@@ -162,7 +164,6 @@
...
@@ -162,7 +164,6 @@
<ClInclude
Include=
"..\..\..\..\src\xsub.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\xsub.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\ypipe.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\ypipe.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\yqueue.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\yqueue.hpp"
/>
<ClInclude
Include=
"..\..\resource.h"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\..\src\address.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\address.cpp"
/>
...
@@ -244,6 +245,8 @@
...
@@ -244,6 +245,8 @@
<ClCompile
Include=
"..\..\..\..\src\v1_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v1_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\udp_address.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\udp_engine.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\xpub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\xpub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\xsub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\xsub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\zmq.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\zmq.cpp"
/>
...
...
builds/msvc/vs2012/libzmq/libzmq.vcxproj.filters
View file @
435535ce
...
@@ -243,9 +243,6 @@
...
@@ -243,9 +243,6 @@
</ClCompile>
</ClCompile>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
>
<Filter>
include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
>
<Filter>
include
</Filter>
<Filter>
include
</Filter>
</ClInclude>
</ClInclude>
...
...
builds/msvc/vs2013/libzmq/libzmq.vcxproj
View file @
435535ce
...
@@ -67,8 +67,9 @@
...
@@ -67,8 +67,9 @@
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
<Import
Project=
"$(ProjectDir)$(ProjectName).props"
/>
</ImportGroup>
</ImportGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
<ClInclude
Include=
"..\..\resource.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
/>
<ClInclude
Include=
"..\..\..\..\src\address.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\address.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\array.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\array.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\atomic_counter.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\atomic_counter.hpp"
/>
...
@@ -121,7 +122,6 @@
...
@@ -121,7 +122,6 @@
<ClInclude
Include=
"..\..\..\..\src\server.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\server.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks_connecter.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks_connecter.hpp"
/>
<ClInclude
Include=
"..\..\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller_base.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller_base.hpp"
/>
...
@@ -154,6 +154,8 @@
...
@@ -154,6 +154,8 @@
<ClInclude
Include=
"..\..\..\..\src\v1_decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_encoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_encoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_protocol.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_protocol.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\udp_address.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\udp_engine.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\windows.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\windows.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\wire.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\wire.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\xpub.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\xpub.hpp"
/>
...
@@ -162,7 +164,6 @@
...
@@ -162,7 +164,6 @@
<ClInclude
Include=
"..\..\..\..\src\xsub.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\xsub.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\ypipe.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\ypipe.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\yqueue.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\yqueue.hpp"
/>
<ClInclude
Include=
"..\..\resource.h"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\..\src\address.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\address.cpp"
/>
...
@@ -244,6 +245,8 @@
...
@@ -244,6 +245,8 @@
<ClCompile
Include=
"..\..\..\..\src\v1_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v1_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\udp_address.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\udp_engine.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\xpub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\xpub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\xsub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\xsub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\zmq.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\zmq.cpp"
/>
...
...
builds/msvc/vs2013/libzmq/libzmq.vcxproj.filters
View file @
435535ce
...
@@ -243,9 +243,6 @@
...
@@ -243,9 +243,6 @@
</ClCompile>
</ClCompile>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
>
<Filter>
include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
>
<Filter>
include
</Filter>
<Filter>
include
</Filter>
</ClInclude>
</ClInclude>
...
...
builds/msvc/vs2015/libzmq/libzmq.vcxproj
View file @
435535ce
...
@@ -75,8 +75,9 @@
...
@@ -75,8 +75,9 @@
<Option-sodium
/>
<Option-sodium
/>
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\platform.hpp"
/>
<ClInclude
Include=
"..\..\resource.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
/>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
/>
<ClInclude
Include=
"..\..\..\..\src\address.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\address.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\array.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\array.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\atomic_counter.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\atomic_counter.hpp"
/>
...
@@ -129,9 +130,6 @@
...
@@ -129,9 +130,6 @@
<ClInclude
Include=
"..\..\..\..\src\server.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\server.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks_connecter.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\socks_connecter.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\udp_address.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\udp_engine.hpp"
/>
<ClInclude
Include=
"..\..\platform.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller_base.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\poller_base.hpp"
/>
...
@@ -164,6 +162,8 @@
...
@@ -164,6 +162,8 @@
<ClInclude
Include=
"..\..\..\..\src\v1_decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_encoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_encoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_protocol.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\v1_protocol.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\udp_address.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\udp_engine.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\windows.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\windows.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\wire.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\wire.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\xpub.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\xpub.hpp"
/>
...
@@ -172,7 +172,6 @@
...
@@ -172,7 +172,6 @@
<ClInclude
Include=
"..\..\..\..\src\xsub.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\xsub.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\ypipe.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\ypipe.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\yqueue.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\yqueue.hpp"
/>
<ClInclude
Include=
"..\..\resource.h"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\..\..\..\src\address.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\address.cpp"
/>
...
@@ -256,6 +255,8 @@
...
@@ -256,6 +255,8 @@
<ClCompile
Include=
"..\..\..\..\src\v1_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v1_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\v2_encoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\udp_address.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\udp_engine.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\xpub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\xpub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\xsub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\xsub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\zmq.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\zmq.cpp"
/>
...
...
builds/msvc/vs2015/libzmq/libzmq.vcxproj.filters
View file @
435535ce
...
@@ -258,9 +258,6 @@
...
@@ -258,9 +258,6 @@
</ClCompile>
</ClCompile>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
>
<Filter>
include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
>
<ClInclude
Include=
"..\..\..\..\include\zmq.h"
>
<Filter>
include
</Filter>
<Filter>
include
</Filter>
</ClInclude>
</ClInclude>
...
...
src/options.cpp
View file @
435535ce
...
@@ -32,7 +32,6 @@
...
@@ -32,7 +32,6 @@
#include "options.hpp"
#include "options.hpp"
#include "err.hpp"
#include "err.hpp"
#include "macros.hpp"
#include "macros.hpp"
#include "../include/zmq_utils.h"
zmq
::
options_t
::
options_t
()
:
zmq
::
options_t
::
options_t
()
:
sndhwm
(
1000
),
sndhwm
(
1000
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment