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
ab2c009d
Commit
ab2c009d
authored
Oct 27, 2015
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1626 from ahmetkakici/master
Added missing socket_poller.cpp file to msvc solutions.
parents
182688d4
7c8e65e2
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
0 deletions
+13
-0
libzmq.vcproj
builds/msvc/vs2008/libzmq/libzmq.vcproj
+1
-0
libzmq.vcxproj
builds/msvc/vs2010/libzmq/libzmq.vcxproj
+1
-0
libzmq.vcxproj.filters
builds/msvc/vs2010/libzmq/libzmq.vcxproj.filters
+3
-0
libzmq.vcxproj
builds/msvc/vs2012/libzmq/libzmq.vcxproj
+1
-0
libzmq.vcxproj.filters
builds/msvc/vs2012/libzmq/libzmq.vcxproj.filters
+3
-0
libzmq.vcxproj
builds/msvc/vs2013/libzmq/libzmq.vcxproj
+1
-0
libzmq.vcxproj.filters
builds/msvc/vs2013/libzmq/libzmq.vcxproj.filters
+3
-0
No files found.
builds/msvc/vs2008/libzmq/libzmq.vcproj
View file @
ab2c009d
...
...
@@ -151,6 +151,7 @@
<File
RelativePath=
"..\..\..\..\src\session_base.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\signaler.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\socket_base.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\socket_poller.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\stream.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\stream_engine.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\sub.cpp"
/>
...
...
builds/msvc/vs2010/libzmq/libzmq.vcxproj
View file @
ab2c009d
...
...
@@ -222,6 +222,7 @@
<ClCompile
Include=
"..\..\..\..\src\session_base.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\signaler.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\socket_base.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\socket_poller.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\socks.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\socks_connecter.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\stream.cpp"
/>
...
...
builds/msvc/vs2010/libzmq/libzmq.vcxproj.filters
View file @
ab2c009d
...
...
@@ -237,6 +237,9 @@
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\decoder_allocators.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\socket_poller.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
...
...
builds/msvc/vs2012/libzmq/libzmq.vcxproj
View file @
ab2c009d
...
...
@@ -222,6 +222,7 @@
<ClCompile
Include=
"..\..\..\..\src\session_base.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\signaler.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\socket_base.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\socket_poller.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\socks.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\socks_connecter.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\stream.cpp"
/>
...
...
builds/msvc/vs2012/libzmq/libzmq.vcxproj.filters
View file @
ab2c009d
...
...
@@ -237,6 +237,9 @@
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\decoder_allocators.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\socket_poller.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
...
...
builds/msvc/vs2013/libzmq/libzmq.vcxproj
View file @
ab2c009d
...
...
@@ -222,6 +222,7 @@
<ClCompile
Include=
"..\..\..\..\src\session_base.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\signaler.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\socket_base.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\socket_poller.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\socks.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\socks_connecter.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\stream.cpp"
/>
...
...
builds/msvc/vs2013/libzmq/libzmq.vcxproj.filters
View file @
ab2c009d
...
...
@@ -238,6 +238,9 @@
<ClCompile
Include=
"..\..\..\..\src\decoder_allocators.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\socket_poller.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
>
...
...
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