Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(308)

Side by Side Diff: src/compiler/translator_common.vcxproj

Issue 6999052: Incorporated BSD-licensed changes implementing array bounds clamping. (Closed) Base URL: http://angleproject.googlecode.com/svn/trunk/
Patch Set: Created 12 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/compiler/intermediate.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003"> 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations"> 3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32"> 4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration> 5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform> 6 <Platform>Win32</Platform>
7 </ProjectConfiguration> 7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64"> 8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration> 9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform> 10 <Platform>x64</Platform>
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 131 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
132 <PrecompiledHeader> 132 <PrecompiledHeader>
133 </PrecompiledHeader> 133 </PrecompiledHeader>
134 <WarningLevel>Level4</WarningLevel> 134 <WarningLevel>Level4</WarningLevel>
135 <TreatWarningAsError>true</TreatWarningAsError> 135 <TreatWarningAsError>true</TreatWarningAsError>
136 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 136 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
137 <DisableSpecificWarnings>4100;4127;4189;4239;4244;4245;4267;4512;4702;4718 ;%(DisableSpecificWarnings)</DisableSpecificWarnings> 137 <DisableSpecificWarnings>4100;4127;4189;4239;4244;4245;4267;4512;4702;4718 ;%(DisableSpecificWarnings)</DisableSpecificWarnings>
138 </ClCompile> 138 </ClCompile>
139 </ItemDefinitionGroup> 139 </ItemDefinitionGroup>
140 <ItemGroup> 140 <ItemGroup>
141 <ClCompile Include="ArrayBoundsClamper.cpp" />
141 <ClCompile Include="BuiltInFunctionEmulator.cpp" /> 142 <ClCompile Include="BuiltInFunctionEmulator.cpp" />
142 <ClCompile Include="Compiler.cpp" /> 143 <ClCompile Include="Compiler.cpp" />
143 <ClCompile Include="debug.cpp" /> 144 <ClCompile Include="debug.cpp" />
144 <ClCompile Include="DetectRecursion.cpp" /> 145 <ClCompile Include="DetectRecursion.cpp" />
145 <ClCompile Include="Diagnostics.cpp" /> 146 <ClCompile Include="Diagnostics.cpp" />
146 <ClCompile Include="DirectiveHandler.cpp" /> 147 <ClCompile Include="DirectiveHandler.cpp" />
147 <ClCompile Include="ForLoopUnroll.cpp" /> 148 <ClCompile Include="ForLoopUnroll.cpp" />
148 <ClCompile Include="InfoSink.cpp" /> 149 <ClCompile Include="InfoSink.cpp" />
149 <ClCompile Include="Initialize.cpp" /> 150 <ClCompile Include="Initialize.cpp" />
150 <ClCompile Include="InitializeDll.cpp" /> 151 <ClCompile Include="InitializeDll.cpp" />
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 </Command> 219 </Command>
219 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(Out puts)</Outputs> 220 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(Out puts)</Outputs>
220 <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 221 <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
221 </Message> 222 </Message>
222 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 223 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
223 </Command> 224 </Command>
224 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(Outpu ts)</Outputs> 225 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(Outpu ts)</Outputs>
225 </CustomBuild> 226 </CustomBuild>
226 </ItemGroup> 227 </ItemGroup>
227 <ItemGroup> 228 <ItemGroup>
229 <ClInclude Include="ArrayBoundsClamper.h" />
228 <ClInclude Include="BaseTypes.h" /> 230 <ClInclude Include="BaseTypes.h" />
229 <ClInclude Include="BuiltInFunctionEmulator.h" /> 231 <ClInclude Include="BuiltInFunctionEmulator.h" />
230 <ClInclude Include="Common.h" /> 232 <ClInclude Include="Common.h" />
231 <ClInclude Include="ConstantUnion.h" /> 233 <ClInclude Include="ConstantUnion.h" />
232 <ClInclude Include="debug.h" /> 234 <ClInclude Include="debug.h" />
233 <ClInclude Include="DetectRecursion.h" /> 235 <ClInclude Include="DetectRecursion.h" />
234 <ClInclude Include="Diagnostics.h" /> 236 <ClInclude Include="Diagnostics.h" />
235 <ClInclude Include="DirectiveHandler.h" /> 237 <ClInclude Include="DirectiveHandler.h" />
236 <ClInclude Include="ForLoopUnroll.h" /> 238 <ClInclude Include="ForLoopUnroll.h" />
237 <ClInclude Include="HashNames.h" /> 239 <ClInclude Include="HashNames.h" />
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 274 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
273 <Private>true</Private> 275 <Private>true</Private>
274 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 276 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
275 <LinkLibraryDependencies>true</LinkLibraryDependencies> 277 <LinkLibraryDependencies>true</LinkLibraryDependencies>
276 <UseLibraryDependencyInputs>true</UseLibraryDependencyInputs> 278 <UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
277 </ProjectReference> 279 </ProjectReference>
278 </ItemGroup> 280 </ItemGroup>
279 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 281 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
280 <ImportGroup Label="ExtensionTargets"> 282 <ImportGroup Label="ExtensionTargets">
281 </ImportGroup> 283 </ImportGroup>
282 </Project> 284 </Project>
OLDNEW
« no previous file with comments | « src/compiler/intermediate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b