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
a2b9d826
Commit
a2b9d826
authored
Jan 29, 2016
by
Constantin Rack
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1735 from hintjens/master
Problem: radio/dish class broke Windows builds
parents
1bcb0a73
2ae4c55b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
0 deletions
+20
-0
libzmq.vcproj
builds/msvc/vs2008/libzmq/libzmq.vcproj
+4
-0
libzmq.vcxproj
builds/msvc/vs2010/libzmq/libzmq.vcxproj
+4
-0
libzmq.vcxproj
builds/msvc/vs2012/libzmq/libzmq.vcxproj
+4
-0
libzmq.vcxproj
builds/msvc/vs2013/libzmq/libzmq.vcxproj
+4
-0
libzmq.vcxproj
builds/msvc/vs2015/libzmq/libzmq.vcxproj
+4
-0
No files found.
builds/msvc/vs2008/libzmq/libzmq.vcproj
View file @
a2b9d826
...
...
@@ -105,6 +105,7 @@
<File
RelativePath=
"..\..\..\..\src\ctx.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\dealer.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\devpoll.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\dish.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\dist.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\epoll.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\err.cpp"
/>
...
...
@@ -140,6 +141,7 @@
<File
RelativePath=
"..\..\..\..\src\pub.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\pull.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\push.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\radio.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\random.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\raw_decoder.cpp"
/>
<File
RelativePath=
"..\..\..\..\src\raw_encoder.cpp"
/>
...
...
@@ -182,6 +184,7 @@
<File
RelativePath=
"..\..\..\..\src\ctx.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\decoder.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\devpoll.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\dish.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\dist.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\encoder.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\epoll.hpp"
/>
...
...
@@ -225,6 +228,7 @@
<File
RelativePath=
"..\..\..\..\src\pub.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\pull.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\push.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\radio.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\random.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\raw_decoder.hpp"
/>
<File
RelativePath=
"..\..\..\..\src\raw_encoder.hpp"
/>
...
...
builds/msvc/vs2010/libzmq/libzmq.vcxproj
View file @
a2b9d826
...
...
@@ -84,6 +84,7 @@
<ClInclude
Include=
"..\..\..\..\src\decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\decoder_allocators.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\devpoll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\dish.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\dist.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\encoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\epoll.hpp"
/>
...
...
@@ -129,6 +130,7 @@
<ClInclude
Include=
"..\..\..\..\src\pub.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\pull.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\push.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\radio.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\random.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\raw_decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\raw_encoder.hpp"
/>
...
...
@@ -172,6 +174,7 @@
<ClCompile
Include=
"..\..\..\..\src\dealer.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\decoder_allocators.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\devpoll.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\dish.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\dist.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\epoll.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\err.cpp"
/>
...
...
@@ -211,6 +214,7 @@
<ClCompile
Include=
"..\..\..\..\src\pub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\pull.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\push.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\radio.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\random.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\raw_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\raw_encoder.cpp"
/>
...
...
builds/msvc/vs2012/libzmq/libzmq.vcxproj
View file @
a2b9d826
...
...
@@ -84,6 +84,7 @@
<ClInclude
Include=
"..\..\..\..\src\decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\decoder_allocators.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\devpoll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\dish.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\dist.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\encoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\epoll.hpp"
/>
...
...
@@ -129,6 +130,7 @@
<ClInclude
Include=
"..\..\..\..\src\pub.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\pull.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\push.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\radio.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\random.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\raw_decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\raw_encoder.hpp"
/>
...
...
@@ -172,6 +174,7 @@
<ClCompile
Include=
"..\..\..\..\src\dealer.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\decoder_allocators.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\devpoll.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\dish.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\dist.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\epoll.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\err.cpp"
/>
...
...
@@ -211,6 +214,7 @@
<ClCompile
Include=
"..\..\..\..\src\pub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\pull.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\push.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\radio.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\random.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\raw_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\raw_encoder.cpp"
/>
...
...
builds/msvc/vs2013/libzmq/libzmq.vcxproj
View file @
a2b9d826
...
...
@@ -84,6 +84,7 @@
<ClInclude
Include=
"..\..\..\..\src\decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\decoder_allocators.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\devpoll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\dish.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\dist.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\encoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\epoll.hpp"
/>
...
...
@@ -129,6 +130,7 @@
<ClInclude
Include=
"..\..\..\..\src\pub.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\pull.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\push.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\radio.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\random.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\raw_decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\raw_encoder.hpp"
/>
...
...
@@ -172,6 +174,7 @@
<ClCompile
Include=
"..\..\..\..\src\dealer.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\decoder_allocators.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\devpoll.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\dish.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\dist.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\epoll.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\err.cpp"
/>
...
...
@@ -211,6 +214,7 @@
<ClCompile
Include=
"..\..\..\..\src\pub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\pull.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\push.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\radio.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\random.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\raw_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\raw_encoder.cpp"
/>
...
...
builds/msvc/vs2015/libzmq/libzmq.vcxproj
View file @
a2b9d826
...
...
@@ -84,6 +84,7 @@
<ClInclude
Include=
"..\..\..\..\src\decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\decoder_allocators.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\devpoll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\dish.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\dist.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\encoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\epoll.hpp"
/>
...
...
@@ -129,6 +130,7 @@
<ClInclude
Include=
"..\..\..\..\src\pub.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\pull.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\push.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\radio.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\random.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\raw_decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\raw_encoder.hpp"
/>
...
...
@@ -172,6 +174,7 @@
<ClCompile
Include=
"..\..\..\..\src\dealer.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\decoder_allocators.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\devpoll.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\dish.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\dist.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\epoll.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\err.cpp"
/>
...
...
@@ -211,6 +214,7 @@
<ClCompile
Include=
"..\..\..\..\src\pub.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\pull.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\push.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\radio.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\random.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\raw_decoder.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\raw_encoder.cpp"
/>
...
...
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