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
7b2e37dc
Commit
7b2e37dc
authored
Jul 27, 2015
by
Joe Eli McIlvain
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1490 from evoskuil/master
Problem: VS builds missing files, have warnings.
parents
0917eceb
81aa6f45
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
28 additions
and
4 deletions
+28
-4
libzmq.vcxproj
builds/msvc/vs2010/libzmq/libzmq.vcxproj
+2
-0
libzmq.vcxproj.filters
builds/msvc/vs2010/libzmq/libzmq.vcxproj.filters
+6
-0
libzmq.vcxproj
builds/msvc/vs2012/libzmq/libzmq.vcxproj
+2
-0
libzmq.vcxproj.filters
builds/msvc/vs2012/libzmq/libzmq.vcxproj.filters
+6
-0
libzmq.vcxproj
builds/msvc/vs2013/libzmq/libzmq.vcxproj
+2
-0
libzmq.vcxproj.filters
builds/msvc/vs2013/libzmq/libzmq.vcxproj.filters
+6
-0
decoder_allocators.cpp
src/decoder_allocators.cpp
+1
-1
err.cpp
src/err.cpp
+3
-3
No files found.
builds/msvc/vs2010/libzmq/libzmq.vcxproj
View file @
7b2e37dc
...
...
@@ -82,6 +82,7 @@
<ClInclude
Include=
"..\..\..\..\src\curve_client.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\curve_server.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\decoder_allocators.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\devpoll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\dist.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\encoder.hpp"
/>
...
...
@@ -168,6 +169,7 @@
<ClCompile
Include=
"..\..\..\..\src\curve_client.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\curve_server.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\dealer.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\decoder_allocators.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\devpoll.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\dist.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\epoll.cpp"
/>
...
...
builds/msvc/vs2010/libzmq/libzmq.vcxproj.filters
View file @
7b2e37dc
...
...
@@ -235,6 +235,9 @@
<ClCompile
Include=
"..\..\..\..\src\mailbox_safe.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\decoder_allocators.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
>
...
...
@@ -513,6 +516,9 @@
<ClInclude
Include=
"..\..\..\..\src\condition_variable.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\..\src\decoder_allocators.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter
Include=
"include"
>
...
...
builds/msvc/vs2012/libzmq/libzmq.vcxproj
View file @
7b2e37dc
...
...
@@ -82,6 +82,7 @@
<ClInclude
Include=
"..\..\..\..\src\curve_client.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\curve_server.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\decoder_allocators.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\devpoll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\dist.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\encoder.hpp"
/>
...
...
@@ -168,6 +169,7 @@
<ClCompile
Include=
"..\..\..\..\src\curve_client.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\curve_server.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\dealer.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\decoder_allocators.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\devpoll.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\dist.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\epoll.cpp"
/>
...
...
builds/msvc/vs2012/libzmq/libzmq.vcxproj.filters
View file @
7b2e37dc
...
...
@@ -235,6 +235,9 @@
<ClCompile
Include=
"..\..\..\..\src\mailbox_safe.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\decoder_allocators.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
>
...
...
@@ -513,6 +516,9 @@
<ClInclude
Include=
"..\..\..\..\src\condition_variable.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\..\src\decoder_allocators.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter
Include=
"include"
>
...
...
builds/msvc/vs2013/libzmq/libzmq.vcxproj
View file @
7b2e37dc
...
...
@@ -82,6 +82,7 @@
<ClInclude
Include=
"..\..\..\..\src\curve_client.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\curve_server.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\decoder.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\decoder_allocators.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\devpoll.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\dist.hpp"
/>
<ClInclude
Include=
"..\..\..\..\src\encoder.hpp"
/>
...
...
@@ -168,6 +169,7 @@
<ClCompile
Include=
"..\..\..\..\src\curve_client.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\curve_server.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\dealer.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\decoder_allocators.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\devpoll.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\dist.cpp"
/>
<ClCompile
Include=
"..\..\..\..\src\epoll.cpp"
/>
...
...
builds/msvc/vs2013/libzmq/libzmq.vcxproj.filters
View file @
7b2e37dc
...
...
@@ -235,6 +235,9 @@
<ClCompile
Include=
"..\..\..\..\src\mailbox_safe.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
<ClCompile
Include=
"..\..\..\..\src\decoder_allocators.cpp"
>
<Filter>
src
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\..\..\include\zmq_utils.h"
>
...
...
@@ -513,6 +516,9 @@
<ClInclude
Include=
"..\..\..\..\src\condition_variable.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
<ClInclude
Include=
"..\..\..\..\src\decoder_allocators.hpp"
>
<Filter>
src\include
</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter
Include=
"include"
>
...
...
src/decoder_allocators.cpp
View file @
7b2e37dc
...
...
@@ -38,7 +38,7 @@ zmq::shared_message_memory_allocator::shared_message_memory_allocator (std::size
bufsize
(
0
),
max_size
(
bufsize_
),
msg_refcnt
(
NULL
),
maxCounters
(
st
d
::
ceil
(
static_cast
<
double
>
(
max_size
)
/
static_cast
<
double
>
(
msg_t
::
max_vsm_size
)))
maxCounters
(
st
atic_cast
<
size_t
>
(
std
::
ceil
(
static_cast
<
double
>
(
max_size
)
/
static_cast
<
double
>
(
msg_t
::
max_vsm_size
)
)))
{
}
...
...
src/err.cpp
View file @
7b2e37dc
...
...
@@ -212,13 +212,13 @@ void zmq::win_error (char *buffer_, size_t buffer_size_)
{
DWORD
errcode
=
GetLastError
();
#if defined _WIN32_WCE
DWORD
rc
=
FormatMessage
(
FORMAT_MESSAGE_FROM_SYSTEM
|
DWORD
rc
=
FormatMessage
W
(
FORMAT_MESSAGE_FROM_SYSTEM
|
FORMAT_MESSAGE_IGNORE_INSERTS
,
NULL
,
errcode
,
MAKELANGID
(
LANG_NEUTRAL
,
SUBLANG_DEFAULT
),
(
LPWSTR
)
buffer_
,
buffer_size_
/
sizeof
(
wchar_t
),
NULL
);
SUBLANG_DEFAULT
),
(
LPWSTR
)
buffer_
,
buffer_size_
/
sizeof
(
wchar_t
),
NULL
);
#else
DWORD
rc
=
FormatMessageA
(
FORMAT_MESSAGE_FROM_SYSTEM
|
FORMAT_MESSAGE_IGNORE_INSERTS
,
NULL
,
errcode
,
MAKELANGID
(
LANG_NEUTRAL
,
SUBLANG_DEFAULT
),
buffer_
,
(
DWORD
)
buffer_size_
,
NULL
);
SUBLANG_DEFAULT
),
buffer_
,
(
DWORD
)
buffer_size_
,
NULL
);
#endif
zmq_assert
(
rc
);
}
...
...
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