extlz4 0.2.4.2 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/HISTORY.ja.md +25 -0
- data/README.md +49 -41
- data/bin/extlz4 +1 -1
- data/contrib/lz4/INSTALL +1 -0
- data/contrib/lz4/Makefile.inc +87 -0
- data/contrib/lz4/NEWS +89 -0
- data/contrib/lz4/README.md +42 -36
- data/contrib/lz4/build/README.md +55 -0
- data/contrib/lz4/build/VS2010/datagen/datagen.vcxproj +169 -0
- data/contrib/lz4/build/VS2010/frametest/frametest.vcxproj +176 -0
- data/contrib/lz4/build/VS2010/fullbench-dll/fullbench-dll.vcxproj +180 -0
- data/contrib/lz4/build/VS2010/fullbench/fullbench.vcxproj +176 -0
- data/contrib/lz4/build/VS2010/fuzzer/fuzzer.vcxproj +173 -0
- data/contrib/lz4/build/VS2010/liblz4-dll/liblz4-dll.rc +51 -0
- data/contrib/lz4/build/VS2010/liblz4-dll/liblz4-dll.vcxproj +179 -0
- data/contrib/lz4/build/VS2010/liblz4/liblz4.vcxproj +175 -0
- data/contrib/lz4/build/VS2010/lz4.sln +98 -0
- data/contrib/lz4/build/VS2010/lz4/lz4.rc +51 -0
- data/contrib/lz4/build/VS2010/lz4/lz4.vcxproj +189 -0
- data/contrib/lz4/build/VS2017/datagen/datagen.vcxproj +173 -0
- data/contrib/lz4/build/VS2017/frametest/frametest.vcxproj +180 -0
- data/contrib/lz4/build/VS2017/fullbench-dll/fullbench-dll.vcxproj +184 -0
- data/contrib/lz4/build/VS2017/fullbench/fullbench.vcxproj +180 -0
- data/contrib/lz4/build/VS2017/fuzzer/fuzzer.vcxproj +177 -0
- data/contrib/lz4/build/VS2017/liblz4-dll/liblz4-dll.rc +51 -0
- data/contrib/lz4/build/VS2017/liblz4-dll/liblz4-dll.vcxproj +183 -0
- data/contrib/lz4/build/VS2017/liblz4/liblz4.vcxproj +179 -0
- data/contrib/lz4/build/VS2017/lz4.sln +103 -0
- data/contrib/lz4/build/VS2017/lz4/lz4.rc +51 -0
- data/contrib/lz4/build/VS2017/lz4/lz4.vcxproj +164 -0
- data/contrib/lz4/build/cmake/CMakeLists.txt +235 -0
- data/contrib/lz4/lib/README.md +98 -34
- data/contrib/lz4/lib/liblz4-dll.rc.in +35 -0
- data/contrib/lz4/lib/lz4.c +1698 -681
- data/contrib/lz4/lib/lz4.h +546 -235
- data/contrib/lz4/lib/lz4frame.c +608 -378
- data/contrib/lz4/lib/lz4frame.h +315 -83
- data/contrib/lz4/lib/lz4frame_static.h +4 -100
- data/contrib/lz4/lib/lz4hc.c +1090 -282
- data/contrib/lz4/lib/lz4hc.h +276 -141
- data/contrib/lz4/lib/xxhash.c +371 -235
- data/contrib/lz4/lib/xxhash.h +128 -93
- data/contrib/lz4/ossfuzz/Makefile +78 -0
- data/contrib/lz4/ossfuzz/compress_frame_fuzzer.c +48 -0
- data/contrib/lz4/ossfuzz/compress_fuzzer.c +58 -0
- data/contrib/lz4/ossfuzz/compress_hc_fuzzer.c +64 -0
- data/contrib/lz4/ossfuzz/decompress_frame_fuzzer.c +75 -0
- data/contrib/lz4/ossfuzz/decompress_fuzzer.c +62 -0
- data/contrib/lz4/ossfuzz/fuzz.h +48 -0
- data/contrib/lz4/ossfuzz/fuzz_data_producer.c +77 -0
- data/contrib/lz4/ossfuzz/fuzz_data_producer.h +36 -0
- data/contrib/lz4/ossfuzz/fuzz_helpers.h +94 -0
- data/contrib/lz4/ossfuzz/lz4_helpers.c +51 -0
- data/contrib/lz4/ossfuzz/lz4_helpers.h +13 -0
- data/contrib/lz4/ossfuzz/ossfuzz.sh +23 -0
- data/contrib/lz4/ossfuzz/round_trip_frame_fuzzer.c +43 -0
- data/contrib/lz4/ossfuzz/round_trip_fuzzer.c +57 -0
- data/contrib/lz4/ossfuzz/round_trip_hc_fuzzer.c +44 -0
- data/contrib/lz4/ossfuzz/round_trip_stream_fuzzer.c +302 -0
- data/contrib/lz4/ossfuzz/standaloneengine.c +74 -0
- data/contrib/lz4/ossfuzz/travisoss.sh +26 -0
- data/contrib/lz4/tmp +0 -0
- data/contrib/lz4/tmpsparse +0 -0
- data/ext/blockapi.c +5 -5
- data/ext/extlz4.c +2 -0
- data/ext/extlz4.h +5 -0
- data/ext/frameapi.c +1 -1
- data/ext/hashargs.c +2 -2
- data/ext/hashargs.h +1 -1
- data/ext/lz4_amalgam.c +0 -23
- data/gemstub.rb +5 -16
- data/lib/extlz4.rb +51 -3
- data/lib/extlz4/oldstream.rb +1 -1
- data/test/common.rb +2 -2
- metadata +73 -16
- data/contrib/lz4/circle.yml +0 -39
- data/contrib/lz4/lib/lz4opt.h +0 -366
- data/lib/extlz4/version.rb +0 -3
@@ -0,0 +1,176 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3
|
+
<ItemGroup Label="ProjectConfigurations">
|
4
|
+
<ProjectConfiguration Include="Debug|Win32">
|
5
|
+
<Configuration>Debug</Configuration>
|
6
|
+
<Platform>Win32</Platform>
|
7
|
+
</ProjectConfiguration>
|
8
|
+
<ProjectConfiguration Include="Debug|x64">
|
9
|
+
<Configuration>Debug</Configuration>
|
10
|
+
<Platform>x64</Platform>
|
11
|
+
</ProjectConfiguration>
|
12
|
+
<ProjectConfiguration Include="Release|Win32">
|
13
|
+
<Configuration>Release</Configuration>
|
14
|
+
<Platform>Win32</Platform>
|
15
|
+
</ProjectConfiguration>
|
16
|
+
<ProjectConfiguration Include="Release|x64">
|
17
|
+
<Configuration>Release</Configuration>
|
18
|
+
<Platform>x64</Platform>
|
19
|
+
</ProjectConfiguration>
|
20
|
+
</ItemGroup>
|
21
|
+
<PropertyGroup Label="Globals">
|
22
|
+
<ProjectGuid>{6A4DF4EF-C77F-43C6-8901-DDCD20879E4E}</ProjectGuid>
|
23
|
+
<Keyword>Win32Proj</Keyword>
|
24
|
+
<RootNamespace>fullbench</RootNamespace>
|
25
|
+
<OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir>
|
26
|
+
<IntDir>$(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\</IntDir>
|
27
|
+
</PropertyGroup>
|
28
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
29
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
30
|
+
<ConfigurationType>Application</ConfigurationType>
|
31
|
+
<UseDebugLibraries>true</UseDebugLibraries>
|
32
|
+
<CharacterSet>Unicode</CharacterSet>
|
33
|
+
</PropertyGroup>
|
34
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
35
|
+
<ConfigurationType>Application</ConfigurationType>
|
36
|
+
<UseDebugLibraries>true</UseDebugLibraries>
|
37
|
+
<CharacterSet>Unicode</CharacterSet>
|
38
|
+
</PropertyGroup>
|
39
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
40
|
+
<ConfigurationType>Application</ConfigurationType>
|
41
|
+
<UseDebugLibraries>false</UseDebugLibraries>
|
42
|
+
<CharacterSet>Unicode</CharacterSet>
|
43
|
+
<WholeProgramOptimization Condition="'$(EnableWholeProgramOptimization)'=='true'">true</WholeProgramOptimization>
|
44
|
+
</PropertyGroup>
|
45
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
46
|
+
<ConfigurationType>Application</ConfigurationType>
|
47
|
+
<UseDebugLibraries>false</UseDebugLibraries>
|
48
|
+
<CharacterSet>Unicode</CharacterSet>
|
49
|
+
<WholeProgramOptimization Condition="'$(EnableWholeProgramOptimization)'=='true'">true</WholeProgramOptimization>
|
50
|
+
</PropertyGroup>
|
51
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
52
|
+
<ImportGroup Label="ExtensionSettings">
|
53
|
+
</ImportGroup>
|
54
|
+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
55
|
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
56
|
+
</ImportGroup>
|
57
|
+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
58
|
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
59
|
+
</ImportGroup>
|
60
|
+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
61
|
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
62
|
+
</ImportGroup>
|
63
|
+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
64
|
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
65
|
+
</ImportGroup>
|
66
|
+
<PropertyGroup Label="UserMacros" />
|
67
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
68
|
+
<LinkIncremental>true</LinkIncremental>
|
69
|
+
<IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
|
70
|
+
</PropertyGroup>
|
71
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
72
|
+
<LinkIncremental>true</LinkIncremental>
|
73
|
+
<IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
|
74
|
+
<RunCodeAnalysis>true</RunCodeAnalysis>
|
75
|
+
</PropertyGroup>
|
76
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
77
|
+
<LinkIncremental>false</LinkIncremental>
|
78
|
+
<IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
|
79
|
+
</PropertyGroup>
|
80
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
81
|
+
<LinkIncremental>false</LinkIncremental>
|
82
|
+
<IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
|
83
|
+
<RunCodeAnalysis>true</RunCodeAnalysis>
|
84
|
+
</PropertyGroup>
|
85
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
86
|
+
<ClCompile>
|
87
|
+
<PrecompiledHeader>
|
88
|
+
</PrecompiledHeader>
|
89
|
+
<WarningLevel>Level4</WarningLevel>
|
90
|
+
<Optimization>Disabled</Optimization>
|
91
|
+
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
92
|
+
<TreatWarningAsError>true</TreatWarningAsError>
|
93
|
+
<EnablePREfast>false</EnablePREfast>
|
94
|
+
<RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreadedDebug</RuntimeLibrary>
|
95
|
+
</ClCompile>
|
96
|
+
<Link>
|
97
|
+
<SubSystem>Console</SubSystem>
|
98
|
+
<GenerateDebugInformation>true</GenerateDebugInformation>
|
99
|
+
</Link>
|
100
|
+
</ItemDefinitionGroup>
|
101
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
102
|
+
<ClCompile>
|
103
|
+
<PrecompiledHeader>
|
104
|
+
</PrecompiledHeader>
|
105
|
+
<WarningLevel>Level4</WarningLevel>
|
106
|
+
<Optimization>Disabled</Optimization>
|
107
|
+
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
108
|
+
<TreatWarningAsError>true</TreatWarningAsError>
|
109
|
+
<EnablePREfast>true</EnablePREfast>
|
110
|
+
<AdditionalOptions>/analyze:stacksize295252 %(AdditionalOptions)</AdditionalOptions>
|
111
|
+
<RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreadedDebug</RuntimeLibrary>
|
112
|
+
</ClCompile>
|
113
|
+
<Link>
|
114
|
+
<SubSystem>Console</SubSystem>
|
115
|
+
<GenerateDebugInformation>true</GenerateDebugInformation>
|
116
|
+
</Link>
|
117
|
+
</ItemDefinitionGroup>
|
118
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
119
|
+
<ClCompile>
|
120
|
+
<WarningLevel>Level4</WarningLevel>
|
121
|
+
<PrecompiledHeader>
|
122
|
+
</PrecompiledHeader>
|
123
|
+
<Optimization>MaxSpeed</Optimization>
|
124
|
+
<FunctionLevelLinking>true</FunctionLevelLinking>
|
125
|
+
<IntrinsicFunctions>true</IntrinsicFunctions>
|
126
|
+
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
127
|
+
<TreatWarningAsError>false</TreatWarningAsError>
|
128
|
+
<EnablePREfast>false</EnablePREfast>
|
129
|
+
<RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreaded</RuntimeLibrary>
|
130
|
+
</ClCompile>
|
131
|
+
<Link>
|
132
|
+
<SubSystem>Console</SubSystem>
|
133
|
+
<GenerateDebugInformation>true</GenerateDebugInformation>
|
134
|
+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
135
|
+
<OptimizeReferences>true</OptimizeReferences>
|
136
|
+
</Link>
|
137
|
+
</ItemDefinitionGroup>
|
138
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
139
|
+
<ClCompile>
|
140
|
+
<WarningLevel>Level4</WarningLevel>
|
141
|
+
<PrecompiledHeader>
|
142
|
+
</PrecompiledHeader>
|
143
|
+
<Optimization>MaxSpeed</Optimization>
|
144
|
+
<FunctionLevelLinking>true</FunctionLevelLinking>
|
145
|
+
<IntrinsicFunctions>true</IntrinsicFunctions>
|
146
|
+
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
147
|
+
<TreatWarningAsError>false</TreatWarningAsError>
|
148
|
+
<EnablePREfast>true</EnablePREfast>
|
149
|
+
<AdditionalOptions>/analyze:stacksize295252 %(AdditionalOptions)</AdditionalOptions>
|
150
|
+
<RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreaded</RuntimeLibrary>
|
151
|
+
</ClCompile>
|
152
|
+
<Link>
|
153
|
+
<SubSystem>Console</SubSystem>
|
154
|
+
<GenerateDebugInformation>true</GenerateDebugInformation>
|
155
|
+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
156
|
+
<OptimizeReferences>true</OptimizeReferences>
|
157
|
+
</Link>
|
158
|
+
</ItemDefinitionGroup>
|
159
|
+
<ItemGroup>
|
160
|
+
<ClCompile Include="..\..\..\lib\lz4.c" />
|
161
|
+
<ClCompile Include="..\..\..\lib\lz4frame.c" />
|
162
|
+
<ClCompile Include="..\..\..\lib\lz4hc.c" />
|
163
|
+
<ClCompile Include="..\..\..\lib\xxhash.c" />
|
164
|
+
<ClCompile Include="..\..\..\tests\fullbench.c" />
|
165
|
+
</ItemGroup>
|
166
|
+
<ItemGroup>
|
167
|
+
<ClInclude Include="..\..\..\lib\lz4.h" />
|
168
|
+
<ClInclude Include="..\..\..\lib\lz4frame.h" />
|
169
|
+
<ClInclude Include="..\..\..\lib\lz4frame_static.h" />
|
170
|
+
<ClInclude Include="..\..\..\lib\lz4hc.h" />
|
171
|
+
<ClInclude Include="..\..\..\lib\xxhash.h" />
|
172
|
+
</ItemGroup>
|
173
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
174
|
+
<ImportGroup Label="ExtensionTargets">
|
175
|
+
</ImportGroup>
|
176
|
+
</Project>
|
@@ -0,0 +1,173 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3
|
+
<ItemGroup Label="ProjectConfigurations">
|
4
|
+
<ProjectConfiguration Include="Debug|Win32">
|
5
|
+
<Configuration>Debug</Configuration>
|
6
|
+
<Platform>Win32</Platform>
|
7
|
+
</ProjectConfiguration>
|
8
|
+
<ProjectConfiguration Include="Debug|x64">
|
9
|
+
<Configuration>Debug</Configuration>
|
10
|
+
<Platform>x64</Platform>
|
11
|
+
</ProjectConfiguration>
|
12
|
+
<ProjectConfiguration Include="Release|Win32">
|
13
|
+
<Configuration>Release</Configuration>
|
14
|
+
<Platform>Win32</Platform>
|
15
|
+
</ProjectConfiguration>
|
16
|
+
<ProjectConfiguration Include="Release|x64">
|
17
|
+
<Configuration>Release</Configuration>
|
18
|
+
<Platform>x64</Platform>
|
19
|
+
</ProjectConfiguration>
|
20
|
+
</ItemGroup>
|
21
|
+
<PropertyGroup Label="Globals">
|
22
|
+
<ProjectGuid>{18B9F1A7-9C66-4352-898B-30804DADE0FD}</ProjectGuid>
|
23
|
+
<Keyword>Win32Proj</Keyword>
|
24
|
+
<RootNamespace>fuzzer</RootNamespace>
|
25
|
+
<OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir>
|
26
|
+
<IntDir>$(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\</IntDir>
|
27
|
+
</PropertyGroup>
|
28
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
29
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
30
|
+
<ConfigurationType>Application</ConfigurationType>
|
31
|
+
<UseDebugLibraries>true</UseDebugLibraries>
|
32
|
+
<CharacterSet>Unicode</CharacterSet>
|
33
|
+
</PropertyGroup>
|
34
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
35
|
+
<ConfigurationType>Application</ConfigurationType>
|
36
|
+
<UseDebugLibraries>true</UseDebugLibraries>
|
37
|
+
<CharacterSet>Unicode</CharacterSet>
|
38
|
+
</PropertyGroup>
|
39
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
40
|
+
<ConfigurationType>Application</ConfigurationType>
|
41
|
+
<UseDebugLibraries>false</UseDebugLibraries>
|
42
|
+
<CharacterSet>Unicode</CharacterSet>
|
43
|
+
<WholeProgramOptimization Condition="'$(EnableWholeProgramOptimization)'=='true'">true</WholeProgramOptimization>
|
44
|
+
</PropertyGroup>
|
45
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
46
|
+
<ConfigurationType>Application</ConfigurationType>
|
47
|
+
<UseDebugLibraries>false</UseDebugLibraries>
|
48
|
+
<CharacterSet>Unicode</CharacterSet>
|
49
|
+
<WholeProgramOptimization Condition="'$(EnableWholeProgramOptimization)'=='true'">true</WholeProgramOptimization>
|
50
|
+
</PropertyGroup>
|
51
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
52
|
+
<ImportGroup Label="ExtensionSettings">
|
53
|
+
</ImportGroup>
|
54
|
+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
55
|
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
56
|
+
</ImportGroup>
|
57
|
+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
58
|
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
59
|
+
</ImportGroup>
|
60
|
+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
61
|
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
62
|
+
</ImportGroup>
|
63
|
+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
64
|
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
65
|
+
</ImportGroup>
|
66
|
+
<PropertyGroup Label="UserMacros" />
|
67
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
68
|
+
<LinkIncremental>true</LinkIncremental>
|
69
|
+
<IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
|
70
|
+
</PropertyGroup>
|
71
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
72
|
+
<LinkIncremental>true</LinkIncremental>
|
73
|
+
<IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
|
74
|
+
<RunCodeAnalysis>true</RunCodeAnalysis>
|
75
|
+
</PropertyGroup>
|
76
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
77
|
+
<LinkIncremental>false</LinkIncremental>
|
78
|
+
<IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
|
79
|
+
</PropertyGroup>
|
80
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
81
|
+
<LinkIncremental>false</LinkIncremental>
|
82
|
+
<IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(SolutionDir)..\..\programs;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
|
83
|
+
<RunCodeAnalysis>true</RunCodeAnalysis>
|
84
|
+
</PropertyGroup>
|
85
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
86
|
+
<ClCompile>
|
87
|
+
<PrecompiledHeader>
|
88
|
+
</PrecompiledHeader>
|
89
|
+
<WarningLevel>Level4</WarningLevel>
|
90
|
+
<Optimization>Disabled</Optimization>
|
91
|
+
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
92
|
+
<TreatWarningAsError>true</TreatWarningAsError>
|
93
|
+
<EnablePREfast>false</EnablePREfast>
|
94
|
+
<RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreadedDebug</RuntimeLibrary>
|
95
|
+
</ClCompile>
|
96
|
+
<Link>
|
97
|
+
<SubSystem>Console</SubSystem>
|
98
|
+
<GenerateDebugInformation>true</GenerateDebugInformation>
|
99
|
+
</Link>
|
100
|
+
</ItemDefinitionGroup>
|
101
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
102
|
+
<ClCompile>
|
103
|
+
<PrecompiledHeader>
|
104
|
+
</PrecompiledHeader>
|
105
|
+
<WarningLevel>Level4</WarningLevel>
|
106
|
+
<Optimization>Disabled</Optimization>
|
107
|
+
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
108
|
+
<TreatWarningAsError>true</TreatWarningAsError>
|
109
|
+
<EnablePREfast>true</EnablePREfast>
|
110
|
+
<AdditionalOptions>/analyze:stacksize295252 %(AdditionalOptions)</AdditionalOptions>
|
111
|
+
<RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreadedDebug</RuntimeLibrary>
|
112
|
+
</ClCompile>
|
113
|
+
<Link>
|
114
|
+
<SubSystem>Console</SubSystem>
|
115
|
+
<GenerateDebugInformation>true</GenerateDebugInformation>
|
116
|
+
</Link>
|
117
|
+
</ItemDefinitionGroup>
|
118
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
119
|
+
<ClCompile>
|
120
|
+
<WarningLevel>Level4</WarningLevel>
|
121
|
+
<PrecompiledHeader>
|
122
|
+
</PrecompiledHeader>
|
123
|
+
<Optimization>MaxSpeed</Optimization>
|
124
|
+
<FunctionLevelLinking>true</FunctionLevelLinking>
|
125
|
+
<IntrinsicFunctions>true</IntrinsicFunctions>
|
126
|
+
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
127
|
+
<TreatWarningAsError>false</TreatWarningAsError>
|
128
|
+
<EnablePREfast>false</EnablePREfast>
|
129
|
+
<RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreaded</RuntimeLibrary>
|
130
|
+
</ClCompile>
|
131
|
+
<Link>
|
132
|
+
<SubSystem>Console</SubSystem>
|
133
|
+
<GenerateDebugInformation>true</GenerateDebugInformation>
|
134
|
+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
135
|
+
<OptimizeReferences>true</OptimizeReferences>
|
136
|
+
</Link>
|
137
|
+
</ItemDefinitionGroup>
|
138
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
139
|
+
<ClCompile>
|
140
|
+
<WarningLevel>Level4</WarningLevel>
|
141
|
+
<PrecompiledHeader>
|
142
|
+
</PrecompiledHeader>
|
143
|
+
<Optimization>MaxSpeed</Optimization>
|
144
|
+
<FunctionLevelLinking>true</FunctionLevelLinking>
|
145
|
+
<IntrinsicFunctions>true</IntrinsicFunctions>
|
146
|
+
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
147
|
+
<TreatWarningAsError>false</TreatWarningAsError>
|
148
|
+
<EnablePREfast>true</EnablePREfast>
|
149
|
+
<AdditionalOptions>/analyze:stacksize295252 %(AdditionalOptions)</AdditionalOptions>
|
150
|
+
<RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreaded</RuntimeLibrary>
|
151
|
+
</ClCompile>
|
152
|
+
<Link>
|
153
|
+
<SubSystem>Console</SubSystem>
|
154
|
+
<GenerateDebugInformation>true</GenerateDebugInformation>
|
155
|
+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
156
|
+
<OptimizeReferences>true</OptimizeReferences>
|
157
|
+
</Link>
|
158
|
+
</ItemDefinitionGroup>
|
159
|
+
<ItemGroup>
|
160
|
+
<ClCompile Include="..\..\..\lib\lz4.c" />
|
161
|
+
<ClCompile Include="..\..\..\lib\lz4hc.c" />
|
162
|
+
<ClCompile Include="..\..\..\lib\xxhash.c" />
|
163
|
+
<ClCompile Include="..\..\..\tests\fuzzer.c" />
|
164
|
+
</ItemGroup>
|
165
|
+
<ItemGroup>
|
166
|
+
<ClInclude Include="..\..\..\lib\lz4.h" />
|
167
|
+
<ClInclude Include="..\..\..\lib\lz4hc.h" />
|
168
|
+
<ClInclude Include="..\..\..\lib\xxhash.h" />
|
169
|
+
</ItemGroup>
|
170
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
171
|
+
<ImportGroup Label="ExtensionTargets">
|
172
|
+
</ImportGroup>
|
173
|
+
</Project>
|
@@ -0,0 +1,51 @@
|
|
1
|
+
// Microsoft Visual C++ generated resource script.
|
2
|
+
//
|
3
|
+
|
4
|
+
#include "lz4.h" /* LZ4_VERSION_STRING */
|
5
|
+
#define APSTUDIO_READONLY_SYMBOLS
|
6
|
+
#include "verrsrc.h"
|
7
|
+
#undef APSTUDIO_READONLY_SYMBOLS
|
8
|
+
|
9
|
+
|
10
|
+
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
11
|
+
LANGUAGE 9, 1
|
12
|
+
|
13
|
+
/////////////////////////////////////////////////////////////////////////////
|
14
|
+
//
|
15
|
+
// Version
|
16
|
+
//
|
17
|
+
|
18
|
+
VS_VERSION_INFO VERSIONINFO
|
19
|
+
FILEVERSION LZ4_VERSION_MAJOR,LZ4_VERSION_MINOR,LZ4_VERSION_RELEASE,0
|
20
|
+
PRODUCTVERSION LZ4_VERSION_MAJOR,LZ4_VERSION_MINOR,LZ4_VERSION_RELEASE,0
|
21
|
+
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
|
22
|
+
#ifdef _DEBUG
|
23
|
+
FILEFLAGS VS_FF_DEBUG
|
24
|
+
#else
|
25
|
+
FILEFLAGS 0x0L
|
26
|
+
#endif
|
27
|
+
FILEOS VOS_NT_WINDOWS32
|
28
|
+
FILETYPE VFT_DLL
|
29
|
+
FILESUBTYPE VFT2_UNKNOWN
|
30
|
+
BEGIN
|
31
|
+
BLOCK "StringFileInfo"
|
32
|
+
BEGIN
|
33
|
+
BLOCK "040904B0"
|
34
|
+
BEGIN
|
35
|
+
VALUE "CompanyName", "Yann Collet"
|
36
|
+
VALUE "FileDescription", "Extremely fast compression"
|
37
|
+
VALUE "FileVersion", LZ4_VERSION_STRING
|
38
|
+
VALUE "InternalName", "lz4.dll"
|
39
|
+
VALUE "LegalCopyright", "Copyright (C) 2013-2016, Yann Collet"
|
40
|
+
VALUE "OriginalFilename", "lz4.dll"
|
41
|
+
VALUE "ProductName", "LZ4"
|
42
|
+
VALUE "ProductVersion", LZ4_VERSION_STRING
|
43
|
+
END
|
44
|
+
END
|
45
|
+
BLOCK "VarFileInfo"
|
46
|
+
BEGIN
|
47
|
+
VALUE "Translation", 0x0409, 1200
|
48
|
+
END
|
49
|
+
END
|
50
|
+
|
51
|
+
#endif
|
@@ -0,0 +1,179 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3
|
+
<ItemGroup Label="ProjectConfigurations">
|
4
|
+
<ProjectConfiguration Include="Debug|Win32">
|
5
|
+
<Configuration>Debug</Configuration>
|
6
|
+
<Platform>Win32</Platform>
|
7
|
+
</ProjectConfiguration>
|
8
|
+
<ProjectConfiguration Include="Debug|x64">
|
9
|
+
<Configuration>Debug</Configuration>
|
10
|
+
<Platform>x64</Platform>
|
11
|
+
</ProjectConfiguration>
|
12
|
+
<ProjectConfiguration Include="Release|Win32">
|
13
|
+
<Configuration>Release</Configuration>
|
14
|
+
<Platform>Win32</Platform>
|
15
|
+
</ProjectConfiguration>
|
16
|
+
<ProjectConfiguration Include="Release|x64">
|
17
|
+
<Configuration>Release</Configuration>
|
18
|
+
<Platform>x64</Platform>
|
19
|
+
</ProjectConfiguration>
|
20
|
+
</ItemGroup>
|
21
|
+
<PropertyGroup Label="Globals">
|
22
|
+
<ProjectGuid>{9800039D-4AAA-43A4-BB78-FEF6F4836927}</ProjectGuid>
|
23
|
+
<Keyword>Win32Proj</Keyword>
|
24
|
+
<RootNamespace>liblz4-dll</RootNamespace>
|
25
|
+
<OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir>
|
26
|
+
<IntDir>$(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\</IntDir>
|
27
|
+
<ProjectName>liblz4-dll</ProjectName>
|
28
|
+
</PropertyGroup>
|
29
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
30
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
31
|
+
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
32
|
+
<UseDebugLibraries>true</UseDebugLibraries>
|
33
|
+
<CharacterSet>Unicode</CharacterSet>
|
34
|
+
</PropertyGroup>
|
35
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
36
|
+
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
37
|
+
<UseDebugLibraries>true</UseDebugLibraries>
|
38
|
+
<CharacterSet>Unicode</CharacterSet>
|
39
|
+
</PropertyGroup>
|
40
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
41
|
+
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
42
|
+
<UseDebugLibraries>false</UseDebugLibraries>
|
43
|
+
<CharacterSet>Unicode</CharacterSet>
|
44
|
+
<WholeProgramOptimization Condition="'$(EnableWholeProgramOptimization)'=='true'">true</WholeProgramOptimization>
|
45
|
+
</PropertyGroup>
|
46
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
47
|
+
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
48
|
+
<UseDebugLibraries>false</UseDebugLibraries>
|
49
|
+
<CharacterSet>Unicode</CharacterSet>
|
50
|
+
<WholeProgramOptimization Condition="'$(EnableWholeProgramOptimization)'=='true'">true</WholeProgramOptimization>
|
51
|
+
</PropertyGroup>
|
52
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
53
|
+
<ImportGroup Label="ExtensionSettings">
|
54
|
+
</ImportGroup>
|
55
|
+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
56
|
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
57
|
+
</ImportGroup>
|
58
|
+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
59
|
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
60
|
+
</ImportGroup>
|
61
|
+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
62
|
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
63
|
+
</ImportGroup>
|
64
|
+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
65
|
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
66
|
+
</ImportGroup>
|
67
|
+
<PropertyGroup Label="UserMacros" />
|
68
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
69
|
+
<LinkIncremental>true</LinkIncremental>
|
70
|
+
<TargetName>liblz4</TargetName>
|
71
|
+
<IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
|
72
|
+
</PropertyGroup>
|
73
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
74
|
+
<LinkIncremental>true</LinkIncremental>
|
75
|
+
<TargetName>liblz4</TargetName>
|
76
|
+
<IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
|
77
|
+
<RunCodeAnalysis>true</RunCodeAnalysis>
|
78
|
+
</PropertyGroup>
|
79
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
80
|
+
<LinkIncremental>false</LinkIncremental>
|
81
|
+
<TargetName>liblz4</TargetName>
|
82
|
+
<IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
|
83
|
+
</PropertyGroup>
|
84
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
85
|
+
<LinkIncremental>false</LinkIncremental>
|
86
|
+
<TargetName>liblz4</TargetName>
|
87
|
+
<IncludePath>$(IncludePath);$(UniversalCRT_IncludePath);$(SolutionDir)..\..\lib;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSDK_IncludePath);</IncludePath>
|
88
|
+
<RunCodeAnalysis>true</RunCodeAnalysis>
|
89
|
+
</PropertyGroup>
|
90
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
91
|
+
<ClCompile>
|
92
|
+
<PrecompiledHeader>
|
93
|
+
</PrecompiledHeader>
|
94
|
+
<WarningLevel>Level4</WarningLevel>
|
95
|
+
<Optimization>Disabled</Optimization>
|
96
|
+
<PreprocessorDefinitions>WIN32;_DEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
97
|
+
<TreatWarningAsError>true</TreatWarningAsError>
|
98
|
+
<EnablePREfast>false</EnablePREfast>
|
99
|
+
<RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreadedDebug</RuntimeLibrary>
|
100
|
+
</ClCompile>
|
101
|
+
<Link>
|
102
|
+
<GenerateDebugInformation>true</GenerateDebugInformation>
|
103
|
+
</Link>
|
104
|
+
</ItemDefinitionGroup>
|
105
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
106
|
+
<ClCompile>
|
107
|
+
<PrecompiledHeader>
|
108
|
+
</PrecompiledHeader>
|
109
|
+
<WarningLevel>Level4</WarningLevel>
|
110
|
+
<Optimization>Disabled</Optimization>
|
111
|
+
<PreprocessorDefinitions>WIN32;_DEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
112
|
+
<TreatWarningAsError>true</TreatWarningAsError>
|
113
|
+
<EnablePREfast>true</EnablePREfast>
|
114
|
+
<AdditionalOptions>/analyze:stacksize295252 %(AdditionalOptions)</AdditionalOptions>
|
115
|
+
<RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreadedDebug</RuntimeLibrary>
|
116
|
+
</ClCompile>
|
117
|
+
<Link>
|
118
|
+
<GenerateDebugInformation>true</GenerateDebugInformation>
|
119
|
+
</Link>
|
120
|
+
</ItemDefinitionGroup>
|
121
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
122
|
+
<ClCompile>
|
123
|
+
<WarningLevel>Level4</WarningLevel>
|
124
|
+
<PrecompiledHeader>
|
125
|
+
</PrecompiledHeader>
|
126
|
+
<Optimization>MaxSpeed</Optimization>
|
127
|
+
<FunctionLevelLinking>true</FunctionLevelLinking>
|
128
|
+
<IntrinsicFunctions>true</IntrinsicFunctions>
|
129
|
+
<PreprocessorDefinitions>WIN32;NDEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
130
|
+
<TreatWarningAsError>false</TreatWarningAsError>
|
131
|
+
<EnablePREfast>false</EnablePREfast>
|
132
|
+
<RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreaded</RuntimeLibrary>
|
133
|
+
</ClCompile>
|
134
|
+
<Link>
|
135
|
+
<GenerateDebugInformation>true</GenerateDebugInformation>
|
136
|
+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
137
|
+
<OptimizeReferences>true</OptimizeReferences>
|
138
|
+
</Link>
|
139
|
+
</ItemDefinitionGroup>
|
140
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
141
|
+
<ClCompile>
|
142
|
+
<WarningLevel>Level4</WarningLevel>
|
143
|
+
<PrecompiledHeader>
|
144
|
+
</PrecompiledHeader>
|
145
|
+
<Optimization>MaxSpeed</Optimization>
|
146
|
+
<FunctionLevelLinking>true</FunctionLevelLinking>
|
147
|
+
<IntrinsicFunctions>true</IntrinsicFunctions>
|
148
|
+
<PreprocessorDefinitions>WIN32;NDEBUG;LZ4_DLL_EXPORT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
149
|
+
<TreatWarningAsError>false</TreatWarningAsError>
|
150
|
+
<EnablePREfast>true</EnablePREfast>
|
151
|
+
<AdditionalOptions>/analyze:stacksize295252 %(AdditionalOptions)</AdditionalOptions>
|
152
|
+
<RuntimeLibrary Condition="'$(UseStaticCRT)'=='true'">MultiThreaded</RuntimeLibrary>
|
153
|
+
</ClCompile>
|
154
|
+
<Link>
|
155
|
+
<GenerateDebugInformation>true</GenerateDebugInformation>
|
156
|
+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
157
|
+
<OptimizeReferences>true</OptimizeReferences>
|
158
|
+
</Link>
|
159
|
+
</ItemDefinitionGroup>
|
160
|
+
<ItemGroup>
|
161
|
+
<ClInclude Include="..\..\..\lib\lz4.h" />
|
162
|
+
<ClInclude Include="..\..\..\lib\lz4frame.h" />
|
163
|
+
<ClInclude Include="..\..\..\lib\lz4frame_static.h" />
|
164
|
+
<ClInclude Include="..\..\..\lib\lz4hc.h" />
|
165
|
+
<ClInclude Include="..\..\..\lib\xxhash.h" />
|
166
|
+
</ItemGroup>
|
167
|
+
<ItemGroup>
|
168
|
+
<ClCompile Include="..\..\..\lib\lz4.c" />
|
169
|
+
<ClCompile Include="..\..\..\lib\lz4frame.c" />
|
170
|
+
<ClCompile Include="..\..\..\lib\lz4hc.c" />
|
171
|
+
<ClCompile Include="..\..\..\lib\xxhash.c" />
|
172
|
+
</ItemGroup>
|
173
|
+
<ItemGroup>
|
174
|
+
<ResourceCompile Include="liblz4-dll.rc" />
|
175
|
+
</ItemGroup>
|
176
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
177
|
+
<ImportGroup Label="ExtensionTargets">
|
178
|
+
</ImportGroup>
|
179
|
+
</Project>
|