code
stringlengths
0
56.1M
repo_name
stringclasses
515 values
path
stringlengths
2
147
language
stringclasses
447 values
license
stringclasses
7 values
size
int64
0
56.8M
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ Library Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- User Interface --> <ItemGroup Label="BuildOptionsExtension"> <PropertyPageSchema Include="$(MSBuildThisFileDirectory)$(ProjectName).xml" /> </ItemGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <EnablePREfast>false</EnablePREfast> <PrecompiledHeader>Use</PrecompiledHeader> <PrecompiledHeaderFile>precompiled.hpp</PrecompiledHeaderFile> <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;FD_SETSIZE=16384;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-sodium)' == 'true'">ZMQ_USE_LIBSODIUM;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-sodium)' == 'true'">ZMQ_HAVE_CURVE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-openpgm)' == 'true'">ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-gssapi)' == 'true'">HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-draftapi)' == 'true'">ZMQ_BUILD_DRAFT_API;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-usepoll)' == 'true'">ZMQ_USE_POLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-usepoll)' != 'true'">ZMQ_USE_SELECT;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(ConfigurationType)' == 'StaticLibrary'">ZMQ_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(ConfigurationType)' == 'DynamicLibrary'">DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Ws2_32.lib;Rpcrt4.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> <Lib Condition="'$(ConfigurationType)'=='StaticLibrary'"> <AdditionalOptions>/ignore:4221 %(AdditionalOptions)</AdditionalOptions> </Lib> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="OptionInfo" BeforeTargets="PrepareForBuild"> <Message Text="Option-sodium : $(Option-sodium)" Importance="high"/> <Message Text="Option-openpgm : $(Option-openpgm)" Importance="high"/> <Message Text="Option-gssapi : $(Option-gssapi)" Importance="high"/> <Message Text="Option-draftapi : $(Option-draftapi)" Importance="high"/> <Message Text="Option-usepoll : $(Option-usepoll)" Importance="high"/> </Target> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(Option-sodium)' == 'true'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2013/libzmq/libzmq.props
props
gpl-3.0
4,179
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{641C5F36-32EE-4323-B740-992B651CF9D6}</ProjectGuid> <ProjectName>libzmq</ProjectName> <PlatformToolset>v120</PlatformToolset> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDLL|Win32"> <Configuration>DebugDLL</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDLL|Win32"> <Configuration>ReleaseDLL</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDLL|x64"> <Configuration>DebugDLL</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDLL|x64"> <Configuration>ReleaseDLL</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLTCG|Win32"> <Configuration>DebugLTCG</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLTCG|Win32"> <Configuration>ReleaseLTCG</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLTCG|x64"> <Configuration>DebugLTCG</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLTCG|x64"> <Configuration>ReleaseLTCG</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLIB|Win32"> <Configuration>DebugLIB</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLIB|Win32"> <Configuration>ReleaseLIB</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLIB|x64"> <Configuration>DebugLIB</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLIB|x64"> <Configuration>ReleaseLIB</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Configuration"> <ConfigurationType Condition="$(Configuration.IndexOf('DLL')) == -1">StaticLibrary</ConfigurationType> <ConfigurationType Condition="$(Configuration.IndexOf('DLL')) != -1">DynamicLibrary</ConfigurationType> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> <ClInclude Include="..\..\resource.h" /> <ClInclude Include="..\..\..\..\include\zmq.h" /> <ClInclude Include="..\..\..\..\src\zmq_draft.h" /> <ClInclude Include="..\..\..\..\src\address.hpp" /> <ClInclude Include="..\..\..\..\src\array.hpp" /> <ClInclude Include="..\..\..\..\src\atomic_counter.hpp" /> <ClInclude Include="..\..\..\..\src\atomic_ptr.hpp" /> <ClInclude Include="..\..\..\..\src\blob.hpp" /> <ClInclude Include="..\..\..\..\src\client.hpp" /> <ClInclude Include="..\..\..\..\src\clock.hpp" /> <ClInclude Include="..\..\..\..\src\command.hpp" /> <ClInclude Include="..\..\..\..\src\condition_variable.hpp" /> <ClInclude Include="..\..\..\..\src\config.hpp" /> <ClInclude Include="..\..\..\..\src\ctx.hpp" /> <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\dgram.hpp" /> <ClInclude Include="..\..\..\..\src\dish.hpp" /> <ClInclude Include="..\..\..\..\src\dist.hpp" /> <ClInclude Include="..\..\..\..\src\encoder.hpp" /> <ClInclude Include="..\..\..\..\src\epoll.hpp" /> <ClInclude Include="..\..\..\..\src\err.hpp" /> <ClInclude Include="..\..\..\..\src\fd.hpp" /> <ClInclude Include="..\..\..\..\src\fq.hpp" /> <ClInclude Include="..\..\..\..\src\gather.hpp" /> <ClInclude Include="..\..\..\..\src\gssapi_client.hpp" /> <ClInclude Include="..\..\..\..\src\gssapi_mechanism_base.hpp" /> <ClInclude Include="..\..\..\..\src\gssapi_server.hpp" /> <ClInclude Include="..\..\..\..\src\i_engine.hpp" /> <ClInclude Include="..\..\..\..\src\i_poll_events.hpp" /> <ClInclude Include="..\..\..\..\src\io_object.hpp" /> <ClInclude Include="..\..\..\..\src\io_thread.hpp" /> <ClInclude Include="..\..\..\..\src\ip.hpp" /> <ClInclude Include="..\..\..\..\src\ipc_address.hpp" /> <ClInclude Include="..\..\..\..\src\ipc_connecter.hpp" /> <ClInclude Include="..\..\..\..\src\ipc_listener.hpp" /> <ClInclude Include="..\..\..\..\src\kqueue.hpp" /> <ClInclude Include="..\..\..\..\src\lb.hpp" /> <ClInclude Include="..\..\..\..\src\likely.hpp" /> <ClInclude Include="..\..\..\..\src\mailbox.hpp" /> <ClInclude Include="..\..\..\..\src\mailbox_safe.hpp" /> <ClInclude Include="..\..\..\..\src\msg.hpp" /> <ClInclude Include="..\..\..\..\src\mtrie.hpp" /> <ClInclude Include="..\..\..\..\src\mutex.hpp" /> <ClInclude Include="..\..\..\..\src\object.hpp" /> <ClInclude Include="..\..\..\..\src\options.hpp" /> <ClInclude Include="..\..\..\..\src\own.hpp" /> <ClInclude Include="..\..\..\..\src\pair.hpp" /> <ClInclude Include="..\..\..\..\src\pgm_receiver.hpp" /> <ClInclude Include="..\..\..\..\src\pgm_sender.hpp" /> <ClInclude Include="..\..\..\..\src\pgm_socket.hpp" /> <ClInclude Include="..\..\..\..\src\pipe.hpp" /> <ClInclude Include="..\..\..\..\src\server.hpp" /> <ClInclude Include="..\..\..\..\src\socks.hpp" /> <ClInclude Include="..\..\..\..\src\socks_connecter.hpp" /> <ClInclude Include="..\..\..\..\src\poll.hpp" /> <ClInclude Include="..\..\..\..\src\poller.hpp" /> <ClInclude Include="..\..\..\..\src\poller_base.hpp" /> <ClInclude Include="..\..\..\..\src\precompiled.hpp" /> <ClInclude Include="..\..\..\..\src\proxy.hpp" /> <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" /> <ClInclude Include="..\..\..\..\src\reaper.hpp" /> <ClInclude Include="..\..\..\..\src\rep.hpp" /> <ClInclude Include="..\..\..\..\src\req.hpp" /> <ClInclude Include="..\..\..\..\src\scatter.hpp" /> <ClInclude Include="..\..\..\..\src\select.hpp" /> <ClInclude Include="..\..\..\..\src\session_base.hpp" /> <ClInclude Include="..\..\..\..\src\signaler.hpp" /> <ClInclude Include="..\..\..\..\src\socket_base.hpp" /> <ClInclude Include="..\..\..\..\src\stdint.hpp" /> <ClInclude Include="..\..\..\..\src\stream_engine.hpp" /> <ClInclude Include="..\..\..\..\src\sub.hpp" /> <ClInclude Include="..\..\..\..\src\tcp.hpp" /> <ClInclude Include="..\..\..\..\src\tcp_address.hpp" /> <ClInclude Include="..\..\..\..\src\tcp_connecter.hpp" /> <ClInclude Include="..\..\..\..\src\tcp_listener.hpp" /> <ClInclude Include="..\..\..\..\src\timers.hpp" /> <ClInclude Include="..\..\..\..\src\thread.hpp" /> <ClInclude Include="..\..\..\..\src\trie.hpp" /> <ClInclude Include="..\..\..\..\src\udp_address.hpp" /> <ClInclude Include="..\..\..\..\src\udp_engine.hpp" /> <ClInclude Include="..\..\..\..\src\v1_decoder.hpp" /> <ClInclude Include="..\..\..\..\src\v1_encoder.hpp" /> <ClInclude Include="..\..\..\..\src\v1_protocol.hpp" /> <ClInclude Include="..\..\..\..\src\windows.hpp" /> <ClInclude Include="..\..\..\..\src\wire.hpp" /> <ClInclude Include="..\..\..\..\src\xpub.hpp" /> <ClInclude Include="..\..\..\..\src\xrep.hpp" /> <ClInclude Include="..\..\..\..\src\xreq.hpp" /> <ClInclude Include="..\..\..\..\src\xsub.hpp" /> <ClInclude Include="..\..\..\..\src\ypipe.hpp" /> <ClInclude Include="..\..\..\..\src\yqueue.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\src\address.cpp" /> <ClCompile Include="..\..\..\..\src\client.cpp" /> <ClCompile Include="..\..\..\..\src\clock.cpp" /> <ClCompile Include="..\..\..\..\src\ctx.cpp" /> <ClCompile Include="..\..\..\..\src\curve_client.cpp" /> <ClCompile Include="..\..\..\..\src\curve_mechanism_base.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\dgram.cpp" /> <ClCompile Include="..\..\..\..\src\dish.cpp" /> <ClCompile Include="..\..\..\..\src\dist.cpp" /> <ClCompile Include="..\..\..\..\src\epoll.cpp" /> <ClCompile Include="..\..\..\..\src\err.cpp" /> <ClCompile Include="..\..\..\..\src\fq.cpp" /> <ClCompile Include="..\..\..\..\src\gather.cpp" /> <ClCompile Include="..\..\..\..\src\gssapi_client.cpp" /> <ClCompile Include="..\..\..\..\src\gssapi_mechanism_base.cpp" /> <ClCompile Include="..\..\..\..\src\gssapi_server.cpp" /> <ClCompile Include="..\..\..\..\src\io_object.cpp" /> <ClCompile Include="..\..\..\..\src\io_thread.cpp" /> <ClCompile Include="..\..\..\..\src\ip.cpp" /> <ClCompile Include="..\..\..\..\src\ipc_address.cpp" /> <ClCompile Include="..\..\..\..\src\ipc_connecter.cpp" /> <ClCompile Include="..\..\..\..\src\ipc_listener.cpp" /> <ClCompile Include="..\..\..\..\src\kqueue.cpp" /> <ClCompile Include="..\..\..\..\src\lb.cpp" /> <ClCompile Include="..\..\..\..\src\mailbox.cpp" /> <ClCompile Include="..\..\..\..\src\mailbox_safe.cpp" /> <ClCompile Include="..\..\..\..\src\mechanism.cpp" /> <ClCompile Include="..\..\..\..\src\mechanism_base.cpp" /> <ClCompile Include="..\..\..\..\src\metadata.cpp" /> <ClCompile Include="..\..\..\..\src\msg.cpp" /> <ClCompile Include="..\..\..\..\src\mtrie.cpp" /> <ClCompile Include="..\..\..\..\src\null_mechanism.cpp" /> <ClCompile Include="..\..\..\..\src\object.cpp" /> <ClCompile Include="..\..\..\..\src\options.cpp" /> <ClCompile Include="..\..\..\..\src\own.cpp" /> <ClCompile Include="..\..\..\..\src\pair.cpp" /> <ClCompile Include="..\..\..\..\src\pgm_receiver.cpp" /> <ClCompile Include="..\..\..\..\src\pgm_sender.cpp" /> <ClCompile Include="..\..\..\..\src\pgm_socket.cpp" /> <ClCompile Include="..\..\..\..\src\pipe.cpp" /> <ClCompile Include="..\..\..\..\src\plain_client.cpp" /> <ClCompile Include="..\..\..\..\src\plain_server.cpp" /> <ClCompile Include="..\..\..\..\src\poll.cpp" /> <ClCompile Include="..\..\..\..\src\poller_base.cpp" /> <ClCompile Include="..\..\..\..\src\precompiled.cpp"> <PrecompiledHeader>Create</PrecompiledHeader> </ClCompile> <ClCompile Include="..\..\..\..\src\proxy.cpp" /> <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" /> <ClCompile Include="..\..\..\..\src\reaper.cpp" /> <ClCompile Include="..\..\..\..\src\rep.cpp" /> <ClCompile Include="..\..\..\..\src\req.cpp" /> <ClCompile Include="..\..\..\..\src\router.cpp" /> <ClCompile Include="..\..\..\..\src\scatter.cpp" /> <ClCompile Include="..\..\..\..\src\select.cpp" /> <ClCompile Include="..\..\..\..\src\server.cpp" /> <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" /> <ClCompile Include="..\..\..\..\src\stream_engine.cpp" /> <ClCompile Include="..\..\..\..\src\sub.cpp" /> <ClCompile Include="..\..\..\..\src\tcp.cpp" /> <ClCompile Include="..\..\..\..\src\tcp_address.cpp" /> <ClCompile Include="..\..\..\..\src\tcp_connecter.cpp" /> <ClCompile Include="..\..\..\..\src\tcp_listener.cpp" /> <ClCompile Include="..\..\..\..\src\thread.cpp" /> <ClCompile Include="..\..\..\..\src\timers.cpp" /> <ClCompile Include="..\..\..\..\src\trie.cpp" /> <ClCompile Include="..\..\..\..\src\udp_address.cpp" /> <ClCompile Include="..\..\..\..\src\udp_engine.cpp" /> <ClCompile Include="..\..\..\..\src\v1_decoder.cpp" /> <ClCompile Include="..\..\..\..\src\v1_encoder.cpp" /> <ClCompile Include="..\..\..\..\src\v2_decoder.cpp" /> <ClCompile Include="..\..\..\..\src\v2_encoder.cpp" /> <ClCompile Include="..\..\..\..\src\xpub.cpp" /> <ClCompile Include="..\..\..\..\src\xsub.cpp" /> <ClCompile Include="..\..\..\..\src\zap_client.cpp" /> <ClCompile Include="..\..\..\..\src\zmq.cpp" /> <ClCompile Include="..\..\..\..\src\zmq_utils.cpp" /> </ItemGroup> <ItemGroup> <None Include="..\..\..\..\packaging\nuget\package.bat" /> <None Include="..\..\..\..\packaging\nuget\package.config" /> <None Include="..\..\..\..\packaging\nuget\package.gsl" /> <None Include="..\..\..\..\packaging\nuget\package.nuspec" /> <None Include="..\..\..\..\packaging\nuget\package.targets" /> </ItemGroup> <ItemGroup> <Xml Include="..\..\..\..\packaging\nuget\package.xml" /> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\..\resource.rc" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2013/libzmq/libzmq.vcxproj
vcxproj
gpl-3.0
14,930
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <ClCompile Include="..\..\..\..\src\address.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\clock.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\ctx.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\dealer.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\devpoll.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\dgram.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\dist.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\epoll.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\err.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\fq.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\io_object.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\io_thread.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\ip.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\ipc_address.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\ipc_connecter.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\ipc_listener.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\kqueue.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\lb.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\mailbox.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\mechanism.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\metadata.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\msg.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\mtrie.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\null_mechanism.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\object.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\options.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\own.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pair.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pgm_receiver.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pgm_sender.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pgm_socket.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pipe.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\plain_client.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\plain_server.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\poll.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\poller_base.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\proxy.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pub.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pull.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\push.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\random.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\raw_decoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\raw_encoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\reaper.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\rep.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\req.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\router.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\scatter.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\select.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\session_base.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\signaler.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\socket_base.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\stream.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\stream_engine.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\sub.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\tcp.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\tcp_address.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\tcp_connecter.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\tcp_listener.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\thread.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\trie.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\v1_decoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\v1_encoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\v2_decoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\v2_encoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\xpub.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\xsub.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\zmq.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\zmq_utils.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\precompiled.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\curve_client.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\curve_server.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\gather.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\gssapi_mechanism_base.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\gssapi_server.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\gssapi_client.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\socks.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\socks_connecter.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\server.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\client.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\mailbox_safe.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\decoder_allocators.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\socket_poller.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\udp_address.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\udp_engine.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\dish.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\radio.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\timers.cpp"> <Filter>src</Filter> </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\..\..\include\zmq.h"> <Filter>include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\address.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\array.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\atomic_counter.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\atomic_ptr.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\blob.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\clock.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\command.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\config.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ctx.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\devpoll.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\dgram.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\dist.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\encoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\epoll.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\err.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\fd.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\fq.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\i_engine.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\i_poll_events.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\io_object.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\io_thread.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ip.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ipc_address.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ipc_connecter.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ipc_listener.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\kqueue.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\lb.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\decoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\likely.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\mailbox.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\msg.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\mtrie.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\mutex.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\object.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\options.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\own.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pair.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pgm_receiver.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\yqueue.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ypipe.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\xsub.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\xreq.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\xrep.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\xpub.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\wire.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\windows.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\v1_encoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\v1_protocol.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\v1_decoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\trie.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\thread.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\tcp_listener.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\tcp_connecter.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\tcp_address.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\tcp.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\sub.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\stream_engine.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\stdint.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\socket_base.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\signaler.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\session_base.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\scatter.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\select.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\req.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\rep.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\reaper.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\raw_encoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\raw_decoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\random.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\push.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pull.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pub.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\proxy.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\precompiled.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\poller_base.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\poller.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\poll.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\platform.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pipe.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pgm_socket.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pgm_sender.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\resource.h"> <Filter>resource</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\curve_client.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\curve_server.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\gather.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\gssapi_mechanism_base.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\gssapi_server.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\gssapi_client.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\socks.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\socks_connecter.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\server.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\client.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\mailbox_safe.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\condition_variable.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\decoder_allocators.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\udp_address.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\udp_engine.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\dish.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\radio.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\timers.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\zmq_draft.h"> <Filter>src\include</Filter> </ClInclude> </ItemGroup> <ItemGroup> <Filter Include="include"> <UniqueIdentifier>{f7e88c6c-e408-4631-959c-fe3568656d70}</UniqueIdentifier> </Filter> <Filter Include="src"> <UniqueIdentifier>{35f0c644-e1d8-4a46-bb33-06bb8b645fff}</UniqueIdentifier> </Filter> <Filter Include="src\include"> <UniqueIdentifier>{90853975-3420-4f06-8be4-4ab3d9792160}</UniqueIdentifier> </Filter> <Filter Include="packaging"> <UniqueIdentifier>{f5e26e9d-c33d-45c1-95e4-0732acd28b59}</UniqueIdentifier> </Filter> <Filter Include="resource"> <UniqueIdentifier>{e66010e4-a9ea-4e2e-8bc6-12fec14bb009}</UniqueIdentifier> </Filter> </ItemGroup> <ItemGroup> <None Include="..\..\..\..\packaging\nuget\package.bat"> <Filter>packaging</Filter> </None> <None Include="..\..\..\..\packaging\nuget\package.config"> <Filter>packaging</Filter> </None> <None Include="..\..\..\..\packaging\nuget\package.gsl"> <Filter>packaging</Filter> </None> <None Include="..\..\..\..\packaging\nuget\package.targets"> <Filter>packaging</Filter> </None> <None Include="..\..\..\..\packaging\nuget\package.nuspec"> <Filter>packaging</Filter> </None> </ItemGroup> <ItemGroup> <Xml Include="..\..\..\..\packaging\nuget\package.xml"> <Filter>packaging</Filter> </Xml> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\..\resource.rc"> <Filter>resource</Filter> </ResourceCompile> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2013/libzmq/libzmq.vcxproj.filters
filters
gpl-3.0
21,231
<?xml version="1.0" encoding="utf-8"?> <ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework"> <Rule Name="libzmq-uiextension" PageTemplate="tool" DisplayName="ZMQ Options" SwitchPrefix="/" Order="1"> <Rule.Categories> <Category Name="sodium" DisplayName="sodium" /> <Category Name="openpgm" DisplayName="openpgm" /> <Category Name="gssapi" DisplayName="gssapi" /> <Category Name="draftapi" DisplayName="draftapi" /> <Category Name="usepoll" DisplayName="usepoll" /> </Rule.Categories> <Rule.DataSource> <DataSource Persistence="ProjectFile" ItemType="" /> </Rule.DataSource> <EnumProperty Name="Option-sodium" DisplayName="Enable Sodium" Description="Enable Sodium build option" Category="sodium"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-openpgm" DisplayName="Enable OpenPGM" Description="Enable OpenPGM build option" Category="openpgm"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-gssapi" DisplayName="Enable GSS API" Description="Enable GSS API build option" Category="gssapi"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-draftapi" DisplayName="Enable Draft API" Description="Enable Draft API build option" Category="draftapi"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-usepoll" DisplayName="Enable poll() usage (Vista+ only)" Description="Use poll() instead of select() for waiting on incoming data. Increases performance, but the binary will only run on Windows Vista or later." Category="usepoll"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> </Rule> </ProjectSchemaDefinitions>
sophomore_public/libzmq
builds/deprecated-msvc/vs2013/libzmq/libzmq.xml
XML
gpl-3.0
2,093
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ local_lat Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="..\libzmq.import.props" /> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <Linkage-libzmq>dynamic</Linkage-libzmq> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <Linkage-libzmq>ltcg</Linkage-libzmq> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <Linkage-libzmq>static</Linkage-libzmq> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libzmq : $(Linkage-libzmq)" Importance="high"/> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(HAVE_LIBSODIUM)'=='1'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2013/local_lat/local_lat.props
props
gpl-3.0
1,979
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}</ProjectGuid> <ProjectName>local_lat</ProjectName> <PlatformToolset>v120</PlatformToolset> <ConfigurationType>Application</ConfigurationType> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDEXE|Win32"> <Configuration>DebugDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|Win32"> <Configuration>ReleaseDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDEXE|x64"> <Configuration>DebugDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|x64"> <Configuration>ReleaseDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|Win32"> <Configuration>DebugLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|Win32"> <Configuration>ReleaseLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|x64"> <Configuration>DebugLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|x64"> <Configuration>ReleaseLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|Win32"> <Configuration>DebugSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|Win32"> <Configuration>ReleaseSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|x64"> <Configuration>DebugSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|x64"> <Configuration>ReleaseSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\perf\local_lat.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ItemGroup> <ProjectReference Include="..\libzmq\libzmq.vcxproj"> <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2013/local_lat/local_lat.vcxproj
vcxproj
gpl-3.0
3,272
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ local_thr Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="..\libzmq.import.props" /> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <Linkage-libzmq>dynamic</Linkage-libzmq> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <Linkage-libzmq>ltcg</Linkage-libzmq> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <Linkage-libzmq>static</Linkage-libzmq> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libzmq : $(Linkage-libzmq)" Importance="high"/> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(HAVE_LIBSODIUM)'=='1'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2013/local_thr/local_thr.props
props
gpl-3.0
1,979
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{8EF2DF6B-6646-460F-8032-913B70FE0E94}</ProjectGuid> <ProjectName>local_thr</ProjectName> <PlatformToolset>v120</PlatformToolset> <ConfigurationType>Application</ConfigurationType> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDEXE|Win32"> <Configuration>DebugDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|Win32"> <Configuration>ReleaseDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDEXE|x64"> <Configuration>DebugDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|x64"> <Configuration>ReleaseDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|Win32"> <Configuration>DebugLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|Win32"> <Configuration>ReleaseLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|x64"> <Configuration>DebugLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|x64"> <Configuration>ReleaseLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|Win32"> <Configuration>DebugSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|Win32"> <Configuration>ReleaseSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|x64"> <Configuration>DebugSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|x64"> <Configuration>ReleaseSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\perf\local_thr.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ItemGroup> <ProjectReference Include="..\libzmq\libzmq.vcxproj"> <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2013/local_thr/local_thr.vcxproj
vcxproj
gpl-3.0
3,272
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ remote_lat Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="..\libzmq.import.props" /> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <Linkage-libzmq>dynamic</Linkage-libzmq> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <Linkage-libzmq>ltcg</Linkage-libzmq> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <Linkage-libzmq>static</Linkage-libzmq> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libzmq : $(Linkage-libzmq)" Importance="high"/> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(HAVE_LIBSODIUM)'=='1'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2013/remote_lat/remote_lat.props
props
gpl-3.0
1,980
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}</ProjectGuid> <ProjectName>remote_lat</ProjectName> <PlatformToolset>v120</PlatformToolset> <ConfigurationType>Application</ConfigurationType> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDEXE|Win32"> <Configuration>DebugDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|Win32"> <Configuration>ReleaseDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDEXE|x64"> <Configuration>DebugDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|x64"> <Configuration>ReleaseDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|Win32"> <Configuration>DebugLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|Win32"> <Configuration>ReleaseLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|x64"> <Configuration>DebugLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|x64"> <Configuration>ReleaseLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|Win32"> <Configuration>DebugSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|Win32"> <Configuration>ReleaseSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|x64"> <Configuration>DebugSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|x64"> <Configuration>ReleaseSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\perf\remote_lat.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ItemGroup> <ProjectReference Include="..\libzmq\libzmq.vcxproj"> <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2013/remote_lat/remote_lat.vcxproj
vcxproj
gpl-3.0
3,274
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ remote_thr Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="..\libzmq.import.props" /> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <Linkage-libzmq>dynamic</Linkage-libzmq> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <Linkage-libzmq>ltcg</Linkage-libzmq> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <Linkage-libzmq>static</Linkage-libzmq> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libzmq : $(Linkage-libzmq)" Importance="high"/> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(HAVE_LIBSODIUM)'=='1'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2013/remote_thr/remote_thr.props
props
gpl-3.0
1,982
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{B15E059C-0CBB-4A82-8C42-6567FB650802}</ProjectGuid> <ProjectName>remote_thr</ProjectName> <PlatformToolset>v120</PlatformToolset> <ConfigurationType>Application</ConfigurationType> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDEXE|Win32"> <Configuration>DebugDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|Win32"> <Configuration>ReleaseDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDEXE|x64"> <Configuration>DebugDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|x64"> <Configuration>ReleaseDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|Win32"> <Configuration>DebugLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|Win32"> <Configuration>ReleaseLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|x64"> <Configuration>DebugLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|x64"> <Configuration>ReleaseLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|Win32"> <Configuration>DebugSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|Win32"> <Configuration>ReleaseSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|x64"> <Configuration>DebugSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|x64"> <Configuration>ReleaseSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\perf\remote_thr.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ItemGroup> <ProjectReference Include="..\libzmq\libzmq.vcxproj"> <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2013/remote_thr/remote_thr.vcxproj
vcxproj
gpl-3.0
3,274
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ inproc_lat Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="..\libzmq.import.props" /> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <Linkage-libzmq>dynamic</Linkage-libzmq> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <Linkage-libzmq>ltcg</Linkage-libzmq> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <Linkage-libzmq>static</Linkage-libzmq> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libzmq : $(Linkage-libzmq)" Importance="high"/> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(HAVE_LIBSODIUM)'=='1'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/inproc_lat/inproc_lat.props
props
gpl-3.0
1,981
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}</ProjectGuid> <ProjectName>inproc_lat</ProjectName> <PlatformToolset>v140</PlatformToolset> <ConfigurationType>Application</ConfigurationType> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDEXE|Win32"> <Configuration>DebugDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|Win32"> <Configuration>ReleaseDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDEXE|x64"> <Configuration>DebugDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|x64"> <Configuration>ReleaseDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|Win32"> <Configuration>DebugLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|Win32"> <Configuration>ReleaseLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|x64"> <Configuration>DebugLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|x64"> <Configuration>ReleaseLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|Win32"> <Configuration>DebugSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|Win32"> <Configuration>ReleaseSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|x64"> <Configuration>DebugSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|x64"> <Configuration>ReleaseSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\perf\inproc_lat.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ItemGroup> <ProjectReference Include="..\libzmq\libzmq.vcxproj"> <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/inproc_lat/inproc_lat.vcxproj
vcxproj
gpl-3.0
3,274
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ inproc_thr Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="..\libzmq.import.props" /> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <Linkage-libzmq>dynamic</Linkage-libzmq> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <Linkage-libzmq>ltcg</Linkage-libzmq> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <Linkage-libzmq>static</Linkage-libzmq> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libzmq : $(Linkage-libzmq)" Importance="high"/> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(HAVE_LIBSODIUM)'=='1'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/inproc_thr/inproc_thr.props
props
gpl-3.0
1,980
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{1077E977-95DD-4E73-A692-74647DD0CC1E}</ProjectGuid> <ProjectName>inproc_thr</ProjectName> <PlatformToolset>v140</PlatformToolset> <ConfigurationType>Application</ConfigurationType> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDEXE|Win32"> <Configuration>DebugDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|Win32"> <Configuration>ReleaseDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDEXE|x64"> <Configuration>DebugDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|x64"> <Configuration>ReleaseDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|Win32"> <Configuration>DebugLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|Win32"> <Configuration>ReleaseLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|x64"> <Configuration>DebugLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|x64"> <Configuration>ReleaseLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|Win32"> <Configuration>DebugSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|Win32"> <Configuration>ReleaseSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|x64"> <Configuration>DebugSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|x64"> <Configuration>ReleaseSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\perf\inproc_thr.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ItemGroup> <ProjectReference Include="..\libzmq\libzmq.vcxproj"> <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/inproc_thr/inproc_thr.vcxproj
vcxproj
gpl-3.0
3,274
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <_PropertySheetDisplayName>Libsodium Import Settings</_PropertySheetDisplayName> </PropertyGroup> <!-- User Interface --> <ItemGroup Label="BuildOptionsExtension"> <PropertyPageSchema Include="$(MSBuildThisFileDirectory)libsodium.import.xml" /> </ItemGroup> <!-- Linkage --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\..\..\libsodium\src\libsodium\include;$(ProjectDir)..\..\..\..\..\libsodium\src\libsodium\include\sodium\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions Condition="'$(Linkage-libsodium)' == 'static' Or '$(Linkage-libsodium)' == 'ltcg'">SODIUM_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <AdditionalDependencies Condition="'$(Linkage-libsodium)' != ''">advapi32.lib;libsodium.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalLibraryDirectories Condition="$(Configuration.IndexOf('Debug')) != -1">$(ProjectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\$(Linkage-libsodium)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <AdditionalLibraryDirectories Condition="$(Configuration.IndexOf('Release')) != -1">$(ProjectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Release\$(PlatformToolset)\$(Linkage-libsodium)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> </Link> </ItemDefinitionGroup> <!-- Copy --> <Target Name="Linkage-libsodium-dynamic" AfterTargets="AfterBuild" Condition="'$(Linkage-libsodium)' == 'dynamic'"> <Copy Condition="$(Configuration.IndexOf('Debug')) != -1" SourceFiles="$(ProjectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.dll" DestinationFiles="$(TargetDir)libsodium.dll" SkipUnchangedFiles="true" /> <Copy Condition="$(Configuration.IndexOf('Debug')) != -1" SourceFiles="$(ProjectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.pdb" DestinationFiles="$(TargetDir)libsodium.pdb" SkipUnchangedFiles="true" /> <Copy Condition="$(Configuration.IndexOf('Release')) != -1" SourceFiles="$(ProjectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Release\$(PlatformToolset)\dynamic\libsodium.dll" DestinationFiles="$(TargetDir)libsodium.dll" SkipUnchangedFiles="true" /> </Target> <!-- Messages --> <Target Name="libsodium-info" BeforeTargets="AfterBuild" Condition="'$(Linkage-libsodium)' == 'dynamic'"> <Message Text="Copying libsodium.dll -&gt; $(TargetDir)libsodium.dll" Importance="high"/> <Message Text="Copying libsodium.pdb -&gt; $(TargetDir)libsodium.pdb" Importance="high" Condition="$(Configuration.IndexOf('Debug')) != -1" /> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/libsodium.import.props
props
gpl-3.0
3,046
<?xml version="1.0" encoding="utf-8"?> <ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework"> <Rule Name="libsodium-linkage-uiextension" PageTemplate="tool" DisplayName="Local Dependencies" SwitchPrefix="/" Order="1"> <Rule.Categories> <Category Name="libsodium" DisplayName="libsodium" /> </Rule.Categories> <Rule.DataSource> <DataSource Persistence="ProjectFile" ItemType="" /> </Rule.DataSource> <EnumProperty Name="Linkage-libsodium" DisplayName="Linkage" Description="How libsodium will be linked into the output of this project" Category="libsodium"> <EnumValue Name="" DisplayName="Not linked" /> <EnumValue Name="dynamic" DisplayName="Dynamic (DLL)" /> <EnumValue Name="static" DisplayName="Static (LIB)" /> <EnumValue Name="ltcg" DisplayName="Static using link time compile generation (LTCG)" /> </EnumProperty> </Rule> </ProjectSchemaDefinitions>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/libsodium.import.xml
XML
gpl-3.0
985
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <_PropertySheetDisplayName>ZMQ Import Settings</_PropertySheetDisplayName> </PropertyGroup> <!-- User Interface --> <ItemGroup Label="BuildOptionsExtension"> <PropertyPageSchema Include="$(MSBuildThisFileDirectory)libzmq.import.xml" /> </ItemGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <PreprocessorDefinitions Condition="'$(Option-sodium)' == 'true'">ZMQ_USE_LIBSODIUM;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-openpgm)' == 'true'">ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-gssapi)' == 'true'">HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-draftapi)' == 'true'">ZMQ_BUILD_DRAFT_API;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> </ItemDefinitionGroup> <!-- Linkage --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\..\..\libzmq\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions Condition="'$(Linkage-libzmq)' == 'static' Or '$(Linkage-libzmq)' == 'ltcg'">ZMQ_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <AdditionalDependencies Condition="'$(Linkage-libzmq)' != ''">libzmq.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalLibraryDirectories Condition="$(Configuration.IndexOf('Debug')) != -1">$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\$(PlatformToolset)\$(Linkage-libzmq)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <AdditionalLibraryDirectories Condition="$(Configuration.IndexOf('Release')) != -1">$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\$(PlatformToolset)\$(Linkage-libzmq)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> </Link> </ItemDefinitionGroup> <!-- Copy --> <Target Name="Linkage-libzmq-dynamic" AfterTargets="AfterBuild" Condition="'$(Linkage-libzmq)' == 'dynamic'"> <Copy Condition="$(Configuration.IndexOf('Debug')) != -1" SourceFiles="$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libzmq.dll" DestinationFiles="$(TargetDir)libzmq.dll" SkipUnchangedFiles="true" /> <Copy Condition="$(Configuration.IndexOf('Debug')) != -1" SourceFiles="$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libzmq.pdb" DestinationFiles="$(TargetDir)libzmq.pdb" SkipUnchangedFiles="true" /> <Copy Condition="$(Configuration.IndexOf('Release')) != -1" SourceFiles="$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\$(PlatformToolset)\dynamic\libzmq.dll" DestinationFiles="$(TargetDir)libzmq.dll" SkipUnchangedFiles="true" /> </Target> <!-- Messages --> <Target Name="libzmq-info" BeforeTargets="AfterBuild" Condition="'$(Linkage-libzmq)' == 'dynamic'"> <Message Text="Copying libzmq.dll -&gt; $(TargetDir)libzmq.dll" Importance="high"/> <Message Text="Copying libzmq.pdb -&gt; $(TargetDir)libzmq.pdb" Importance="high" Condition="$(Configuration.IndexOf('Debug')) != -1" /> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/libzmq.import.props
props
gpl-3.0
3,550
<?xml version="1.0" encoding="utf-8"?> <ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework"> <Rule Name="libzmq-options-uiextension" PageTemplate="tool" DisplayName="ZMQ Options" SwitchPrefix="/" Order="1"> <Rule.Categories> <Category Name="sodium" DisplayName="sodium" /> <Category Name="openpgm" DisplayName="openpgm" /> <Category Name="gssapi" DisplayName="gssapi" /> <Category Name="draftapi" DisplayName="draftapi" /> </Rule.Categories> <Rule.DataSource> <DataSource Persistence="ProjectFile" ItemType="" /> </Rule.DataSource> <EnumProperty Name="Option-sodium" DisplayName="Enable Sodium" Description="Enable the Sodium build option" Category="sodium"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-openpgm" DisplayName="Enable OpenPGM" Description="Enable the OpenPGM build option" Category="openpgm"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-gssapi" DisplayName="Enable GSS API" Description="Enable the GSS API build option" Category="gssapi"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-draftapi" DisplayName="Enable Draft API" Description="Enable Draft API build option" Category="draftapi"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> </Rule> <Rule Name="libzmq-linkage-uiextension" PageTemplate="tool" DisplayName="Local Dependencies" SwitchPrefix="/" Order="1"> <Rule.Categories> <Category Name="libzmq" DisplayName="libzmq" /> </Rule.Categories> <Rule.DataSource> <DataSource Persistence="ProjectFile" ItemType="" /> </Rule.DataSource> <EnumProperty Name="Linkage-libzmq" DisplayName="Linkage" Description="How libzmq will be linked into the output of this project" Category="libzmq"> <EnumValue Name="" DisplayName="Not linked" /> <EnumValue Name="dynamic" DisplayName="Dynamic (DLL)" /> <EnumValue Name="static" DisplayName="Static (LIB)" /> <EnumValue Name="ltcg" DisplayName="Static using link time compile generation (LTCG)" /> </EnumProperty> </Rule> </ProjectSchemaDefinitions>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/libzmq.import.xml
XML
gpl-3.0
2,461
 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.23107.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libzmq", "libzmq\libzmq.vcxproj", "{641C5F36-32EE-4323-B740-992B651CF9D6}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "inproc_thr", "inproc_thr\inproc_thr.vcxproj", "{1077E977-95DD-4E73-A692-74647DD0CC1E}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "inproc_lat", "inproc_lat\inproc_lat.vcxproj", "{6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote_thr", "remote_thr\remote_thr.vcxproj", "{B15E059C-0CBB-4A82-8C42-6567FB650802}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote_lat", "remote_lat\remote_lat.vcxproj", "{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "local_thr", "local_thr\local_thr.vcxproj", "{8EF2DF6B-6646-460F-8032-913B70FE0E94}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "local_lat", "local_lat\local_lat.vcxproj", "{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution DynDebug|Win32 = DynDebug|Win32 DynDebug|x64 = DynDebug|x64 DynRelease|Win32 = DynRelease|Win32 DynRelease|x64 = DynRelease|x64 LtcgDebug|Win32 = LtcgDebug|Win32 LtcgDebug|x64 = LtcgDebug|x64 LtcgRelease|Win32 = LtcgRelease|Win32 LtcgRelease|x64 = LtcgRelease|x64 StaticDebug|Win32 = StaticDebug|Win32 StaticDebug|x64 = StaticDebug|x64 StaticRelease|Win32 = StaticRelease|Win32 StaticRelease|x64 = StaticRelease|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {641C5F36-32EE-4323-B740-992B651CF9D6}.DynDebug|Win32.ActiveCfg = DebugDLL|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.DynDebug|Win32.Build.0 = DebugDLL|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.DynDebug|x64.ActiveCfg = DebugDLL|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.DynDebug|x64.Build.0 = DebugDLL|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.DynRelease|Win32.ActiveCfg = ReleaseDLL|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.DynRelease|Win32.Build.0 = ReleaseDLL|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.DynRelease|x64.ActiveCfg = ReleaseDLL|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.DynRelease|x64.Build.0 = ReleaseDLL|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.LtcgDebug|Win32.ActiveCfg = DebugLTCG|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.LtcgDebug|Win32.Build.0 = DebugLTCG|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.LtcgDebug|x64.ActiveCfg = DebugLTCG|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.LtcgDebug|x64.Build.0 = DebugLTCG|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.LtcgRelease|Win32.ActiveCfg = ReleaseLTCG|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.LtcgRelease|Win32.Build.0 = ReleaseLTCG|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.LtcgRelease|x64.ActiveCfg = ReleaseLTCG|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.LtcgRelease|x64.Build.0 = ReleaseLTCG|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.StaticDebug|Win32.ActiveCfg = DebugLIB|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.StaticDebug|Win32.Build.0 = DebugLIB|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.StaticDebug|x64.ActiveCfg = DebugLIB|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.StaticDebug|x64.Build.0 = DebugLIB|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.StaticRelease|Win32.ActiveCfg = ReleaseLIB|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.StaticRelease|Win32.Build.0 = ReleaseLIB|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.StaticRelease|x64.ActiveCfg = ReleaseLIB|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.StaticRelease|x64.Build.0 = ReleaseLIB|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.DynDebug|Win32.ActiveCfg = DebugDEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.DynDebug|Win32.Build.0 = DebugDEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.DynDebug|x64.ActiveCfg = DebugDEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.DynDebug|x64.Build.0 = DebugDEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.DynRelease|Win32.ActiveCfg = ReleaseDEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.DynRelease|Win32.Build.0 = ReleaseDEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.DynRelease|x64.ActiveCfg = ReleaseDEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.DynRelease|x64.Build.0 = ReleaseDEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.LtcgDebug|Win32.ActiveCfg = DebugLEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.LtcgDebug|Win32.Build.0 = DebugLEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.LtcgDebug|x64.ActiveCfg = DebugLEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.LtcgDebug|x64.Build.0 = DebugLEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.LtcgRelease|Win32.ActiveCfg = ReleaseLEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.LtcgRelease|Win32.Build.0 = ReleaseLEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.LtcgRelease|x64.ActiveCfg = ReleaseLEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.LtcgRelease|x64.Build.0 = ReleaseLEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.StaticDebug|Win32.ActiveCfg = DebugSEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.StaticDebug|Win32.Build.0 = DebugSEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.StaticDebug|x64.ActiveCfg = DebugSEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.StaticDebug|x64.Build.0 = DebugSEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.StaticRelease|Win32.ActiveCfg = ReleaseSEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.StaticRelease|Win32.Build.0 = ReleaseSEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.StaticRelease|x64.ActiveCfg = ReleaseSEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.StaticRelease|x64.Build.0 = ReleaseSEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.DynDebug|Win32.ActiveCfg = DebugDEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.DynDebug|Win32.Build.0 = DebugDEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.DynDebug|x64.ActiveCfg = DebugDEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.DynDebug|x64.Build.0 = DebugDEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.DynRelease|Win32.ActiveCfg = ReleaseDEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.DynRelease|Win32.Build.0 = ReleaseDEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.DynRelease|x64.ActiveCfg = ReleaseDEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.DynRelease|x64.Build.0 = ReleaseDEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.LtcgDebug|Win32.ActiveCfg = DebugLEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.LtcgDebug|Win32.Build.0 = DebugLEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.LtcgDebug|x64.ActiveCfg = DebugLEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.LtcgDebug|x64.Build.0 = DebugLEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.LtcgRelease|Win32.ActiveCfg = ReleaseLEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.LtcgRelease|Win32.Build.0 = ReleaseLEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.LtcgRelease|x64.ActiveCfg = ReleaseLEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.LtcgRelease|x64.Build.0 = ReleaseLEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.StaticDebug|Win32.ActiveCfg = DebugSEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.StaticDebug|Win32.Build.0 = DebugSEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.StaticDebug|x64.ActiveCfg = DebugSEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.StaticDebug|x64.Build.0 = DebugSEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.StaticRelease|Win32.ActiveCfg = ReleaseSEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.StaticRelease|Win32.Build.0 = ReleaseSEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.StaticRelease|x64.ActiveCfg = ReleaseSEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.StaticRelease|x64.Build.0 = ReleaseSEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.DynDebug|Win32.ActiveCfg = DebugDEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.DynDebug|Win32.Build.0 = DebugDEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.DynDebug|x64.ActiveCfg = DebugDEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.DynDebug|x64.Build.0 = DebugDEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.DynRelease|Win32.ActiveCfg = ReleaseDEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.DynRelease|Win32.Build.0 = ReleaseDEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.DynRelease|x64.ActiveCfg = ReleaseDEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.DynRelease|x64.Build.0 = ReleaseDEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.LtcgDebug|Win32.ActiveCfg = DebugLEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.LtcgDebug|Win32.Build.0 = DebugLEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.LtcgDebug|x64.ActiveCfg = DebugLEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.LtcgDebug|x64.Build.0 = DebugLEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.LtcgRelease|Win32.ActiveCfg = ReleaseLEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.LtcgRelease|Win32.Build.0 = ReleaseLEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.LtcgRelease|x64.ActiveCfg = ReleaseLEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.LtcgRelease|x64.Build.0 = ReleaseLEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.StaticDebug|Win32.ActiveCfg = DebugSEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.StaticDebug|Win32.Build.0 = DebugSEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.StaticDebug|x64.ActiveCfg = DebugSEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.StaticDebug|x64.Build.0 = DebugSEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.StaticRelease|Win32.ActiveCfg = ReleaseSEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.StaticRelease|Win32.Build.0 = ReleaseSEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.StaticRelease|x64.ActiveCfg = ReleaseSEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.StaticRelease|x64.Build.0 = ReleaseSEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.DynDebug|Win32.ActiveCfg = DebugDEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.DynDebug|Win32.Build.0 = DebugDEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.DynDebug|x64.ActiveCfg = DebugDEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.DynDebug|x64.Build.0 = DebugDEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.DynRelease|Win32.ActiveCfg = ReleaseDEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.DynRelease|Win32.Build.0 = ReleaseDEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.DynRelease|x64.ActiveCfg = ReleaseDEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.DynRelease|x64.Build.0 = ReleaseDEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.LtcgDebug|Win32.ActiveCfg = DebugLEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.LtcgDebug|Win32.Build.0 = DebugLEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.LtcgDebug|x64.ActiveCfg = DebugLEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.LtcgDebug|x64.Build.0 = DebugLEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.LtcgRelease|Win32.ActiveCfg = ReleaseLEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.LtcgRelease|Win32.Build.0 = ReleaseLEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.LtcgRelease|x64.ActiveCfg = ReleaseLEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.LtcgRelease|x64.Build.0 = ReleaseLEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.StaticDebug|Win32.ActiveCfg = DebugSEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.StaticDebug|Win32.Build.0 = DebugSEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.StaticDebug|x64.ActiveCfg = DebugSEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.StaticDebug|x64.Build.0 = DebugSEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.StaticRelease|Win32.ActiveCfg = ReleaseSEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.StaticRelease|Win32.Build.0 = ReleaseSEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.StaticRelease|x64.ActiveCfg = ReleaseSEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.StaticRelease|x64.Build.0 = ReleaseSEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.DynDebug|Win32.ActiveCfg = DebugDEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.DynDebug|Win32.Build.0 = DebugDEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.DynDebug|x64.ActiveCfg = DebugDEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.DynDebug|x64.Build.0 = DebugDEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.DynRelease|Win32.ActiveCfg = ReleaseDEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.DynRelease|Win32.Build.0 = ReleaseDEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.DynRelease|x64.ActiveCfg = ReleaseDEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.DynRelease|x64.Build.0 = ReleaseDEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.LtcgDebug|Win32.ActiveCfg = DebugLEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.LtcgDebug|Win32.Build.0 = DebugLEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.LtcgDebug|x64.ActiveCfg = DebugLEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.LtcgDebug|x64.Build.0 = DebugLEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.LtcgRelease|Win32.ActiveCfg = ReleaseLEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.LtcgRelease|Win32.Build.0 = ReleaseLEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.LtcgRelease|x64.ActiveCfg = ReleaseLEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.LtcgRelease|x64.Build.0 = ReleaseLEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.StaticDebug|Win32.ActiveCfg = DebugSEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.StaticDebug|Win32.Build.0 = DebugSEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.StaticDebug|x64.ActiveCfg = DebugSEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.StaticDebug|x64.Build.0 = DebugSEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.StaticRelease|Win32.ActiveCfg = ReleaseSEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.StaticRelease|Win32.Build.0 = ReleaseSEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.StaticRelease|x64.ActiveCfg = ReleaseSEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.StaticRelease|x64.Build.0 = ReleaseSEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.DynDebug|Win32.ActiveCfg = DebugDEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.DynDebug|Win32.Build.0 = DebugDEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.DynDebug|x64.ActiveCfg = DebugDEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.DynDebug|x64.Build.0 = DebugDEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.DynRelease|Win32.ActiveCfg = ReleaseDEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.DynRelease|Win32.Build.0 = ReleaseDEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.DynRelease|x64.ActiveCfg = ReleaseDEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.DynRelease|x64.Build.0 = ReleaseDEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.LtcgDebug|Win32.ActiveCfg = DebugLEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.LtcgDebug|Win32.Build.0 = DebugLEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.LtcgDebug|x64.ActiveCfg = DebugLEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.LtcgDebug|x64.Build.0 = DebugLEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.LtcgRelease|Win32.ActiveCfg = ReleaseLEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.LtcgRelease|Win32.Build.0 = ReleaseLEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.LtcgRelease|x64.ActiveCfg = ReleaseLEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.LtcgRelease|x64.Build.0 = ReleaseLEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.StaticDebug|Win32.ActiveCfg = DebugSEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.StaticDebug|Win32.Build.0 = DebugSEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.StaticDebug|x64.ActiveCfg = DebugSEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.StaticDebug|x64.Build.0 = DebugSEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.StaticRelease|Win32.ActiveCfg = ReleaseSEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.StaticRelease|Win32.Build.0 = ReleaseSEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.StaticRelease|x64.ActiveCfg = ReleaseSEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.StaticRelease|x64.Build.0 = ReleaseSEXE|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/libzmq.sln
sln
gpl-3.0
16,060
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ Library Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- User Interface --> <ItemGroup Label="BuildOptionsExtension"> <PropertyPageSchema Include="$(MSBuildThisFileDirectory)$(ProjectName).xml" /> </ItemGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <EnablePREfast>false</EnablePREfast> <PrecompiledHeader>Use</PrecompiledHeader> <PrecompiledHeaderFile>precompiled.hpp</PrecompiledHeaderFile> <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;FD_SETSIZE=16384;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-sodium)' == 'true'">ZMQ_USE_LIBSODIUM;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-sodium)' == 'true'">ZMQ_HAVE_CURVE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-openpgm)' == 'true'">ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-gssapi)' == 'true'">HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-draftapi)' == 'true'">ZMQ_BUILD_DRAFT_API;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-usepoll)' == 'true'">ZMQ_USE_POLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-usepoll)' != 'true'">ZMQ_USE_SELECT;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(ConfigurationType)' == 'StaticLibrary'">ZMQ_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(ConfigurationType)' == 'DynamicLibrary'">DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Ws2_32.lib;Rpcrt4.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> <Lib Condition="'$(ConfigurationType)'=='StaticLibrary'"> <AdditionalOptions>/ignore:4221 %(AdditionalOptions)</AdditionalOptions> </Lib> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="OptionInfo" BeforeTargets="PrepareForBuild"> <Message Text="Option-sodium : $(Option-sodium)" Importance="high"/> <Message Text="Option-openpgm : $(Option-openpgm)" Importance="high"/> <Message Text="Option-gssapi : $(Option-gssapi)" Importance="high"/> <Message Text="Option-draftapi : $(Option-draftapi)" Importance="high"/> <Message Text="Option-usepoll : $(Option-usepoll)" Importance="high"/> </Target> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(Option-sodium)' == 'true'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/libzmq/libzmq.props
props
gpl-3.0
4,179
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{641C5F36-32EE-4323-B740-992B651CF9D6}</ProjectGuid> <ProjectName>libzmq</ProjectName> <PlatformToolset>v140</PlatformToolset> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDLL|Win32"> <Configuration>DebugDLL</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDLL|Win32"> <Configuration>ReleaseDLL</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDLL|x64"> <Configuration>DebugDLL</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDLL|x64"> <Configuration>ReleaseDLL</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLTCG|Win32"> <Configuration>DebugLTCG</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLTCG|Win32"> <Configuration>ReleaseLTCG</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLTCG|x64"> <Configuration>DebugLTCG</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLTCG|x64"> <Configuration>ReleaseLTCG</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLIB|Win32"> <Configuration>DebugLIB</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLIB|Win32"> <Configuration>ReleaseLIB</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLIB|x64"> <Configuration>DebugLIB</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLIB|x64"> <Configuration>ReleaseLIB</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Configuration"> <ConfigurationType Condition="$(Configuration.IndexOf('DLL')) == -1">StaticLibrary</ConfigurationType> <ConfigurationType Condition="$(Configuration.IndexOf('DLL')) != -1">DynamicLibrary</ConfigurationType> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> <ClInclude Include="..\..\resource.h" /> <ClInclude Include="..\..\..\..\include\zmq.h" /> <ClInclude Include="..\..\..\..\src\zmq_draft.h" /> <ClInclude Include="..\..\..\..\src\address.hpp" /> <ClInclude Include="..\..\..\..\src\array.hpp" /> <ClInclude Include="..\..\..\..\src\atomic_counter.hpp" /> <ClInclude Include="..\..\..\..\src\atomic_ptr.hpp" /> <ClInclude Include="..\..\..\..\src\blob.hpp" /> <ClInclude Include="..\..\..\..\src\client.hpp" /> <ClInclude Include="..\..\..\..\src\clock.hpp" /> <ClInclude Include="..\..\..\..\src\command.hpp" /> <ClInclude Include="..\..\..\..\src\condition_variable.hpp" /> <ClInclude Include="..\..\..\..\src\config.hpp" /> <ClInclude Include="..\..\..\..\src\ctx.hpp" /> <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\dgram.hpp" /> <ClInclude Include="..\..\..\..\src\dish.hpp" /> <ClInclude Include="..\..\..\..\src\dist.hpp" /> <ClInclude Include="..\..\..\..\src\encoder.hpp" /> <ClInclude Include="..\..\..\..\src\epoll.hpp" /> <ClInclude Include="..\..\..\..\src\err.hpp" /> <ClInclude Include="..\..\..\..\src\fd.hpp" /> <ClInclude Include="..\..\..\..\src\fq.hpp" /> <ClInclude Include="..\..\..\..\src\gather.hpp" /> <ClInclude Include="..\..\..\..\src\gssapi_client.hpp" /> <ClInclude Include="..\..\..\..\src\gssapi_mechanism_base.hpp" /> <ClInclude Include="..\..\..\..\src\gssapi_server.hpp" /> <ClInclude Include="..\..\..\..\src\i_engine.hpp" /> <ClInclude Include="..\..\..\..\src\i_poll_events.hpp" /> <ClInclude Include="..\..\..\..\src\io_object.hpp" /> <ClInclude Include="..\..\..\..\src\io_thread.hpp" /> <ClInclude Include="..\..\..\..\src\ip.hpp" /> <ClInclude Include="..\..\..\..\src\ip_resolver.hpp" /> <ClInclude Include="..\..\..\..\src\ipc_address.hpp" /> <ClInclude Include="..\..\..\..\src\ipc_connecter.hpp" /> <ClInclude Include="..\..\..\..\src\ipc_listener.hpp" /> <ClInclude Include="..\..\..\..\src\kqueue.hpp" /> <ClInclude Include="..\..\..\..\src\lb.hpp" /> <ClInclude Include="..\..\..\..\src\likely.hpp" /> <ClInclude Include="..\..\..\..\src\mailbox.hpp" /> <ClInclude Include="..\..\..\..\src\mailbox_safe.hpp" /> <ClInclude Include="..\..\..\..\src\msg.hpp" /> <ClInclude Include="..\..\..\..\src\mtrie.hpp" /> <ClInclude Include="..\..\..\..\src\mutex.hpp" /> <ClInclude Include="..\..\..\..\src\object.hpp" /> <ClInclude Include="..\..\..\..\src\options.hpp" /> <ClInclude Include="..\..\..\..\src\own.hpp" /> <ClInclude Include="..\..\..\..\src\pair.hpp" /> <ClInclude Include="..\..\..\..\src\pgm_receiver.hpp" /> <ClInclude Include="..\..\..\..\src\pgm_sender.hpp" /> <ClInclude Include="..\..\..\..\src\pgm_socket.hpp" /> <ClInclude Include="..\..\..\..\src\pipe.hpp" /> <ClInclude Include="..\..\..\..\src\server.hpp" /> <ClInclude Include="..\..\..\..\src\socks.hpp" /> <ClInclude Include="..\..\..\..\src\socks_connecter.hpp" /> <ClInclude Include="..\..\..\..\src\poll.hpp" /> <ClInclude Include="..\..\..\..\src\poller.hpp" /> <ClInclude Include="..\..\..\..\src\poller_base.hpp" /> <ClInclude Include="..\..\..\..\src\precompiled.hpp" /> <ClInclude Include="..\..\..\..\src\proxy.hpp" /> <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" /> <ClInclude Include="..\..\..\..\src\reaper.hpp" /> <ClInclude Include="..\..\..\..\src\rep.hpp" /> <ClInclude Include="..\..\..\..\src\req.hpp" /> <ClInclude Include="..\..\..\..\src\scatter.hpp" /> <ClInclude Include="..\..\..\..\src\select.hpp" /> <ClInclude Include="..\..\..\..\src\session_base.hpp" /> <ClInclude Include="..\..\..\..\src\signaler.hpp" /> <ClInclude Include="..\..\..\..\src\socket_base.hpp" /> <ClInclude Include="..\..\..\..\src\stdint.hpp" /> <ClInclude Include="..\..\..\..\src\stream_engine.hpp" /> <ClInclude Include="..\..\..\..\src\sub.hpp" /> <ClInclude Include="..\..\..\..\src\tcp.hpp" /> <ClInclude Include="..\..\..\..\src\tcp_address.hpp" /> <ClInclude Include="..\..\..\..\src\tcp_connecter.hpp" /> <ClInclude Include="..\..\..\..\src\tcp_listener.hpp" /> <ClInclude Include="..\..\..\..\src\timers.hpp" /> <ClInclude Include="..\..\..\..\src\thread.hpp" /> <ClInclude Include="..\..\..\..\src\trie.hpp" /> <ClInclude Include="..\..\..\..\src\udp_address.hpp" /> <ClInclude Include="..\..\..\..\src\udp_engine.hpp" /> <ClInclude Include="..\..\..\..\src\v1_decoder.hpp" /> <ClInclude Include="..\..\..\..\src\v1_encoder.hpp" /> <ClInclude Include="..\..\..\..\src\v1_protocol.hpp" /> <ClInclude Include="..\..\..\..\src\windows.hpp" /> <ClInclude Include="..\..\..\..\src\wire.hpp" /> <ClInclude Include="..\..\..\..\src\xpub.hpp" /> <ClInclude Include="..\..\..\..\src\xrep.hpp" /> <ClInclude Include="..\..\..\..\src\xreq.hpp" /> <ClInclude Include="..\..\..\..\src\xsub.hpp" /> <ClInclude Include="..\..\..\..\src\ypipe.hpp" /> <ClInclude Include="..\..\..\..\src\yqueue.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\src\address.cpp" /> <ClCompile Include="..\..\..\..\src\client.cpp" /> <ClCompile Include="..\..\..\..\src\clock.cpp" /> <ClCompile Include="..\..\..\..\src\ctx.cpp" /> <ClCompile Include="..\..\..\..\src\curve_client.cpp" /> <ClCompile Include="..\..\..\..\src\curve_mechanism_base.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\dgram.cpp" /> <ClCompile Include="..\..\..\..\src\dish.cpp" /> <ClCompile Include="..\..\..\..\src\dist.cpp" /> <ClCompile Include="..\..\..\..\src\epoll.cpp" /> <ClCompile Include="..\..\..\..\src\err.cpp" /> <ClCompile Include="..\..\..\..\src\fq.cpp" /> <ClCompile Include="..\..\..\..\src\gather.cpp" /> <ClCompile Include="..\..\..\..\src\gssapi_client.cpp" /> <ClCompile Include="..\..\..\..\src\gssapi_mechanism_base.cpp" /> <ClCompile Include="..\..\..\..\src\gssapi_server.cpp" /> <ClCompile Include="..\..\..\..\src\io_object.cpp" /> <ClCompile Include="..\..\..\..\src\io_thread.cpp" /> <ClCompile Include="..\..\..\..\src\ip.cpp" /> <ClCompile Include="..\..\..\..\src\ip_resolver.cpp" /> <ClCompile Include="..\..\..\..\src\ipc_address.cpp" /> <ClCompile Include="..\..\..\..\src\ipc_connecter.cpp" /> <ClCompile Include="..\..\..\..\src\ipc_listener.cpp" /> <ClCompile Include="..\..\..\..\src\kqueue.cpp" /> <ClCompile Include="..\..\..\..\src\lb.cpp" /> <ClCompile Include="..\..\..\..\src\mailbox.cpp" /> <ClCompile Include="..\..\..\..\src\mailbox_safe.cpp" /> <ClCompile Include="..\..\..\..\src\mechanism.cpp" /> <ClCompile Include="..\..\..\..\src\mechanism_base.cpp" /> <ClCompile Include="..\..\..\..\src\metadata.cpp" /> <ClCompile Include="..\..\..\..\src\msg.cpp" /> <ClCompile Include="..\..\..\..\src\mtrie.cpp" /> <ClCompile Include="..\..\..\..\src\null_mechanism.cpp" /> <ClCompile Include="..\..\..\..\src\object.cpp" /> <ClCompile Include="..\..\..\..\src\options.cpp" /> <ClCompile Include="..\..\..\..\src\own.cpp" /> <ClCompile Include="..\..\..\..\src\pair.cpp" /> <ClCompile Include="..\..\..\..\src\pgm_receiver.cpp" /> <ClCompile Include="..\..\..\..\src\pgm_sender.cpp" /> <ClCompile Include="..\..\..\..\src\pgm_socket.cpp" /> <ClCompile Include="..\..\..\..\src\pipe.cpp" /> <ClCompile Include="..\..\..\..\src\plain_client.cpp" /> <ClCompile Include="..\..\..\..\src\plain_server.cpp" /> <ClCompile Include="..\..\..\..\src\poll.cpp" /> <ClCompile Include="..\..\..\..\src\poller_base.cpp" /> <ClCompile Include="..\..\..\..\src\precompiled.cpp"> <PrecompiledHeader>Create</PrecompiledHeader> </ClCompile> <ClCompile Include="..\..\..\..\src\proxy.cpp" /> <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" /> <ClCompile Include="..\..\..\..\src\reaper.cpp" /> <ClCompile Include="..\..\..\..\src\rep.cpp" /> <ClCompile Include="..\..\..\..\src\req.cpp" /> <ClCompile Include="..\..\..\..\src\router.cpp" /> <ClCompile Include="..\..\..\..\src\scatter.cpp" /> <ClCompile Include="..\..\..\..\src\select.cpp" /> <ClCompile Include="..\..\..\..\src\server.cpp" /> <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" /> <ClCompile Include="..\..\..\..\src\stream_engine.cpp" /> <ClCompile Include="..\..\..\..\src\sub.cpp" /> <ClCompile Include="..\..\..\..\src\tcp.cpp" /> <ClCompile Include="..\..\..\..\src\tcp_address.cpp" /> <ClCompile Include="..\..\..\..\src\tcp_connecter.cpp" /> <ClCompile Include="..\..\..\..\src\tcp_listener.cpp" /> <ClCompile Include="..\..\..\..\src\thread.cpp" /> <ClCompile Include="..\..\..\..\src\timers.cpp" /> <ClCompile Include="..\..\..\..\src\trie.cpp" /> <ClCompile Include="..\..\..\..\src\udp_address.cpp" /> <ClCompile Include="..\..\..\..\src\udp_engine.cpp" /> <ClCompile Include="..\..\..\..\src\v1_decoder.cpp" /> <ClCompile Include="..\..\..\..\src\v1_encoder.cpp" /> <ClCompile Include="..\..\..\..\src\v2_decoder.cpp" /> <ClCompile Include="..\..\..\..\src\v2_encoder.cpp" /> <ClCompile Include="..\..\..\..\src\xpub.cpp" /> <ClCompile Include="..\..\..\..\src\xsub.cpp" /> <ClCompile Include="..\..\..\..\src\zap_client.cpp" /> <ClCompile Include="..\..\..\..\src\zmq.cpp" /> <ClCompile Include="..\..\..\..\src\zmq_utils.cpp" /> </ItemGroup> <ItemGroup> <None Include="..\..\..\..\packaging\nuget\package.bat" /> <None Include="..\..\..\..\packaging\nuget\package.config" /> <None Include="..\..\..\..\packaging\nuget\package.gsl" /> <None Include="..\..\..\..\packaging\nuget\package.nuspec" /> <None Include="..\..\..\..\packaging\nuget\package.targets" /> </ItemGroup> <ItemGroup> <Xml Include="..\..\..\..\packaging\nuget\package.xml" /> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\..\resource.rc" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/libzmq/libzmq.vcxproj
vcxproj
gpl-3.0
14,768
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <ClCompile Include="..\..\..\..\src\address.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\clock.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\ctx.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\dealer.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\devpoll.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\dgram.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\dist.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\epoll.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\err.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\fq.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\io_object.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\io_thread.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\ip.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\ipc_address.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\ipc_connecter.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\ipc_listener.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\kqueue.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\lb.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\mailbox.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\mechanism.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\metadata.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\msg.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\mtrie.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\null_mechanism.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\object.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\options.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\own.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pair.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pgm_receiver.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pgm_sender.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pgm_socket.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pipe.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\plain_client.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\plain_server.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\poll.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\poller_base.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\proxy.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pub.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pull.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\push.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\random.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\raw_decoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\raw_encoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\reaper.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\rep.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\req.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\router.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\scatter.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\select.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\session_base.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\signaler.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\socket_base.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\stream.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\stream_engine.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\sub.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\tcp.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\tcp_address.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\tcp_connecter.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\tcp_listener.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\thread.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\trie.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\v1_decoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\v1_encoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\v2_decoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\v2_encoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\xpub.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\xsub.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\zmq.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\zmq_utils.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\precompiled.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\curve_client.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\curve_server.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\gather.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\gssapi_mechanism_base.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\gssapi_server.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\gssapi_client.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\socks.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\socks_connecter.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\server.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\client.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\mailbox_safe.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\decoder_allocators.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\socket_poller.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\udp_address.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\udp_engine.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\dish.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\radio.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\timers.cpp"> <Filter>src</Filter> </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\..\..\include\zmq.h"> <Filter>include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\address.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\array.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\atomic_counter.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\atomic_ptr.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\blob.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\clock.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\command.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\config.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ctx.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\devpoll.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\dgram.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\dist.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\encoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\epoll.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\err.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\fd.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\fq.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\i_engine.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\i_poll_events.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\io_object.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\io_thread.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ip.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ipc_address.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ipc_connecter.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ipc_listener.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\kqueue.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\lb.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\decoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\likely.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\mailbox.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\msg.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\mtrie.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\mutex.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\object.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\options.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\own.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pair.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pgm_receiver.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\yqueue.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ypipe.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\xsub.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\xreq.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\xrep.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\xpub.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\wire.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\windows.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\v1_encoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\v1_protocol.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\v1_decoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\trie.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\thread.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\tcp_listener.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\tcp_connecter.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\tcp_address.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\tcp.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\sub.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\stream_engine.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\stdint.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\socket_base.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\signaler.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\session_base.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\scatter.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\select.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\req.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\rep.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\reaper.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\raw_encoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\raw_decoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\random.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\push.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pull.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pub.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\proxy.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\precompiled.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\poller_base.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\poller.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\poll.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\platform.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pipe.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pgm_socket.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pgm_sender.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\resource.h"> <Filter>resource</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\curve_client.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\curve_server.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\gather.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\gssapi_mechanism_base.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\gssapi_server.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\gssapi_client.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\socks.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\socks_connecter.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\server.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\client.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\mailbox_safe.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\condition_variable.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\decoder_allocators.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\udp_address.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\udp_engine.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\dish.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\radio.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\timers.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\zmq_draft.h"> <Filter>src\include</Filter> </ClInclude> </ItemGroup> <ItemGroup> <Filter Include="include"> <UniqueIdentifier>{f7e88c6c-e408-4631-959c-fe3568656d70}</UniqueIdentifier> </Filter> <Filter Include="src"> <UniqueIdentifier>{35f0c644-e1d8-4a46-bb33-06bb8b645fff}</UniqueIdentifier> </Filter> <Filter Include="src\include"> <UniqueIdentifier>{90853975-3420-4f06-8be4-4ab3d9792160}</UniqueIdentifier> </Filter> <Filter Include="packaging"> <UniqueIdentifier>{f5e26e9d-c33d-45c1-95e4-0732acd28b59}</UniqueIdentifier> </Filter> <Filter Include="resource"> <UniqueIdentifier>{e66010e4-a9ea-4e2e-8bc6-12fec14bb009}</UniqueIdentifier> </Filter> </ItemGroup> <ItemGroup> <None Include="..\..\..\..\packaging\nuget\package.bat"> <Filter>packaging</Filter> </None> <None Include="..\..\..\..\packaging\nuget\package.config"> <Filter>packaging</Filter> </None> <None Include="..\..\..\..\packaging\nuget\package.gsl"> <Filter>packaging</Filter> </None> <None Include="..\..\..\..\packaging\nuget\package.targets"> <Filter>packaging</Filter> </None> <None Include="..\..\..\..\packaging\nuget\package.nuspec"> <Filter>packaging</Filter> </None> </ItemGroup> <ItemGroup> <Xml Include="..\..\..\..\packaging\nuget\package.xml"> <Filter>packaging</Filter> </Xml> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\..\resource.rc"> <Filter>resource</Filter> </ResourceCompile> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/libzmq/libzmq.vcxproj.filters
filters
gpl-3.0
21,231
<?xml version="1.0" encoding="utf-8"?> <ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework"> <Rule Name="libzmq-uiextension" PageTemplate="tool" DisplayName="ZMQ Options" SwitchPrefix="/" Order="1"> <Rule.Categories> <Category Name="sodium" DisplayName="sodium" /> <Category Name="openpgm" DisplayName="openpgm" /> <Category Name="gssapi" DisplayName="gssapi" /> <Category Name="draftapi" DisplayName="draftapi" /> <Category Name="usepoll" DisplayName="usepoll" /> </Rule.Categories> <Rule.DataSource> <DataSource Persistence="ProjectFile" ItemType="" /> </Rule.DataSource> <EnumProperty Name="Option-sodium" DisplayName="Enable Sodium" Description="Enable Sodium build option" Category="sodium"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-openpgm" DisplayName="Enable OpenPGM" Description="Enable OpenPGM build option" Category="openpgm"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-gssapi" DisplayName="Enable GSS API" Description="Enable GSS API build option" Category="gssapi"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-draftapi" DisplayName="Enable Draft API" Description="Enable Draft API build option" Category="draftapi"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-usepoll" DisplayName="Enable poll() usage (Vista+ only)" Description="Use poll() instead of select() for waiting on incoming data. Increases performance, but the binary will only run on Windows Vista or later." Category="usepoll"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> </Rule> </ProjectSchemaDefinitions>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/libzmq/libzmq.xml
XML
gpl-3.0
2,093
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ local_lat Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="..\libzmq.import.props" /> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <Linkage-libzmq>dynamic</Linkage-libzmq> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <Linkage-libzmq>ltcg</Linkage-libzmq> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <Linkage-libzmq>static</Linkage-libzmq> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libzmq : $(Linkage-libzmq)" Importance="high"/> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(HAVE_LIBSODIUM)'=='1'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/local_lat/local_lat.props
props
gpl-3.0
1,979
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}</ProjectGuid> <ProjectName>local_lat</ProjectName> <PlatformToolset>v140</PlatformToolset> <ConfigurationType>Application</ConfigurationType> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDEXE|Win32"> <Configuration>DebugDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|Win32"> <Configuration>ReleaseDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDEXE|x64"> <Configuration>DebugDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|x64"> <Configuration>ReleaseDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|Win32"> <Configuration>DebugLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|Win32"> <Configuration>ReleaseLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|x64"> <Configuration>DebugLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|x64"> <Configuration>ReleaseLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|Win32"> <Configuration>DebugSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|Win32"> <Configuration>ReleaseSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|x64"> <Configuration>DebugSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|x64"> <Configuration>ReleaseSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\perf\local_lat.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ItemGroup> <ProjectReference Include="..\libzmq\libzmq.vcxproj"> <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/local_lat/local_lat.vcxproj
vcxproj
gpl-3.0
3,272
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ local_thr Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="..\libzmq.import.props" /> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <Linkage-libzmq>dynamic</Linkage-libzmq> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <Linkage-libzmq>ltcg</Linkage-libzmq> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <Linkage-libzmq>static</Linkage-libzmq> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libzmq : $(Linkage-libzmq)" Importance="high"/> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(HAVE_LIBSODIUM)'=='1'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/local_thr/local_thr.props
props
gpl-3.0
1,979
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{8EF2DF6B-6646-460F-8032-913B70FE0E94}</ProjectGuid> <ProjectName>local_thr</ProjectName> <PlatformToolset>v140</PlatformToolset> <ConfigurationType>Application</ConfigurationType> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDEXE|Win32"> <Configuration>DebugDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|Win32"> <Configuration>ReleaseDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDEXE|x64"> <Configuration>DebugDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|x64"> <Configuration>ReleaseDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|Win32"> <Configuration>DebugLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|Win32"> <Configuration>ReleaseLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|x64"> <Configuration>DebugLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|x64"> <Configuration>ReleaseLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|Win32"> <Configuration>DebugSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|Win32"> <Configuration>ReleaseSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|x64"> <Configuration>DebugSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|x64"> <Configuration>ReleaseSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\perf\local_thr.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ItemGroup> <ProjectReference Include="..\libzmq\libzmq.vcxproj"> <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/local_thr/local_thr.vcxproj
vcxproj
gpl-3.0
3,272
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ remote_lat Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="..\libzmq.import.props" /> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <Linkage-libzmq>dynamic</Linkage-libzmq> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <Linkage-libzmq>ltcg</Linkage-libzmq> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <Linkage-libzmq>static</Linkage-libzmq> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libzmq : $(Linkage-libzmq)" Importance="high"/> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(HAVE_LIBSODIUM)'=='1'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/remote_lat/remote_lat.props
props
gpl-3.0
1,980
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}</ProjectGuid> <ProjectName>remote_lat</ProjectName> <PlatformToolset>v140</PlatformToolset> <ConfigurationType>Application</ConfigurationType> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDEXE|Win32"> <Configuration>DebugDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|Win32"> <Configuration>ReleaseDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDEXE|x64"> <Configuration>DebugDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|x64"> <Configuration>ReleaseDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|Win32"> <Configuration>DebugLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|Win32"> <Configuration>ReleaseLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|x64"> <Configuration>DebugLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|x64"> <Configuration>ReleaseLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|Win32"> <Configuration>DebugSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|Win32"> <Configuration>ReleaseSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|x64"> <Configuration>DebugSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|x64"> <Configuration>ReleaseSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\perf\remote_lat.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ItemGroup> <ProjectReference Include="..\libzmq\libzmq.vcxproj"> <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/remote_lat/remote_lat.vcxproj
vcxproj
gpl-3.0
3,274
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ remote_thr Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="..\libzmq.import.props" /> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <Linkage-libzmq>dynamic</Linkage-libzmq> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <Linkage-libzmq>ltcg</Linkage-libzmq> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <Linkage-libzmq>static</Linkage-libzmq> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libzmq : $(Linkage-libzmq)" Importance="high"/> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(HAVE_LIBSODIUM)'=='1'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/remote_thr/remote_thr.props
props
gpl-3.0
1,982
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{B15E059C-0CBB-4A82-8C42-6567FB650802}</ProjectGuid> <ProjectName>remote_thr</ProjectName> <PlatformToolset>v140</PlatformToolset> <ConfigurationType>Application</ConfigurationType> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDEXE|Win32"> <Configuration>DebugDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|Win32"> <Configuration>ReleaseDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDEXE|x64"> <Configuration>DebugDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|x64"> <Configuration>ReleaseDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|Win32"> <Configuration>DebugLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|Win32"> <Configuration>ReleaseLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|x64"> <Configuration>DebugLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|x64"> <Configuration>ReleaseLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|Win32"> <Configuration>DebugSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|Win32"> <Configuration>ReleaseSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|x64"> <Configuration>DebugSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|x64"> <Configuration>ReleaseSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\perf\remote_thr.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ItemGroup> <ProjectReference Include="..\libzmq\libzmq.vcxproj"> <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015/remote_thr/remote_thr.vcxproj
vcxproj
gpl-3.0
3,274
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{217AD6A0-8CEA-428D-908F-C34B23CECAAF}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>libzmq</RootNamespace> <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v140_xp</PlatformToolset> <CharacterSet>NotSet</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v140_xp</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>NotSet</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v140</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v140</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="Shared"> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <LinkIncremental>true</LinkIncremental> <OutDir>$(ProjectDir)..\..\..\bin\$(PlatformName)\$(Configuration)\$(PlatformToolset)\$(DefaultLinkage)\</OutDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <LinkIncremental>true</LinkIncremental> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> <OutDir>$(ProjectDir)..\..\..\bin\$(PlatformName)\$(Configuration)\$(PlatformToolset)\$(DefaultLinkage)\</OutDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;LIBZMQ_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <PrecompiledHeader> </PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> <AdditionalIncludeDirectories>$(SolutionDir)</AdditionalIncludeDirectories> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <GenerateDebugInformation>true</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <PrecompiledHeader> </PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;LIBZMQ_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <GenerateDebugInformation>true</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="..\..\..\src\address.cpp" /> <ClCompile Include="..\..\..\src\client.cpp" /> <ClCompile Include="..\..\..\src\clock.cpp" /> <ClCompile Include="..\..\..\src\ctx.cpp" /> <ClCompile Include="..\..\..\src\curve_client.cpp" /> <ClCompile Include="..\..\..\src\curve_mechanism_base.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\dgram.cpp" /> <ClCompile Include="..\..\..\src\dish.cpp" /> <ClCompile Include="..\..\..\src\dist.cpp" /> <ClCompile Include="..\..\..\src\epoll.cpp" /> <ClCompile Include="..\..\..\src\err.cpp" /> <ClCompile Include="..\..\..\src\fq.cpp" /> <ClCompile Include="..\..\..\src\gather.cpp" /> <ClCompile Include="..\..\..\src\gssapi_client.cpp" /> <ClCompile Include="..\..\..\src\gssapi_mechanism_base.cpp" /> <ClCompile Include="..\..\..\src\gssapi_server.cpp" /> <ClCompile Include="..\..\..\src\io_object.cpp" /> <ClCompile Include="..\..\..\src\io_thread.cpp" /> <ClCompile Include="..\..\..\src\ip.cpp" /> <ClCompile Include="..\..\..\src\ipc_address.cpp" /> <ClCompile Include="..\..\..\src\ipc_connecter.cpp" /> <ClCompile Include="..\..\..\src\ipc_listener.cpp" /> <ClCompile Include="..\..\..\src\kqueue.cpp" /> <ClCompile Include="..\..\..\src\lb.cpp" /> <ClCompile Include="..\..\..\src\mailbox.cpp" /> <ClCompile Include="..\..\..\src\mailbox_safe.cpp" /> <ClCompile Include="..\..\..\src\mechanism.cpp" /> <ClCompile Include="..\..\..\src\mechanism_base.cpp" /> <ClCompile Include="..\..\..\src\metadata.cpp" /> <ClCompile Include="..\..\..\src\msg.cpp" /> <ClCompile Include="..\..\..\src\mtrie.cpp" /> <ClCompile Include="..\..\..\src\norm_engine.cpp" /> <ClCompile Include="..\..\..\src\null_mechanism.cpp" /> <ClCompile Include="..\..\..\src\object.cpp" /> <ClCompile Include="..\..\..\src\options.cpp" /> <ClCompile Include="..\..\..\src\own.cpp" /> <ClCompile Include="..\..\..\src\pair.cpp" /> <ClCompile Include="..\..\..\src\pgm_receiver.cpp" /> <ClCompile Include="..\..\..\src\pgm_sender.cpp" /> <ClCompile Include="..\..\..\src\pgm_socket.cpp" /> <ClCompile Include="..\..\..\src\pipe.cpp" /> <ClCompile Include="..\..\..\src\plain_client.cpp" /> <ClCompile Include="..\..\..\src\plain_server.cpp" /> <ClCompile Include="..\..\..\src\poll.cpp" /> <ClCompile Include="..\..\..\src\poller_base.cpp" /> <ClCompile Include="..\..\..\src\pollset.cpp" /> <ClCompile Include="..\..\..\src\precompiled.cpp" /> <ClCompile Include="..\..\..\src\proxy.cpp" /> <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" /> <ClCompile Include="..\..\..\src\reaper.cpp" /> <ClCompile Include="..\..\..\src\rep.cpp" /> <ClCompile Include="..\..\..\src\req.cpp" /> <ClCompile Include="..\..\..\src\router.cpp" /> <ClCompile Include="..\..\..\src\scatter.cpp" /> <ClCompile Include="..\..\..\src\select.cpp" /> <ClCompile Include="..\..\..\src\server.cpp" /> <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" /> <ClCompile Include="..\..\..\src\stream_engine.cpp" /> <ClCompile Include="..\..\..\src\sub.cpp" /> <ClCompile Include="..\..\..\src\tcp.cpp" /> <ClCompile Include="..\..\..\src\tcp_address.cpp" /> <ClCompile Include="..\..\..\src\tcp_connecter.cpp" /> <ClCompile Include="..\..\..\src\tcp_listener.cpp" /> <ClCompile Include="..\..\..\src\thread.cpp" /> <ClCompile Include="..\..\..\src\timers.cpp" /> <ClCompile Include="..\..\..\src\tipc_address.cpp" /> <ClCompile Include="..\..\..\src\tipc_connecter.cpp" /> <ClCompile Include="..\..\..\src\tipc_listener.cpp" /> <ClCompile Include="..\..\..\src\trie.cpp" /> <ClCompile Include="..\..\..\src\udp_address.cpp" /> <ClCompile Include="..\..\..\src\udp_engine.cpp" /> <ClCompile Include="..\..\..\src\v1_decoder.cpp" /> <ClCompile Include="..\..\..\src\v1_encoder.cpp" /> <ClCompile Include="..\..\..\src\v2_decoder.cpp" /> <ClCompile Include="..\..\..\src\v2_encoder.cpp" /> <ClCompile Include="..\..\..\src\vmci.cpp" /> <ClCompile Include="..\..\..\src\vmci_address.cpp" /> <ClCompile Include="..\..\..\src\vmci_connecter.cpp" /> <ClCompile Include="..\..\..\src\vmci_listener.cpp" /> <ClCompile Include="..\..\..\src\xpub.cpp" /> <ClCompile Include="..\..\..\src\xsub.cpp" /> <ClCompile Include="..\..\..\src\zap_client.cpp" /> <ClCompile Include="..\..\..\src\zmq.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\..\src\condition_variable.hpp" /> <ClInclude Include="..\..\..\src\mutex.hpp" /> <ClInclude Include="platform.hpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015_xp/libzmq.vcxproj
vcxproj
gpl-3.0
13,459
#ifndef __PLATFORM_HPP_INCLUDED__ #define __PLATFORM_HPP_INCLUDED__ #define ZMQ_HAVE_WINDOWS #define ZMQ_HAVE_WINDOWS_TARGET_XP #define ZMQ_BUILD_DRAFT_API #define ZMQ_USE_SELECT #define FD_SETSIZE 1024 #pragma comment(lib,"ws2_32.lib") #pragma comment(lib,"Iphlpapi.lib") #endif
sophomore_public/libzmq
builds/deprecated-msvc/vs2015_xp/platform.hpp
C++
gpl-3.0
285
/* Server thread listen ZMQ_SERVER socket and transfer incoming message to worker threads by ZMQ_PUSH-ZMQ_PULL Worker thread receive message and send back to ZMQ_SERVER socket Each client thread open CLIENT_CONNECTION ZMQ_CLIENT sockets, send random size message to each socket and check server answer */ #define ZMQ_BUILD_DRAFT_API #include "../../../../include/zmq.h" #pragma comment(lib,"libzmq.lib") #include <assert.h> #include <stdlib.h> #include <thread> #include <atomic> #define SERVER_ADDR "tcp://127.0.0.1:12345" #define SERVER_WORKER_COUNT 3 // worker threads count #define CLIENT_COUNT 5 // client threads count #define CLIENT_CONNECTION 100 // ZMQ_CLIENT sockets at each client #define CLIENT_RECONNECT 1000 // reconnect one socket after messages #define MESSAGE_MAX_SIZE 1024 //******************************************************************* //****** MESSAGE **************************************************** //******************************************************************* void message_fill(zmq_msg_t* msg, int val) { assert(val > 0); int size = sizeof(int) * 2 + val; int rc = zmq_msg_init_size(msg, size); assert(rc == 0); uint8_t* data = (uint8_t*)zmq_msg_data(msg); memcpy(data, &val, sizeof(int)); data += sizeof(int); memset(data, val & 0xFF, val); int check_sum = val + (val & 0xFF) * val; data += val; memcpy(data, &check_sum, sizeof(int)); } int message_check(zmq_msg_t* msg) { uint8_t* data = (uint8_t*)zmq_msg_data(msg); int size = zmq_msg_size(msg); assert(size > sizeof(int) * 2); // check size int val; memcpy(&val, data, sizeof(int)); if(size != sizeof(int) * 2 + val) { fprintf(stderr, "wrong message: val = %d size = %d\n", val, size); return -1; } // check sum data += sizeof(int); int cs = val; for(int i = 0; i < val; i++) { cs += data[i]; } data += val; int check_sum; memcpy(&check_sum, data, sizeof(int)); if(check_sum != cs) { fprintf(stderr, "wrong message: cs = %d check_sum = %d\n", cs, check_sum); return -1; } return val; } //******************************************************************* //****** SERVER ***************************************************** //******************************************************************* void *server_ctx = NULL; void *server_sock = NULL; std::atomic<int> worker_cnt[SERVER_WORKER_COUNT] = {0}; // statistic // worker thread void worker(int num) { printf("worker %d start\n", num); void* queue = zmq_socket(server_ctx, ZMQ_PULL); assert(queue); int rc = zmq_connect(queue, "inproc://queue"); assert(rc == 0); while (1) { // receive messages from the queue zmq_msg_t msg; rc = zmq_msg_init(&msg); assert(rc == 0); rc = zmq_msg_recv(&msg, queue, 0); assert(rc > 0); // check message //printf("worker %d recv %d bytes at %X from %X\n", num, zmq_msg_size(&msg), zmq_msg_data(&msg), zmq_msg_routing_id(&msg)); // send to client rc = zmq_msg_send(&msg, server_sock, 0); assert(rc != -1); worker_cnt[num]++; } zmq_close(queue); } // server thread void server() { server_ctx = zmq_ctx_new(); assert(server_ctx); // create queue void* queue = zmq_socket(server_ctx, ZMQ_PUSH); assert(queue); int rc = zmq_bind(queue, "inproc://queue"); assert(rc == 0); // start workers std::thread w[SERVER_WORKER_COUNT]; for (int i = 0; i < SERVER_WORKER_COUNT; i++) w[i] = std::thread(worker, i); // ZMQ_SERVER for client messages server_sock = zmq_socket(server_ctx, ZMQ_SERVER); assert(server_sock); rc = zmq_bind(server_sock, SERVER_ADDR); assert(rc == 0); while (1) { // wait client message zmq_msg_t msg; rc = zmq_msg_init(&msg); assert(rc == 0); rc = zmq_msg_recv(&msg, server_sock, 0); assert(rc > 0); //printf("recv %d bytes at %X from %X\n", zmq_msg_size(&msg), zmq_msg_data(&msg), zmq_msg_routing_id(&msg)); // send message to queue rc = zmq_msg_send(&msg, queue, 0); assert(rc > 0); } } //******************************************************************* //****** CLIENT ***************************************************** //******************************************************************* std::atomic<int> client_cnt[CLIENT_COUNT] = { 0 }; // statistic std::atomic<int> client_ready = 0; // client thread void client(int num) { //printf("client %d start. Open %d connections\n", num, CLIENT_CONNECTION); void *ctx = zmq_ctx_new(); assert(ctx); void *sock[CLIENT_CONNECTION]; int rc; // open ZMQ_CLIENT connections for (int i = 0; i < CLIENT_CONNECTION; i++) { sock[i] = zmq_socket(ctx, ZMQ_CLIENT); assert(sock[i]); rc = zmq_connect(sock[i], SERVER_ADDR); assert(rc == 0); // test connection zmq_msg_t msg; int v = rand() % 256 + 1; message_fill(&msg, v); rc = zmq_msg_send(&msg, sock[i], 0); assert(rc > 0); rc = zmq_msg_init(&msg); assert(rc == 0); rc = zmq_msg_recv(&msg, sock[i], 0); assert(rc > 0); rc = message_check(&msg); assert(rc == v); zmq_msg_close(&msg); } printf("client %d open %d connections\n", num, CLIENT_CONNECTION); client_ready++; while (client_ready < CLIENT_COUNT) Sleep(10); // wait while all clients open sockets int reconnect = 0; while(1) { int val[CLIENT_CONNECTION]; zmq_msg_t msg; // send messages for(int i = 0; i < CLIENT_CONNECTION; i++) { val[i] = rand() % MESSAGE_MAX_SIZE + 1; message_fill(&msg, val[i]); rc = zmq_msg_send(&msg, sock[i], 0); assert(rc > 0); } // recv and check for (int i = 0; i < CLIENT_CONNECTION; i++) { rc = zmq_msg_init(&msg); assert(rc == 0); rc = zmq_msg_recv(&msg, sock[i], 0); assert(rc > 0); rc = message_check(&msg); if(rc != val[i] && rc > 0) { fprintf(stderr, "wrong message: send %d recv %d \n", val[i], rc); } zmq_msg_close(&msg); client_cnt[num]++; } // reconnect one reconnect++; if(reconnect == CLIENT_RECONNECT) { int n = rand() % CLIENT_CONNECTION; zmq_close(sock[n]); sock[n] = zmq_socket(ctx, ZMQ_CLIENT); assert(sock[n]); int rc = zmq_connect(sock[n], SERVER_ADDR); assert(rc == 0); } } } //******************************************************************* int main (void) { int v1, v2, v3; zmq_version(&v1, &v2, &v3); printf("ZMQ version %d.%d.%d. Compile %s %s\n", v1, v2, v3, __DATE__, __TIME__); std::thread ct[CLIENT_COUNT]; for (int i = 0; i < CLIENT_COUNT; i++) ct[i] = std::thread(client, i); std::thread st(server); int w[SERVER_WORKER_COUNT] = { 0 }; int c[CLIENT_COUNT] = { 0 }; int total = 0; while(1) { Sleep(1000); if (client_ready < CLIENT_COUNT) continue; // check workers for(int i = 0; i < SERVER_WORKER_COUNT; i++) { if(w[i] == worker_cnt[i]) { fprintf(stderr, "worker %d not work \n", i); } w[i] = worker_cnt[i]; } // check clients int t = 0; for (int i = 0; i < CLIENT_COUNT; i++) { if (c[i] == client_cnt[i]) { fprintf(stderr, "client %d not work \n", i); } c[i] = client_cnt[i]; t += c[i]; } printf("\rTotal %d messages. Speed %d per second ", t, t - total); total = t; } return 0; }
sophomore_public/libzmq
builds/deprecated-msvc/vs2015_xp/test_zmq/test_multithread.cpp
C++
gpl-3.0
7,227
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{101324AB-CF3E-4D99-8B69-2000CEA487B6}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>test_zmq</RootNamespace> <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v140_xp</PlatformToolset> <CharacterSet>NotSet</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v140_xp</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>NotSet</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v140</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v140</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="Shared"> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <LinkIncremental>true</LinkIncremental> <OutDir>$(ProjectDir)..\..\..\..\bin\$(PlatformName)\$(Configuration)\$(PlatformToolset)\$(DefaultLinkage)\</OutDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <LinkIncremental>true</LinkIncremental> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> <OutDir>$(ProjectDir)..\..\..\..\bin\$(PlatformName)\$(Configuration)\$(PlatformToolset)\$(DefaultLinkage)\</OutDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <SubSystem>Console</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <AdditionalLibraryDirectories>$(ProjectDir)..\..\..\..\bin\$(PlatformName)\$(Configuration)\$(PlatformToolset)\$(DefaultLinkage)\</AdditionalLibraryDirectories> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <SubSystem>Console</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <PrecompiledHeader> </PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> </ClCompile> <Link> <SubSystem>Console</SubSystem> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <GenerateDebugInformation>true</GenerateDebugInformation> <AdditionalLibraryDirectories>$(ProjectDir)..\..\..\..\bin\$(PlatformName)\$(Configuration)\$(PlatformToolset)\$(DefaultLinkage)\</AdditionalLibraryDirectories> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <PrecompiledHeader> </PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <SubSystem>Console</SubSystem> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <GenerateDebugInformation>true</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="test_multithread.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2015_xp/test_zmq/test_zmq.vcxproj
vcxproj
gpl-3.0
7,896
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ inproc_lat Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="..\libzmq.import.props" /> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <Linkage-libzmq>dynamic</Linkage-libzmq> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <Linkage-libzmq>ltcg</Linkage-libzmq> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <Linkage-libzmq>static</Linkage-libzmq> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libzmq : $(Linkage-libzmq)" Importance="high"/> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(HAVE_LIBSODIUM)'=='1'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/inproc_lat/inproc_lat.props
props
gpl-3.0
1,981
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}</ProjectGuid> <ProjectName>inproc_lat</ProjectName> <PlatformToolset>v141</PlatformToolset> <ConfigurationType>Application</ConfigurationType> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDEXE|Win32"> <Configuration>DebugDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|Win32"> <Configuration>ReleaseDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDEXE|x64"> <Configuration>DebugDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|x64"> <Configuration>ReleaseDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|Win32"> <Configuration>DebugLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|Win32"> <Configuration>ReleaseLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|x64"> <Configuration>DebugLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|x64"> <Configuration>ReleaseLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|Win32"> <Configuration>DebugSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|Win32"> <Configuration>ReleaseSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|x64"> <Configuration>DebugSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|x64"> <Configuration>ReleaseSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\perf\inproc_lat.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ItemGroup> <ProjectReference Include="..\libzmq\libzmq.vcxproj"> <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/inproc_lat/inproc_lat.vcxproj
vcxproj
gpl-3.0
3,274
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ inproc_thr Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="..\libzmq.import.props" /> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <Linkage-libzmq>dynamic</Linkage-libzmq> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <Linkage-libzmq>ltcg</Linkage-libzmq> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <Linkage-libzmq>static</Linkage-libzmq> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libzmq : $(Linkage-libzmq)" Importance="high"/> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(HAVE_LIBSODIUM)'=='1'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/inproc_thr/inproc_thr.props
props
gpl-3.0
1,980
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{1077E977-95DD-4E73-A692-74647DD0CC1E}</ProjectGuid> <ProjectName>inproc_thr</ProjectName> <PlatformToolset>v141</PlatformToolset> <ConfigurationType>Application</ConfigurationType> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDEXE|Win32"> <Configuration>DebugDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|Win32"> <Configuration>ReleaseDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDEXE|x64"> <Configuration>DebugDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|x64"> <Configuration>ReleaseDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|Win32"> <Configuration>DebugLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|Win32"> <Configuration>ReleaseLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|x64"> <Configuration>DebugLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|x64"> <Configuration>ReleaseLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|Win32"> <Configuration>DebugSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|Win32"> <Configuration>ReleaseSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|x64"> <Configuration>DebugSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|x64"> <Configuration>ReleaseSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\perf\inproc_thr.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ItemGroup> <ProjectReference Include="..\libzmq\libzmq.vcxproj"> <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/inproc_thr/inproc_thr.vcxproj
vcxproj
gpl-3.0
3,274
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <_PropertySheetDisplayName>Libsodium Import Settings</_PropertySheetDisplayName> </PropertyGroup> <!-- User Interface --> <ItemGroup Label="BuildOptionsExtension"> <PropertyPageSchema Include="$(MSBuildThisFileDirectory)libsodium.import.xml" /> </ItemGroup> <!-- Linkage --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\..\..\libsodium\src\libsodium\include;$(ProjectDir)..\..\..\..\..\libsodium\src\libsodium\include\sodium\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions Condition="'$(Linkage-libsodium)' == 'static' Or '$(Linkage-libsodium)' == 'ltcg'">SODIUM_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <AdditionalDependencies Condition="'$(Linkage-libsodium)' != ''">advapi32.lib;libsodium.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalLibraryDirectories Condition="$(Configuration.IndexOf('Debug')) != -1">$(ProjectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\$(Linkage-libsodium)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <AdditionalLibraryDirectories Condition="$(Configuration.IndexOf('Release')) != -1">$(ProjectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Release\$(PlatformToolset)\$(Linkage-libsodium)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> </Link> </ItemDefinitionGroup> <!-- Copy --> <Target Name="Linkage-libsodium-dynamic" AfterTargets="AfterBuild" Condition="'$(Linkage-libsodium)' == 'dynamic'"> <Copy Condition="$(Configuration.IndexOf('Debug')) != -1" SourceFiles="$(ProjectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.dll" DestinationFiles="$(TargetDir)libsodium.dll" SkipUnchangedFiles="true" /> <Copy Condition="$(Configuration.IndexOf('Debug')) != -1" SourceFiles="$(ProjectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.pdb" DestinationFiles="$(TargetDir)libsodium.pdb" SkipUnchangedFiles="true" /> <Copy Condition="$(Configuration.IndexOf('Release')) != -1" SourceFiles="$(ProjectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Release\$(PlatformToolset)\dynamic\libsodium.dll" DestinationFiles="$(TargetDir)libsodium.dll" SkipUnchangedFiles="true" /> </Target> <!-- Messages --> <Target Name="libsodium-info" BeforeTargets="AfterBuild" Condition="'$(Linkage-libsodium)' == 'dynamic'"> <Message Text="Copying libsodium.dll -&gt; $(TargetDir)libsodium.dll" Importance="high"/> <Message Text="Copying libsodium.pdb -&gt; $(TargetDir)libsodium.pdb" Importance="high" Condition="$(Configuration.IndexOf('Debug')) != -1" /> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/libsodium.import.props
props
gpl-3.0
3,046
<?xml version="1.0" encoding="utf-8"?> <ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework"> <Rule Name="libsodium-linkage-uiextension" PageTemplate="tool" DisplayName="Local Dependencies" SwitchPrefix="/" Order="1"> <Rule.Categories> <Category Name="libsodium" DisplayName="libsodium" /> </Rule.Categories> <Rule.DataSource> <DataSource Persistence="ProjectFile" ItemType="" /> </Rule.DataSource> <EnumProperty Name="Linkage-libsodium" DisplayName="Linkage" Description="How libsodium will be linked into the output of this project" Category="libsodium"> <EnumValue Name="" DisplayName="Not linked" /> <EnumValue Name="dynamic" DisplayName="Dynamic (DLL)" /> <EnumValue Name="static" DisplayName="Static (LIB)" /> <EnumValue Name="ltcg" DisplayName="Static using link time compile generation (LTCG)" /> </EnumProperty> </Rule> </ProjectSchemaDefinitions>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/libsodium.import.xml
XML
gpl-3.0
985
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <_PropertySheetDisplayName>ZMQ Import Settings</_PropertySheetDisplayName> </PropertyGroup> <!-- User Interface --> <ItemGroup Label="BuildOptionsExtension"> <PropertyPageSchema Include="$(MSBuildThisFileDirectory)libzmq.import.xml" /> </ItemGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <PreprocessorDefinitions Condition="'$(Option-sodium)' == 'true'">ZMQ_USE_LIBSODIUM;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-openpgm)' == 'true'">ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-gssapi)' == 'true'">HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-draftapi)' == 'true'">ZMQ_BUILD_DRAFT_API;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> </ItemDefinitionGroup> <!-- Linkage --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\..\..\..\libzmq\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions Condition="'$(Linkage-libzmq)' == 'static' Or '$(Linkage-libzmq)' == 'ltcg'">ZMQ_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <AdditionalDependencies Condition="'$(Linkage-libzmq)' != ''">libzmq.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalLibraryDirectories Condition="$(Configuration.IndexOf('Debug')) != -1">$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\$(PlatformToolset)\$(Linkage-libzmq)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <AdditionalLibraryDirectories Condition="$(Configuration.IndexOf('Release')) != -1">$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\$(PlatformToolset)\$(Linkage-libzmq)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> </Link> </ItemDefinitionGroup> <!-- Copy --> <Target Name="Linkage-libzmq-dynamic" AfterTargets="AfterBuild" Condition="'$(Linkage-libzmq)' == 'dynamic'"> <Copy Condition="$(Configuration.IndexOf('Debug')) != -1" SourceFiles="$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libzmq.dll" DestinationFiles="$(TargetDir)libzmq.dll" SkipUnchangedFiles="true" /> <Copy Condition="$(Configuration.IndexOf('Debug')) != -1" SourceFiles="$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libzmq.pdb" DestinationFiles="$(TargetDir)libzmq.pdb" SkipUnchangedFiles="true" /> <Copy Condition="$(Configuration.IndexOf('Release')) != -1" SourceFiles="$(ProjectDir)..\..\..\..\..\libzmq\bin\$(PlatformName)\Release\$(PlatformToolset)\dynamic\libzmq.dll" DestinationFiles="$(TargetDir)libzmq.dll" SkipUnchangedFiles="true" /> </Target> <!-- Messages --> <Target Name="libzmq-info" BeforeTargets="AfterBuild" Condition="'$(Linkage-libzmq)' == 'dynamic'"> <Message Text="Copying libzmq.dll -&gt; $(TargetDir)libzmq.dll" Importance="high"/> <Message Text="Copying libzmq.pdb -&gt; $(TargetDir)libzmq.pdb" Importance="high" Condition="$(Configuration.IndexOf('Debug')) != -1" /> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/libzmq.import.props
props
gpl-3.0
3,550
<?xml version="1.0" encoding="utf-8"?> <ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework"> <Rule Name="libzmq-options-uiextension" PageTemplate="tool" DisplayName="ZMQ Options" SwitchPrefix="/" Order="1"> <Rule.Categories> <Category Name="sodium" DisplayName="sodium" /> <Category Name="openpgm" DisplayName="openpgm" /> <Category Name="gssapi" DisplayName="gssapi" /> <Category Name="draftapi" DisplayName="draftapi" /> </Rule.Categories> <Rule.DataSource> <DataSource Persistence="ProjectFile" ItemType="" /> </Rule.DataSource> <EnumProperty Name="Option-sodium" DisplayName="Enable Sodium" Description="Enable the Sodium build option" Category="sodium"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-openpgm" DisplayName="Enable OpenPGM" Description="Enable the OpenPGM build option" Category="openpgm"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-gssapi" DisplayName="Enable GSS API" Description="Enable the GSS API build option" Category="gssapi"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-draftapi" DisplayName="Enable Draft API" Description="Enable Draft API build option" Category="draftapi"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> </Rule> <Rule Name="libzmq-linkage-uiextension" PageTemplate="tool" DisplayName="Local Dependencies" SwitchPrefix="/" Order="1"> <Rule.Categories> <Category Name="libzmq" DisplayName="libzmq" /> </Rule.Categories> <Rule.DataSource> <DataSource Persistence="ProjectFile" ItemType="" /> </Rule.DataSource> <EnumProperty Name="Linkage-libzmq" DisplayName="Linkage" Description="How libzmq will be linked into the output of this project" Category="libzmq"> <EnumValue Name="" DisplayName="Not linked" /> <EnumValue Name="dynamic" DisplayName="Dynamic (DLL)" /> <EnumValue Name="static" DisplayName="Static (LIB)" /> <EnumValue Name="ltcg" DisplayName="Static using link time compile generation (LTCG)" /> </EnumProperty> </Rule> </ProjectSchemaDefinitions>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/libzmq.import.xml
XML
gpl-3.0
2,461
 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.23107.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libzmq", "libzmq\libzmq.vcxproj", "{641C5F36-32EE-4323-B740-992B651CF9D6}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "inproc_thr", "inproc_thr\inproc_thr.vcxproj", "{1077E977-95DD-4E73-A692-74647DD0CC1E}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "inproc_lat", "inproc_lat\inproc_lat.vcxproj", "{6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote_thr", "remote_thr\remote_thr.vcxproj", "{B15E059C-0CBB-4A82-8C42-6567FB650802}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remote_lat", "remote_lat\remote_lat.vcxproj", "{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "local_thr", "local_thr\local_thr.vcxproj", "{8EF2DF6B-6646-460F-8032-913B70FE0E94}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "local_lat", "local_lat\local_lat.vcxproj", "{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution DynDebug|Win32 = DynDebug|Win32 DynDebug|x64 = DynDebug|x64 DynRelease|Win32 = DynRelease|Win32 DynRelease|x64 = DynRelease|x64 LtcgDebug|Win32 = LtcgDebug|Win32 LtcgDebug|x64 = LtcgDebug|x64 LtcgRelease|Win32 = LtcgRelease|Win32 LtcgRelease|x64 = LtcgRelease|x64 StaticDebug|Win32 = StaticDebug|Win32 StaticDebug|x64 = StaticDebug|x64 StaticRelease|Win32 = StaticRelease|Win32 StaticRelease|x64 = StaticRelease|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {641C5F36-32EE-4323-B740-992B651CF9D6}.DynDebug|Win32.ActiveCfg = DebugDLL|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.DynDebug|Win32.Build.0 = DebugDLL|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.DynDebug|x64.ActiveCfg = DebugDLL|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.DynDebug|x64.Build.0 = DebugDLL|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.DynRelease|Win32.ActiveCfg = ReleaseDLL|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.DynRelease|Win32.Build.0 = ReleaseDLL|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.DynRelease|x64.ActiveCfg = ReleaseDLL|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.DynRelease|x64.Build.0 = ReleaseDLL|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.LtcgDebug|Win32.ActiveCfg = DebugLTCG|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.LtcgDebug|Win32.Build.0 = DebugLTCG|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.LtcgDebug|x64.ActiveCfg = DebugLTCG|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.LtcgDebug|x64.Build.0 = DebugLTCG|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.LtcgRelease|Win32.ActiveCfg = ReleaseLTCG|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.LtcgRelease|Win32.Build.0 = ReleaseLTCG|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.LtcgRelease|x64.ActiveCfg = ReleaseLTCG|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.LtcgRelease|x64.Build.0 = ReleaseLTCG|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.StaticDebug|Win32.ActiveCfg = DebugLIB|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.StaticDebug|Win32.Build.0 = DebugLIB|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.StaticDebug|x64.ActiveCfg = DebugLIB|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.StaticDebug|x64.Build.0 = DebugLIB|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.StaticRelease|Win32.ActiveCfg = ReleaseLIB|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.StaticRelease|Win32.Build.0 = ReleaseLIB|Win32 {641C5F36-32EE-4323-B740-992B651CF9D6}.StaticRelease|x64.ActiveCfg = ReleaseLIB|x64 {641C5F36-32EE-4323-B740-992B651CF9D6}.StaticRelease|x64.Build.0 = ReleaseLIB|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.DynDebug|Win32.ActiveCfg = DebugDEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.DynDebug|Win32.Build.0 = DebugDEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.DynDebug|x64.ActiveCfg = DebugDEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.DynDebug|x64.Build.0 = DebugDEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.DynRelease|Win32.ActiveCfg = ReleaseDEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.DynRelease|Win32.Build.0 = ReleaseDEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.DynRelease|x64.ActiveCfg = ReleaseDEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.DynRelease|x64.Build.0 = ReleaseDEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.LtcgDebug|Win32.ActiveCfg = DebugLEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.LtcgDebug|Win32.Build.0 = DebugLEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.LtcgDebug|x64.ActiveCfg = DebugLEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.LtcgDebug|x64.Build.0 = DebugLEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.LtcgRelease|Win32.ActiveCfg = ReleaseLEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.LtcgRelease|Win32.Build.0 = ReleaseLEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.LtcgRelease|x64.ActiveCfg = ReleaseLEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.LtcgRelease|x64.Build.0 = ReleaseLEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.StaticDebug|Win32.ActiveCfg = DebugSEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.StaticDebug|Win32.Build.0 = DebugSEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.StaticDebug|x64.ActiveCfg = DebugSEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.StaticDebug|x64.Build.0 = DebugSEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.StaticRelease|Win32.ActiveCfg = ReleaseSEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.StaticRelease|Win32.Build.0 = ReleaseSEXE|Win32 {1077E977-95DD-4E73-A692-74647DD0CC1E}.StaticRelease|x64.ActiveCfg = ReleaseSEXE|x64 {1077E977-95DD-4E73-A692-74647DD0CC1E}.StaticRelease|x64.Build.0 = ReleaseSEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.DynDebug|Win32.ActiveCfg = DebugDEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.DynDebug|Win32.Build.0 = DebugDEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.DynDebug|x64.ActiveCfg = DebugDEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.DynDebug|x64.Build.0 = DebugDEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.DynRelease|Win32.ActiveCfg = ReleaseDEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.DynRelease|Win32.Build.0 = ReleaseDEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.DynRelease|x64.ActiveCfg = ReleaseDEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.DynRelease|x64.Build.0 = ReleaseDEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.LtcgDebug|Win32.ActiveCfg = DebugLEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.LtcgDebug|Win32.Build.0 = DebugLEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.LtcgDebug|x64.ActiveCfg = DebugLEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.LtcgDebug|x64.Build.0 = DebugLEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.LtcgRelease|Win32.ActiveCfg = ReleaseLEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.LtcgRelease|Win32.Build.0 = ReleaseLEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.LtcgRelease|x64.ActiveCfg = ReleaseLEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.LtcgRelease|x64.Build.0 = ReleaseLEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.StaticDebug|Win32.ActiveCfg = DebugSEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.StaticDebug|Win32.Build.0 = DebugSEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.StaticDebug|x64.ActiveCfg = DebugSEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.StaticDebug|x64.Build.0 = DebugSEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.StaticRelease|Win32.ActiveCfg = ReleaseSEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.StaticRelease|Win32.Build.0 = ReleaseSEXE|Win32 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.StaticRelease|x64.ActiveCfg = ReleaseSEXE|x64 {6FF7436F-B3F6-4AE9-A3AC-CFDE8A3872A0}.StaticRelease|x64.Build.0 = ReleaseSEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.DynDebug|Win32.ActiveCfg = DebugDEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.DynDebug|Win32.Build.0 = DebugDEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.DynDebug|x64.ActiveCfg = DebugDEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.DynDebug|x64.Build.0 = DebugDEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.DynRelease|Win32.ActiveCfg = ReleaseDEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.DynRelease|Win32.Build.0 = ReleaseDEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.DynRelease|x64.ActiveCfg = ReleaseDEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.DynRelease|x64.Build.0 = ReleaseDEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.LtcgDebug|Win32.ActiveCfg = DebugLEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.LtcgDebug|Win32.Build.0 = DebugLEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.LtcgDebug|x64.ActiveCfg = DebugLEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.LtcgDebug|x64.Build.0 = DebugLEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.LtcgRelease|Win32.ActiveCfg = ReleaseLEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.LtcgRelease|Win32.Build.0 = ReleaseLEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.LtcgRelease|x64.ActiveCfg = ReleaseLEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.LtcgRelease|x64.Build.0 = ReleaseLEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.StaticDebug|Win32.ActiveCfg = DebugSEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.StaticDebug|Win32.Build.0 = DebugSEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.StaticDebug|x64.ActiveCfg = DebugSEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.StaticDebug|x64.Build.0 = DebugSEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.StaticRelease|Win32.ActiveCfg = ReleaseSEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.StaticRelease|Win32.Build.0 = ReleaseSEXE|Win32 {B15E059C-0CBB-4A82-8C42-6567FB650802}.StaticRelease|x64.ActiveCfg = ReleaseSEXE|x64 {B15E059C-0CBB-4A82-8C42-6567FB650802}.StaticRelease|x64.Build.0 = ReleaseSEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.DynDebug|Win32.ActiveCfg = DebugDEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.DynDebug|Win32.Build.0 = DebugDEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.DynDebug|x64.ActiveCfg = DebugDEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.DynDebug|x64.Build.0 = DebugDEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.DynRelease|Win32.ActiveCfg = ReleaseDEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.DynRelease|Win32.Build.0 = ReleaseDEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.DynRelease|x64.ActiveCfg = ReleaseDEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.DynRelease|x64.Build.0 = ReleaseDEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.LtcgDebug|Win32.ActiveCfg = DebugLEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.LtcgDebug|Win32.Build.0 = DebugLEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.LtcgDebug|x64.ActiveCfg = DebugLEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.LtcgDebug|x64.Build.0 = DebugLEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.LtcgRelease|Win32.ActiveCfg = ReleaseLEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.LtcgRelease|Win32.Build.0 = ReleaseLEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.LtcgRelease|x64.ActiveCfg = ReleaseLEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.LtcgRelease|x64.Build.0 = ReleaseLEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.StaticDebug|Win32.ActiveCfg = DebugSEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.StaticDebug|Win32.Build.0 = DebugSEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.StaticDebug|x64.ActiveCfg = DebugSEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.StaticDebug|x64.Build.0 = DebugSEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.StaticRelease|Win32.ActiveCfg = ReleaseSEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.StaticRelease|Win32.Build.0 = ReleaseSEXE|Win32 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.StaticRelease|x64.ActiveCfg = ReleaseSEXE|x64 {9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}.StaticRelease|x64.Build.0 = ReleaseSEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.DynDebug|Win32.ActiveCfg = DebugDEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.DynDebug|Win32.Build.0 = DebugDEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.DynDebug|x64.ActiveCfg = DebugDEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.DynDebug|x64.Build.0 = DebugDEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.DynRelease|Win32.ActiveCfg = ReleaseDEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.DynRelease|Win32.Build.0 = ReleaseDEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.DynRelease|x64.ActiveCfg = ReleaseDEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.DynRelease|x64.Build.0 = ReleaseDEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.LtcgDebug|Win32.ActiveCfg = DebugLEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.LtcgDebug|Win32.Build.0 = DebugLEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.LtcgDebug|x64.ActiveCfg = DebugLEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.LtcgDebug|x64.Build.0 = DebugLEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.LtcgRelease|Win32.ActiveCfg = ReleaseLEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.LtcgRelease|Win32.Build.0 = ReleaseLEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.LtcgRelease|x64.ActiveCfg = ReleaseLEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.LtcgRelease|x64.Build.0 = ReleaseLEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.StaticDebug|Win32.ActiveCfg = DebugSEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.StaticDebug|Win32.Build.0 = DebugSEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.StaticDebug|x64.ActiveCfg = DebugSEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.StaticDebug|x64.Build.0 = DebugSEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.StaticRelease|Win32.ActiveCfg = ReleaseSEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.StaticRelease|Win32.Build.0 = ReleaseSEXE|Win32 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.StaticRelease|x64.ActiveCfg = ReleaseSEXE|x64 {8EF2DF6B-6646-460F-8032-913B70FE0E94}.StaticRelease|x64.Build.0 = ReleaseSEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.DynDebug|Win32.ActiveCfg = DebugDEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.DynDebug|Win32.Build.0 = DebugDEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.DynDebug|x64.ActiveCfg = DebugDEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.DynDebug|x64.Build.0 = DebugDEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.DynRelease|Win32.ActiveCfg = ReleaseDEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.DynRelease|Win32.Build.0 = ReleaseDEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.DynRelease|x64.ActiveCfg = ReleaseDEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.DynRelease|x64.Build.0 = ReleaseDEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.LtcgDebug|Win32.ActiveCfg = DebugLEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.LtcgDebug|Win32.Build.0 = DebugLEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.LtcgDebug|x64.ActiveCfg = DebugLEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.LtcgDebug|x64.Build.0 = DebugLEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.LtcgRelease|Win32.ActiveCfg = ReleaseLEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.LtcgRelease|Win32.Build.0 = ReleaseLEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.LtcgRelease|x64.ActiveCfg = ReleaseLEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.LtcgRelease|x64.Build.0 = ReleaseLEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.StaticDebug|Win32.ActiveCfg = DebugSEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.StaticDebug|Win32.Build.0 = DebugSEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.StaticDebug|x64.ActiveCfg = DebugSEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.StaticDebug|x64.Build.0 = DebugSEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.StaticRelease|Win32.ActiveCfg = ReleaseSEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.StaticRelease|Win32.Build.0 = ReleaseSEXE|Win32 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.StaticRelease|x64.ActiveCfg = ReleaseSEXE|x64 {4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}.StaticRelease|x64.Build.0 = ReleaseSEXE|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/libzmq.sln
sln
gpl-3.0
16,060
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ Library Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- User Interface --> <ItemGroup Label="BuildOptionsExtension"> <PropertyPageSchema Include="$(MSBuildThisFileDirectory)$(ProjectName).xml" /> </ItemGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;$(ProjectDir)..\..\..\..\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <EnablePREfast>false</EnablePREfast> <PrecompiledHeader>Use</PrecompiledHeader> <PrecompiledHeaderFile>precompiled.hpp</PrecompiledHeaderFile> <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;FD_SETSIZE=16384;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-sodium)' == 'true'">ZMQ_USE_LIBSODIUM;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-sodium)' == 'true'">ZMQ_HAVE_CURVE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-openpgm)' == 'true'">ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-gssapi)' == 'true'">HAVE_LIBGSSAPI_KRB5;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-draftapi)' == 'true'">ZMQ_BUILD_DRAFT_API;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-usepoll)' == 'true'">ZMQ_USE_POLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Option-usepoll)' != 'true'">ZMQ_USE_SELECT;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(ConfigurationType)' == 'StaticLibrary'">ZMQ_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(ConfigurationType)' == 'DynamicLibrary'">DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Ws2_32.lib;Rpcrt4.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> <Lib Condition="'$(ConfigurationType)'=='StaticLibrary'"> <AdditionalOptions>/ignore:4221 %(AdditionalOptions)</AdditionalOptions> </Lib> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="OptionInfo" BeforeTargets="PrepareForBuild"> <Message Text="Option-sodium : $(Option-sodium)" Importance="high"/> <Message Text="Option-openpgm : $(Option-openpgm)" Importance="high"/> <Message Text="Option-gssapi : $(Option-gssapi)" Importance="high"/> <Message Text="Option-draftapi : $(Option-draftapi)" Importance="high"/> <Message Text="Option-usepoll : $(Option-usepoll)" Importance="high"/> </Target> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(Option-sodium)' == 'true'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/libzmq/libzmq.props
props
gpl-3.0
4,179
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{641C5F36-32EE-4323-B740-992B651CF9D6}</ProjectGuid> <ProjectName>libzmq</ProjectName> <PlatformToolset>v141</PlatformToolset> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDLL|Win32"> <Configuration>DebugDLL</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDLL|Win32"> <Configuration>ReleaseDLL</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDLL|x64"> <Configuration>DebugDLL</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDLL|x64"> <Configuration>ReleaseDLL</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLTCG|Win32"> <Configuration>DebugLTCG</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLTCG|Win32"> <Configuration>ReleaseLTCG</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLTCG|x64"> <Configuration>DebugLTCG</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLTCG|x64"> <Configuration>ReleaseLTCG</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLIB|Win32"> <Configuration>DebugLIB</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLIB|Win32"> <Configuration>ReleaseLIB</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLIB|x64"> <Configuration>DebugLIB</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLIB|x64"> <Configuration>ReleaseLIB</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Configuration"> <ConfigurationType Condition="$(Configuration.IndexOf('DLL')) == -1">StaticLibrary</ConfigurationType> <ConfigurationType Condition="$(Configuration.IndexOf('DLL')) != -1">DynamicLibrary</ConfigurationType> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> <ClInclude Include="..\..\resource.h" /> <ClInclude Include="..\..\..\..\include\zmq.h" /> <ClInclude Include="..\..\..\..\src\zmq_draft.h" /> <ClInclude Include="..\..\..\..\src\address.hpp" /> <ClInclude Include="..\..\..\..\src\array.hpp" /> <ClInclude Include="..\..\..\..\src\atomic_counter.hpp" /> <ClInclude Include="..\..\..\..\src\atomic_ptr.hpp" /> <ClInclude Include="..\..\..\..\src\blob.hpp" /> <ClInclude Include="..\..\..\..\src\client.hpp" /> <ClInclude Include="..\..\..\..\src\clock.hpp" /> <ClInclude Include="..\..\..\..\src\command.hpp" /> <ClInclude Include="..\..\..\..\src\condition_variable.hpp" /> <ClInclude Include="..\..\..\..\src\config.hpp" /> <ClInclude Include="..\..\..\..\src\ctx.hpp" /> <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\dgram.hpp" /> <ClInclude Include="..\..\..\..\src\dish.hpp" /> <ClInclude Include="..\..\..\..\src\dist.hpp" /> <ClInclude Include="..\..\..\..\src\encoder.hpp" /> <ClInclude Include="..\..\..\..\src\epoll.hpp" /> <ClInclude Include="..\..\..\..\src\err.hpp" /> <ClInclude Include="..\..\..\..\src\fd.hpp" /> <ClInclude Include="..\..\..\..\src\fq.hpp" /> <ClInclude Include="..\..\..\..\src\gather.hpp" /> <ClInclude Include="..\..\..\..\src\gssapi_client.hpp" /> <ClInclude Include="..\..\..\..\src\gssapi_mechanism_base.hpp" /> <ClInclude Include="..\..\..\..\src\gssapi_server.hpp" /> <ClInclude Include="..\..\..\..\src\i_engine.hpp" /> <ClInclude Include="..\..\..\..\src\i_poll_events.hpp" /> <ClInclude Include="..\..\..\..\src\io_object.hpp" /> <ClInclude Include="..\..\..\..\src\io_thread.hpp" /> <ClInclude Include="..\..\..\..\src\ip.hpp" /> <ClInclude Include="..\..\..\..\src\ipc_address.hpp" /> <ClInclude Include="..\..\..\..\src\ipc_connecter.hpp" /> <ClInclude Include="..\..\..\..\src\ipc_listener.hpp" /> <ClInclude Include="..\..\..\..\src\kqueue.hpp" /> <ClInclude Include="..\..\..\..\src\lb.hpp" /> <ClInclude Include="..\..\..\..\src\likely.hpp" /> <ClInclude Include="..\..\..\..\src\mailbox.hpp" /> <ClInclude Include="..\..\..\..\src\mailbox_safe.hpp" /> <ClInclude Include="..\..\..\..\src\msg.hpp" /> <ClInclude Include="..\..\..\..\src\mtrie.hpp" /> <ClInclude Include="..\..\..\..\src\mutex.hpp" /> <ClInclude Include="..\..\..\..\src\object.hpp" /> <ClInclude Include="..\..\..\..\src\options.hpp" /> <ClInclude Include="..\..\..\..\src\own.hpp" /> <ClInclude Include="..\..\..\..\src\pair.hpp" /> <ClInclude Include="..\..\..\..\src\pgm_receiver.hpp" /> <ClInclude Include="..\..\..\..\src\pgm_sender.hpp" /> <ClInclude Include="..\..\..\..\src\pgm_socket.hpp" /> <ClInclude Include="..\..\..\..\src\pipe.hpp" /> <ClInclude Include="..\..\..\..\src\server.hpp" /> <ClInclude Include="..\..\..\..\src\socks.hpp" /> <ClInclude Include="..\..\..\..\src\socks_connecter.hpp" /> <ClInclude Include="..\..\..\..\src\poll.hpp" /> <ClInclude Include="..\..\..\..\src\poller.hpp" /> <ClInclude Include="..\..\..\..\src\poller_base.hpp" /> <ClInclude Include="..\..\..\..\src\precompiled.hpp" /> <ClInclude Include="..\..\..\..\src\proxy.hpp" /> <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" /> <ClInclude Include="..\..\..\..\src\reaper.hpp" /> <ClInclude Include="..\..\..\..\src\rep.hpp" /> <ClInclude Include="..\..\..\..\src\req.hpp" /> <ClInclude Include="..\..\..\..\src\scatter.hpp" /> <ClInclude Include="..\..\..\..\src\select.hpp" /> <ClInclude Include="..\..\..\..\src\session_base.hpp" /> <ClInclude Include="..\..\..\..\src\signaler.hpp" /> <ClInclude Include="..\..\..\..\src\socket_base.hpp" /> <ClInclude Include="..\..\..\..\src\stdint.hpp" /> <ClInclude Include="..\..\..\..\src\stream_engine.hpp" /> <ClInclude Include="..\..\..\..\src\sub.hpp" /> <ClInclude Include="..\..\..\..\src\tcp.hpp" /> <ClInclude Include="..\..\..\..\src\tcp_address.hpp" /> <ClInclude Include="..\..\..\..\src\tcp_connecter.hpp" /> <ClInclude Include="..\..\..\..\src\tcp_listener.hpp" /> <ClInclude Include="..\..\..\..\src\timers.hpp" /> <ClInclude Include="..\..\..\..\src\thread.hpp" /> <ClInclude Include="..\..\..\..\src\trie.hpp" /> <ClInclude Include="..\..\..\..\src\udp_address.hpp" /> <ClInclude Include="..\..\..\..\src\udp_engine.hpp" /> <ClInclude Include="..\..\..\..\src\v1_decoder.hpp" /> <ClInclude Include="..\..\..\..\src\v1_encoder.hpp" /> <ClInclude Include="..\..\..\..\src\v1_protocol.hpp" /> <ClInclude Include="..\..\..\..\src\windows.hpp" /> <ClInclude Include="..\..\..\..\src\wire.hpp" /> <ClInclude Include="..\..\..\..\src\xpub.hpp" /> <ClInclude Include="..\..\..\..\src\xrep.hpp" /> <ClInclude Include="..\..\..\..\src\xreq.hpp" /> <ClInclude Include="..\..\..\..\src\xsub.hpp" /> <ClInclude Include="..\..\..\..\src\ypipe.hpp" /> <ClInclude Include="..\..\..\..\src\yqueue.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\src\address.cpp" /> <ClCompile Include="..\..\..\..\src\client.cpp" /> <ClCompile Include="..\..\..\..\src\clock.cpp" /> <ClCompile Include="..\..\..\..\src\ctx.cpp" /> <ClCompile Include="..\..\..\..\src\curve_client.cpp" /> <ClCompile Include="..\..\..\..\src\curve_mechanism_base.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\dgram.cpp" /> <ClCompile Include="..\..\..\..\src\dish.cpp" /> <ClCompile Include="..\..\..\..\src\dist.cpp" /> <ClCompile Include="..\..\..\..\src\epoll.cpp" /> <ClCompile Include="..\..\..\..\src\err.cpp" /> <ClCompile Include="..\..\..\..\src\fq.cpp" /> <ClCompile Include="..\..\..\..\src\gather.cpp" /> <ClCompile Include="..\..\..\..\src\gssapi_client.cpp" /> <ClCompile Include="..\..\..\..\src\gssapi_mechanism_base.cpp" /> <ClCompile Include="..\..\..\..\src\gssapi_server.cpp" /> <ClCompile Include="..\..\..\..\src\io_object.cpp" /> <ClCompile Include="..\..\..\..\src\io_thread.cpp" /> <ClCompile Include="..\..\..\..\src\ip.cpp" /> <ClCompile Include="..\..\..\..\src\ipc_address.cpp" /> <ClCompile Include="..\..\..\..\src\ipc_connecter.cpp" /> <ClCompile Include="..\..\..\..\src\ipc_listener.cpp" /> <ClCompile Include="..\..\..\..\src\kqueue.cpp" /> <ClCompile Include="..\..\..\..\src\lb.cpp" /> <ClCompile Include="..\..\..\..\src\mailbox.cpp" /> <ClCompile Include="..\..\..\..\src\mailbox_safe.cpp" /> <ClCompile Include="..\..\..\..\src\mechanism.cpp" /> <ClCompile Include="..\..\..\..\src\mechanism_base.cpp" /> <ClCompile Include="..\..\..\..\src\metadata.cpp" /> <ClCompile Include="..\..\..\..\src\msg.cpp" /> <ClCompile Include="..\..\..\..\src\mtrie.cpp" /> <ClCompile Include="..\..\..\..\src\null_mechanism.cpp" /> <ClCompile Include="..\..\..\..\src\object.cpp" /> <ClCompile Include="..\..\..\..\src\options.cpp" /> <ClCompile Include="..\..\..\..\src\own.cpp" /> <ClCompile Include="..\..\..\..\src\pair.cpp" /> <ClCompile Include="..\..\..\..\src\pgm_receiver.cpp" /> <ClCompile Include="..\..\..\..\src\pgm_sender.cpp" /> <ClCompile Include="..\..\..\..\src\pgm_socket.cpp" /> <ClCompile Include="..\..\..\..\src\pipe.cpp" /> <ClCompile Include="..\..\..\..\src\plain_client.cpp" /> <ClCompile Include="..\..\..\..\src\plain_server.cpp" /> <ClCompile Include="..\..\..\..\src\poll.cpp" /> <ClCompile Include="..\..\..\..\src\poller_base.cpp" /> <ClCompile Include="..\..\..\..\src\precompiled.cpp"> <PrecompiledHeader>Create</PrecompiledHeader> </ClCompile> <ClCompile Include="..\..\..\..\src\proxy.cpp" /> <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" /> <ClCompile Include="..\..\..\..\src\reaper.cpp" /> <ClCompile Include="..\..\..\..\src\rep.cpp" /> <ClCompile Include="..\..\..\..\src\req.cpp" /> <ClCompile Include="..\..\..\..\src\router.cpp" /> <ClCompile Include="..\..\..\..\src\scatter.cpp" /> <ClCompile Include="..\..\..\..\src\select.cpp" /> <ClCompile Include="..\..\..\..\src\server.cpp" /> <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" /> <ClCompile Include="..\..\..\..\src\stream_engine.cpp" /> <ClCompile Include="..\..\..\..\src\sub.cpp" /> <ClCompile Include="..\..\..\..\src\tcp.cpp" /> <ClCompile Include="..\..\..\..\src\tcp_address.cpp" /> <ClCompile Include="..\..\..\..\src\tcp_connecter.cpp" /> <ClCompile Include="..\..\..\..\src\tcp_listener.cpp" /> <ClCompile Include="..\..\..\..\src\thread.cpp" /> <ClCompile Include="..\..\..\..\src\timers.cpp" /> <ClCompile Include="..\..\..\..\src\trie.cpp" /> <ClCompile Include="..\..\..\..\src\udp_address.cpp" /> <ClCompile Include="..\..\..\..\src\udp_engine.cpp" /> <ClCompile Include="..\..\..\..\src\v1_decoder.cpp" /> <ClCompile Include="..\..\..\..\src\v1_encoder.cpp" /> <ClCompile Include="..\..\..\..\src\v2_decoder.cpp" /> <ClCompile Include="..\..\..\..\src\v2_encoder.cpp" /> <ClCompile Include="..\..\..\..\src\xpub.cpp" /> <ClCompile Include="..\..\..\..\src\xsub.cpp" /> <ClCompile Include="..\..\..\..\src\zap_client.cpp" /> <ClCompile Include="..\..\..\..\src\zmq.cpp" /> <ClCompile Include="..\..\..\..\src\zmq_utils.cpp" /> </ItemGroup> <ItemGroup> <None Include="..\..\..\..\packaging\nuget\package.bat" /> <None Include="..\..\..\..\packaging\nuget\package.config" /> <None Include="..\..\..\..\packaging\nuget\package.gsl" /> <None Include="..\..\..\..\packaging\nuget\package.nuspec" /> <None Include="..\..\..\..\packaging\nuget\package.targets" /> </ItemGroup> <ItemGroup> <Xml Include="..\..\..\..\packaging\nuget\package.xml" /> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\..\resource.rc" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/libzmq/libzmq.vcxproj
vcxproj
gpl-3.0
14,648
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <ClCompile Include="..\..\..\..\src\address.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\clock.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\ctx.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\dealer.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\devpoll.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\dgram.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\dist.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\epoll.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\err.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\fq.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\io_object.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\io_thread.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\ip.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\ipc_address.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\ipc_connecter.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\ipc_listener.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\kqueue.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\lb.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\mailbox.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\mechanism.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\metadata.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\msg.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\mtrie.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\null_mechanism.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\object.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\options.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\own.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pair.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pgm_receiver.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pgm_sender.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pgm_socket.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pipe.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\plain_client.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\plain_server.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\poll.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\poller_base.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\proxy.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pub.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\pull.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\push.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\random.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\raw_decoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\raw_encoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\reaper.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\rep.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\req.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\router.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\scatter.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\select.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\session_base.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\signaler.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\socket_base.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\stream.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\stream_engine.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\sub.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\tcp.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\tcp_address.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\tcp_connecter.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\tcp_listener.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\thread.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\trie.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\v1_decoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\v1_encoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\v2_decoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\v2_encoder.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\xpub.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\xsub.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\zmq.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\zmq_utils.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\precompiled.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\curve_client.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\curve_server.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\gather.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\gssapi_mechanism_base.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\gssapi_server.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\gssapi_client.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\socks.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\socks_connecter.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\server.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\client.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\mailbox_safe.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\decoder_allocators.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\socket_poller.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\udp_address.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\udp_engine.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\dish.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\radio.cpp"> <Filter>src</Filter> </ClCompile> <ClCompile Include="..\..\..\..\src\timers.cpp"> <Filter>src</Filter> </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\..\..\include\zmq.h"> <Filter>include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\address.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\array.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\atomic_counter.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\atomic_ptr.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\blob.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\clock.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\command.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\config.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ctx.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\devpoll.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\dgram.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\dist.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\encoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\epoll.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\err.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\fd.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\fq.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\i_engine.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\i_poll_events.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\io_object.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\io_thread.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ip.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ipc_address.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ipc_connecter.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ipc_listener.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\kqueue.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\lb.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\decoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\likely.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\mailbox.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\msg.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\mtrie.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\mutex.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\object.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\options.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\own.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pair.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pgm_receiver.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\yqueue.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\ypipe.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\xsub.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\xreq.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\xrep.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\xpub.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\wire.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\windows.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\v1_encoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\v1_protocol.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\v1_decoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\trie.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\thread.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\tcp_listener.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\tcp_connecter.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\tcp_address.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\tcp.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\sub.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\stream_engine.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\stdint.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\socket_base.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\signaler.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\session_base.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\scatter.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\select.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\req.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\rep.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\reaper.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\raw_encoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\raw_decoder.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\random.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\push.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pull.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pub.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\proxy.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\precompiled.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\poller_base.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\poller.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\poll.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\platform.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pipe.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pgm_socket.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\pgm_sender.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\resource.h"> <Filter>resource</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\curve_client.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\curve_server.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\gather.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\gssapi_mechanism_base.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\gssapi_server.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\gssapi_client.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\socks.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\socks_connecter.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\server.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\client.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\mailbox_safe.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\condition_variable.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\decoder_allocators.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\udp_address.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\udp_engine.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\dish.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\radio.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\timers.hpp"> <Filter>src\include</Filter> </ClInclude> <ClInclude Include="..\..\..\..\src\zmq_draft.h"> <Filter>src\include</Filter> </ClInclude> </ItemGroup> <ItemGroup> <Filter Include="include"> <UniqueIdentifier>{f7e88c6c-e408-4631-959c-fe3568656d70}</UniqueIdentifier> </Filter> <Filter Include="src"> <UniqueIdentifier>{35f0c644-e1d8-4a46-bb33-06bb8b645fff}</UniqueIdentifier> </Filter> <Filter Include="src\include"> <UniqueIdentifier>{90853975-3420-4f06-8be4-4ab3d9792160}</UniqueIdentifier> </Filter> <Filter Include="packaging"> <UniqueIdentifier>{f5e26e9d-c33d-45c1-95e4-0732acd28b59}</UniqueIdentifier> </Filter> <Filter Include="resource"> <UniqueIdentifier>{e66010e4-a9ea-4e2e-8bc6-12fec14bb009}</UniqueIdentifier> </Filter> </ItemGroup> <ItemGroup> <None Include="..\..\..\..\packaging\nuget\package.bat"> <Filter>packaging</Filter> </None> <None Include="..\..\..\..\packaging\nuget\package.config"> <Filter>packaging</Filter> </None> <None Include="..\..\..\..\packaging\nuget\package.gsl"> <Filter>packaging</Filter> </None> <None Include="..\..\..\..\packaging\nuget\package.targets"> <Filter>packaging</Filter> </None> <None Include="..\..\..\..\packaging\nuget\package.nuspec"> <Filter>packaging</Filter> </None> </ItemGroup> <ItemGroup> <Xml Include="..\..\..\..\packaging\nuget\package.xml"> <Filter>packaging</Filter> </Xml> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\..\resource.rc"> <Filter>resource</Filter> </ResourceCompile> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/libzmq/libzmq.vcxproj.filters
filters
gpl-3.0
21,231
<?xml version="1.0" encoding="utf-8"?> <ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework"> <Rule Name="libzmq-uiextension" PageTemplate="tool" DisplayName="ZMQ Options" SwitchPrefix="/" Order="1"> <Rule.Categories> <Category Name="sodium" DisplayName="sodium" /> <Category Name="openpgm" DisplayName="openpgm" /> <Category Name="gssapi" DisplayName="gssapi" /> <Category Name="draftapi" DisplayName="draftapi" /> <Category Name="usepoll" DisplayName="usepoll" /> </Rule.Categories> <Rule.DataSource> <DataSource Persistence="ProjectFile" ItemType="" /> </Rule.DataSource> <EnumProperty Name="Option-sodium" DisplayName="Enable Sodium" Description="Enable Sodium build option" Category="sodium"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-openpgm" DisplayName="Enable OpenPGM" Description="Enable OpenPGM build option" Category="openpgm"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-gssapi" DisplayName="Enable GSS API" Description="Enable GSS API build option" Category="gssapi"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-draftapi" DisplayName="Enable Draft API" Description="Enable Draft API build option" Category="draftapi"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> <EnumProperty Name="Option-usepoll" DisplayName="Enable poll() usage (Vista+ only)" Description="Use poll() instead of select() for waiting on incoming data. Increases performance, but the binary will only run on Windows Vista or later." Category="usepoll"> <EnumValue Name="" DisplayName="No" /> <EnumValue Name="true" DisplayName="Yes" /> </EnumProperty> </Rule> </ProjectSchemaDefinitions>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/libzmq/libzmq.xml
XML
gpl-3.0
2,093
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ local_lat Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="..\libzmq.import.props" /> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <Linkage-libzmq>dynamic</Linkage-libzmq> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <Linkage-libzmq>ltcg</Linkage-libzmq> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <Linkage-libzmq>static</Linkage-libzmq> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libzmq : $(Linkage-libzmq)" Importance="high"/> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(HAVE_LIBSODIUM)'=='1'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/local_lat/local_lat.props
props
gpl-3.0
1,979
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{4FDB8C73-9D4A-4D87-A4A9-A7FC06DFEA57}</ProjectGuid> <ProjectName>local_lat</ProjectName> <PlatformToolset>v141</PlatformToolset> <ConfigurationType>Application</ConfigurationType> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDEXE|Win32"> <Configuration>DebugDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|Win32"> <Configuration>ReleaseDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDEXE|x64"> <Configuration>DebugDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|x64"> <Configuration>ReleaseDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|Win32"> <Configuration>DebugLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|Win32"> <Configuration>ReleaseLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|x64"> <Configuration>DebugLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|x64"> <Configuration>ReleaseLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|Win32"> <Configuration>DebugSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|Win32"> <Configuration>ReleaseSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|x64"> <Configuration>DebugSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|x64"> <Configuration>ReleaseSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\perf\local_lat.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ItemGroup> <ProjectReference Include="..\libzmq\libzmq.vcxproj"> <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/local_lat/local_lat.vcxproj
vcxproj
gpl-3.0
3,272
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ local_thr Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="..\libzmq.import.props" /> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <Linkage-libzmq>dynamic</Linkage-libzmq> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <Linkage-libzmq>ltcg</Linkage-libzmq> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <Linkage-libzmq>static</Linkage-libzmq> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libzmq : $(Linkage-libzmq)" Importance="high"/> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(HAVE_LIBSODIUM)'=='1'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/local_thr/local_thr.props
props
gpl-3.0
1,979
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{8EF2DF6B-6646-460F-8032-913B70FE0E94}</ProjectGuid> <ProjectName>local_thr</ProjectName> <PlatformToolset>v141</PlatformToolset> <ConfigurationType>Application</ConfigurationType> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDEXE|Win32"> <Configuration>DebugDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|Win32"> <Configuration>ReleaseDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDEXE|x64"> <Configuration>DebugDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|x64"> <Configuration>ReleaseDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|Win32"> <Configuration>DebugLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|Win32"> <Configuration>ReleaseLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|x64"> <Configuration>DebugLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|x64"> <Configuration>ReleaseLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|Win32"> <Configuration>DebugSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|Win32"> <Configuration>ReleaseSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|x64"> <Configuration>DebugSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|x64"> <Configuration>ReleaseSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\perf\local_thr.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ItemGroup> <ProjectReference Include="..\libzmq\libzmq.vcxproj"> <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/local_thr/local_thr.vcxproj
vcxproj
gpl-3.0
3,272
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ remote_lat Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="..\libzmq.import.props" /> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <Linkage-libzmq>dynamic</Linkage-libzmq> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <Linkage-libzmq>ltcg</Linkage-libzmq> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <Linkage-libzmq>static</Linkage-libzmq> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libzmq : $(Linkage-libzmq)" Importance="high"/> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(HAVE_LIBSODIUM)'=='1'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/remote_lat/remote_lat.props
props
gpl-3.0
1,980
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{9C20A37C-5D9F-4C4C-A2D9-E6EE91A077D1}</ProjectGuid> <ProjectName>remote_lat</ProjectName> <PlatformToolset>v141</PlatformToolset> <ConfigurationType>Application</ConfigurationType> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDEXE|Win32"> <Configuration>DebugDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|Win32"> <Configuration>ReleaseDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDEXE|x64"> <Configuration>DebugDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|x64"> <Configuration>ReleaseDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|Win32"> <Configuration>DebugLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|Win32"> <Configuration>ReleaseLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|x64"> <Configuration>DebugLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|x64"> <Configuration>ReleaseLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|Win32"> <Configuration>DebugSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|Win32"> <Configuration>ReleaseSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|x64"> <Configuration>DebugSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|x64"> <Configuration>ReleaseSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\perf\remote_lat.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ItemGroup> <ProjectReference Include="..\libzmq\libzmq.vcxproj"> <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/remote_lat/remote_lat.vcxproj
vcxproj
gpl-3.0
3,274
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ZeroMQ remote_thr Common Settings</_PropertySheetDisplayName> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <!-- Configuration --> <ItemDefinitionGroup> <ClCompile> <AdditionalIncludeDirectories>$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies>Advapi32.lib;Rpcrt4.lib;Ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <!-- Dependencies --> <ImportGroup Label="PropertySheets"> <Import Project="..\libzmq.import.props" /> <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props" Condition="Exists('$(MSBuildThisFileDirectory)..\..\..\..\..\libsodium\builds\msvc\vs2015\libsodium.import.props')" /> </ImportGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> <Linkage-libzmq>dynamic</Linkage-libzmq> <!--<Linkage-libsodium>dynamic</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> <Linkage-libzmq>ltcg</Linkage-libzmq> <!--<Linkage-libsodium>ltcg</Linkage-libsodium>--> </PropertyGroup> <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> <Linkage-libzmq>static</Linkage-libzmq> <!--<Linkage-libsodium>static</Linkage-libsodium>--> </PropertyGroup> <!-- Messages --> <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> <Message Text="Linkage-libzmq : $(Linkage-libzmq)" Importance="high"/> <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high" Condition="'$(HAVE_LIBSODIUM)'=='1'"/> </Target> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/remote_thr/remote_thr.props
props
gpl-3.0
1,982
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="Globals"> <ProjectGuid>{B15E059C-0CBB-4A82-8C42-6567FB650802}</ProjectGuid> <ProjectName>remote_thr</ProjectName> <PlatformToolset>v141</PlatformToolset> <ConfigurationType>Application</ConfigurationType> </PropertyGroup> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="DebugDEXE|Win32"> <Configuration>DebugDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|Win32"> <Configuration>ReleaseDEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugDEXE|x64"> <Configuration>DebugDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseDEXE|x64"> <Configuration>ReleaseDEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|Win32"> <Configuration>DebugLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|Win32"> <Configuration>ReleaseLEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugLEXE|x64"> <Configuration>DebugLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseLEXE|x64"> <Configuration>ReleaseLEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|Win32"> <Configuration>DebugSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|Win32"> <Configuration>ReleaseSEXE</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="DebugSEXE|x64"> <Configuration>DebugSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="ReleaseSEXE|x64"> <Configuration>ReleaseSEXE</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> <ClInclude Include="..\..\platform.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\..\..\perf\remote_thr.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ItemGroup> <ProjectReference Include="..\libzmq\libzmq.vcxproj"> <Project>{641c5f36-32ee-4323-b740-992b651cf9d6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> </Project>
sophomore_public/libzmq
builds/deprecated-msvc/vs2017/remote_thr/remote_thr.vcxproj
vcxproj
gpl-3.0
3,274
#!/usr/bin/env bash # used by oss-fuzz https://github.com/google/oss-fuzz/tree/master/projects/libzmq set -e set -x cd "${SRC}/libsodium" DO_NOT_UPDATE_CONFIG_SCRIPTS=1 ./autogen.sh ./configure --disable-shared --prefix=/install_prefix --disable-asm make -j$(nproc) V=1 install DESTDIR=/tmp/zmq_install_dir cd "${SRC}/libzmq" ./autogen.sh export LDFLAGS+=" $(PKG_CONFIG_PATH=/tmp/zmq_install_dir/install_prefix/lib/pkgconfig pkg-config --static --libs --define-prefix libsodium)" export CXXFLAGS+=" $(PKG_CONFIG_PATH=/tmp/zmq_install_dir/install_prefix/lib/pkgconfig pkg-config --static --cflags --define-prefix libsodium)" ./configure --disable-shared --prefix=/install_prefix --disable-perf --disable-curve-keygen PKG_CONFIG_PATH=/tmp/zmq_install_dir/install_prefix/lib/pkgconfig --with-libsodium=yes --with-fuzzing-installdir=fuzzers --with-fuzzing-engine=$LIB_FUZZING_ENGINE make -j$(nproc) V=1 install DESTDIR=/tmp/zmq_install_dir cd "${SRC}/libzmq-fuzz-corpora" cp dictionaries/* /tmp/zmq_install_dir/install_prefix/fuzzers/ for t in test_*_seed_corpus; do zip -j --quiet /tmp/zmq_install_dir/install_prefix/fuzzers/${t}.zip ${t}/* done cp /tmp/zmq_install_dir/install_prefix/fuzzers/* "${OUT}"
sophomore_public/libzmq
builds/fuzz/ci_build.sh
Shell
gpl-3.0
1,208
project.Makefile *.mk out/ Makefile
sophomore_public/libzmq
builds/gyp/.gitignore
Git
gpl-3.0
37
@echo off :- Needs Visual Studio 2015 "\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\vcvars32.bat" msbuild /m /v:m project.sln
sophomore_public/libzmq
builds/gyp/build.bat
Batchfile
gpl-3.0
139
/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_PLATFORM_HPP_INCLUDED__ #define __ZMQ_PLATFORM_HPP_INCLUDED__ // This file provides the configuration for Linux, Windows, and OS/X // as determined by ZMQ_HAVE_XXX macros passed from project.gyp // Check that we're being called from our gyp makefile #ifndef ZMQ_GYP_BUILD # error "foreign platform.hpp detected, please re-configure" #endif // Set for all platforms #define ZMQ_HAVE_CURVE 1 #if defined ZMQ_HAVE_WINDOWS # define ZMQ_USE_SELECT 1 #elif defined ZMQ_HAVE_OSX # define ZMQ_USE_KQUEUE 1 # define HAVE_POSIX_MEMALIGN 1 # define ZMQ_HAVE_IFADDRS 1 # define ZMQ_HAVE_SO_KEEPALIVE 1 # define ZMQ_HAVE_TCP_KEEPALIVE 1 # define ZMQ_HAVE_TCP_KEEPCNT 1 # define ZMQ_HAVE_TCP_KEEPINTVL 1 # define ZMQ_HAVE_UIO 1 # define HAVE_FORK 1 #elif defined ZMQ_HAVE_LINUX # define ZMQ_USE_EPOLL 1 # define HAVE_POSIX_MEMALIGN 1 # define ZMQ_HAVE_EVENTFD 1 # define ZMQ_HAVE_IFADDRS 1 # define ZMQ_HAVE_SOCK_CLOEXEC 1 # define ZMQ_HAVE_SO_BINDTODEVICE 1 # define ZMQ_HAVE_SO_KEEPALIVE 1 # define ZMQ_HAVE_SO_PEERCRED 1 # define ZMQ_HAVE_TCP_KEEPCNT 1 # define ZMQ_HAVE_TCP_KEEPIDLE 1 # define ZMQ_HAVE_TCP_KEEPINTVL 1 # define ZMQ_HAVE_UIO 1 # define HAVE_CLOCK_GETTIME 1 # define HAVE_FORK 1 # define HAVE_ACCEPT4 1 #else # error "No platform defined, abandoning" #endif #endif
sophomore_public/libzmq
builds/gyp/platform.hpp
C++
gpl-3.0
1,390
.echo "Generating project-tests.gypi..." .output "project-tests.gypi" { 'targets': [ .for test { 'target_name': '$(name)', 'type': 'executable', 'sources': [ '../../tests/$(name).cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }$(last ()?? ""? ",") .endfor ] }
sophomore_public/libzmq
builds/gyp/project-tests.gsl
gsl
gpl-3.0
351
{ 'targets': [ { 'target_name': 'test_system', 'type': 'executable', 'sources': [ '../../tests/test_system.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_pair_inproc', 'type': 'executable', 'sources': [ '../../tests/test_pair_inproc.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_pair_tcp', 'type': 'executable', 'sources': [ '../../tests/test_pair_tcp.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_reqrep_inproc', 'type': 'executable', 'sources': [ '../../tests/test_reqrep_inproc.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_reqrep_tcp', 'type': 'executable', 'sources': [ '../../tests/test_reqrep_tcp.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_hwm', 'type': 'executable', 'sources': [ '../../tests/test_hwm.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_hwm_pubsub', 'type': 'executable', 'sources': [ '../../tests/test_hwm_pubsub.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_reqrep_device', 'type': 'executable', 'sources': [ '../../tests/test_reqrep_device.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_sub_forward', 'type': 'executable', 'sources': [ '../../tests/test_sub_forward.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_invalid_rep', 'type': 'executable', 'sources': [ '../../tests/test_invalid_rep.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_msg_flags', 'type': 'executable', 'sources': [ '../../tests/test_msg_flags.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_msg_ffn', 'type': 'executable', 'sources': [ '../../tests/test_msg_ffn.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_msg_init', 'type': 'executable', 'sources': [ '../../tests/test_msg_init.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_connect_resolve', 'type': 'executable', 'sources': [ '../../tests/test_connect_resolve.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_immediate', 'type': 'executable', 'sources': [ '../../tests/test_immediate.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_last_endpoint', 'type': 'executable', 'sources': [ '../../tests/test_last_endpoint.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_term_endpoint', 'type': 'executable', 'sources': [ '../../tests/test_term_endpoint.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_srcfd', 'type': 'executable', 'sources': [ '../../tests/test_srcfd.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_monitor', 'type': 'executable', 'sources': [ '../../tests/test_monitor.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_router_mandatory', 'type': 'executable', 'sources': [ '../../tests/test_router_mandatory.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_router_mandatory_hwm', 'type': 'executable', 'sources': [ '../../tests/test_router_mandatory_hwm.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_router_handover', 'type': 'executable', 'sources': [ '../../tests/test_router_handover.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_probe_router', 'type': 'executable', 'sources': [ '../../tests/test_probe_router.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_stream', 'type': 'executable', 'sources': [ '../../tests/test_stream.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_stream_empty', 'type': 'executable', 'sources': [ '../../tests/test_stream_empty.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_stream_disconnect', 'type': 'executable', 'sources': [ '../../tests/test_stream_disconnect.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_stream_timeout', 'type': 'executable', 'sources': [ '../../tests/test_stream_timeout.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_disconnect_inproc', 'type': 'executable', 'sources': [ '../../tests/test_disconnect_inproc.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_unbind_inproc', 'type': 'executable', 'sources': [ '../../tests/test_unbind_inproc.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_unbind_wildcard', 'type': 'executable', 'sources': [ '../../tests/test_unbind_wildcard.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_ctx_options', 'type': 'executable', 'sources': [ '../../tests/test_ctx_options.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_ctx_destroy', 'type': 'executable', 'sources': [ '../../tests/test_ctx_destroy.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_security_null', 'type': 'executable', 'sources': [ '../../tests/test_security_null.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_security_plain', 'type': 'executable', 'sources': [ '../../tests/test_security_plain.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_security_curve', 'type': 'executable', 'sources': [ '../../tests/test_security_curve.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_security_zap', 'type': 'executable', 'sources': [ '../../tests/test_security_zap.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_iov', 'type': 'executable', 'sources': [ '../../tests/test_iov.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_spec_req', 'type': 'executable', 'sources': [ '../../tests/test_spec_req.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_spec_rep', 'type': 'executable', 'sources': [ '../../tests/test_spec_rep.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_spec_dealer', 'type': 'executable', 'sources': [ '../../tests/test_spec_dealer.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_spec_router', 'type': 'executable', 'sources': [ '../../tests/test_spec_router.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_spec_pushpull', 'type': 'executable', 'sources': [ '../../tests/test_spec_pushpull.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_req_correlate', 'type': 'executable', 'sources': [ '../../tests/test_req_correlate.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_req_relaxed', 'type': 'executable', 'sources': [ '../../tests/test_req_relaxed.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_conflate', 'type': 'executable', 'sources': [ '../../tests/test_conflate.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_inproc_connect', 'type': 'executable', 'sources': [ '../../tests/test_inproc_connect.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_issue_566', 'type': 'executable', 'sources': [ '../../tests/test_issue_566.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_proxy', 'type': 'executable', 'sources': [ '../../tests/test_proxy.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_proxy_single_socket', 'type': 'executable', 'sources': [ '../../tests/test_proxy_single_socket.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_proxy_terminate', 'type': 'executable', 'sources': [ '../../tests/test_proxy_terminate.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_getsockopt_memset', 'type': 'executable', 'sources': [ '../../tests/test_getsockopt_memset.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_setsockopt', 'type': 'executable', 'sources': [ '../../tests/test_setsockopt.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_many_sockets', 'type': 'executable', 'sources': [ '../../tests/test_many_sockets.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_ipc_wildcard', 'type': 'executable', 'sources': [ '../../tests/test_ipc_wildcard.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_diffserv', 'type': 'executable', 'sources': [ '../../tests/test_diffserv.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_connect_rid', 'type': 'executable', 'sources': [ '../../tests/test_connect_rid.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_bind_src_address', 'type': 'executable', 'sources': [ '../../tests/test_bind_src_address.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_metadata', 'type': 'executable', 'sources': [ '../../tests/test_metadata.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_capabilities', 'type': 'executable', 'sources': [ '../../tests/test_capabilities.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_xpub_nodrop', 'type': 'executable', 'sources': [ '../../tests/test_xpub_nodrop.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_xpub_manual', 'type': 'executable', 'sources': [ '../../tests/test_xpub_manual.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_xpub_welcome_msg', 'type': 'executable', 'sources': [ '../../tests/test_xpub_welcome_msg.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_atomics', 'type': 'executable', 'sources': [ '../../tests/test_atomics.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_client_server', 'type': 'executable', 'sources': [ '../../tests/test_client_server.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_thread_safe', 'type': 'executable', 'sources': [ '../../tests/test_thread_safe.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_sockopt_hwm', 'type': 'executable', 'sources': [ '../../tests/test_sockopt_hwm.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_heartbeats', 'type': 'executable', 'sources': [ '../../tests/test_heartbeats.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_stream_exceeds_buffer', 'type': 'executable', 'sources': [ '../../tests/test_stream_exceeds_buffer.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_poller', 'type': 'executable', 'sources': [ '../../tests/test_poller.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_timers', 'type': 'executable', 'sources': [ '../../tests/test_timers.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_radio_dish', 'type': 'executable', 'sources': [ '../../tests/test_radio_dish.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_udp', 'type': 'executable', 'sources': [ '../../tests/test_udp.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_shutdown_stress', 'type': 'executable', 'sources': [ '../../tests/test_shutdown_stress.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_pair_ipc', 'type': 'executable', 'sources': [ '../../tests/test_pair_ipc.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_rebind_ipc', 'type': 'executable', 'sources': [ '../../tests/test_rebind_ipc.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_reqrep_ipc', 'type': 'executable', 'sources': [ '../../tests/test_reqrep_ipc.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_use_fd_ipc', 'type': 'executable', 'sources': [ '../../tests/test_use_fd_ipc.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_use_fd_tcp', 'type': 'executable', 'sources': [ '../../tests/test_use_fd_tcp.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_timeo', 'type': 'executable', 'sources': [ '../../tests/test_timeo.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_filter_ipc', 'type': 'executable', 'sources': [ '../../tests/test_filter_ipc.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_fork', 'type': 'executable', 'sources': [ '../../tests/test_fork.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_abstract_ipc', 'type': 'executable', 'sources': [ '../../tests/test_abstract_ipc.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], }, { 'target_name': 'test_pubsub', 'type': 'executable', 'sources': [ '../../tests/test_pubsub.cpp', '../../tests/testutil.hpp' ], 'dependencies': [ 'libzmq' ], } ] }
sophomore_public/libzmq
builds/gyp/project-tests.gypi
gypi
gpl-3.0
19,841
<tests script = "project-tests"> <test name = "test_system" /> <test name = "test_pair_inproc" /> <test name = "test_pair_tcp" /> <test name = "test_reqrep_inproc" /> <test name = "test_reqrep_tcp" /> <test name = "test_hwm" /> <test name = "test_hwm_pubsub" /> <test name = "test_reqrep_device" /> <test name = "test_sub_forward" /> <test name = "test_invalid_rep" /> <test name = "test_msg_flags" /> <test name = "test_msg_ffn" /> <test name = "test_msg_init" /> <test name = "test_connect_resolve" /> <test name = "test_immediate" /> <test name = "test_last_endpoint" /> <test name = "test_term_endpoint" /> <test name = "test_srcfd" /> <test name = "test_monitor" /> <test name = "test_router_mandatory" /> <test name = "test_router_mandatory_hwm" /> <test name = "test_router_handover" /> <test name = "test_probe_router" /> <test name = "test_stream" /> <test name = "test_stream_empty" /> <test name = "test_stream_disconnect" /> <test name = "test_stream_timeout" /> <test name = "test_disconnect_inproc" /> <test name = "test_unbind_inproc" /> <test name = "test_unbind_wildcard" /> <test name = "test_ctx_options" /> <test name = "test_ctx_destroy" /> <test name = "test_security_null" /> <test name = "test_security_plain" /> <test name = "test_security_curve" /> <test name = "test_security_zap" /> <test name = "test_iov" /> <test name = "test_spec_req" /> <test name = "test_spec_rep" /> <test name = "test_spec_dealer" /> <test name = "test_spec_router" /> <test name = "test_spec_pushpull" /> <test name = "test_req_correlate" /> <test name = "test_req_relaxed" /> <test name = "test_conflate" /> <test name = "test_inproc_connect" /> <test name = "test_issue_566" /> <test name = "test_proxy" /> <test name = "test_proxy_single_socket" /> <test name = "test_proxy_terminate" /> <test name = "test_getsockopt_memset" /> <test name = "test_setsockopt" /> <test name = "test_many_sockets" /> <test name = "test_ipc_wildcard" /> <test name = "test_diffserv" /> <test name = "test_connect_rid" /> <test name = "test_bind_src_address" /> <test name = "test_metadata" /> <test name = "test_capabilities" /> <test name = "test_xpub_nodrop" /> <test name = "test_xpub_manual" /> <test name = "test_xpub_welcome_msg" /> <test name = "test_atomics" /> <test name = "test_client_server" /> <test name = "test_thread_safe" /> <test name = "test_sockopt_hwm" /> <test name = "test_heartbeats" /> <test name = "test_stream_exceeds_buffer" /> <test name = "test_poller" /> <test name = "test_timers" /> <test name = "test_radio_dish" /> <test name = "test_udp" /> <test name = "test_shutdown_stress" /> <test name = "test_pair_ipc" /> <test name = "test_rebind_ipc" /> <test name = "test_reqrep_ipc" /> <test name = "test_use_fd_ipc" /> <test name = "test_use_fd_tcp" /> <test name = "test_timeo" /> <test name = "test_filter_ipc" /> <test name = "test_fork" /> <test name = "test_abstract_ipc" /> <test name = "test_pubsub" /> </tests>
sophomore_public/libzmq
builds/gyp/project-tests.xml
XML
gpl-3.0
3,270
# # This is the gyp script for libzmq # # Run in builds/gyp, as follows: # # gyp --depth=. --format=make # make { 'includes': [ 'project-tests.gypi', ], 'target_defaults': { 'include_dirs': [ '../../include', '.' ], 'defines': [ '_REENTRANT', '_THREAD_SAFE', 'ZMQ_CUSTOM_PLATFORM_HPP', 'ZMQ_GYP_BUILD' ], 'conditions': [ [ 'OS=="win"', { 'defines': [ 'ZMQ_HAVE_WINDOWS', 'ZMQ_STATIC', 'FD_SETSIZE=16384', '_CRT_SECURE_NO_WARNINGS', '_WINSOCK_DEPRECATED_NO_WARNINGS' ], 'libraries': [ 'ws2_32', 'advapi32', 'iphlpapi' ] }], [ 'OS=="mac"', { 'defines': [ 'ZMQ_HAVE_OSX' ], 'xcode_settings': { 'GCC_ENABLE_CPP_RTTI': 'YES' } }], [ 'OS=="linux"', { 'defines': [ 'ZMQ_HAVE_LINUX' ], 'cflags_cc!': [ '-fno-rtti' ], 'libraries': [ '-lpthread' ] }] ] }, 'targets': [ { 'target_name': 'libzmq', 'type': 'static_library', 'sources': [ 'platform.hpp', '../../include/zmq.h', '../../src/address.cpp', '../../src/address.hpp', '../../src/array.hpp', '../../src/atomic_counter.hpp', '../../src/atomic_ptr.hpp', '../../src/blob.hpp', '../../src/client.cpp', '../../src/client.hpp', '../../src/clock.cpp', '../../src/clock.hpp', '../../src/command.hpp', '../../src/compat.hpp', '../../src/condition_variable.hpp', '../../src/config.hpp', '../../src/ctx.cpp', '../../src/ctx.hpp', '../../src/curve_client.cpp', '../../src/curve_client.hpp', '../../src/curve_client_tools.hpp', '../../src/curve_mechanism_base.cpp', '../../src/curve_mechanism_base.hpp', '../../src/curve_server.cpp', '../../src/curve_server.hpp', '../../src/dbuffer.hpp', '../../src/dealer.cpp', '../../src/dealer.hpp', '../../src/decoder.hpp', '../../src/decoder_allocators.cpp', '../../src/decoder_allocators.hpp', '../../src/devpoll.cpp', '../../src/devpoll.hpp', '../../src/dish.cpp', '../../src/dish.hpp', '../../src/dist.cpp', '../../src/dist.hpp', '../../src/encoder.hpp', '../../src/epoll.cpp', '../../src/epoll.hpp', '../../src/err.cpp', '../../src/err.hpp', '../../src/fd.hpp', '../../src/fq.cpp', '../../src/fq.hpp', '../../src/gssapi_client.cpp', '../../src/gssapi_client.hpp', '../../src/gssapi_mechanism_base.cpp', '../../src/gssapi_mechanism_base.hpp', '../../src/gssapi_server.cpp', '../../src/gssapi_server.hpp', '../../src/i_decoder.hpp', '../../src/i_encoder.hpp', '../../src/i_engine.hpp', '../../src/i_mailbox.hpp', '../../src/i_poll_events.hpp', '../../src/io_object.cpp', '../../src/io_object.hpp', '../../src/io_thread.cpp', '../../src/io_thread.hpp', '../../src/ip.cpp', '../../src/ip.hpp', '../../src/ipc_address.cpp', '../../src/ipc_address.hpp', '../../src/ipc_connecter.cpp', '../../src/ipc_connecter.hpp', '../../src/ipc_listener.cpp', '../../src/ipc_listener.hpp', '../../src/kqueue.cpp', '../../src/kqueue.hpp', '../../src/lb.cpp', '../../src/lb.hpp', '../../src/likely.hpp', '../../src/mailbox.cpp', '../../src/mailbox.hpp', '../../src/mailbox_safe.cpp', '../../src/mailbox_safe.hpp', '../../src/mechanism.cpp', '../../src/mechanism.hpp ', '../../src/mechanism_base.cpp', '../../src/mechanism_base.hpp ', '../../src/metadata.cpp', '../../src/metadata.hpp', '../../src/msg.cpp', '../../src/msg.hpp', '../../src/mtrie.cpp', '../../src/mtrie.hpp', '../../src/mutex.hpp', '../../src/norm_engine.cpp', '../../src/norm_engine.hpp', '../../src/null_mechanism.cpp', '../../src/null_mechanism.hpp', '../../src/object.cpp', '../../src/object.hpp', '../../src/options.cpp', '../../src/options.hpp', '../../src/own.cpp', '../../src/own.hpp', '../../src/pair.cpp', '../../src/pair.hpp', '../../src/pgm_receiver.cpp', '../../src/pgm_receiver.hpp', '../../src/pgm_sender.cpp', '../../src/pgm_sender.hpp', '../../src/pgm_socket.cpp', '../../src/pgm_socket.hpp', '../../src/pipe.cpp', '../../src/pipe.hpp', '../../src/plain_client.cpp', '../../src/plain_client.hpp', '../../src/plain_server.cpp', '../../src/plain_server.hpp', '../../src/poll.cpp', '../../src/poll.hpp', '../../src/poller.hpp', '../../src/poller_base.cpp', '../../src/poller_base.hpp', '../../src/proxy.cpp', '../../src/proxy.hpp', '../../src/pub.cpp', '../../src/pub.hpp', '../../src/pull.cpp', '../../src/pull.hpp', '../../src/push.cpp', '../../src/push.hpp', '../../src/radio.cpp', '../../src/radio.hpp', '../../src/random.cpp', '../../src/random.hpp', '../../src/raw_decoder.cpp', '../../src/raw_decoder.hpp', '../../src/raw_encoder.cpp', '../../src/raw_encoder.hpp', '../../src/reaper.cpp', '../../src/reaper.hpp', '../../src/rep.cpp', '../../src/rep.hpp', '../../src/req.cpp', '../../src/req.hpp', '../../src/router.cpp', '../../src/router.hpp', '../../src/select.cpp', '../../src/select.hpp', '../../src/server.cpp', '../../src/server.hpp', '../../src/session_base.cpp', '../../src/session_base.hpp', '../../src/signaler.cpp', '../../src/signaler.hpp', '../../src/socket_base.cpp', '../../src/socket_base.hpp', '../../src/socket_poller.cpp', '../../src/socket_poller.hpp', '../../src/socks.cpp', '../../src/socks.hpp', '../../src/socks_connecter.cpp', '../../src/socks_connecter.hpp', '../../src/stdint.hpp', '../../src/stream.cpp', '../../src/stream.hpp', '../../src/stream_engine.cpp', '../../src/stream_engine.hpp', '../../src/sub.cpp', '../../src/sub.hpp', '../../src/tcp.cpp', '../../src/tcp.hpp', '../../src/tcp_address.cpp', '../../src/tcp_address.hpp', '../../src/tcp_connecter.cpp', '../../src/tcp_connecter.hpp', '../../src/tcp_listener.cpp', '../../src/tcp_listener.hpp', '../../src/thread.cpp', '../../src/thread.hpp', '../../src/timers.cpp', '../../src/timers.hpp', '../../src/tipc_address.cpp', '../../src/tipc_address.hpp', '../../src/tipc_connecter.cpp', '../../src/tipc_connecter.hpp', '../../src/tipc_listener.cpp', '../../src/tipc_listener.hpp', '../../src/trie.cpp', '../../src/trie.hpp', '../../src/udp_address.cpp', '../../src/udp_address.hpp', '../../src/udp_engine.cpp', '../../src/udp_engine.hpp', '../../src/v1_decoder.cpp', '../../src/v1_decoder.hpp', '../../src/v1_encoder.cpp', '../../src/v1_encoder.hpp', '../../src/v2_decoder.cpp', '../../src/v2_decoder.hpp', '../../src/v2_encoder.cpp', '../../src/v2_encoder.hpp', '../../src/v2_protocol.hpp', '../../src/vmci.cpp', '../../src/vmci.hpp', '../../src/vmci_address.cpp', '../../src/vmci_address.hpp', '../../src/vmci_connecter.cpp', '../../src/vmci_connecter.hpp', '../../src/vmci_listener.cpp', '../../src/vmci_listener.hpp', '../../src/windows.hpp', '../../src/wire.hpp', '../../src/xpub.cpp', '../../src/xpub.hpp', '../../src/xsub.cpp', '../../src/xsub.hpp', '../../src/ypipe.hpp', '../../src/ypipe_base.hpp', '../../src/ypipe_conflate.hpp', '../../src/yqueue.hpp', '../../src/zap_client.cpp', '../../src/zap_client.hpp', '../../src/zmq.cpp', '../../src/zmq_utils.cpp' ], 'copies': [ { 'destination': '../../src', 'files': [ 'platform.hpp' ] } ] } ] }
sophomore_public/libzmq
builds/gyp/project.gyp
gyp
gpl-3.0
8,899
#!/bin/sh # This is a first attempt to create a script to libzmq for iOS >= 13.5, including arm64 # inspired on https://raw.githubusercontent.com/drewcrawford/libzmq-ios/master/libzmq.sh set -e LIBNAME="libzmq.a" ARCHS=${ARCHS:-"armv7 armv7s arm64 x86_64"} DEVELOPER=$(xcode-select -print-path) LIPO=$(xcrun -sdk iphoneos -find lipo) SCRIPTDIR=$( (cd -P $(dirname $0) && pwd) ) DISTLIBDIR="${SCRIPTDIR}/lib" DSTDIR=${SCRIPTDIR} BUILDDIR="${DSTDIR}/libzmq_build" DISTDIR="${DSTDIR}/libzmq_dist" LIBDIR=$(dirname $(dirname ${SCRIPTDIR})) SDK=$(xcodebuild -showsdks \ | grep iphoneos | sort | tail -n 1 | awk '{print substr($NF, 9)}' ) IOS_VERSION_MIN=8.0 OTHER_LDFLAGS="" OTHER_CFLAGS="-Os -Qunused-arguments" # Enable Bitcode OTHER_CPPFLAGS="-Os -fembed-bitcode" OTHER_CXXFLAGS="-Os" ${LIBDIR}/autogen.sh for ARCH in $ARCHS do BUILDARCHDIR="$BUILDDIR/$ARCH" mkdir -p ${BUILDARCHDIR} case ${ARCH} in armv7) PLATFORM="iPhoneOS" HOST="${ARCH}-apple-darwin" export BASEDIR="${DEVELOPER}/Platforms/${PLATFORM}.platform/Developer" export ISDKROOT="${BASEDIR}/SDKs/${PLATFORM}${SDK}.sdk" export CXXFLAGS="${OTHER_CXXFLAGS}" export CPPFLAGS="-arch ${ARCH} -isysroot ${ISDKROOT} -mios-version-min=${IOS_VERSION_MIN} ${OTHER_CPPFLAGS}" export LDFLAGS="-arch ${ARCH} -isysroot ${ISDKROOT} ${OTHER_LDFLAGS}" ;; armv7s) PLATFORM="iPhoneOS" HOST="${ARCH}-apple-darwin" export BASEDIR="${DEVELOPER}/Platforms/${PLATFORM}.platform/Developer" export ISDKROOT="${BASEDIR}/SDKs/${PLATFORM}${SDK}.sdk" export CXXFLAGS="${OTHER_CXXFLAGS}" export CPPFLAGS="-arch ${ARCH} -isysroot ${ISDKROOT} -mios-version-min=${IOS_VERSION_MIN} ${OTHER_CPPFLAGS}" export LDFLAGS="-arch ${ARCH} -isysroot ${ISDKROOT} ${OTHER_LDFLAGS}" ;; arm64) PLATFORM="iPhoneOS" HOST="arm-apple-darwin" export BASEDIR="${DEVELOPER}/Platforms/${PLATFORM}.platform/Developer" export ISDKROOT="${BASEDIR}/SDKs/${PLATFORM}${SDK}.sdk" export CXXFLAGS="${OTHER_CXXFLAGS}" export CPPFLAGS="-arch ${ARCH} -isysroot ${ISDKROOT} -mios-version-min=${IOS_VERSION_MIN} ${OTHER_CPPFLAGS}" export LDFLAGS="-arch ${ARCH} -isysroot ${ISDKROOT} ${OTHER_LDFLAGS}" ;; x86_64) PLATFORM="iPhoneSimulator" HOST="${ARCH}-apple-darwin" export BASEDIR="${DEVELOPER}/Platforms/${PLATFORM}.platform/Developer" export ISDKROOT="${BASEDIR}/SDKs/${PLATFORM}${SDK}.sdk" export CXXFLAGS="${OTHER_CXXFLAGS}" export CPPFLAGS="-arch ${ARCH} -isysroot ${ISDKROOT} -mios-version-min=${IOS_VERSION_MIN} ${OTHER_CPPFLAGS}" export LDFLAGS="-arch ${ARCH} ${OTHER_LDFLAGS}" echo "LDFLAGS $LDFLAGS" ;; *) echo "Unsupported architecture ${ARCH}" exit 1 ;; esac echo "Configuring for ${ARCH}..." set +e cd ${LIBDIR} set -e ${LIBDIR}/configure \ --prefix=${BUILDARCHDIR} \ --disable-shared \ --enable-static \ --host=${HOST} \ --disable-perf \ --disable-curve-keygen echo "Building ${LIBNAME} for ${ARCH}..." cd ${LIBDIR} make -j8 make install make clean done mkdir -p ${DISTLIBDIR} for ARCH in $ARCHS do LIBPATH="$BUILDDIR/$ARCH/lib/${LIBNAME}" LIBLIST+=" -arch ${ARCH} ${LIBPATH}" done set +e ${LIPO} -create ${LIBLIST} -output ${DISTLIBDIR}/${LIBNAME} echo "Done !"
sophomore_public/libzmq
builds/ios/build_ios.sh
Shell
gpl-3.0
3,414
CC=gcc CFLAGS=-Wall -Os -g -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_USE_SELECT -I. LIBS=-lws2_32 -lIphlpapi -lsodium OBJS = ctx.o reaper.o dist.o err.o \ clock.o metadata.o random.o \ object.o own.o \ io_object.o io_thread.o \ lb.o fq.o \ address.o tcp_address.o ipc_address.o \ ipc_connecter.o ipc_listener.o \ tcp_connecter.o tcp_listener.o \ mailbox.o msg.o mtrie.o \ pipe.o precompiled.o proxy.o \ signaler.o stream_engine.o \ thread.o trie.o \ ip.o tcp.o \ pgm_socket.o pgm_receiver.o pgm_sender.o \ raw_decoder.o raw_encoder.o \ v1_decoder.o v1_encoder.o v2_decoder.o v2_encoder.o \ udp_address.o udp_engine.o radio.o dish.o \ socket_base.o session_base.o options.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 \ poller_base.o select.o poll.o epoll.o kqueue.o devpoll.o \ curve_client.o curve_server.o \ mechanism.o null_mechanism.o plain_client.o plain_server.o \ socks.o server.o decoder_allocators.o socks_connecter.o \ socket_poller.o mailbox_safe.o plain_server.o client.o timers.o \ zmq.o zmq_utils.o gather.o scatter.o dgram.o %.o: ../../src/%.cpp $(CC) -c -o $@ $< $(CFLAGS) %.o: ../../perf/%.cpp $(CC) -c -o $@ $< $(CFLAGS) all: libzmq.dll perf: inproc_lat.exe inproc_thr.exe local_lat.exe local_thr.exe remote_lat.exe remote_thr.exe libzmq.dll: $(OBJS) g++ -shared -static -O2 -s -o $@ $^ -Wl,--out-implib,$@.a $(LIBS) %.exe: %.o libzmq.dll g++ -o -O2 $@ $^ clean: del *.o *.a *.dll *.exe
sophomore_public/libzmq
builds/mingw32/Makefile.mingw32
mingw32
gpl-3.0
1,492
/* SPDX-License-Identifier: MPL-2.0 */ #ifndef __ZMQ_PLATFORM_HPP_INCLUDED__ #define __ZMQ_PLATFORM_HPP_INCLUDED__ // This is the platform definition for the MSVC platform. // As a first step of the build process it is copied to // zmq directory to take place of platform.hpp generated from // platform.hpp.in on platforms supported by GNU autotools. // Place any MSVC-specific definitions here. #define ZMQ_HAVE_WINDOWS #define ZMQ_USE_LIBSODIUM #endif
sophomore_public/libzmq
builds/mingw32/platform.hpp
C++
gpl-3.0
464
nuget{ nuspec{ id = libzmq; version : 4.1.0-alpha; title: ZMQ - Code Connected; authors: { zeromq }; owners: { phreed, jgoz }; licenseUrl: "https://www.mozilla.org/MPL/2.0/"; projectUrl: "http://www.zeromq.org/"; iconUrl: "http://www.zeromq.org/local--files/admin:css/logo.gif"; requireLicenseAcceptance: false; summary: Code Connected; description: @" ZeroMQ \zeromq\: - Connect your code in any language, on any platform. - Carries messages across inproc, IPC, TCP, TPIC, multicast. - Smart patterns like pub-sub, push-pull, and router-dealer. - High-speed asynchronous I/O engines, in a tiny library. - Backed by a large and active open source community. - Supports every modern language and platform. - Build any architecture: centralized, distributed, small, or large. - Free software with full commercial support."; releaseNotes: "Made a NuGet package."; copyright: Copyright 2012 iMatix Corporation and Contributors; tags: {0mq, zeromq, nuget, native; } } files{ #defines { SDK_ROOT = ..\..\; SDK_2010 = ..\msvc\; } include: { "${SDK_ROOT}include\*" }; docs: { "${SDK_ROOT}doc\*.txt" }; [x64,v100,debug] { lib: ${SDK_2010}Debug\libzmq.lib; symbols: ${SDK_2010}Debug\libzmq.pdb; } [x64,v100,release] { lib: ${SDK_2010}Release\libzmq.lib; bin: ${SDK_2010}..\..\lib\libzmq.dll; } targets{ Defines += HAS_CPP_ZMQ_SDK; } } }
sophomore_public/libzmq
builds/nuget/libzmq.autopkg
autopkg
gpl-3.0
1,513
NuGet is a package management system for MS-Windows. It is similar in spirit to tools like Maven or Gradle. It was originally for .Net only packages but it has recently been augmented to working with native packages. http://docs.nuget.org/docs/reference/support-for-native-projects The instructions for building a NuGet package can be found here: http://coapp.org/pages/tutorials.html The basic procedure is to first build all the artifacts and then run ... Write-NuGetPackage .\libzmq.autopkg The *.nuget files thus produced can then be installed in a local repository or uploaded to one of the nuget servers.
sophomore_public/libzmq
builds/nuget/readme.nuget
nuget
gpl-3.0
623
# Copyright (C) [2011-2012] [TheClashingRocks.org] # # Author: Jiva Nath Bagale <jnbagale@gmail.com> # author: Victor Perron <victor@iso3103.net> # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # include $(TOPDIR)/rules.mk PKG_NAME:=zeromq PKG_VERSION:=master PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/zeromq/libzmq.git PKG_SOURCE:=$(PKG_NAME).tar.gz PKG_SOURCE_VERSION:=HEAD PKG_SOURCE_SUBDIR:=$(PKG_NAME) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk define Package/zeromq MAINTAINER:=victor@iso3103.net TITLE:=zeromq SECTION:=libs DEPENDS:=+libstdcpp +libpthread +librt +libsodium CATEGORY:=Libraries URL:=http://www.zeromq.org/ endef define Package/zeromq/description The library provides light weight messaging services using an intelligent transport layer. It can carry messages across inproc, IPC, TCP and multicast and is faster than TCP for clustered products and supercomputing. endef define Build/Configure ( cd $(PKG_BUILD_DIR); ./autogen.sh ); $(call Build/Configure/Default) endef TARGET_CPPFLAGS:=$(filter-out -Werror, $(TARGET_CFLAGS)) define Build/InstallDev $(INSTALL_DIR) \ $(1)/usr/lib \ $(1)/usr/include \ $(1)/usr/lib/pkgconfig $(CP) \ $(PKG_INSTALL_DIR)/usr/lib/* \ $(1)/usr/lib/ $(CP) \ $(PKG_INSTALL_DIR)/usr/include/* \ $(1)/usr/include/ $(CP) \ $(PKG_INSTALL_DIR)/usr/lib/pkgconfig \ $(1)/usr/lib/ endef define Package/zeromq/install $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so* $(1)/usr/lib/ endef $(eval $(call BuildPackage,zeromq))
sophomore_public/libzmq
builds/openwrt/Makefile
Makefile
gpl-3.0
1,689
set(CMAKE_SYSTEM_NAME QNX) set(arch gcc_ntox86) set(ntoarch x86) set(QNX_PROCESSOR x86) set(CMAKE_C_COMPILER qcc ) set(CMAKE_C_COMPILER_TARGET ${arch}) set(CMAKE_CXX_COMPILER QCC -lang-c++ -g) set(CMAKE_CXX_COMPILER_TARGET ${arch}) set(CMAKE_ASM_COMPILER qcc -V${arch}) set(CMAKE_ASM_DEFINE_FLAG "-Wa,--defsym,") set(CMAKE_RANLIB $ENV{QNX_HOST}/usr/bin/nto${ntoarch}-ranlib CACHE PATH "QNX ranlib Program" FORCE) set(CMAKE_AR $ENV{QNX_HOST}/usr/bin/nto${ntoarch}-ar CACHE PATH "QNX ar Program" FORCE)
sophomore_public/libzmq
builds/qnx/ToolchainQNX6.6_x86.cmake
CMake
gpl-3.0
525
#!/usr/bin/env bash set -x mkdir tmp BUILD_PREFIX=$PWD/tmp CONFIG_OPTS=() CONFIG_OPTS+=("CFLAGS=-g") CONFIG_OPTS+=("CPPFLAGS=-I${BUILD_PREFIX}/include") CONFIG_OPTS+=("CXXFLAGS=-g") CONFIG_OPTS+=("LDFLAGS=-L${BUILD_PREFIX}/lib") CONFIG_OPTS+=("PKG_CONFIG_PATH=${BUILD_PREFIX}/lib/pkgconfig") CONFIG_OPTS+=("--prefix=${BUILD_PREFIX}") CONFIG_OPTS+=("--enable-valgrind") if [ -n "$TLS" ] && [ "$TLS" == "enabled" ]; then CONFIG_OPTS+=("--with-tls=yes") fi if [ -z $CURVE ]; then CONFIG_OPTS+=("--disable-curve") elif [ $CURVE == "libsodium" ]; then CONFIG_OPTS+=("--with-libsodium=yes") if ! ((command -v dpkg-query >/dev/null 2>&1 && dpkg-query --list libsodium-dev >/dev/null 2>&1) || \ (command -v brew >/dev/null 2>&1 && brew ls --versions libsodium >/dev/null 2>&1)); then git clone --depth 1 -b stable https://github.com/jedisct1/libsodium.git ( cd libsodium; ./autogen.sh; ./configure --prefix=$BUILD_PREFIX; make install) fi fi # Build, check, and install from local source ( cd ../..; ./autogen.sh && ./configure "${CONFIG_OPTS[@]}" && make -j5 && make VERBOSE=1 check-valgrind-memcheck) || exit 1
sophomore_public/libzmq
builds/valgrind/ci_build.sh
Shell
gpl-3.0
1,160
{ <socketcall_sendto> Memcheck:Param socketcall.sendto(msg) fun:send ... } { <socketcall_sendto> Memcheck:Param socketcall.send(msg) fun:send ... } { <glibc_freeres> Memcheck:Free fun:free ... fun:__libc_freeres ... }
sophomore_public/libzmq
builds/valgrind/valgrind.supp
supp
gpl-3.0
266
valgrind --tool=memcheck --leak-check=full --suppressions=valgrind.supp $*
sophomore_public/libzmq
builds/valgrind/vg
none
gpl-3.0
75
/* src/platform.hpp. Generated from platform.hpp.in by configure. */ /* src/platform.hpp.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the <alloca.h> header file. */ /* #undef HAVE_ALLOCA_H */ /* Define to 1 if you have the <arpa/inet.h> header file. */ #define HAVE_ARPA_INET_H 1 /* Define to 1 if you have the `clock_gettime' function. */ #define HAVE_CLOCK_GETTIME 1 /* Define to 1 if you have the declaration of `LOCAL_PEERCRED', and to 0 if you don't. */ #define HAVE_DECL_LOCAL_PEERCRED 0 /* Define to 1 if you have the declaration of `SO_PEERCRED', and to 0 if you don't. */ #define HAVE_DECL_SO_PEERCRED 0 /* Define to 1 if you have the <dlfcn.h> header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the <errno.h> header file. */ #define HAVE_ERRNO_H 1 /* Define to 1 if you have the `fork' function. */ #define HAVE_FORK 1 /* Define to 1 if you have the `freeifaddrs' function. */ #define HAVE_FREEIFADDRS 1 /* Define to 1 if you have the `gethrtime' function. */ /* #undef HAVE_GETHRTIME */ /* Define to 1 if you have the `getifaddrs' function. */ #define HAVE_GETIFADDRS 1 /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 /* Define to 1 if you have the <ifaddrs.h> header file. */ //#define HAVE_IFADDRS_H 1 /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the `gssapi_krb5' library (-lgssapi_krb5). */ /* #undef HAVE_LIBGSSAPI_KRB5 */ /* Define to 1 if you have the `iphlpapi' library (-liphlpapi). */ /* #undef HAVE_LIBIPHLPAPI */ /* Define to 1 if you have the `nsl' library (-lnsl). */ /* #undef HAVE_LIBNSL */ /* Define to 1 if you have the `pthread' library (-lpthread). */ /* #undef HAVE_LIBPTHREAD */ /* Define to 1 if you have the `rpcrt4' library (-lrpcrt4). */ /* #undef HAVE_LIBRPCRT4 */ /* Define to 1 if you have the `rt' library (-lrt). */ /* #undef HAVE_LIBRT */ /* Define to 1 if you have the `socket' library (-lsocket). */ /* #undef HAVE_LIBSOCKET */ /* Define to 1 if you have the `sodium' library (-lsodium). */ /* #undef HAVE_LIBSODIUM */ /* Define to 1 if you have the `ws2_32' library (-lws2_32). */ /* #undef HAVE_LIBWS2_32 */ /* Define to 1 if you have the <limits.h> header file. */ #define HAVE_LIMITS_H 1 /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `memset' function. */ #define HAVE_MEMSET 1 /* Define to 1 if you have the <netinet/in.h> header file. */ #define HAVE_NETINET_IN_H 1 /* Define to 1 if you have the <netinet/tcp.h> header file. */ #define HAVE_NETINET_TCP_H 1 /* Define to 1 if you have the `perror' function. */ #define HAVE_PERROR 1 /* Define to 1 if you have the `socket' function. */ #define HAVE_SOCKET 1 /* Define to 1 if stdbool.h conforms to C99. */ #define HAVE_STDBOOL_H 1 /* Define to 1 if you have the <stddef.h> header file. */ #define HAVE_STDDEF_H 1 /* Define to 1 if you have the <stdint.h> header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the <stdlib.h> header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the <strings.h> header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the <string.h> header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the <sys/eventfd.h> header file. */ /* #undef HAVE_SYS_EVENTFD_H */ /* Define to 1 if you have the <sys/socket.h> header file. */ #define HAVE_SYS_SOCKET_H 1 /* Define to 1 if you have the <sys/stat.h> header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the <sys/time.h> header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the <sys/types.h> header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the <sys/uio.h> header file. */ #define HAVE_SYS_UIO_H 1 /* Define to 1 if you have the <time.h> header file. */ #define HAVE_TIME_H 1 /* Define to 1 if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the <windows.h> header file. */ /* #undef HAVE_WINDOWS_H */ /* Define to 1 if the system has the type `_Bool'. */ /* #undef HAVE__BOOL */ /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" /* Name of package */ #define PACKAGE "zeromq" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" /* Define to the full name of this package. */ #define PACKAGE_NAME "zeromq" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "zeromq 4.1.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "zeromq" /* Define to the home page for this package. */ #define PACKAGE_URL "" /* Define to the version of this package. */ #define PACKAGE_VERSION "4.1.0" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #define TIME_WITH_SYS_TIME 1 /* Version number of package */ #define VERSION "4.1.0" /* Enable militant API assertions */ /* #undef ZMQ_ACT_MILITANT */ /* Force to use mutexes */ /* #undef ZMQ_FORCE_MUTEXES */ /* Have VxWorks OS */ #define ZMQ_HAVE_VXWORKS 1 /* Have AIX OS */ /* #undef ZMQ_HAVE_AIX */ /* Have Android OS */ /* #undef ZMQ_HAVE_ANDROID */ /* Have Cygwin */ /* #undef ZMQ_HAVE_CYGWIN */ /* Have eventfd extension. */ /* #undef ZMQ_HAVE_EVENTFD */ /* Have FreeBSD OS */ /* #undef ZMQ_HAVE_FREEBSD */ /* Have HPUX OS */ /* #undef ZMQ_HAVE_HPUX */ /* Have ifaddrs.h header. */ //#define ZMQ_HAVE_IFADDRS 1 /* Have Linux OS */ /* #undef ZMQ_HAVE_LINUX */ /* Have LOCAL_PEERCRED socket option */ /* #undef ZMQ_HAVE_LOCAL_PEERCRED */ /* Have MinGW32 */ /* #undef ZMQ_HAVE_MINGW32 */ /* Have NetBSD OS */ /* #undef ZMQ_HAVE_NETBSD */ /* Have NORM protocol extension */ /* #undef ZMQ_HAVE_NORM */ /* Have OpenBSD OS */ /* #undef ZMQ_HAVE_OPENBSD */ /* Have OpenPGM extension */ /* #undef ZMQ_HAVE_OPENPGM */ /* Have DarwinOSX OS */ /* #undef ZMQ_HAVE_OSX */ /* Have QNX Neutrino OS */ /* #undef ZMQ_HAVE_QNXNTO */ /* Whether SOCK_CLOEXEC is defined and functioning. */ /* #undef ZMQ_HAVE_SOCK_CLOEXEC */ /* Have Solaris OS */ /* #undef ZMQ_HAVE_SOLARIS */ /* Whether SO_KEEPALIVE is supported. */ #define ZMQ_HAVE_SO_KEEPALIVE 1 /* Have SO_PEERCRED socket option */ /* #undef ZMQ_HAVE_SO_PEERCRED */ /* Whether TCP_KEEPALIVE is supported. */ /* #undef ZMQ_HAVE_TCP_KEEPALIVE */ /* Whether TCP_KEEPCNT is supported. */ /* #undef ZMQ_HAVE_TCP_KEEPCNT */ /* Whether TCP_KEEPIDLE is supported. */ /* #undef ZMQ_HAVE_TCP_KEEPIDLE */ /* Whether TCP_KEEPINTVL is supported. */ /* #undef ZMQ_HAVE_TCP_KEEPINTVL */ /* Have TIPC support */ #define ZMQ_HAVE_TIPC 1 /* Have uio.h header. */ //#define ZMQ_HAVE_UIO 1 #define ZMQ_USE_SELECT 1 /* Have Windows OS */ /* #undef ZMQ_HAVE_WINDOWS */ /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the #define below would cause a syntax error. */ /* #undef _UINT32_T */ /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus /* #undef inline */ #endif /* Define to `unsigned int' if <sys/types.h> does not define. */ /* #undef size_t */ /* Define to `int' if <sys/types.h> does not define. */ /* #undef ssize_t */ /* Define to the type of an unsigned integer type of width exactly 32 bits if such a type exists and the standard includes do not define it. */ /* #undef uint32_t */ /* Define to empty if the keyword `volatile' does not work. Warning: valid code using `volatile' can become incorrect without. Disable with care. */ /* #undef volatile */ /* ---- Special case for z/OS Unix Services: openedition ---- */ #include <vxWorks.h> #ifndef NI_MAXHOST #define NI_MAXHOST 1025 #endif
sophomore_public/libzmq
builds/vxworks/platform.hpp
C++
gpl-3.0
8,210
# ZeroMQ on z/OS UNIX System Services ZeroMQ has been successfully built on z/OS, using [z/OS UNIX System Services](http://www-03.ibm.com/systems/z/os/zos/features/unix/), a certified UNIX environment for the [IBM z-series](http://www-03.ibm.com/systems/z/). The build is possible with the shell scripts in this directory, as described below. Tested build combinations: * ZeroMQ 4.0.4, using IBM XL C/C++ compiler, as XPLINK in ILP32 mode * ZeroMQ 4.0.4, using IBM XL C/C++ compiler, as XPLINK in LP64 mode * ZeroMQ 4.1-git, using IBM XL C/C++ compiler, as XPLINK in ILP32 mode Other combinations are likely to work, possibly with minor changes, but have not been tested. Both static library and DLL modes have been tested. There are some minor limitations (detailed below), but all core functionality tests run successfully. ## Quickstart: building ZeroMQ on z/OS UNIX System Services Assuming [z/OS UNIX System Services](http://www-03.ibm.com/systems/z/os/zos/features/unix/) is installed, and the [z/OS XL C/C++ compiler suite](http://www-03.ibm.com/software/products/en/czos) is installed, ZeroMQ can be built as follows: * Download and extract ZeroMQ tar file * Ensure contents of this directory are present at `builds/zos` within that extracted directory (eg, `zeromq-VERSION/builds/zos/`; copy these files in, if not already present, and make sure the shell scripts are executable) * (Optional) set ZCXXFLAGS for additional compile flags (see below) * Build `libzmq.a` static library and `libzmq.so` dynamic library, with: cd zeromq-VERSION builds/zos/makelibzmq or to skip the `libzmq.so` dynamic library (only building `libzmq.a`): cd zeromq-VERSION BUILD_DLL=false export BUILD_DLL builds/zos/makelibzmq * (Optional, but recommended) build and run the core tests with: cd zeromq-VERSION builds/zos/maketests builds/zos/runtests * To remove built files, to start again (eg, rebuild with different compile/link flags): cd zeromq-VERSION builds/zos/makeclean There are details on specifying alternative compilation flags below. ## Quickstart: using ZeroMQ on z/OS UNIX System Services ### Static linking Install `include/*.h` somewhere on your compiler include path. Install `src/libzmq.a` somewhere on your library search path. Compile and link application with: c++ -Wc,xplink -Wl,xplink ... -+ -o myprog myprog.cpp -lzmq Run with: ./myprog ### Dynamic linking Install `include/*.h` somewhere on your compiler include path. Install `src/libzmq.so` somewhere on your LIBPATH. Install `src/libzmq.x` somewhere you can reference for import linking. Compile and link application: c++ -Wc,xplink -Wc,dll ... -+ -c -o myprog.o myprog.cpp c++ -Wl,xplink -o myprog myprog.o /PATH/TO/libzmq.x Run with: LIBPATH=/DIR/OF/LIBZMQ.SO:/lib:/usr/lib:... # if not in default path export LIBPATH ./myprog ## ZeroMQ on z/OS UNIX System Services: Application considerations z/0S UNIX System Services does not provide a way to block the [`SIGPIPE` signal being generated when a thread writes to a closed socket](http://pic.dhe.ibm.com/infocenter/zvm/v6r2/index.jsp?topic=%2Fcom.ibm.zos.r12.cbcpx01%2Fcbcpg1b0287.htm) (compare with other platforms that support the `SO_NOSIGPIPE` socket option, and/or the `MSG_NOSIGNAL` flag on `send()`; z/OS UNIX System Services supports neither). As a result, applications using ZeroMQ on z/OS UNIX System Services have to expect to encounter `SIGPIPE` at various times during the use of the library, if sockets are unexpectedly disconnected. Normally `SIGPIPE` will terminate the application. A simple solution, if `SIGPIPE` is not required for normal operation of the application (eg, it is not part of a unix pipeline, the traditional use of `SIGPIPE`), is to set `SIGPIPE` to be ignored with code like: #include <signal.h> ... signal(SIGPIPE, SIG_IGN); near the start of the application (eg, before initialising the ZeroMQ library). If `SIGPIPE` is required for normal operation it is recommended that the application install a signal handler that flags the signal was received, and allows the application main loop to determine if it was received for one of its own file descriptors -- and ignores it if it none of the applications own file descriptors seems to have changed. Linking to the `libzmq.a` static library will pull in substantially all of the library code, which will add about 4MB to the application size (per executable statically linked with ZeroMQ). If this is a significant consideration, use of the DLL version is recommended. See also ZeroMQ test status on z/OS UNIX System Services below for other caveats. ## Setting other compilation flags ### Optimisation To build with optimisation: * set `ZCXXFLAGS` to "`-O2`" before starting build process above ### Full debugging symbols To build with debugging symbols: * set `ZCXXFLAGS` to "`-g`" before starting build process above ### 64-bit mode (LP64/amode=64) To build in 64-bit mode: The default build is [ILP32](http://publib.boulder.ibm.com/infocenter/zvm/v6r1/index.jsp?topic=/com.ibm.zos.r9.cbcux01/lp64cop.htm), the default for the IBM XL C/C++ compiler. To build in LP64 mode (64-bit): * set `ZCXXFLAGS` to "`-Wc,lp64 -Wl,lp64`" before starting build (64-bit mode can be combined with optimisation or debug symbols.) ### Combining compilation flags Other build flags can be used in `ZXCCFLAGS` if desired. Beware that they are passed through (Bourne) shell expansion, and passed to both the compile and link stages; some experimentation of argument quoting may be required (and arguments requiring parenthesis are particularly complicated). ## ZeroMQ test status on z/OS UNIX System Services As of 2014-07-22, 41 of the 43 tests in the core ZeroMQ test suite pass. There are two tests that are expected to fail: 0. `test_abstract_ipc`: tests Linux-specific IPC functions, and is expected to fail on non-Linux platforms. 0. `test_fork`: tests ability to use ZeroMQ both before *and* after fork (and before exec()); this relies on the ability to use pthreads both before *and* after fork. On z/OS (and some other UNIX compliant platforms) functions like `pthreads_create` (used by ZeroMQ) cannot be used after fork and before exec; on z/OS the call after fork fails with `ELEMULTITHREADFORK` (errno=257) if ZeroMQ was also used before fork. (On z/OS it appears possible to use z/OS *after* fork, *providing* it has not been used before fork -- the problem is the two separate initialisations of the threading library, before and after fork, attempting to mix together.) In practice this is unlikely to affect many real-world programs -- most programs use threads or fork without exec, but not both. 0. `test_diffserv`: tests ability to set IP_TOS ([IP Type of Service](http://en.wikipedia.org/wiki/Type_of_service), or [DiffServ](http://en.wikipedia.org/wiki/Differentiated_Services_Code_Point)) values on sockets. While z/OS UNIX System Services has the preprocessor defines required, it appears not to support the required functionality (call fails with "EDC8109I Protocol not available.") These three "expected to fail" tests are listed as XFAIL_TESTS, and `runtests` will still consider the test run successful when they fail as expected. (`builds/zos/runtests` will automatically skip these "expected to fail" tests if running "all" tests.) In addition `test_security_curve` does not do any meaningful testing, as a result of the CURVE support not being compiled in; it requires [`libsodium`](http://doc.libsodium.org/), which has not been ported to z/OS UNIX System Services yet. Multicast (via `libpgm`) is also not ported or compiled in. [TIPC](http://hintjens.com/blog:70), a cluster IPC protocol, is only supported on Linux, so it is not compiled into the z/OS UNIX System Services port -- and the tests are automatically skipped if running "all" tests. (However they are not listed in XFAIL_TESTS because without the TIPC support there is no point in even running them, and it would be non-trivial to track them by hand.) ## ZeroMQ on z/OS UNIX System Services: Library portability notes ### *.cpp The source code in ZeroMQ is a combination of a C++ core library (in `*.cpp` and `*.hpp` files), and a C wrapper (also in `*.cpp` files). It is all compiled with the C++ compiler. The IBM XL C/C++ compiler (at least the version used for initial porting) insists that C++ source be in `*.C` files (note capital C). To work around this issue the compile flag `-+` is used (specified in the `zc++` compiler wrapper), which tells the compiler the file should be considered C++ despite the file extension. ### XPLINK The library (and tests) are built in [XPLINK](http://www.redbooks.ibm.com/abstracts/sg245991.html) mode with the flags `-Wc,xplink -Wl,xplink` (specified in the `zc++` compiler wrapper). This is [recommended by IBM for C++ code](http://publib.boulder.ibm.com/infocenter/zvm/v5r4/index.jsp?topic=/com.ibm.zos.r9.ceea200/xplrunt.htm) due to the small functions. (Amongst other things, using XPLINK enables function calls with some arguments passed in registers.) ### long long ZeroMQ makes use of `uint64_t` (which is `unsigned long long` in ILP32 mode). To enable this the compile flag `-Wc,lang(longlong)` is passed to enable `long long`. This is passed from the `zc++` compiler wrapper in order to be able to specifically quote the argument to protect the parentheses from shell expansion. ### BSD-style sockets, with IPv6 support ZeroMQ uses BSD-style socket handling, with extensions to support IPv6. BSD-style sockets were merged into SysV-derived UNIX at least a decade ago, and are required as part of the X/Open Portability Guide at least as of XPG 4.2. To access this functionality two feature macros are defined: _XOPEN_SOURCE_EXTENDED=1 _OPEN_SYS_SOCK_IPV6 The first enables the XPG 4.2 features (including functionality like `getsockname()`), and the latter exposes IPv6 specific functionality like `sa_family_t`. These flags are defined in the `cxxall` script. (The traditional BSD-sockets API, exposed with `_OE_SOCKETS` cannot be used because it does not support functions like `getsockname()`, nor does it support IPv6 -- and the API definitions prevent compiling in LP64 mode due to assumptions about long being 32 bits. Using `_XOPEN_SOURCE_EXTENDED=1` avoids all these problems.) ### pthreads ZeroMQ uses the pthreads library to create additional threads to handle background communication without blocking the main application. This functionaity is enabled on z/OS UNIX System Services by defining: _OPEN_THREADS=3 which is done in the `cxxall` script. (The "3" value exposes later pthreads functionality like `pthread_atfork`, although ZeroMQ does not currently use all these features.) If compiling on a *recent* version of z/OS UNIX System Services it may be worth compiling with: _UNIX03_THREADS=1 which enables a later version of the threading support, potentially including `pthread_getschedparam` and pthread_setschedparam`; at present in the z/OS UNIX System Services port these functions are hidden and never called. (See [IBM z/OS pthread.h documentation](http://pic.dhe.ibm.com/infocenter/zos/v1r11/index.jsp?topic=/com.ibm.zos.r11.bpxbd00/pthrdh.htm) for details on the differences.) ## `platform.hpp` on z/OS UNIX System Services The build (described above) on z/OS UNIX System Services uses a static pre-built `platform.hpp` file. (By default `src/platform.hpp` is dynamically generated as a result of running the `./configure` script.) The master version of this is in `builds/zos/platform.hpp`. Beware that this file contains the version number for libzmq (usually included during the configure phase). If taking the `platform.hpp` from an older version to use on a newer libzmq be sure to update the version information near the top of the file. The pre-built file is used because z/OS does not have the GNU auto tools (`automake`, `autoconf`, `libtool`, etc) installed, and particularly the libtool replacement does not work properly with the IBM XL C/C++ compiler. The `./configure` script (only supplied in the tarballs); built with `automake` and `autoconf` on another platform), with one small edit, was used to generate the z/OS `platform.hpp` and then two small changes (described below) were made by hand to the generated `platform.hpp`. To be able to run the ./configure script to completion (in tcsh syntax): * Edit `./configure` and add: openedition) ;; immediately before the line: as_fn_error $? "unsupported system: ${host_os}." "$LINENO" 5 (somewhere around 17637). This avoids the configure script giving up early because `openedition` is not recognised. * set `CXX` to point that the full path to the `builds/zos/zc++` wrapper, eg setenv CXX "/u/0mq/zeromq-4.0.4/builds/zos/zc++" * set `CPPFLAGS` to for the feature macros required, eg: setenv CPPFLAGS "-D_XOPEN_SOURCE_EXTENDED=1 -D_OPEN_THREADS=3 -D_OPEN_SYS_SOCK_IPV6 -DZMQ_HAVE_ZOS" * set `CXXFLAGS` to enable XPLINK: setenv CXXFLAGS "-Wc,xplink -Wl,xplink -+" * run configure script with `--disable-eventfd` (`sys/eventfd.h` does not exist, but the test for its existence has a false positive on z/OS UNIX System Services, apparently due to the way the `c++` compiler wrapper passes errors back from the IBM XL C/C++ compiler), and with `--with-poller=poll` because `poll` is the most advanced of the file descriptor status tests available on z/OS. That is: ./configure --disable-eventfd --with-poller=poll All going well several Makefiles, and `src/platform.hpp` should be produced. Two additional changes are required to `src/platform.hpp` which can be appended to the end: /* ---- Special case for z/OS Unix Services: openedition ---- */ #include <pthread.h> #ifndef NI_MAXHOST #define NI_MAXHOST 1025 #endif (many includes require pthreads-related methods or data structures to be defined, but not all of them include `pthread.h`, and the value `NI_MAXHOST` is not defined on z/OS UNIX System Services -- the 1025 value is the conventional value on other platforms). Having done this the Makefiles can be used to compile individual files if desired, eg: cd src make zmq.o but note: * IBM Make will warn of duplicate prerequisites on *every* run of `make`, and both the generated `src/Makefile` and `tests/Makefile` have several duplicates. (For `src/Makefile` edit `libzmq_la_SOURCES` to remove the duplicates.) * IBM Make does not understand the `@` prefix (eg, `@echo`) as a way to avoid echoing the command, resulting in an error and the command being echoed anyway. * Many of the make targets result in GNU auto tools (`aclocal`, etc) being invoked, which are likely to fail, and most of the library-related targets will invoke `libtool` which will cause compile failures (due to differences in expected arguments). However running `./configure` to regenerate `src/platform.hpp` may be useful for later versions of ZeroMQ which add more feature tests. ## Transferring from GitHub to z/OS UNIX System Services The process of transferring files from GitHub to z/OS UNIX System Services is somewhat convoluted because: * There is not a port of git for z/OS UNIX System Services; and * z/OS uses the EBCDIC (IBM-1047) character set rather than the ASCII/ISO-8859-1 character set used by the ZeroMQ source code on GitHub A workable transfer process is: * On an ASCII/ISO-8859-1/UTF-8 system with `git` (eg, a Linux system): git clone https://github.com/zeromq/libzmq.git git archive --prefix=libzmq-git/ -o /var/tmp/libzmq-git.tar master * On a ASCII/ISO-8859-1/UTF-8 system with `tar`, and `pax`, and optionally the GNU auto tools (eg, the same Linux system): mkdir /var/tmp/zos cd /var/tmp/zos tar -xpf /var/tmp/libzmq-git.tar cd libzmq-git ./autogen.sh # Optional: to be able to run ./configure cd .. pax -wf /var/tmp/libzmq-git.pax libzmq-git compress libzmq-git.pax # If available, reduce transfer size * Transfer the resulting file (`libzmq-git.pax` or `libzmq-git.pax.Z`) to the z/OS UNIX System Services system. If using FTP be sure to transfer the file in `bin` (binary/Image) mode to avoid corruption. * On the z/OS UNIX System Services system, unpack the `pax` file and convert all the files to EBCDIC with: pax -o from=iso8859-1 -pp -rvf libzmq-git-2014-07-23.pax or if the file was compressed: pax -o from=iso8859-1 -pp -rvzf libzmq-git-2014-07-23.pax.Z The result should be a `libzmq-git` directory with the source in EBCDIC format, on the z/OS UNIX System Services system ready to start building. See also the [`pax` man page](http://pic.dhe.ibm.com/infocenter/zos/v1r13/index.jsp?topic=%2Fcom.ibm.zos.r13.bpxa500%2Fr4paxsh.htm), some [`pax` conversion examples](http://pic.dhe.ibm.com/infocenter/zos/v1r13/index.jsp?topic=%2Fcom.ibm.zos.r13.bpxa400%2Fbpxza4c0291.htm), and [IBM's advice on ASCII to EBCDIC conversion options](http://www-03.ibm.com/systems/z/os/zos/features/unix/bpxa1p03.html)
sophomore_public/libzmq
builds/zos/README.md
Markdown
gpl-3.0
17,524
#! /bin/sh # Attempt to compile all *.cpp files in the current directory, that are # not already compiled. Uses zc++ wrapper around C++ compiler, to add # additional compile arguments. # # Written by Ewen McNeill <ewen@imatix.com>, 2014-07-19 # Updated by Ewen McNeill <ewen@imatix.com>, 2014-07-24 #--------------------------------------------------------------------------- VERBOSE="${VERBOSE:-}" # Set to non-empty for already done status export VERBOSE # Locate compiler wrapper BIN_DIR=$(dirname $0) if [ -z "${BIN_DIR}" ]; then BIN_DIR="."; fi case "${BIN_DIR}" in .) BIN_DIR="$(pwd)"; ;; /*) ;; *) BIN_DIR="$(pwd)/${BIN_DIR}"; ;; esac ZCXX="${BIN_DIR}/zc++" # Determine compile flags CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED=1 -D_OPEN_THREADS=3 -D_OPEN_SYS_SOCK_IPV6" CXXFLAGS="-DZMQ_HAVE_ZOS -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -DZMQ_USE_POLL" case $(pwd) in *src) CXXFLAGS="${CXXFLAGS} -I." ;; *tests) CXXFLAGS="${CXXFLAGS} -I. -I../src -I../include" ;; *) echo "Currently only builds in src/ and tests/" >&2 exit 1 ;; esac skip() { SRC="$1" OBJ="$2" if [ -n "${VERBOSE}" ]; then echo " ${SRC} compiled already" fi } compile() { SRC="$1" OBJ="$2" echo "CXX ${SRC}" "${ZCXX}" ${CXXFLAGS} ${CPPFLAGS} -+ -c -o "${OBJ}" "${SRC}" } for SRC in *.cpp; do OBJ=$(echo $SRC | sed 's/\.cpp/.o/;') if [ -f "${OBJ}" ]; then if [ "${OBJ}" -nt "${SRC}" ]; then skip "${SRC}" "${OBJ}" else compile "${SRC}" "${OBJ}" fi else compile "${SRC}" "${OBJ}" fi done
sophomore_public/libzmq
builds/zos/cxxall
none
gpl-3.0
1,627
#! /bin/sh # Remove built object files and test executables # # Written by Ewen McNeill <ewen@imatix.com>, 2014-07-22 # Updated by Ewen McNeill <ewen@imatix.com>, 2014-07-24 #--------------------------------------------------------------------------- set -e # Stop on errors # Figure out where we are BIN_DIR=$(dirname $0) if [ -z "${BIN_DIR}" ]; then BIN_DIR="."; fi case "${BIN_DIR}" in .) BIN_DIR="$(pwd)"; ;; /*) ;; *) BIN_DIR="$(pwd)/${BIN_DIR}"; ;; esac # Locate top of source tree, assuming we're in builds/zos TOP="${BIN_DIR}/../.." SRC="${TOP}/src" TESTS="${TOP}/tests" # Remove object/library files echo "Removing libzmq built files" (cd "${SRC}" && rm -f *.o *.a *.dbg *.x *.so libzmq) # Remove test object files echo "Removing libzmq tests" (cd "${TESTS}" && rm -f *.o *.dbg) (cd "${TESTS}"; EXES=$(ls test_* | grep -v "\.") if [ -n "${EXES}" ]; then rm ${EXES} fi )
sophomore_public/libzmq
builds/zos/makeclean
none
gpl-3.0
943
#! /bin/sh # Build libzmq.a static library and libzmq.so dynamic library # # Usage: makelibzmq # BUILD_DLL=false makelibzmq # Skip building DLL # # NOTE: We do a single compile run for both static and dynamic libraries # which results in the static library having -Wc,exportall compiled objects; # in practice this doesn't seem to cause a problem beyond using some extra # space (around 10%). # # Written by Ewen McNeill <ewen@imatix.com>, 2014-07-21 # Updated by Ewen McNeill <ewen@imatix.com>, 2014-07-22 #--------------------------------------------------------------------------- set -e # Stop on errors BUILD_DLL="${BUILD_DLL:-true}" # Build DLL by default # Figure out where we are BIN_DIR=$(dirname $0) if [ -z "${BIN_DIR}" ]; then BIN_DIR="."; fi case "${BIN_DIR}" in .) BIN_DIR="$(pwd)"; ;; /*) ;; *) BIN_DIR="$(pwd)/${BIN_DIR}"; ;; esac ZCXX="${BIN_DIR}/zc++" # Locate top of source tree, assuming we're in builds/zos TOP="${BIN_DIR}/../.." SRC="${TOP}/src" # Install pre-generated platform.hpp cp -p "${BIN_DIR}/platform.hpp" "${SRC}/platform.hpp" # Compile all the source (optionally ready for a DLL) if [ "${BUILD_DLL}" = "true" ]; then ZCXXFLAGS="${ZCXXFLAGS} -Wc,exportall" export ZCXXFLAGS #echo "Building DLL with ${ZCXXFLAGS}" fi cd "${SRC}" "${BIN_DIR}/cxxall" # Make static library ar r libzmq.a *.o # Optionally Make dynamic library if [ "${BUILD_DLL}" = "true" ]; then #echo "Building libzmq.so DLL" "${ZCXX}" -Wl,DLL -o libzmq.so *.o fi
sophomore_public/libzmq
builds/zos/makelibzmq
none
gpl-3.0
1,546
#! /bin/sh # Build tests/* executables; assumes that libzmq.a or libzmq.so/libzmq.x # is already built # # If libzmq.so and libzmq.x exist, then dynamic linking is used, otherwise # static linking is used. # # Written by Ewen McNeill <ewen@imatix.com>, 2014-07-21 # Updated by Ewen McNeill <ewen@imatix.com>, 2014-07-22 #--------------------------------------------------------------------------- set -e # Stop on errors VERBOSE="${VERBOSE:-}" # Set to non-empty for already done status export VERBOSE # Figure out where we are BIN_DIR=$(dirname $0) if [ -z "${BIN_DIR}" ]; then BIN_DIR="."; fi case "${BIN_DIR}" in .) BIN_DIR="$(pwd)"; ;; /*) ;; *) BIN_DIR="$(pwd)/${BIN_DIR}"; ;; esac # Locate compiler wrapper ZCXX="${BIN_DIR}/zc++" # Locate top of source tree, assuming we're in builds/zos TOP="${BIN_DIR}/../.." SRC="${TOP}/src" TESTS="${TOP}/tests" # Figure out how we are going to link to ZMQ LINK_TYPE=unknown if [ -f "${SRC}/platform.hpp" -a -f "${SRC}/libzmq.so" -a -f "${SRC}/libzmq.x" ]; then LINK_TYPE=dynamic elif [ -f "${SRC}/platform.hpp" -a -f "${SRC}/libzmq.a" ]; then LINK_TYPE=static else echo "Error: run makezmqlib to build libzmq.a and/or libzmq.so/libzmq.x first" >&2 exit 1 fi # Copy in replacement test with timeout, if main version is not already # up to date # if [ -f "${TESTS}/test_fork.cpp" ] && grep "TIMEOUT" "${TESTS}/test_fork.cpp" >/dev/null 2>&1; then : # Already copied in else echo "Updating test_fork.cpp to version with master timeout" cp -p "${BIN_DIR}/test_fork.cpp" "${TESTS}/test_fork.cpp" fi # Compile all the source if [ "${LINK_TYPE}" = "dynamic" ]; then ZCXXFLAGS="${ZCXXFLAGS} -Wc,DLL" export ZXCCFLAGS echo "Building tests to use DLL: ${ZCXXFLAGS}" fi cd "${TESTS}" "${BIN_DIR}/cxxall" # Link all the executables that are not already linked skip() { OBJ="$1" EXE="$2" if [ -n "${VERBOSE}" ]; then echo "${OBJ} linked to ${EXE}" fi } link() { OBJ="$1" EXE="$2" echo " LD ${EXE}" case "${LINK_TYPE}" in static) "${ZCXX}" -L ../src -o "${EXE}" "${OBJ}" -lzmq ;; dynamic) "${ZCXX}" -o "${EXE}" "${OBJ}" ../src/libzmq.x ;; *) echo "Do not know how to do ${LINK_TYPE} linking!" 2>&1 exit 1 ;; esac } for OBJ in *.o; do EXE=$(echo "${OBJ}" | sed 's/\.o//;') if [ -f "${EXE}" ]; then if [ "${EXE}" -nt "${OBJ}" ]; then skip "${OBJ}" "${EXE}" else link "${OBJ}" "${EXE}" fi else link "${OBJ}" "${EXE}" fi done
sophomore_public/libzmq
builds/zos/maketests
none
gpl-3.0
2,582
/* src/platform.hpp. Generated from platform.hpp.in by configure. */ /* src/platform.hpp.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the <alloca.h> header file. */ /* #undef HAVE_ALLOCA_H */ /* Define to 1 if you have the <arpa/inet.h> header file. */ #define HAVE_ARPA_INET_H 1 /* Define to 1 if you have the `clock_gettime' function. */ /* #undef HAVE_CLOCK_GETTIME */ /* Define to 1 if you have the declaration of `LOCAL_PEERCRED', and to 0 if you don't. */ #define HAVE_DECL_LOCAL_PEERCRED 0 /* Define to 1 if you have the declaration of `SO_PEERCRED', and to 0 if you don't. */ #define HAVE_DECL_SO_PEERCRED 0 /* Define to 1 if you have the <dlfcn.h> header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the <errno.h> header file. */ #define HAVE_ERRNO_H 1 /* Define to 1 if you have the `fork' function. */ #define HAVE_FORK 1 /* Define to 1 if you have the `freeifaddrs' function. */ #define HAVE_FREEIFADDRS 1 /* Define to 1 if you have the `gethrtime' function. */ /* #undef HAVE_GETHRTIME */ /* Define to 1 if you have the `getifaddrs' function. */ #define HAVE_GETIFADDRS 1 /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 /* Define to 1 if you have the <ifaddrs.h> header file. */ #define HAVE_IFADDRS_H 1 /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the `gssapi_krb5' library (-lgssapi_krb5). */ /* #undef HAVE_LIBGSSAPI_KRB5 */ /* Define to 1 if you have the `iphlpapi' library (-liphlpapi). */ /* #undef HAVE_LIBIPHLPAPI */ /* Define to 1 if you have the `nsl' library (-lnsl). */ /* #undef HAVE_LIBNSL */ /* Define to 1 if you have the `pthread' library (-lpthread). */ /* #undef HAVE_LIBPTHREAD */ /* Define to 1 if you have the `rpcrt4' library (-lrpcrt4). */ /* #undef HAVE_LIBRPCRT4 */ /* Define to 1 if you have the `rt' library (-lrt). */ /* #undef HAVE_LIBRT */ /* Define to 1 if you have the `socket' library (-lsocket). */ /* #undef HAVE_LIBSOCKET */ /* Define to 1 if you have the `sodium' library (-lsodium). */ /* #undef HAVE_LIBSODIUM */ /* Define to 1 if you have the `ws2_32' library (-lws2_32). */ /* #undef HAVE_LIBWS2_32 */ /* Define to 1 if you have the <limits.h> header file. */ #define HAVE_LIMITS_H 1 /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `memset' function. */ #define HAVE_MEMSET 1 /* Define to 1 if you have the <netinet/in.h> header file. */ #define HAVE_NETINET_IN_H 1 /* Define to 1 if you have the <netinet/tcp.h> header file. */ #define HAVE_NETINET_TCP_H 1 /* Define to 1 if you have the `perror' function. */ #define HAVE_PERROR 1 /* Define to 1 if you have the `socket' function. */ #define HAVE_SOCKET 1 /* Define to 1 if stdbool.h conforms to C99. */ /* #undef HAVE_STDBOOL_H */ /* Define to 1 if you have the <stddef.h> header file. */ #define HAVE_STDDEF_H 1 /* Define to 1 if you have the <stdint.h> header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the <stdlib.h> header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the <strings.h> header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the <string.h> header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the <sys/eventfd.h> header file. */ /* #undef HAVE_SYS_EVENTFD_H */ /* Define to 1 if you have the <sys/socket.h> header file. */ #define HAVE_SYS_SOCKET_H 1 /* Define to 1 if you have the <sys/stat.h> header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the <sys/time.h> header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the <sys/types.h> header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the <sys/uio.h> header file. */ #define HAVE_SYS_UIO_H 1 /* Define to 1 if you have the <time.h> header file. */ #define HAVE_TIME_H 1 /* Define to 1 if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the <windows.h> header file. */ /* #undef HAVE_WINDOWS_H */ /* Define to 1 if the system has the type `_Bool'. */ /* #undef HAVE__BOOL */ /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" /* Name of package */ #define PACKAGE "zeromq" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "zeromq-dev@lists.zeromq.org" /* Define to the full name of this package. */ #define PACKAGE_NAME "zeromq" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "zeromq 4.1.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "zeromq" /* Define to the home page for this package. */ #define PACKAGE_URL "" /* Define to the version of this package. */ #define PACKAGE_VERSION "4.1.0" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #define TIME_WITH_SYS_TIME 1 /* Version number of package */ #define VERSION "4.1.0" /* Enable militant API assertions */ /* #undef ZMQ_ACT_MILITANT */ /* Force to use mutexes */ /* #undef ZMQ_FORCE_MUTEXES */ /* Have AIX OS */ /* #undef ZMQ_HAVE_AIX */ /* Have Android OS */ /* #undef ZMQ_HAVE_ANDROID */ /* Have Cygwin */ /* #undef ZMQ_HAVE_CYGWIN */ /* Have eventfd extension. */ /* #undef ZMQ_HAVE_EVENTFD */ /* Have FreeBSD OS */ /* #undef ZMQ_HAVE_FREEBSD */ /* Have HPUX OS */ /* #undef ZMQ_HAVE_HPUX */ /* Have ifaddrs.h header. */ #define ZMQ_HAVE_IFADDRS 1 /* Have Linux OS */ /* #undef ZMQ_HAVE_LINUX */ /* Have LOCAL_PEERCRED socket option */ /* #undef ZMQ_HAVE_LOCAL_PEERCRED */ /* Have MinGW32 */ /* #undef ZMQ_HAVE_MINGW32 */ /* Have NetBSD OS */ /* #undef ZMQ_HAVE_NETBSD */ /* Have NORM protocol extension */ /* #undef ZMQ_HAVE_NORM */ /* Have OpenBSD OS */ /* #undef ZMQ_HAVE_OPENBSD */ /* Have OpenPGM extension */ /* #undef ZMQ_HAVE_OPENPGM */ /* Have DarwinOSX OS */ /* #undef ZMQ_HAVE_OSX */ /* Have QNX Neutrino OS */ /* #undef ZMQ_HAVE_QNXNTO */ /* Whether SOCK_CLOEXEC is defined and functioning. */ /* #undef ZMQ_HAVE_SOCK_CLOEXEC */ /* Have Solaris OS */ /* #undef ZMQ_HAVE_SOLARIS */ /* Whether SO_KEEPALIVE is supported. */ #define ZMQ_HAVE_SO_KEEPALIVE 1 /* Have SO_PEERCRED socket option */ /* #undef ZMQ_HAVE_SO_PEERCRED */ /* Whether TCP_KEEPALIVE is supported. */ /* #undef ZMQ_HAVE_TCP_KEEPALIVE */ /* Whether TCP_KEEPCNT is supported. */ /* #undef ZMQ_HAVE_TCP_KEEPCNT */ /* Whether TCP_KEEPIDLE is supported. */ /* #undef ZMQ_HAVE_TCP_KEEPIDLE */ /* Whether TCP_KEEPINTVL is supported. */ /* #undef ZMQ_HAVE_TCP_KEEPINTVL */ /* Have TIPC support */ /* #undef ZMQ_HAVE_TIPC */ /* Have uio.h header. */ #define ZMQ_HAVE_UIO 1 /* Have Windows OS */ /* #undef ZMQ_HAVE_WINDOWS */ /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the #define below would cause a syntax error. */ /* #undef _UINT32_T */ /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus /* #undef inline */ #endif /* Define to `unsigned int' if <sys/types.h> does not define. */ /* #undef size_t */ /* Define to `int' if <sys/types.h> does not define. */ /* #undef ssize_t */ /* Define to the type of an unsigned integer type of width exactly 32 bits if such a type exists and the standard includes do not define it. */ /* #undef uint32_t */ /* Define to empty if the keyword `volatile' does not work. Warning: valid code using `volatile' can become incorrect without. Disable with care. */ /* #undef volatile */ /* ---- Special case for z/OS Unix Services: openedition ---- */ #include <pthread.h> #ifndef NI_MAXHOST #define NI_MAXHOST 1025 #endif
sophomore_public/libzmq
builds/zos/platform.hpp
C++
gpl-3.0
8,136
#! /bin/sh # Run ZeroMQ tests, in order. This is extracted from the tests/Makefile # which won't run as-is because it relies on libtool building things, and # thus creating various libtool files, which don't work well on z/OS # # noinst_PROGRAMS needs to be kept in sync with tests/Makefile.am, as it # defines the order in which tests are run. # # Written by Ewen McNeill <ewen@imatix.com>, 2014-07-19 # Updated by Ewen McNeill <ewen@imatix.com>, 2014-07-24 #--------------------------------------------------------------------------- set -e # Stop if a test fails #--------------------------------------------------------------------------- # Change to tests directory if necessary # Figure out where we are BIN_DIR=$(dirname $0) if [ -z "${BIN_DIR}" ]; then BIN_DIR="."; fi case "${BIN_DIR}" in .) BIN_DIR="$(pwd)"; ;; /*) ;; *) BIN_DIR="$(pwd)/${BIN_DIR}"; ;; esac # Locate top of source tree, assuming we're in builds/zos TOP="${BIN_DIR}/../.." SRCDIR="${TOP}/src" TESTDIR="${TOP}/tests" case "$(pwd)" in *tests) ;; *) echo "Changing to ${TESTDIR}" cd "${TESTDIR}" ;; esac if [ -x "test_system" ]; then : else echo "Run makelibzmq and maketests before runtests" >&2 exit 1 fi #--------------------------------------------------------------------------- # Explanation of tests expected to fail: # test_abstract_ipc: Relies on Linux-specific IPC functionality # test_fork: Relies on using pthreads _after_ fork, _before_ exec # test_diffserv: Needs IP_PROTO, IP_TOS setsockopt(); the headers # are present on z/OS UNIX System Services, but # fails with: # EDC8109I Protocol not available. (./ip.cpp:164) # NOTE: not listed as a valid IP setsockopt() option at: # http://pic.dhe.ibm.com/infocenter/zos/v2r1/index.jsp?topic=%2Fcom.ibm.zos.v2r1.bpxbd00%2Fsetopt.htm # XFAIL_TESTS="test_abstract_ipc|test_fork|test_diffserv" # BUILD_TIPC is not defined, so we skip all these tests SKIP_TESTS="test_.*_tipc" # Extract list of all test programs from tests/Makefile.am # # Excluding tests we know will fail because of missing functionality # noinst_PROGRAMS=$(grep "test_" Makefile.am | grep -E -v "_SOURCES|XFAIL" | sed 's/noinst_PROGRAMS.* test/test/; s/^ *//; s/ *\\ *$//;' | grep -v "${SKIP_TESTS}" | grep -E -v "${XFAIL_TESTS}") #echo "Found tetsts: ${noinst_PROGRAMS}" # Run tests on command line, or all tests we found if [ -n "${1}" ]; then TESTS="$*" # Run tests on command line else TESTS="${noinst_PROGRAMS}" fi verbose() { echo "Starting: $@" >&2 "$@" } # Uncomment TESTS_ENVIRONMENT=verbose to see "Starting: TEST" messages #TESTS_ENVIRONMENT=verbose TESTS_ENVIRONMENT= #--------------------------------------------------------------------------- # Explicitly add SRCDIR into library search path, to make sure we # use our just-built version LIBPATH="${SRCDIR}:/lib:/usr/lib" export LIBPATH #--------------------------------------------------------------------------- # check-TESTS: target from tests/Makefile, converted from Make syntax to # shell syntax failed=0; all=0; xfail=0; xpass=0; skip=0; srcdir=.; export srcdir; list="${TESTS}"; red=""; grn=""; lgn=""; blu=""; std=""; if test -n "$list"; then for tst in $list; do if test -f ./$tst; then dir=./; elif test -f $tst; then dir=; else dir="${srcdir}/"; fi; if ${TESTS_ENVIRONMENT} ${dir}$tst; then all=`expr $all + 1`; case " ${XFAIL_TESTS} " in *"$tst"*) xpass=`expr $xpass + 1`; failed=`expr $failed + 1`; col=$red; res=XPASS; ;; *) col=$grn; res=PASS; ;; esac; elif test $? -ne 77; then all=`expr $all + 1`; case " ${XFAIL_TESTS} " in *"$tst"*) xfail=`expr $xfail + 1`; col=$lgn; res=XFAIL; ;; *) failed=`expr $failed + 1`; col=$red; res=FAIL; ;; esac; else skip=`expr $skip + 1`; col=$blu; res=SKIP; fi; echo "${col}$res${std}: $tst"; done; if test "$all" -eq 1; then tests="test"; All=""; else tests="tests"; All="All "; fi; if test "$failed" -eq 0; then if test "$xfail" -eq 0; then banner="$All$all $tests passed"; else if test "$xfail" -eq 1; then failures=failure; else failures=failures; fi; banner="$All$all $tests behaved as expected ($xfail expected $failures)"; fi; else if test "$xpass" -eq 0; then banner="$failed of $all $tests failed"; else if test "$xpass" -eq 1; then passes=pass; else passes=passes; fi; banner="$failed of $all $tests did not behave as expected ($xpass unexpected $passes)"; fi; fi; dashes="$banner"; skipped=""; if test "$skip" -ne 0; then if test "$skip" -eq 1; then skipped="($skip test was not run)"; else skipped="($skip tests were not run)"; fi; test `echo "$skipped" | wc -c` -le `echo "$banner" | wc -c` || dashes="$skipped"; \ fi; report=""; if test "$failed" -ne 0 && test -n "${PACKAGE_BUGREPORT}"; then report="Please report to ${PACKAGE_BUGREPORT}"; test `echo "$report" | wc -c` -le `echo "$banner" | wc -c` || dashes="$report"; fi; dashes=`echo "$dashes" | sed s/./=/g`; if test "$failed" -eq 0; then col="$grn"; else col="$red"; fi; echo "${col}$dashes${std}"; echo "${col}$banner${std}"; test -z "$skipped" || echo "${col}$skipped${std}"; test -z "$report" || echo "${col}$report${std}"; echo "${col}$dashes${std}"; test "$failed" -eq 0; else :; fi
sophomore_public/libzmq
builds/zos/runtests
none
gpl-3.0
5,780
/* SPDX-License-Identifier: MPL-2.0 */ #include "testutil.hpp" #include <unistd.h> // For alarm() const char *address = "tcp://127.0.0.1:6571"; #define NUM_MESSAGES 5 #define TIMEOUT_SECS 5 // Global timeout int main (void) { setup_test_environment (); void *ctx = zmq_ctx_new (); assert (ctx); // Create and bind pull socket to receive messages void *pull = zmq_socket (ctx, ZMQ_PULL); assert (pull); int rc = zmq_bind (pull, address); assert (rc == 0); int pid = fork (); if (pid == 0) { // Child process // Immediately close parent sockets and context zmq_close (pull); zmq_ctx_term (ctx); // Create new context, socket, connect and send some messages void *child_ctx = zmq_ctx_new (); assert (child_ctx); void *push = zmq_socket (child_ctx, ZMQ_PUSH); assert (push); rc = zmq_connect (push, address); assert (rc == 0); int count; for (count = 0; count < NUM_MESSAGES; count++) zmq_send (push, "Hello", 5, 0); zmq_close (push); zmq_ctx_destroy (child_ctx); exit (0); } else { // Parent process alarm(TIMEOUT_SECS); // Set upper limit on runtime int count; for (count = 0; count < NUM_MESSAGES; count++) { char buffer [5]; int num_bytes = zmq_recv (pull, buffer, 5, 0); assert (num_bytes == 5); } int child_status; while (true) { rc = waitpid (pid, &child_status, 0); if (rc == -1 && errno == EINTR) continue; assert (rc > 0); // Verify the status code of the child was zero assert (WEXITSTATUS (child_status) == 0); break; } exit (0); } return 0; }
sophomore_public/libzmq
builds/zos/test_fork.cpp
C++
gpl-3.0
1,878
#! /bin/sh # Wrapper around IBM C++ compiler to add "-+" to preprocessor calls # and thus work with C++ in files other than *.C. Also add -Wc,lang(longlong) # with appropriate quoting to avoid shell confusion -- this is difficult # to get through both ./configure arguments _and_ Makefile/shell expansion # safely so more easily added in this wrapper. # # Finally, by default will enable xplink for C++ compatibility and performance # (c++ standard library requires xplink enabled). # # Additional compile/link flags can be passed in as ZCXXFLAGS, eg: # # For debug: ZXCCFLAGS=-g ... # # Written by Ewen McNeill <ewen@imatix.com>, 2014-07-18 # Updated by Ewen McNeill <ewen@imatix.com>, 2014-07-21 #--------------------------------------------------------------------------- CPPFLAGS="-+" LONGLONG="-Wc,lang(longlong)" XPLINK="${XPLINK:--Wc,xplink -Wl,xplink}" CXX="/bin/c++" ZCXXFLAGS="${ZCXXFLAGS:-}" # Extra compile/link arguments, eg "-g" # For debugging calling conventions issues #echo "Called with: $0 $@" >>/tmp/zc++.log 2>&1 #exec >>/tmp/zc++.log 2>&1 #set -x case "$1" in -E) exec "${CXX}" "${CPPFLAGS}" "$@" ;; -o) exec "${CXX}" ${ZCXXFLAGS} "${LONGLONG}" "${CPPFLAGS}" ${XPLINK} "$@" ;; -c) exec "${CXX}" ${ZCXXFLAGS} "${LONGLONG}" "${CPPFLAGS}" ${XPLINK} "$@" ;; -L) # Special case for linking via C++, called from linkall exec "${CXX}" ${ZCXXFLAGS} ${XPLINK} "$@" ;; *) exec "${CXX}" ${ZCXXFLAGS} "${LONGLONG}" ${XPLINK} "$@" ;; esac
sophomore_public/libzmq
builds/zos/zc++
none
gpl-3.0
1,583
#!/usr/bin/env bash set -x set -e if [ $BUILD_TYPE = "default" ]; then mkdir tmp BUILD_PREFIX=$PWD/tmp source config.sh set_config_opts # Build and check this project ( ./autogen.sh && ./configure "${CONFIG_OPTS[@]}" && export DISTCHECK_CONFIGURE_FLAGS="${CONFIG_OPTS[@]}" && make VERBOSE=1 -j5 ${CHECK} ) || exit 1 else cd ./builds/${BUILD_TYPE} && ./ci_build.sh fi
sophomore_public/libzmq
ci_build.sh
Shell
gpl-3.0
435
#!/usr/bin/env bash # do NOT set -x or it will log the secret tokens! set -e if [[ $BUILD_TYPE == "default" && $CURVE == "libsodium" && -z $DRAFT ]]; then # Tell travis to deploy all files in dist mkdir dist export LIBZMQ_DEPLOYMENT=dist/* # Move archives to dist mv *.tar.gz dist mv *.zip dist # Generate hash sums cd dist md5sum *.zip *.tar.gz > MD5SUMS sha1sum *.zip *.tar.gz > SHA1SUMS cd - else export LIBZMQ_DEPLOYMENT="" fi
sophomore_public/libzmq
ci_deploy.sh
Shell
gpl-3.0
481
#!/usr/bin/env bash function set_config_opts() { CONFIG_OPTS=() CONFIG_OPTS+=("CFLAGS=-g") CONFIG_OPTS+=("CPPFLAGS=-I${BUILD_PREFIX}/include") CONFIG_OPTS+=("CXXFLAGS=-g") CONFIG_OPTS+=("LDFLAGS=-L${BUILD_PREFIX}/lib") CONFIG_OPTS+=("PKG_CONFIG_PATH=${BUILD_PREFIX}/lib/pkgconfig") CONFIG_OPTS+=("--prefix=${BUILD_PREFIX}") CHECK="distcheck" if [ -n "$ADDRESS_SANITIZER" ] && [ "$ADDRESS_SANITIZER" = "enabled" ]; then CONFIG_OPTS+=("--enable-address-sanitizer=yes") # distcheck does an out-of-tree build, and the fuzzer tests use a hard-coded relative path for simplicity CHECK="check" git clone --depth 1 https://github.com/zeromq/libzmq-fuzz-corpora.git tests/libzmq-fuzz-corpora fi if [ "$USE_NSS" = "yes" ]; then CONFIG_OPTS+=("--with-nss") fi if [ -z "$CURVE" ]; then CONFIG_OPTS+=("--disable-curve") elif [ "$CURVE" = "libsodium" ]; then CONFIG_OPTS+=("--with-libsodium=yes") if ! ((command -v dpkg-query >/dev/null 2>&1 && dpkg-query --list libsodium-dev >/dev/null 2>&1) || \ (command -v brew >/dev/null 2>&1 && brew ls --versions libsodium >/dev/null 2>&1)); then git clone --depth 1 -b stable https://github.com/jedisct1/libsodium.git ( cd libsodium; ./autogen.sh; ./configure --prefix=$BUILD_PREFIX; make install) fi fi if [ -n "$GSSAPI" ] && [ "$GSSAPI" = "enabled" ]; then CONFIG_OPTS+=("--with-libgssapi_krb5=yes") fi if [ -n "$PGM" ] && [ "$PGM" = "enabled" ]; then CONFIG_OPTS+=("--with-pgm=yes") fi if [ -n "$NORM" ] && [ "$NORM" = "enabled" ]; then CONFIG_OPTS+=("--with-norm=yes") fi if [ -n "$TIPC" ] && [ "$TIPC" = "enabled" ]; then sudo modprobe tipc fi if [ -n "$POLLER" ]; then CONFIG_OPTS+=("--with-poller=${POLLER}") fi if [ -n "$TLS" ] && [ "$TLS" = "enabled" ]; then CONFIG_OPTS+=("--with-tls=yes") fi if [ -z "$DRAFT" ] || [ "$DRAFT" = "disabled" ]; then CONFIG_OPTS+=("--enable-drafts=no") elif [ "$DRAFT" = "enabled" ]; then CONFIG_OPTS+=("--enable-drafts=yes") fi if [ -n "$FORCE_98" ] && [ "$FORCE_98" = "enabled" ]; then CONFIG_OPTS+=("--enable-force-CXX98-compat=yes") fi if [ -n "$VMCI" ] && [ "$VMCI" = "enabled" ]; then CONFIG_OPTS+=("--with-vmci=$PWD/vmci") # VMWare headeers are not ISO C++ compliant CONFIG_OPTS+=("--disable-pedantic") git clone --depth 1 https://github.com/vmware/open-vm-tools.git mkdir -p vmci # Linux headers are redefined, so we can't just add -I to the whole dir cp open-vm-tools/open-vm-tools/lib/include/vmci_* vmci/ fi }
sophomore_public/libzmq
config.sh
Shell
gpl-3.0
2,779
# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) # # The 0MQ version number is extracted from include/zmq.h using # the version.sh script. Hence, it should be updated there. # The version in git should reflect the *next* version planned. # AC_INIT([zeromq],[m4_esyscmd([./version.sh])],[zeromq-dev@lists.zeromq.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AC_CONFIG_HEADERS([src/platform.hpp]) AM_INIT_AUTOMAKE(foreign subdir-objects tar-ustar dist-zip) # Allow "configure --disable-maintainer-mode" to disable timestamp checking AM_MAINTAINER_MODE([enable]) m4_pattern_allow([AC_PROG_CC_C99]) m4_include([m4/ax_check_compile_flag.m4]) m4_include([m4/ax_cxx_compile_stdcxx_11.m4]) m4_include([m4/ax_code_coverage.m4]) m4_include([m4/ax_valgrind_check.m4]) m4_include([m4/ax_check_vscript.m4]) m4_include([m4/ax_func_posix_memalign.m4]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # This lets us use PACKAGE_VERSION in Makefiles AC_SUBST(PACKAGE_VERSION) # Libtool -version-info (ABI version) # # Don't change this unless you know exactly what you're doing and have read and # understand: # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html # # Changes: # # ZeroMQ versions prior to 2.1.0 use 0:0:0 (undefined) # ZeroMQ versions 2.1.x: 1:0:0 (ABI version 1) # ZeroMQ version 3.0: 2:0:0 (ABI version 2) # ZeroMQ version 3.1: 3:0:0 (ABI version 3) # ZeroMQ version 4.0: 4:0:0 (ABI version 4) # ZeroMQ version 4.1: 5:0:0 (ABI version 5) # ZeroMQ version 4.2.0: 6:0:1 (ABI version 5) # ZeroMQ version 4.2.1: 6:1:1 (ABI version 5) # ZeroMQ version 4.2.2: 6:2:1 (ABI version 5) # ZeroMQ version 4.2.3: 6:3:1 (ABI version 5) # ZeroMQ version 4.2.4: 6:4:1 (ABI version 5) # ZeroMQ version 4.2.5: 6:5:1 (ABI version 5) # ZeroMQ version 4.3.0: 7:0:2 (ABI version 5) # ZeroMQ version 4.3.1: 7:1:2 (ABI version 5) # ZeroMQ version 4.3.2: 7:2:2 (ABI version 5) # ZeroMQ version 4.3.3: 7:3:2 (ABI version 5) # ZeroMQ version 4.3.4: 7:4:2 (ABI version 5) # ZeroMQ version 4.3.5: 7:5:2 (ABI version 5) # ZeroMQ version 4.3.6: 7:6:2 (ABI version 5) # # libzmq -version-info current:revision:age LTVER="7:6:2" AC_SUBST(LTVER) # Take a copy of original flags ZMQ_ORIG_CFLAGS="${CFLAGS:-none}" ZMQ_ORIG_CPPFLAGS="${CPPFLAGS:-none}" ZMQ_ORIG_CXXFLAGS="${CXXFLAGS:-none}" # Checks for programs. AC_PROG_CC AX_CHECK_COMPILE_FLAG([-std=c11], [CFLAGS="${CFLAGS} -std=c11 -D_DEFAULT_SOURCE"], [AC_PROG_CC_C99]) AC_PROG_CXX AX_CODE_COVERAGE AM_PROG_CC_C_O AC_PROG_SED AC_PROG_AWK PKG_PROG_PKG_CONFIG m4_pattern_forbid([^PKG_[A-Z_]+$], [missing some pkg-config macros (pkg-config package)]) # Libtool configuration for different targets. See acinclude.m4 LIBZMQ_CONFIG_LIBTOOL AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL AX_VALGRIND_CHECK AX_CHECK_VSCRIPT AX_FUNC_POSIX_MEMALIGN AC_ARG_ENABLE([force-CXX98-compat], [AS_HELP_STRING([--enable-force-CXX98-compat], [force C++98 build [default=disabled]])]) if test "x$enable_force_CXX98_compat" = "xyes"; then AC_LANG_PUSH([C++]) AX_CHECK_COMPILE_FLAG([-std=gnu++98], [CXXFLAGS="${CXXFLAGS} -std=gnu++98"], []) AX_CHECK_COMPILE_FLAG([-Wc++98-compat -Wc++98-compat-pedantic], [CXXFLAGS="${CXXFLAGS} -Wc++98-compat"], []) AC_LANG_POP([C++]) else AX_CXX_COMPILE_STDCXX_11([ext], [optional]) fi # Check whether to build a with debug symbols LIBZMQ_CHECK_ENABLE_DEBUG # Check whether to enable code coverage LIBZMQ_WITH_GCOV AC_MSG_CHECKING([if TIPC is available and supports nonblocking connect]) AC_RUN_IFELSE( [AC_LANG_PROGRAM([[ #include <stdlib.h> #include <string.h> #include <fcntl.h> #include <errno.h> #include <sys/socket.h> #include <linux/tipc.h> ]],[[ struct sockaddr_tipc topsrv; int sd = socket(AF_TIPC, SOCK_SEQPACKET, 0); memset(&topsrv, 0, sizeof(topsrv)); topsrv.family = AF_TIPC; topsrv.addrtype = TIPC_ADDR_NAME; topsrv.addr.name.domain = tipc_addr (10, 10, 10); topsrv.addr.name.name.type = TIPC_TOP_SRV; topsrv.addr.name.name.instance = TIPC_TOP_SRV; fcntl(sd, F_SETFL, O_NONBLOCK); ]]) ], [libzmq_tipc_support=yes], [libzmq_tipc_support=no], [libzmq_tipc_support=no]) AC_MSG_RESULT([$libzmq_tipc_support]) AC_ARG_ENABLE([pedantic], [AS_HELP_STRING([--disable-pedantic], [disable pedantic compiler checks [default=enabled]])], [libzmq_pedantic=$enableval], [libzmq_pedantic=yes]) AC_ARG_WITH([militant], [AS_HELP_STRING([--with-militant], [enable militant API assertions])], [zmq_militant="yes"], []) if test "x$zmq_militant" = "xyes"; then AC_DEFINE(ZMQ_ACT_MILITANT, 1, [Enable militant API assertions]) fi # Disable IPC on unsupported platforms. case "${host_os}" in *vxworks*|*openvms*|*mingw*) ;; *) AC_DEFINE(ZMQ_HAVE_IPC, 1, [Have AF_UNIX sockets for ipc transport]) ;; esac # Data race/deadlock detection # NOTE: Running libzmq under TSAN doesn't make much sense -- synchronization in libzmq is to some extent # handled by the code "knowing" what threads are allowed to do, rather than by enforcing those # restrictions, so TSAN generates a lot of (presumably) false positives from libzmq. # The settings below are intended to enable libzmq to be built with minimal support for TSAN # such that it can be used along with other code that is also built with TSAN. AC_MSG_CHECKING([whether to enable TSan]) AC_ARG_ENABLE(thread-sanitizer, [AS_HELP_STRING([--enable-thread-sanitizer=yes/no], [Build with clang Thread Sanitizer instrumentation])], [ZMQ_TSAN="$enableval"]) if test "x${ZMQ_TSAN}" = "xyes"; then TSAN_FLAGS="-fno-omit-frame-pointer -fsanitize=thread" TSAN_CCFLAGS="${TSAN_CCFLAGS} -mllvm -tsan-instrument-memory-accesses=0" TSAN_CCFLAGS="${TSAN_CCFLAGS} -mllvm -tsan-instrument-atomics=0" TSAN_CCFLAGS="${TSAN_CCFLAGS} -mllvm -tsan-instrument-func-entry-exit=1" CFLAGS="${CFLAGS} ${TSAN_FLAGS} ${TSAN_CCFLAGS}" CXXFLAGS="${CXXFLAGS} ${TSAN_FLAGS} ${TSAN_CCFLAGS}" LDFLAGS="${LDFLAGS} ${TSAN_FLAGS} -pie" AM_CONDITIONAL(ENABLE_TSAN, true) AC_MSG_RESULT([yes]) else AM_CONDITIONAL(ENABLE_TSAN, false) AC_MSG_RESULT([no]) fi # Memory mis-use detection AC_MSG_CHECKING([whether to enable ASan]) AC_ARG_ENABLE(address-sanitizer, [AS_HELP_STRING([--enable-address-sanitizer=yes/no], [Build with GCC Address Sanitizer instrumentation])], [ZMQ_ASAN="$enableval"]) if test "x${ZMQ_ASAN}" = "xyes"; then CFLAGS="${CFLAGS} -fsanitize=address -fsanitize=undefined -fsanitize=leak -fno-sanitize-recover=all" CXXFLAGS="${CXXFLAGS} -fsanitize=address -fsanitize=undefined -fsanitize=leak -fno-sanitize-recover=all" AM_CONDITIONAL(ENABLE_ASAN, true) AC_MSG_RESULT([yes]) else AM_CONDITIONAL(ENABLE_ASAN, false) AC_MSG_RESULT([no]) fi # By default compiling with -Werror except on OSX and Solaris when building # with libsodium. AC_ARG_ENABLE([Werror], [AS_HELP_STRING([--disable-Werror], [disable Werror compiler flag [default=enabled]])], [libzmq_werror=$enableval], [libzmq_werror=yes]) # By default use DSO visibility libzmq_dso_visibility="yes" # Platform specific checks libzmq_on_mingw="no" libzmq_on_cygwin="no" libzmq_on_android="no" libzmq_on_linux="no" libzmq_on_gnu="no" # Set some default features required by ZeroMQ code CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE $CPPFLAGS" CXXFLAGS="-Wno-long-long $CXXFLAGS" # Will be used to add flags to pkg-config useful when apps want to statically link PKGCFG_LIBS_PRIVATE="" PKGCFG_NAMES_PRIVATE="" # For host type checks AC_CANONICAL_HOST # OS-specific tests case "${host_os}" in *linux*) # Define on Linux to enable all library features. Define if using a gnu compiler if test "x$GXX" = "xyes"; then CPPFLAGS="-D_GNU_SOURCE $CPPFLAGS" fi AC_DEFINE(ZMQ_HAVE_LINUX, 1, [Have Linux OS]) libzmq_on_linux="yes" if test "x$libzmq_tipc_support" = "xyes"; then AC_DEFINE(ZMQ_HAVE_TIPC, 1, [Have TIPC support]) fi case "${host_os}" in *android*) AC_DEFINE(ZMQ_HAVE_ANDROID, 1, [Have Android OS]) libzmq_on_android="yes" ;; esac ;; *solaris*) # Define on Solaris to enable all library features CPPFLAGS="-D_PTHREADS $CPPFLAGS" CXXFLAGS="-Wno-sign-compare $CXXFLAGS" AC_DEFINE(ZMQ_HAVE_SOLARIS, 1, [Have Solaris OS]) AC_CHECK_LIB(socket, socket) AC_CHECK_LIB(nsl, gethostbyname) AC_MSG_CHECKING([whether atomic operations can be used]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM( [[#include <atomic.h>]], [[uint32_t value; atomic_cas_32 (&value, 0, 0); return 0;]])], [solaris_has_atomic=yes], [solaris_has_atomic=no]) AC_MSG_RESULT([$solaris_has_atomic]) # Solaris 8 does not have atomic operations exported to user space. if test "x$solaris_has_atomic" = "xno"; then AC_DEFINE(ZMQ_FORCE_MUTEXES, 1, [Force to use mutexes]) fi ;; *freebsd*) # Define on FreeBSD to enable all library features CPPFLAGS="-D__BSD_VISIBLE $CPPFLAGS" AC_DEFINE(ZMQ_HAVE_FREEBSD, 1, [Have FreeBSD OS]) ;; *dragonfly*) CPPFLAGS="-D__BSD_VISIBLE $CPPFLAGS" AC_DEFINE(ZMQ_HAVE_FREEBSD, 1, [Have DragonFly OS]) AC_DEFINE(ZMQ_HAVE_DRAGONFLY, 1, [Have DragonFly OS]) ;; *darwin*) # Define on Darwin to enable all library features CPPFLAGS="-D_DARWIN_C_SOURCE $CPPFLAGS" libzmq_pedantic="no" AC_DEFINE(ZMQ_HAVE_OSX, 1, [Have DarwinOSX OS]) ;; *haiku*) AC_DEFINE(ZMQ_HAVE_HAIKU, 1, [Have Haiku OS]) AC_CHECK_LIB(network, socket) ;; *netbsd*) # Define on NetBSD to enable all library features CPPFLAGS="-D_NETBSD_SOURCE $CPPFLAGS" AC_DEFINE(ZMQ_HAVE_NETBSD, 1, [Have NetBSD OS]) # NetBSD 5.0 and newer provides atomic operations but we can # only use these on systems where PR #42842 has been fixed so # we must try and link a test program using C++. libzmq_netbsd_has_atomic=no AC_MSG_CHECKING([whether atomic operations can be used]) AC_LANG_PUSH([C++]) AC_LINK_IFELSE([AC_LANG_PROGRAM( [[#include <atomic.h>]], [[uint32_t value; atomic_cas_32 (&value, 0, 0); return 0;]])], [libzmq_netbsd_has_atomic=yes], [libzmq_netbsd_has_atomic=no]) AC_LANG_POP([C++]) AC_MSG_RESULT([$libzmq_netbsd_has_atomic]) if test "x$libzmq_netbsd_has_atomic" = "xno"; then AC_DEFINE(ZMQ_FORCE_MUTEXES, 1, [Force to use mutexes]) fi # NetBSD Current (to become 10) has changed the type of udata in it's # kevent struct from intptr_t to void * to align with darwin and other # BSDs, see upstream commit: # https://github.com/NetBSD/src/commit/e5ead823eb916b56589d2c6c560dbcfe4a2d0afc AC_MSG_CHECKING([whether kevent udata type is intptr_t]) AC_LANG_PUSH([C++]) AC_LINK_IFELSE([AC_LANG_PROGRAM( [[#include <sys/types.h> #include <sys/event.h> #include <sys/time.h>]], [[struct kevent ev; intptr_t udata; EV_SET(&ev, 0, 0, EV_ADD, 0, 0, udata); return 0;]])], [libzmq_netbsd_kevent_udata_intptr_t=yes], [libzmq_netbsd_kevent_udata_intptr_t=no]) AC_LANG_POP([C++]) AC_MSG_RESULT([$libzmq_netbsd_kevent_udata_intptr_t]) if test "x$libzmq_netbsd_kevent_udata_intptr_t" = "xyes"; then AC_DEFINE(ZMQ_NETBSD_KEVENT_UDATA_INTPTR_T, 1, [kevent udata type is intptr_t]) fi ;; *openbsd*|*bitrig*) # Define on OpenBSD to enable all library features CPPFLAGS="-D_BSD_SOURCE $CPPFLAGS" AC_DEFINE(ZMQ_HAVE_OPENBSD, 1, [Have OpenBSD OS]) ;; *nto-qnx*) libzmq_pedantic="no" AC_DEFINE(ZMQ_HAVE_QNXNTO, 1, [Have QNX Neutrino OS]) AC_CHECK_LIB(socket, socket) ;; *aix*|*os400*) AC_DEFINE(ZMQ_HAVE_AIX, 1, [Have AIX OS]) ;; *hpux*) # Define on HP-UX to enable all library features CPPFLAGS="-D_POSIX_C_SOURCE=200112L $CPPFLAGS" AC_DEFINE(ZMQ_HAVE_HPUX, 1, [Have HPUX OS]) LIBZMQ_CHECK_LANG_FLAG_PREPEND([-Ae]) AC_CHECK_FUNCS(gethrtime) ;; *mingw*|*msys*) AC_DEFINE(ZMQ_HAVE_WINDOWS, 1, [Have Windows OS]) AC_DEFINE(ZMQ_HAVE_MINGW, 1, [Have MinGW]) AC_CHECK_HEADERS(windows.h) AC_CHECK_LIB(ws2_32, main, , [AC_MSG_ERROR([cannot link with ws2_32.dll.])]) AC_CHECK_LIB(rpcrt4, main, , [AC_MSG_ERROR([cannot link with rpcrt4.dll.])]) AC_CHECK_LIB(iphlpapi, main, , [AC_MSG_ERROR([cannot link with iphlpapi.dll.])]) libzmq_on_mingw="yes" libzmq_dso_visibility="no" if test "x$enable_static" = "xyes"; then CPPFLAGS="-DZMQ_STATIC $CPPFLAGS" PKGCFG_LIBS_PRIVATE="$PKGCFG_LIBS_PRIVATE -liphlpapi -lws2_32" fi # Set FD_SETSIZE to 16384 CPPFLAGS=" -DFD_SETSIZE=16384 $CPPFLAGS" ;; *cygwin*) # Define on Cygwin to enable all library features CPPFLAGS="-D_GNU_SOURCE $CPPFLAGS" AC_DEFINE(ZMQ_HAVE_CYGWIN, 1, [Have Cygwin]) libzmq_on_cygwin="yes" libzmq_dso_visibility="no" if test "x$enable_static" = "xyes"; then AC_MSG_ERROR([Building static libraries is not supported under Cygwin]) fi ;; gnu*) # Define on GNU/Hurd to enable all library features. Define if using a gnu compiler if test "x$GXX" = "xyes"; then CPPFLAGS="-D_GNU_SOURCE $CPPFLAGS" fi AC_DEFINE(ZMQ_HAVE_GNU, 1, [Have GNU/Hurd OS]) libzmq_on_gnu="yes" AC_CHECK_LIB(rt, sem_init) ;; *) AC_MSG_ERROR([unsupported system: ${host_os}.]) ;; esac # Sun Studio does not like anonymous structures in unions and does not have weak attribute if test "x$libzmq_cv_[]_AC_LANG_ABBREV[]_sun_studio_compiler" = "xyes"; then CXXFLAGS="${CXXFLAGS} -features=extensions" CFLAGS="${CFLAGS} -features=extensions" CPPFLAGS="${CPPFLAGS} -DUNITY_WEAK_PRAGMA" fi # Checks for libraries AC_CHECK_LIB([pthread], [pthread_create]) if test "x$ac_cv_lib_pthread_pthread_create" = "xyes"; then PKGCFG_LIBS_PRIVATE="$PKGCFG_LIBS_PRIVATE -lpthread" fi AC_CHECK_LIB([rt], [clock_gettime]) if test "x$ac_cv_lib_rt_clock_gettime" = "xyes"; then PKGCFG_LIBS_PRIVATE="$PKGCFG_LIBS_PRIVATE -lrt" fi # # Check if the compiler supports -fvisibility=hidden flag. MinGW uses __declspec # if test "x$libzmq_dso_visibility" = "xyes"; then AC_LANG_PUSH([C++]) LIBZMQ_CHECK_LANG_VISIBILITY([LIBZMQ_EXTRA_CXXFLAGS="$libzmq_cv_[]_AC_LANG_ABBREV[]_visibility_flag ${LIBZMQ_EXTRA_CXXFLAGS}"]) AC_LANG_POP([C++]) fi # CPU-specific optimizations case "${host_cpu}" in *sparc64*) AC_LANG_PUSH([C++]) LIBZMQ_CHECK_LANG_FLAG_PREPEND([-mcpu=v9]) AC_LANG_POP([C++]) ;; *) ;; esac # Check whether to build docs / install man pages LIBZMQ_CHECK_DOC_BUILD # Check polling system, set appropriate macro in src/platform.hpp LIBZMQ_CHECK_POLLER # Check for pselect to activate ppoll, set appropriate macro in src/platform.hpp LIBZMQ_CHECK_PPOLL # Check cacheline size, set appropriate macro in src/platform.hpp LIBZMQ_CHECK_CACHELINE # Check condition variable implementation, set appropriate macro in src/platform.hpp LIBZMQ_CHECK_CV_IMPL # Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS(\ errno.h \ time.h \ unistd.h \ limits.h \ stddef.h \ stdlib.h \ string.h \ arpa/inet.h \ netinet/tcp.h \ netinet/in.h \ sys/socket.h \ sys/time.h) # Check if we have ifaddrs.h header file. AC_CHECK_HEADERS(ifaddrs.h, [AC_DEFINE(ZMQ_HAVE_IFADDRS, 1, [Have ifaddrs.h header.])]) # Check if we have sys/uio.h header file. AC_CHECK_HEADERS(sys/uio.h, [AC_DEFINE(ZMQ_HAVE_UIO, 1, [Have uio.h header.])]) # Force not to use eventfd AC_ARG_ENABLE([eventfd], [AS_HELP_STRING([--disable-eventfd], [disable eventfd [default=enabled]])], [zmq_enable_eventfd=$enableval], [zmq_enable_eventfd=yes]) if test "x$zmq_enable_eventfd" = "xyes"; then # Check if we have eventfd.h header file. AC_CHECK_HEADERS(sys/eventfd.h, [ AC_DEFINE(ZMQ_HAVE_EVENTFD, 1, [Have eventfd extension]) LIBZMQ_CHECK_EVENTFD_CLOEXEC([ AC_DEFINE([ZMQ_HAVE_EVENTFD_CLOEXEC], [1], [Whether EFD_CLOEXEC is defined and functioning.]) ]) ]) fi # Conditionally build performance measurement tools AC_ARG_ENABLE([perf], [AS_HELP_STRING([--disable-perf], [don't build performance measurement tools [default=build]])], [zmq_enable_perf=$enableval], [zmq_enable_perf=yes]) AM_CONDITIONAL(ENABLE_PERF, test "x$zmq_enable_perf" = "xyes") # Conditionally build curve key generation tool AC_ARG_ENABLE([curve-keygen], [AS_HELP_STRING([--disable-curve-keygen], [don't build curve-keygen tool [default=build]])], [zmq_enable_curve_keygen=$enableval], [zmq_enable_curve_keygen=yes]) # Use c++ in subsequent tests AC_LANG_PUSH(C++) AC_CHECK_DECLS([SO_PEERCRED], [AC_DEFINE(ZMQ_HAVE_SO_PEERCRED, 1, [Have SO_PEERCRED socket option])], [], [#include <sys/socket.h>]) AC_CHECK_DECLS([LOCAL_PEERCRED], [AC_DEFINE(ZMQ_HAVE_LOCAL_PEERCRED, 1, [Have LOCAL_PEERCRED socket option])], [], [#include <sys/socket.h>]) AM_CONDITIONAL(HAVE_IPC_PEERCRED, test "x$ac_cv_have_decl_SO_PEERCRED" = "xyes" || test "x$ac_cv_have_decl_LOCAL_PEERCRED" = "xyes") AC_HEADER_STDBOOL AC_C_CONST AC_C_INLINE # Checks for typedefs, structures, and compiler characteristics. if test "x$libzmq_cv_[]_AC_LANG_ABBREV[]_intel_compiler" = "xyes"; then dnl 279: controlling expression is constant dnl Fixes build with ICC 12.x LIBZMQ_CHECK_WITH_FLAG([-wd279], [AC_TYPE_SIZE_T]) LIBZMQ_CHECK_WITH_FLAG([-wd279], [AC_TYPE_SSIZE_T]) else AC_TYPE_SIZE_T AC_TYPE_SSIZE_T fi AC_HEADER_TIME AC_TYPE_UINT32_T AC_C_VOLATILE # build using libgssapi_krb5 AC_ARG_WITH([libgssapi_krb5], [AS_HELP_STRING([--with-libgssapi_krb5], [require libzmq build with libgssapi_krb5 [default=no]])], [require_libgssapi_krb5_ext=$withval], [require_libgssapi_krb5_ext=no]) # conditionally require libgssapi_krb5 if test "x$require_libgssapi_krb5_ext" != "xno"; then PKG_CHECK_MODULES([gssapi_krb5], [krb5-gssapi], [ have_gssapi_library="yes" PKGCFG_NAMES_PRIVATE="$PKGCFG_NAMES_PRIVATE krb5-gssapi" ], [ AC_CHECK_HEADERS(gssapi/gssapi_generic.h) AC_SEARCH_LIBS([gss_init_sec_context], [gssapi_krb5 gssapi], have_gssapi_library="yes", AC_MSG_ERROR(libgssapi_krb5 is needed for GSSAPI security)) PKGCFG_LIBS_PRIVATE="$PKGCFG_LIBS_PRIVATE -lgssapi_krb5" ]) fi if test "x$have_gssapi_library" = "xyes"; then AC_DEFINE(HAVE_LIBGSSAPI_KRB5, [1], [Enabled GSSAPI security]) fi AM_CONDITIONAL(BUILD_GSSAPI, test "x$have_gssapi_library" = "xyes") # Select curve encryption library, defaults to disabled # To use libsodium instead, use --with-libsodium (must be installed) # To disable curve, use --disable-curve AC_ARG_WITH([libsodium], [AS_HELP_STRING([--with-libsodium], [use libsodium [default=no]])]) AS_IF([test "x$with_libsodium" = "xyes"], [ PKG_CHECK_MODULES([sodium], [libsodium], [libsodium_found=yes], [ AC_MSG_ERROR(libsodium is not installed. Install it, then run configure again) ]) ]) AC_ARG_ENABLE([curve], [AS_HELP_STRING([--disable-curve], [disable CURVE security [default=no]])]) AC_ARG_ENABLE( [libsodium_randombytes_close], [AS_HELP_STRING( [--disable-libsodium_randombytes_close], [Do not call libsodium randombytes_close() when terminating contexts. If disabled, may leave one FD open on /dev/urandom until randombytes_close() is called explicitly, but fixes a crash when multiple contexts are used with CURVE. Has no effect when getrandom() is available. [default=enabled]] )], [], [enable_libsodium_randombytes_close=yes] ) if test "x$enable_curve" = "xno"; then curve_library="" AC_MSG_NOTICE([CURVE security is disabled]) elif test "x$with_libsodium" = "xyes"; then AC_MSG_NOTICE([Using libsodium for CURVE security]) AC_DEFINE(ZMQ_HAVE_CURVE, [1], [Using curve encryption]) AC_DEFINE(ZMQ_USE_LIBSODIUM, [1], [Using libsodium for curve encryption]) if test "x$enable_libsodium_randombytes_close" = "xyes"; then AC_DEFINE(ZMQ_LIBSODIUM_RANDOMBYTES_CLOSE, [1], [Automatically close libsodium randombytes. Not threadsafe without getrandom()]) else AC_MSG_NOTICE([Disabling libsodium randombytes_close(). randombytes_close() may need to be called in application code.]) fi curve_library="libsodium" enable_curve="yes" case "${host_os}" in *solaris*) dnl On Solaris, libsodium depends on libssp LDFLAGS="-lssp $LDFLAGS" libzmq_pedantic="no" libzmq_werror="no" ;; *darwin*) dnl On Darwin, building with libsodium causes dnl macro redefinition warnings libzmq_werror="no" ;; esac PKGCFG_NAMES_PRIVATE="$PKGCFG_NAMES_PRIVATE libsodium" fi AM_CONDITIONAL(ENABLE_CURVE_KEYGEN, test "x$enable_curve" = "xyes" -a "x$zmq_enable_curve_keygen" = "xyes") AM_CONDITIONAL(USE_LIBSODIUM, test "$curve_library" = "libsodium") AM_CONDITIONAL(HAVE_CURVE, test "x$curve_library" != "x") AM_CONDITIONAL(USE_WEPOLL, test "$poller" = "wepoll") # Check requiring packages for WebSocket ws_crypto_library="" AC_ARG_ENABLE([ws], [AS_HELP_STRING([--enable-ws], [Enable WebSocket transport [default=state of DRAFT]])], [enable_ws=$enableval], [enable_ws=$enable_drafts]) AC_ARG_WITH([nss], [AS_HELP_STRING([--with-nss], [use nss instead of built-in sha1 [default=no]])]) AC_ARG_WITH([tls], [AS_HELP_STRING([--with-tls], [Enable TLS (WSS transport) [default=no]])]) if test "x$enable_ws" != "xno"; then if test "x$with_tls" = "xyes"; then PKG_CHECK_MODULES([GNUTLS], [gnutls >= 3.1.4], [ PKGCFG_NAMES_PRIVATE="$PKGCFG_NAMES_PRIVATE gnutls >= 3.1.4" ws_crypto_library="gnutls" AC_DEFINE(ZMQ_USE_GNUTLS, [1], [Use GNUTLS for TLS]) AC_DEFINE(ZMQ_HAVE_WS, [1], [Using websocket]) AC_DEFINE(ZMQ_HAVE_WSS, [1], [WSS enabled]) AC_MSG_NOTICE(Using gnutls) ],[ AC_MSG_ERROR([GnuTLS is not installed. Install it, then run configure again]) ]) elif test "x$with_nss" = "xyes"; then PKG_CHECK_MODULES([NSS3], [nss], [ PKGCFG_NAMES_PRIVATE="$PKGCFG_NAMES_PRIVATE nss" AC_DEFINE(ZMQ_USE_NSS, [1], [Using NSS]) AC_DEFINE(ZMQ_HAVE_WS, [1], [Using websocket]) ws_crypto_library="nss" AC_MSG_NOTICE(Using NSS) ], [ AC_MSG_ERROR([nss is not installed. Install it, then run configure again]) ]) else AC_DEFINE(ZMQ_HAVE_WS, [1], [Using websocket]) AC_DEFINE(ZMQ_USE_BUILTIN_SHA1, [1], [Using built-in sha1]) AC_MSG_NOTICE(Using built-in SHA1) ws_crypto_library="builtin" fi fi AM_CONDITIONAL(HAVE_WS, test "x$ws_crypto_library" != "x") AM_CONDITIONAL(USE_NSS, test "x$ws_crypto_library" = "xnss") AM_CONDITIONAL(USE_BUILTIN_SHA1, test "x$ws_crypto_library" = "xbuiltin") AM_CONDITIONAL(USE_GNUTLS, test "x$ws_crypto_library" = "xgnutls") AM_CONDITIONAL(HAVE_WSS, test "x$ws_crypto_library" = "xgnutls") # build using pgm have_pgm_library="no" AC_ARG_WITH([pgm], [AS_HELP_STRING([--with-pgm], [build libzmq with PGM extension. Requires pkg-config [default=no]])], [with_pgm_ext=$withval], [with_pgm_ext=no]) # conditionally require pgm package if test "x$with_pgm_ext" != "xno"; then PKG_CHECK_MODULES([pgm], [openpgm-5.3 >= 5.3], [ have_pgm_library="yes" PKGCFG_NAMES_PRIVATE="$PKGCFG_NAMES_PRIVATE openpgm-5.3 >= 5.3" ], [ PKG_CHECK_MODULES([pgm], [openpgm-5.2 >= 5.2], [ have_pgm_library="yes" PKGCFG_NAMES_PRIVATE="$PKGCFG_NAMES_PRIVATE openpgm-5.2 >= 5.2" ], [ PKG_CHECK_MODULES([pgm], [openpgm-5.1 >= 5.1], [ have_pgm_library="yes" PKGCFG_NAMES_PRIVATE="$PKGCFG_NAMES_PRIVATE openpgm-5.1 >= 5.1" ]) ]) ]) fi if test "x$have_pgm_library" = "xyes"; then AC_DEFINE(ZMQ_HAVE_OPENPGM, [1], [Have OpenPGM extension]) # When using CXX98 mode 'restrict will not be defined, so redefine it, as it # is used in the PGM headers if test "x$enable_force_CXX98_compat" = "xyes"; then CPPFLAGS="-Drestrict=__restrict__ $CPPFLAGS" fi fi AM_CONDITIONAL(HAVE_PGM, test "x$have_pgm_library" = "xyes") # This uses "--with-norm" to point to the "norm" directory # for "norm/include" and "norm/lib" #(if "--with-norm=yes" is given, then assume installed on system) AC_ARG_WITH([norm], [AS_HELP_STRING([--with-norm], [build libzmq with NORM protocol extension, optionally specifying norm path [default=no]])], [with_norm_ext=$withval], [with_norm_ext=no]) AC_MSG_CHECKING("with_norm_ext = ${with_norm_ext}") if test "x$with_norm_ext" != "xno"; then PKG_CHECK_MODULES([norm], [norm], [ have_norm_library="yes" PKGCFG_NAMES_PRIVATE="$PKGCFG_NAMES_PRIVATE norm" ], [ AC_MSG_RESULT([yes]) norm_LIBS="" norm_CFLAGS="" if test "x$with_norm_ext" != "xyes"; then norm_path="${with_norm_ext}" norm_CFLAGS="${norm_CFLAGS} -I${norm_path}/include" norm_LIBS="${norm_LIBS} -L${norm_path}/lib" fi norm_LIBS="${norm_LIBS} -lnorm" have_norm_library="yes" PKGCFG_LIBS_PRIVATE="$PKGCFG_LIBS_PRIVATE $norm_LIBS" AC_SUBST(norm_LIBS) AC_SUBST(norm_CFLAGS) ]) else AC_MSG_RESULT([no]) fi if test "x$have_norm_library" = "xyes"; then AC_DEFINE(ZMQ_HAVE_NORM, [1], [Have NORM protocol extension]) fi AM_CONDITIONAL(HAVE_NORM, test "x$have_norm_library" = "xyes") # build using vmci have_vmci_library="no" AC_ARG_WITH([vmci], [AS_HELP_STRING([--with-vmci], [build libzmq with VMCI transport [default=no]])], [have_vmci_ext=$withval], [have_vmci_ext=no]) if test "x$have_vmci_ext" != "xno"; then AC_DEFINE(ZMQ_HAVE_VMCI, 1, [Have VMCI transport]) if test "x$have_vmci_ext" != "xyes"; then vmci_path="${have_vmci_ext}" LIBZMQ_VMCI_CXXFLAGS="-I${vmci_path}" LIBZMQ_VMCI_LDFLAGS="-I${vmci_path}" LIBZMQ_EXTRA_CXXFLAGS="${LIBZMQ_VMCI_CXXFLAGS} ${LIBZMQ_EXTRA_CXXFLAGS}" LIBZMQ_EXTRA_LDFLAGS="${LIBZMQ_VMCI_LDFLAGS} ${LIBZMQ_EXTRA_LDFLAGS}" fi fi AM_CONDITIONAL(HAVE_VMCI, test "x$have_vmci_ext" != "xno") # Set -Wall, -Werror and -pedantic AC_LANG_PUSH([C++]) # Check how to enable -Wall LIBZMQ_LANG_WALL([CXXFLAGS="$libzmq_cv_[]_AC_LANG_ABBREV[]_wall_flag $CXXFLAGS"]) if test "x$libzmq_werror" = "xyes" -a "x$libzmq_cv_[]_AC_LANG_ABBREV[]_sun_studio_compiler" != "xyes"; then LIBZMQ_LANG_WERROR([CXXFLAGS="$libzmq_cv_[]_AC_LANG_ABBREV[]_werror_flag $CXXFLAGS"]) fi if test "x$libzmq_pedantic" = "xyes"; then LIBZMQ_LANG_STRICT([CXXFLAGS="$libzmq_cv_[]_AC_LANG_ABBREV[]_strict_flag $CXXFLAGS"]) fi AC_LANG_POP([C++]) AM_CONDITIONAL(BUILD_TIPC, test "x$libzmq_tipc_support" = "xyes") AM_CONDITIONAL(ON_MINGW, test "x$libzmq_on_mingw" = "xyes") AM_CONDITIONAL(ON_CYGWIN, test "x$libzmq_on_cygwin" = "xyes") AM_CONDITIONAL(ON_ANDROID, test "x$libzmq_on_android" = "xyes") AM_CONDITIONAL(ON_LINUX, test "x$libzmq_on_linux" = "xyes") AM_CONDITIONAL(ON_GNU, test "x$libzmq_on_gnu" = "xyes") # Check for __atomic_Xxx compiler intrinsics AC_LANG_PUSH([C++]) AX_CHECK_COMPILE_FLAG([-Watomic-alignment], [CXXFLAGS="${CXXFLAGS} -Wno-atomic-alignment"], [], [-Werror]) LIBZMQ_CHECK_ATOMIC_INTRINSICS([ AC_DEFINE([ZMQ_HAVE_ATOMIC_INTRINSICS], [1], [Whether compiler has __atomic_Xxx intrinsics.]) ]) AC_LANG_POP([C++]) # Checks for library functions. AC_TYPE_SIGNAL AC_CHECK_FUNCS(perror gettimeofday clock_gettime memset socket getifaddrs freeifaddrs mkdtemp accept4) AC_CHECK_HEADERS([alloca.h]) # AC_CHECK_FUNCS(fork) fails on gcc 7 AC_MSG_CHECKING([whether fork is available]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include <unistd.h>]], [[return fork();]]) ],[ AC_MSG_RESULT([yes]) AC_DEFINE(HAVE_FORK, [1], [fork is available]) AM_CONDITIONAL(HAVE_FORK, true) ],[ AC_MSG_RESULT([no]) AM_CONDITIONAL(HAVE_FORK, false) ]) # string.h doesn't seem to be included by default in Fedora 30 AC_MSG_CHECKING([whether strnlen is available]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include <string.h>]], [[size_t bar = strnlen ("foo", 1); (void)bar; return 0;]]) ],[ AC_MSG_RESULT([yes]) AC_DEFINE(HAVE_STRNLEN, [1], [strnlen is available]) ],[ AC_MSG_RESULT([no]) ]) AC_MSG_CHECKING([whether if_nametoindex is available]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[ #ifdef _WIN32 #include <iphlpapi.h> #else #include <sys/types.h> #include <sys/socket.h> #include <net/if.h> #endif]], [[ if_nametoindex(""); ]])],[ AC_MSG_RESULT([yes]) AC_DEFINE(HAVE_IF_NAMETOINDEX, [1], [if_nametoindex is available]) ],[ AC_MSG_RESULT([no]) ]) AC_ARG_ENABLE([libbsd], [AS_HELP_STRING([--enable-libbsd], [enable libbsd [default=auto]])], [enable_libbsd=$enableval], [enable_libbsd="auto"]) if test "x$enable_libbsd" != "xno"; then PKG_CHECK_MODULES(LIBBSD, [libbsd], [ AC_DEFINE(ZMQ_HAVE_LIBBSD, 1, [The libbsd library is to be used]) AC_SUBST([LIBBSD_CFLAGS]) AC_SUBST([LIBBSD_LIBS]) PKGCFG_NAMES_PRIVATE="$PKGCFG_NAMES_PRIVATE libbsd" found_libbsd="yes" ], [ found_libbsd="no" if test "x$enable_libbsd" = "xyes"; then AC_MSG_ERROR([Cannot find libbsd]) else AC_MSG_WARN([Cannot find libbsd]) fi ]) fi AC_MSG_CHECKING([whether strlcpy is available]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include <string.h>]], [[char buf [100]; size_t bar = strlcpy (buf, "foo", 100); (void)bar; return 0;]]) ],[ AC_MSG_RESULT([yes]) AC_DEFINE(ZMQ_HAVE_STRLCPY, [1], [strlcpy is available]) ],[ AC_MSG_RESULT([no]) ]) # pthread_setname is non-posix, and there are at least 4 different implementations AC_MSG_CHECKING([whether signature of pthread_setname_np() has 1 argument]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include <pthread.h>]], [[pthread_setname_np ("foo"); return 0;]]) ],[ AC_MSG_RESULT([yes]) AC_DEFINE(ZMQ_HAVE_PTHREAD_SETNAME_1, [1], [Whether pthread_setname_np() has 1 argument]) ],[ AC_MSG_RESULT([no]) ]) AC_MSG_CHECKING([whether signature of pthread_setname_np() has 2 arguments]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include <pthread.h>]], [[pthread_setname_np (pthread_self (), "foo"); return 0;]]) ],[ AC_MSG_RESULT([yes]) AC_DEFINE(ZMQ_HAVE_PTHREAD_SETNAME_2, [1], [Whether pthread_setname_np() has 2 arguments]) ],[ AC_MSG_RESULT([no]) ]) AC_MSG_CHECKING([whether signature of pthread_setname_np() has 3 arguments]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include <pthread.h>]], [[pthread_setname_np (pthread_self(), "foo", (void *)0); return 0;]]) ],[ AC_MSG_RESULT([yes]) AC_DEFINE(ZMQ_HAVE_PTHREAD_SETNAME_3, [1], [Whether pthread_setname_np() has 3 arguments]) ],[ AC_MSG_RESULT([no]) ]) AC_MSG_CHECKING([whether pthread_set_name_np() exists]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include <pthread.h>]], [[pthread_set_name_np (pthread_self(), "foo"); return 0;]]) ],[ AC_MSG_RESULT([yes]) AC_DEFINE(ZMQ_HAVE_PTHREAD_SET_NAME, [1], [Whether pthread_set_name_np() exists]) ],[ AC_MSG_RESULT([no]) ]) # pthread_setaffinity_np is non-posix: AC_MSG_CHECKING([whether pthread_setaffinity_np() exists]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include <pthread.h>]], [[cpu_set_t test; pthread_setaffinity_np (pthread_self(), sizeof(cpu_set_t), &test); return 0;]]) ],[ AC_MSG_RESULT([yes]) AC_DEFINE(ZMQ_HAVE_PTHREAD_SET_AFFINITY, [1], [Whether pthread_setaffinity_np() exists]) ],[ AC_MSG_RESULT([no]) ]) LIBZMQ_CHECK_SOCK_CLOEXEC([ AC_DEFINE([ZMQ_HAVE_SOCK_CLOEXEC], [1], [Whether SOCK_CLOEXEC is defined and functioning.]) ]) LIBZMQ_CHECK_O_CLOEXEC([ AC_DEFINE([ZMQ_HAVE_O_CLOEXEC], [1], [Whether O_CLOEXEC is defined and functioning.]) ]) LIBZMQ_CHECK_SO_BINDTODEVICE([ AC_DEFINE([ZMQ_HAVE_SO_BINDTODEVICE], [1], [Whether SO_BINDTODEVICE is supported.]) ]) # TCP keep-alives Checks. LIBZMQ_CHECK_SO_KEEPALIVE([ AC_DEFINE([ZMQ_HAVE_SO_KEEPALIVE], [1], [Whether SO_KEEPALIVE is supported.]) ]) LIBZMQ_CHECK_TCP_KEEPCNT([ AC_DEFINE([ZMQ_HAVE_TCP_KEEPCNT], [1], [Whether TCP_KEEPCNT is supported.]) ]) LIBZMQ_CHECK_TCP_KEEPIDLE([ AC_DEFINE([ZMQ_HAVE_TCP_KEEPIDLE], [1], [Whether TCP_KEEPIDLE is supported.]) ]) LIBZMQ_CHECK_TCP_KEEPINTVL([ AC_DEFINE([ZMQ_HAVE_TCP_KEEPINTVL], [1], [Whether TCP_KEEPINTVL is supported.]) ]) LIBZMQ_CHECK_TCP_KEEPALIVE([ AC_DEFINE([ZMQ_HAVE_TCP_KEEPALIVE], [1], [Whether TCP_KEEPALIVE is supported.]) ]) LIBZMQ_CHECK_SO_PRIORITY([ AC_DEFINE([ZMQ_HAVE_SO_PRIORITY], [1], [Whether SO_PRIORITY is supported.]) ]) LIBZMQ_CHECK_GETRANDOM([ AC_DEFINE([ZMQ_HAVE_GETRANDOM], [1], [Whether getrandom is supported.]) ]) if test "x$cross_compiling" = "xyes"; then # Enable draft by default when cross-compiling defaultval=yes else # enable draft API by default if we're in a git repository # else disable it by default; then allow --enable-drafts=yes/no override AC_CHECK_FILE($srcdir/.git, [defaultval=yes], [defaultval=no]) fi AC_ARG_ENABLE([drafts], AS_HELP_STRING([--enable-drafts], [Build and install draft classes and methods [default=yes]]), [enable_drafts=$enableval], [enable_drafts=$defaultval]) AM_CONDITIONAL([ENABLE_DRAFTS], [test x$enable_drafts != xno]) if test "x$enable_drafts" = "xyes"; then AC_MSG_NOTICE([Building stable and legacy API + draft API]) AC_DEFINE(ZMQ_BUILD_DRAFT_API, 1, [Provide draft classes and methods]) AC_SUBST(pkg_config_defines, "-DZMQ_BUILD_DRAFT_API=1") else AC_MSG_NOTICE([Building stable and legacy API (no draft API)]) AC_SUBST(pkg_config_defines, "") fi AC_ARG_ENABLE([libunwind], [AS_HELP_STRING([--enable-libunwind], [enable libunwind [default=auto]])], [enable_libunwind=$enableval], [enable_libunwind="auto"]) if test "x$enable_libunwind" != "xno"; then PKG_CHECK_MODULES(LIBUNWIND, [libunwind], [ AC_DEFINE(HAVE_LIBUNWIND, 1, [The libunwind library is to be used]) AC_SUBST([LIBUNWIND_CFLAGS]) AC_SUBST([LIBUNWIND_LIBS]) AC_CHECK_LIB([dl], [dladdr], [ PKGCFG_LIBS_PRIVATE="$PKGCFG_LIBS_PRIVATE -ldl" LIBS="-ldl $LIBS" ], [ AC_CHECK_LIB([dld], [dladdr], [ PKGCFG_LIBS_PRIVATE="$PKGCFG_LIBS_PRIVATE -ldld" LIBS="-ldld $LIBS" ]) ]) PKGCFG_NAMES_PRIVATE="$PKGCFG_NAMES_PRIVATE libunwind" ], [ if test "x$enable_libunwind" = "xyes"; then AC_MSG_ERROR([Cannot find libunwind]) else AC_MSG_WARN([Cannot find libunwind]) fi ]) fi AC_ARG_ENABLE([radix-tree], AS_HELP_STRING([--enable-radix-tree], [Use radix tree implementation to manage subscriptions [default=DRAFT]]), [radix_tree=$enableval], [radix_tree=$enable_drafts]) AM_CONDITIONAL([ENABLE_RADIX_TREE], [test x$radix_tree != xno]) if test "x$radix_tree" = "xyes"; then AC_MSG_NOTICE([Using radix tree implementation to manage subscriptions]) AC_DEFINE(ZMQ_USE_RADIX_TREE, 1, [Use radix tree implementation to manage subscriptions]) else AC_MSG_NOTICE([Using mtree implementation to manage subscriptions]) fi # See if clang-format is in PATH; the result unblocks the relevant recipes WITH_CLANG_FORMAT="" AS_IF([test x"$CLANG_FORMAT" = x], [AC_PATH_PROG([CLANG_FORMAT], [clang-format], [])], [AC_CHECK_PROG([WITH_CLANG_FORMAT], [$CLANG_FORMAT], [true], [fail])]) AS_IF([test x"$CLANG_FORMAT" != x && test x"$WITH_CLANG_FORMAT" = x], [AS_IF([test -x "$CLANG_FORMAT"], [WITH_CLANG_FORMAT=true], [AC_CHECK_PROG([WITH_CLANG_FORMAT], [$CLANG_FORMAT], [true], [false])])]) AS_IF([test "$WITH_CLANG_FORMAT" = fail], [AC_MSG_ERROR([Caller explicitly referenced CLANG_FORMAT=$CLANG_FORMAT which was not found])]) AM_CONDITIONAL([WITH_CLANG_FORMAT], [$WITH_CLANG_FORMAT]) # unittests will not build without the static libzmq.a AM_CONDITIONAL(ENABLE_STATIC, test "x$enable_static" = "xyes") # build using a fuzzing engine - fuzzers will be built separately and statically AC_ARG_WITH([fuzzing-engine], [AS_HELP_STRING([--with-fuzzing-engine], [build libzmq with an exernal fuzzing engine [default=no]])], [have_fuzzing_engine_ext=$withval], [have_fuzzing_engine_ext=no]) AC_ARG_WITH([fuzzing-installdir], AS_HELP_STRING([--with-fuzzing-installdir=PATH], [Path where to install fuzzer binaries]), [fuzzing_installdir="$withval"]) if test "x$have_fuzzing_engine_ext" != "xno" && test "x$fuzzing_installdir" != "x" && test "x$enable_static" = "xyes"; then FUZZING_ENGINE_LIB="${have_fuzzing_engine_ext}" FUZZING_INSTALLDIR="${fuzzing_installdir}" AC_SUBST(FUZZING_ENGINE_LIB) AC_SUBST(FUZZING_INSTALLDIR) AC_DEFINE(ZMQ_USE_FUZZING_ENGINE, 1, [fuzz tests will be built with fuzzing engine]) fi AM_CONDITIONAL(FUZZING_ENGINE_LIB, test "x$FUZZING_ENGINE_LIB" != "x") # clang 6 has a warning that does not make sense on multi-platform code AC_LANG_PUSH([C]) AX_CHECK_COMPILE_FLAG([-Wtautological-constant-compare], [CFLAGS="${CFLAGS} -Wno-tautological-constant-compare"], [], [-Werror]) AC_LANG_POP([C]) AX_CHECK_COMPILE_FLAG([-Wtautological-constant-compare], [CXXFLAGS="${CXXFLAGS} -Wno-tautological-constant-compare"], [], [-Werror]) # LTO is enabled by default on SUSE Tumbleweed and RPM lint generates an error if # the flag is not used to compile archives: # E: lto-no-text-in-archive AC_LANG_PUSH([C]) AX_CHECK_COMPILE_FLAG([-ffat-lto-objects], [CFLAGS="${CFLAGS} -ffat-lto-objects"], [], [-Werror]) AC_LANG_POP([C]) AX_CHECK_COMPILE_FLAG([-ffat-lto-objects], [CXXFLAGS="${CXXFLAGS} -ffat-lto-objects"], [], [-Werror]) # Subst LIBZMQ_EXTRA_CFLAGS & CXXFLAGS & LDFLAGS AC_SUBST(LIBZMQ_EXTRA_CFLAGS) AC_SUBST(LIBZMQ_EXTRA_CXXFLAGS) AC_SUBST(LIBZMQ_EXTRA_LDFLAGS) AC_SUBST(LIBZMQ_VMCI_CXXFLAGS) AC_SUBST(LIBZMQ_VMCI_LDFLAGS) AC_SUBST(pkg_config_libs_private, $PKGCFG_LIBS_PRIVATE) AC_SUBST(pkg_config_names_private, $PKGCFG_NAMES_PRIVATE) # set pkgconfigdir, allow override AC_ARG_WITH([pkgconfigdir], AS_HELP_STRING([--with-pkgconfigdir=PATH], [Path to the pkgconfig directory [[LIBDIR/pkgconfig]]]), [pkgconfigdir="$withval"], [pkgconfigdir='${libdir}/pkgconfig']) AC_SUBST([pkgconfigdir]) AC_ARG_ENABLE([no-export], [AS_HELP_STRING([--enable-no-export], [Build libzmq with empty ZMQ_EXPORT macro, bypassing platform-based automated detection [default=no]])], [CPPFLAGS="-DZMQ_NO_EXPORT $CPPFLAGS"]) AC_CONFIG_FILES([ \ Makefile \ src/libzmq.pc \ doc/Makefile \ builds/Makefile \ builds/deprecated-msvc/Makefile]) AC_OUTPUT
sophomore_public/libzmq
configure.ac
ac
gpl-3.0
40,646
# # documentation # MAN3 = \ zmq_bind.3 zmq_unbind.3 zmq_connect.3 zmq_connect_peer.3 zmq_disconnect.3 zmq_close.3 \ zmq_ctx_new.3 zmq_ctx_term.3 zmq_ctx_get.3 zmq_ctx_set.3 zmq_ctx_shutdown.3 \ zmq_msg_init.3 zmq_msg_init_data.3 zmq_msg_init_size.3 zmq_msg_init_buffer.3 \ zmq_msg_move.3 zmq_msg_copy.3 zmq_msg_size.3 zmq_msg_data.3 zmq_msg_close.3 \ zmq_msg_send.3 zmq_msg_recv.3 \ zmq_msg_routing_id.3 zmq_msg_set_routing_id.3 \ zmq_send.3 zmq_recv.3 zmq_send_const.3 \ zmq_msg_get.3 zmq_msg_set.3 zmq_msg_more.3 zmq_msg_gets.3 \ zmq_getsockopt.3 zmq_setsockopt.3 \ zmq_socket.3 zmq_socket_monitor.3 zmq_poll.3 zmq_ppoll.3 \ zmq_socket_monitor_versioned.3 \ zmq_errno.3 zmq_strerror.3 zmq_version.3 \ zmq_sendmsg.3 zmq_recvmsg.3 \ zmq_proxy.3 zmq_proxy_steerable.3 \ zmq_z85_encode.3 zmq_z85_decode.3 zmq_curve_keypair.3 zmq_curve_public.3 \ zmq_has.3 \ zmq_timers.3 zmq_poller.3 \ zmq_atomic_counter_new.3 zmq_atomic_counter_set.3 \ zmq_atomic_counter_inc.3 zmq_atomic_counter_dec.3 \ zmq_atomic_counter_value.3 zmq_atomic_counter_destroy.3 MAN7 = \ zmq.7 zmq_tcp.7 zmq_pgm.7 zmq_inproc.7 zmq_ipc.7 \ zmq_null.7 zmq_plain.7 zmq_curve.7 zmq_tipc.7 zmq_vmci.7 zmq_udp.7 \ zmq_gssapi.7 # ASCIIDOC_DOC_WITHOUT_INDEX contains all the Asciidoc files checked into the git repo, except for index.adoc ASCIIDOC_DOC_WITHOUT_INDEX = $(MAN3:%.3=%.adoc) $(MAN7:%.7=%.adoc) # MAN_DOC contains all the MANPAGE documentation (generated from asciidoc files) MAN_DOC = $(MAN3) $(MAN7) # HTML_DOC contains all the HTML documentation (generated from asciidoc files) HTML_DOC = index.html $(ASCIIDOC_DOC_WITHOUT_INDEX:%.adoc=%.html) MAINTAINERCLEANFILES = EXTRA_DIST = $(ASCIIDOC_DOC_WITHOUT_INDEX) # # BUILD_DOC is set when Asciidoctor has been found # Declare here all the rules to produce documentation from .adoc files # if BUILD_DOC EXTRA_DIST += $(HTML_DOC) $(MAN_DOC) MAINTAINERCLEANFILES += $(HTML_DOC) $(MAN_DOC) SUFFIXES=.html .adoc .3 .7 .adoc.html: asciidoctor --backend html --attribute stylesheet=asciidoctor.css --attribute zmq_version=@PACKAGE_VERSION@ $< .adoc.3: asciidoctor --backend manpage --attribute zmq_version=@PACKAGE_VERSION@ $< .adoc.7: asciidoctor --backend manpage --attribute zmq_version=@PACKAGE_VERSION@ $< dist-hook : $(MAN_DOC) $(HTML_DOC) # the following Bash snippet is used to automatically generate an alphabetical list included by index.adoc: $(builddir)/__pagelist: $(srcdir)/create_page_list.sh "$@" "$(abs_srcdir)" # there are a number of constraints in auto-generating files for Asciidoctor: # - out-of-tree builds # - read-only source tree # - target being invoked into RPM buildroot # etc, so we have special rules to build the index.html page, which requires auto-generated list of doc pages index.html: $(MAKE) $(builddir)/__pagelist asciidoctor --backend html \ --attribute zmq_version=@PACKAGE_VERSION@ --attribute zmq_pagelist_dir=$(abs_builddir) --attribute stylesheet=asciidoctor.css \ $(srcdir)/index.adoc all-local : $(MAN_DOC) $(HTML_DOC) clean-local : rm -f $(MAN_DOC) $(HTML_DOC) $(builddir)/__pagelist endif # # INSTALL_MAN is set when BUILD_DOC was set and additionally the manpages need to be installed # if INSTALL_MAN dist_man_MANS = $(MAN_DOC) endif
sophomore_public/libzmq
doc/Makefile.am
am
gpl-3.0
3,339
/* SPDX-License-Identifier: MPL-2.0 */ /* CSS file for Asciidoctor HTML documentation See https://docs.asciidoctor.org/asciidoctor/latest/html-backend/default-stylesheet/#customize-extend See also https://github.com/darshandsoni/asciidoctor-skins/ for custom "skins" /* import the default Asciidoctor CSS file */ @import "https://cdn.jsdelivr.net/gh/asciidoctor/asciidoctor@2.0/data/stylesheets/asciidoctor-default.css"; /* just make the default HTML list more compact: */ .ulist p { padding: 0; margin-right: -4px; margin-bottom: -4px; }
sophomore_public/libzmq
doc/asciidoctor.css
CSS
gpl-3.0
555
#!/bin/bash # This Bash snippet is used to automatically generate an alphabetical list included by index.adoc # It's invoked by at least 2 callers: # - the Makefile[.am] for automake builds # - the ReadTheDocs pipeline, see .readthedocs.yaml OUTPUT_FILE="$1" ASCIIDOC_DIR="$2" echo >$OUTPUT_FILE for adocfile in $(ls ${ASCIIDOC_DIR}/*.adoc); do adocfile_basename=$(basename ${adocfile}) # this script is used to produce an Asciidoc snippet that goes inside index.adoc... avoid listing index.adoc itself! if [ "${adocfile_basename}" != "index.adoc" ]; then adocfile_basename_noext=${adocfile_basename//.adoc/} echo "* xref:${adocfile_basename}[${adocfile_basename_noext}]" >>$OUTPUT_FILE fi done
sophomore_public/libzmq
doc/create_page_list.sh
Shell
gpl-3.0
731
= ZMQ API reference This documentation is for libzmq {zmq_version}. A suggested start to understand 0MQ (also written as ZMQ or ZeroMQ) is the xref:zmq.adoc[zmq] manpage. == Alphabetic list of documentation pages include::{zmq_pagelist_dir}/__pagelist[]
sophomore_public/libzmq
doc/index.adoc
AsciiDoc
gpl-3.0
258
= zmq(7) == NAME zmq - 0MQ lightweight messaging kernel == SYNOPSIS *#include <zmq.h>* *cc* ['flags'] 'files' *-lzmq* ['libraries'] == DESCRIPTION The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised _messaging middleware_ products. 0MQ sockets provide an abstraction of asynchronous _message queues_, multiple _messaging patterns_, message filtering (_subscriptions_), seamless access to multiple _transport protocols_ and more. This documentation presents an overview of 0MQ concepts, describes how 0MQ abstracts standard sockets and provides a reference manual for the functions provided by the 0MQ library. Context ~~~~~~~ The 0MQ 'context' keeps the list of sockets and manages the async I/O thread and internal queries. Before using any 0MQ library functions you must create a 0MQ 'context'. When you exit your application you must destroy the 'context'. These functions let you work with 'contexts': Create a new 0MQ context:: * xref:zmq_ctx_new.adoc[zmq_ctx_new] Work with context properties:: * xref:zmq_ctx_set.adoc[zmq_ctx_set] * xref:zmq_ctx_get.adoc[zmq_ctx_get] Destroy a 0MQ context:: * xref:zmq_ctx_shutdown.adoc[zmq_ctx_shutdown] * xref:zmq_ctx_term.adoc[zmq_ctx_term] Thread safety ^^^^^^^^^^^^^ A 0MQ 'context' is thread safe and may be shared among as many application threads as necessary, without any additional locking required on the part of the caller. Individual 0MQ 'sockets' are _not_ thread safe except in the case where full memory barriers are issued when migrating a socket from one thread to another. In practice this means applications can create a socket in one thread with _zmq_socket()_ and then pass it to a _newly created_ thread as part of thread initialisation, for example via a structure passed as an argument to _pthread_create()_. Multiple contexts ^^^^^^^^^^^^^^^^^ Multiple 'contexts' may coexist within a single application. Thus, an application can use 0MQ directly and at the same time make use of any number of additional libraries or components which themselves make use of 0MQ as long as the above guidelines regarding thread safety are adhered to. Messages ~~~~~~~~ A 0MQ message is a discrete unit of data passed between applications or components of the same application. 0MQ messages have no internal structure and from the point of view of 0MQ itself they are considered to be opaque binary data. The following functions are provided to work with messages: Initialise a message:: * xref:zmq_msg_init.adoc[zmq_msg_init] * xref:zmq_msg_init_size.adoc[zmq_msg_init_size] * xref:zmq_msg_init_buffer.adoc[zmq_msg_init_buffer] * xref:zmq_msg_init_data.adoc[zmq_msg_init_data] Sending and receiving a message:: * xref:zmq_msg_send.adoc[zmq_msg_send] * xref:zmq_msg_recv.adoc[zmq_msg_recv] Release a message:: * xref:zmq_msg_close.adoc[zmq_msg_close] Access message content:: * xref:zmq_msg_data.adoc[zmq_msg_data] * xref:zmq_msg_size.adoc[zmq_msg_size] * xref:zmq_msg_more.adoc[zmq_msg_more] Work with message properties:: * xref:zmq_msg_gets.adoc[zmq_msg_gets] * xref:zmq_msg_get.adoc[zmq_msg_get] * xref:zmq_msg_set.adoc[zmq_msg_set] Message manipulation:: * xref:zmq_msg_copy.adoc[zmq_msg_copy] * xref:zmq_msg_move.adoc[zmq_msg_move] Sockets ~~~~~~~ 0MQ sockets present an abstraction of an asynchronous _message queue_, with the exact queueing semantics depending on the socket type in use. See xref:zmq_socket.adoc[zmq_socket] for the socket types provided. The following functions are provided to work with sockets: Creating a socket:: * xref:zmq_socket.adoc[zmq_socket] Closing a socket:: * xref:zmq_close.adoc[zmq_close] Manipulating socket options:: * xref:zmq_getsockopt.adoc[zmq_getsockopt] * xref:zmq_setsockopt.adoc[zmq_setsockopt] Establishing a message flow:: * xref:zmq_bind.adoc[zmq_bind] * xref:zmq_connect.adoc[zmq_connect] Sending and receiving messages:: * xref:zmq_msg_send.adoc[zmq_msg_send] * xref:zmq_msg_recv.adoc[zmq_msg_recv] * xref:zmq_send.adoc[zmq_send] * xref:zmq_recv.adoc[zmq_recv] * xref:zmq_send_const.adoc[zmq_send_const] Monitoring socket events:: * xref:zmq_socket_monitor.adoc[zmq_socket_monitor] .Input/output multiplexing 0MQ provides a mechanism for applications to multiplex input/output events over a set containing both 0MQ sockets and standard sockets. This mechanism mirrors the standard _poll()_ system call, and is described in detail in xref:zmq_poll.adoc[zmq_poll] This API is deprecated, however. There is a new DRAFT API with multiple zmq_poller_* function, which is described in xref:zmq_poller.adoc[zmq_poller] Transports ~~~~~~~~~~ A 0MQ socket can use multiple different underlying transport mechanisms. Each transport mechanism is suited to a particular purpose and has its own advantages and drawbacks. The following transport mechanisms are provided: Unicast transport using TCP:: * xref:zmq_tcp.adoc[zmq_tcp] Reliable multicast transport using PGM:: * xref:zmq_pgm.adoc[zmq_pgm] Local inter-process communication transport:: * xref:zmq_ipc.adoc[zmq_ipc] Local in-process (inter-thread) communication transport:: * xref:zmq_inproc.adoc[zmq_inproc] Virtual Machine Communications Interface (VMC) transport:: * xref:zmq_vmci.adoc[zmq_vmci] Unreliable unicast and multicast using UDP:: * xref:zmq_udp.adoc[zmq_udp] Proxies ~~~~~~~ 0MQ provides 'proxies' to create fanout and fan-in topologies. A proxy connects a 'frontend' socket to a 'backend' socket and switches all messages between the two sockets, opaquely. A proxy may optionally capture all traffic to a third socket. To start a proxy in an application thread, use xref:zmq_proxy.adoc[zmq_proxy] Security ~~~~~~~~ A 0MQ socket can select a security mechanism. Both peers must use the same security mechanism. The following security mechanisms are provided for IPC and TCP connections: Null security:: * xref:zmq_null.adoc[zmq_null] Plain-text authentication using username and password:: * xref:zmq_plain.adoc[zmq_plain] Elliptic curve authentication and encryption:: * xref:zmq_curve.adoc[zmq_curve] Generate a CURVE keypair in armored text format:: * xref:zmq_curve_keypair.adoc[zmq_curve_keypair] Derive a CURVE public key from a secret key:: * xref:zmq_curve_public.adoc[zmq_curve_public] Converting keys to/from armoured text strings:: * xref:zmq_z85_decode.adoc[zmq_z85_decode] * xref:zmq_z85_encode.adoc[zmq_z85_encode] == ERROR HANDLING The 0MQ library functions handle errors using the standard conventions found on POSIX systems. Generally, this means that upon failure a 0MQ library function shall return either a NULL value (if returning a pointer) or a negative value (if returning an integer), and the actual error code shall be stored in the 'errno' variable. On non-POSIX systems some users may experience issues with retrieving the correct value of the 'errno' variable. The _zmq_errno()_ function is provided to assist in these cases; for details refer to xref:zmq_errno.adoc[zmq_errno] The _zmq_strerror()_ function is provided to translate 0MQ-specific error codes into error message strings; for details refer to xref:zmq_strerror.adoc[zmq_strerror] == UTILITY The following utility functions are provided: Working with atomic counters:: * xref:zmq_atomic_counter_new.adoc[zmq_atomic_counter_new] * xref:zmq_atomic_counter_set.adoc[zmq_atomic_counter_set] * xref:zmq_atomic_counter_inc.adoc[zmq_atomic_counter_inc] * xref:zmq_atomic_counter_dec.adoc[zmq_atomic_counter_dec] * xref:zmq_atomic_counter_value.adoc[zmq_atomic_counter_value] * xref:zmq_atomic_counter_destroy.adoc[zmq_atomic_counter_destroy] == MISCELLANEOUS The following miscellaneous functions are provided: Report 0MQ library version:: * xref:zmq_version.adoc[zmq_version] == LANGUAGE BINDINGS The 0MQ library provides interfaces suitable for calling from programs in any language; this documentation documents those interfaces as they would be used by C programmers. The intent is that programmers using 0MQ from other languages shall refer to this documentation alongside any documentation provided by the vendor of their language binding. Language bindings ($$C++$$, Python, PHP, Ruby, Java and more) are provided by members of the 0MQ community and pointers can be found on the 0MQ website. == AUTHORS This page was written by the 0MQ community. To make a change please read the 0MQ Contribution Policy at <https://zeromq.org/how-to-contribute/>. == RESOURCES Main web site: <http://www.zeromq.org/> Report bugs to the 0MQ development mailing list: <zeromq-dev@lists.zeromq.org> == LICENSE Free use of this software is granted under the terms of the Mozilla Public License Version 2.0 (MPL-2.0). For details see the file `LICENSE` included with the 0MQ distribution.
sophomore_public/libzmq
doc/zmq.adoc
AsciiDoc
gpl-3.0
8,849
= zmq_atomic_counter_dec(3) == NAME zmq_atomic_counter_dec - decrement an atomic counter == SYNOPSIS *int zmq_atomic_counter_dec (void *counter);* == DESCRIPTION The _zmq_atomic_counter_dec_ function decrements an atomic counter in a threadsafe fashion. This function uses platform specific atomic operations. == RETURN VALUE The _zmq_atomic_counter_dec()_ function returns 1 if the counter is greater than zero after decrementing, or zero if the counter reached zero. == EXAMPLE .Test code for atomic counters ---- void *counter = zmq_atomic_counter_new (); assert (zmq_atomic_counter_value (counter) == 0); assert (zmq_atomic_counter_inc (counter) == 0); assert (zmq_atomic_counter_inc (counter) == 1); assert (zmq_atomic_counter_inc (counter) == 2); assert (zmq_atomic_counter_value (counter) == 3); assert (zmq_atomic_counter_dec (counter) == 1); assert (zmq_atomic_counter_dec (counter) == 1); assert (zmq_atomic_counter_dec (counter) == 0); zmq_atomic_counter_set (counter, 2); assert (zmq_atomic_counter_dec (counter) == 1); assert (zmq_atomic_counter_dec (counter) == 0); zmq_atomic_counter_destroy (&counter); return 0; ---- == SEE ALSO * xref:zmq_atomic_counter_new.adoc[zmq_atomic_counter_new] * xref:zmq_atomic_counter_set.adoc[zmq_atomic_counter_set] * xref:zmq_atomic_counter_inc.adoc[zmq_atomic_counter_inc] * xref:zmq_atomic_counter_value.adoc[zmq_atomic_counter_value] * xref:zmq_atomic_counter_destroy.adoc[zmq_atomic_counter_destroy] == AUTHORS This page was written by the 0MQ community. To make a change please read the 0MQ Contribution Policy at <https://zeromq.org/how-to-contribute/>.
sophomore_public/libzmq
doc/zmq_atomic_counter_dec.adoc
AsciiDoc
gpl-3.0
1,623
= zmq_atomic_counter_destroy(3) == NAME zmq_atomic_counter_destroy - destroy an atomic counter == SYNOPSIS *void zmq_atomic_counter_destroy (void **counter_p);* == DESCRIPTION The _zmq_atomic_counter_destroy_ function destroys an atomic counter and nullifies its reference. Pass the address of an atomic counter (void **) rather than the counter itself. You must destroy all counters that you create, to avoid memory leakage. This function uses platform specific atomic operations. == RETURN VALUE The _zmq_atomic_counter_destroy()_ function has no return value. == EXAMPLE .Test code for atomic counters ---- void *counter = zmq_atomic_counter_new (); assert (zmq_atomic_counter_value (counter) == 0); assert (zmq_atomic_counter_inc (counter) == 0); assert (zmq_atomic_counter_inc (counter) == 1); assert (zmq_atomic_counter_inc (counter) == 2); assert (zmq_atomic_counter_value (counter) == 3); assert (zmq_atomic_counter_dec (counter) == 1); assert (zmq_atomic_counter_dec (counter) == 1); assert (zmq_atomic_counter_dec (counter) == 0); zmq_atomic_counter_set (counter, 2); assert (zmq_atomic_counter_dec (counter) == 1); assert (zmq_atomic_counter_dec (counter) == 0); zmq_atomic_counter_destroy (&counter); return 0; ---- == SEE ALSO * xref:zmq_atomic_counter_new.adoc[zmq_atomic_counter_new] * xref:zmq_atomic_counter_set.adoc[zmq_atomic_counter_set] * xref:zmq_atomic_counter_inc.adoc[zmq_atomic_counter_inc] * xref:zmq_atomic_counter_dec.adoc[zmq_atomic_counter_dec] * xref:zmq_atomic_counter_value.adoc[zmq_atomic_counter_value] == AUTHORS This page was written by the 0MQ community. To make a change please read the 0MQ Contribution Policy at <https://zeromq.org/how-to-contribute/>.
sophomore_public/libzmq
doc/zmq_atomic_counter_destroy.adoc
AsciiDoc
gpl-3.0
1,709
= zmq_atomic_counter_inc(3) == NAME zmq_atomic_counter_inc - increment an atomic counter == SYNOPSIS *int zmq_atomic_counter_inc (void *counter);* == DESCRIPTION The _zmq_atomic_counter_inc_ function increments an atomic counter in a threadsafe fashion. This function uses platform specific atomic operations. == RETURN VALUE The _zmq_atomic_counter_inc()_ function returns the old value of the counter, before incrementing. == EXAMPLE .Test code for atomic counters ---- void *counter = zmq_atomic_counter_new (); assert (zmq_atomic_counter_value (counter) == 0); assert (zmq_atomic_counter_inc (counter) == 0); assert (zmq_atomic_counter_inc (counter) == 1); assert (zmq_atomic_counter_inc (counter) == 2); assert (zmq_atomic_counter_value (counter) == 3); assert (zmq_atomic_counter_dec (counter) == 1); assert (zmq_atomic_counter_dec (counter) == 1); assert (zmq_atomic_counter_dec (counter) == 0); zmq_atomic_counter_set (counter, 2); assert (zmq_atomic_counter_dec (counter) == 1); assert (zmq_atomic_counter_dec (counter) == 0); zmq_atomic_counter_destroy (&counter); return 0; ---- == SEE ALSO * xref:zmq_atomic_counter_new.adoc[zmq_atomic_counter_new] * xref:zmq_atomic_counter_set.adoc[zmq_atomic_counter_set] * xref:zmq_atomic_counter_dec.adoc[zmq_atomic_counter_dec] * xref:zmq_atomic_counter_value.adoc[zmq_atomic_counter_value] * xref:zmq_atomic_counter_destroy.adoc[zmq_atomic_counter_destroy] == AUTHORS This page was written by the 0MQ community. To make a change please read the 0MQ Contribution Policy at <https://zeromq.org/how-to-contribute/>.
sophomore_public/libzmq
doc/zmq_atomic_counter_inc.adoc
AsciiDoc
gpl-3.0
1,579
= zmq_atomic_counter_new(3) == NAME zmq_atomic_counter_new - create a new atomic counter == SYNOPSIS *void *zmq_atomic_counter_new (void);* == DESCRIPTION The _zmq_atomic_counter_new_ function creates a new atomic counter. You can use this in multithreaded applications to do, for example, reference counting of shared objects. The atomic counter is at least 32 bits large. This function uses platform specific atomic operations. == RETURN VALUE The _zmq_atomic_counter_new()_ function returns the new atomic counter if successful. Otherwise it returns NULL. == EXAMPLE .Test code for atomic counters ---- void *counter = zmq_atomic_counter_new (); assert (zmq_atomic_counter_value (counter) == 0); assert (zmq_atomic_counter_inc (counter) == 0); assert (zmq_atomic_counter_inc (counter) == 1); assert (zmq_atomic_counter_inc (counter) == 2); assert (zmq_atomic_counter_value (counter) == 3); assert (zmq_atomic_counter_dec (counter) == 1); assert (zmq_atomic_counter_dec (counter) == 1); assert (zmq_atomic_counter_dec (counter) == 0); zmq_atomic_counter_set (counter, 2); assert (zmq_atomic_counter_dec (counter) == 1); assert (zmq_atomic_counter_dec (counter) == 0); zmq_atomic_counter_destroy (&counter); return 0; ---- == SEE ALSO * xref:zmq_atomic_counter_set.adoc[zmq_atomic_counter_set] * xref:zmq_atomic_counter_inc.adoc[zmq_atomic_counter_inc] * xref:zmq_atomic_counter_dec.adoc[zmq_atomic_counter_dec] * xref:zmq_atomic_counter_value.adoc[zmq_atomic_counter_value] * xref:zmq_atomic_counter_destroy.adoc[zmq_atomic_counter_destroy] == AUTHORS This page was written by the 0MQ community. To make a change please read the 0MQ Contribution Policy at <https://zeromq.org/how-to-contribute/>.
sophomore_public/libzmq
doc/zmq_atomic_counter_new.adoc
AsciiDoc
gpl-3.0
1,713
= zmq_atomic_counter_set(3) == NAME zmq_atomic_counter_set - set atomic counter to new value == SYNOPSIS *void zmq_atomic_counter_set (void *counter, int value);* == DESCRIPTION The _zmq_atomic_counter_set_ function sets the counter to a new value, in a threadsafe fashion. The largest value that is guaranteed to work across all platforms is 2^31-1. This function uses platform specific atomic operations. == RETURN VALUE The _zmq_atomic_counter_set()_ function has no return value. == EXAMPLE .Test code for atomic counters ---- void *counter = zmq_atomic_counter_new (); assert (zmq_atomic_counter_value (counter) == 0); assert (zmq_atomic_counter_inc (counter) == 0); assert (zmq_atomic_counter_inc (counter) == 1); assert (zmq_atomic_counter_inc (counter) == 2); assert (zmq_atomic_counter_value (counter) == 3); assert (zmq_atomic_counter_dec (counter) == 1); assert (zmq_atomic_counter_dec (counter) == 1); assert (zmq_atomic_counter_dec (counter) == 0); zmq_atomic_counter_set (counter, 2); assert (zmq_atomic_counter_dec (counter) == 1); assert (zmq_atomic_counter_dec (counter) == 0); zmq_atomic_counter_destroy (&counter); return 0; ---- == SEE ALSO * xref:zmq_atomic_counter_new.adoc[zmq_atomic_counter_new] * xref:zmq_atomic_counter_inc.adoc[zmq_atomic_counter_inc] * xref:zmq_atomic_counter_dec.adoc[zmq_atomic_counter_dec] * xref:zmq_atomic_counter_value.adoc[zmq_atomic_counter_value] * xref:zmq_atomic_counter_destroy.adoc[zmq_atomic_counter_destroy] == AUTHORS This page was written by the 0MQ community. To make a change please read the 0MQ Contribution Policy at <https://zeromq.org/how-to-contribute/>.
sophomore_public/libzmq
doc/zmq_atomic_counter_set.adoc
AsciiDoc
gpl-3.0
1,638