Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: tools/visual_studio/v8_base.vcproj

Issue 4060001: Bignum implementation of Strtod. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: bignum.h changes that somehow disappeared earlier. Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/gyp/v8.gyp ('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="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="v8_base" 5 Name="v8_base"
6 ProjectGUID="{EC8B7909-62AF-470D-A75D-E1D89C837142}" 6 ProjectGUID="{EC8B7909-62AF-470D-A75D-E1D89C837142}"
7 RootNamespace="v8_base" 7 RootNamespace="v8_base"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 <FileConfiguration 138 <FileConfiguration
139 Name="Release|Win32" 139 Name="Release|Win32"
140 > 140 >
141 <Tool 141 <Tool
142 Name="VCCLCompilerTool" 142 Name="VCCLCompilerTool"
143 DisableSpecificWarnings="4018;42 44" 143 DisableSpecificWarnings="4018;42 44"
144 /> 144 />
145 </FileConfiguration> 145 </FileConfiguration>
146 </File> 146 </File>
147 <File 147 <File
148 RelativePath="..\..\src\bignum.cc"
149 >
150 </File>
151 <File
152 RelativePath="..\..\src\bignum.h"
153 >
154 </File>
155 <File
156 RelativePath="..\..\src\bignum-dtoa.cc"
157 >
158 </File>
159 <File
160 RelativePath="..\..\src\bignum-dtoa.h"
161 >
162 </File>
163 <File
148 RelativePath="..\..\src\dtoa.cc" 164 RelativePath="..\..\src\dtoa.cc"
149 > 165 >
150 </File> 166 </File>
151 <File 167 <File
152 RelativePath="..\..\src\dtoa.h" 168 RelativePath="..\..\src\dtoa.h"
153 > 169 >
154 </File> 170 </File>
155 <File 171 <File
156 RelativePath="..\..\src\fast-dtoa.cc" 172 RelativePath="..\..\src\fast-dtoa.cc"
157 > 173 >
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 </File> 250 </File>
235 <File 251 <File
236 RelativePath="..\..\src\ast.cc" 252 RelativePath="..\..\src\ast.cc"
237 > 253 >
238 </File> 254 </File>
239 <File 255 <File
240 RelativePath="..\..\src\ast.h" 256 RelativePath="..\..\src\ast.h"
241 > 257 >
242 </File> 258 </File>
243 <File 259 <File
260 RelativePath="..\..\src\bignum.cc"
261 >
262 </File>
263 <File
264 RelativePath="..\..\src\bignum.h"
265 >
266 </File>
267 <File
268 RelativePath="..\..\src\bignum-dtoa.cc"
269 >
270 </File>
271 <File
272 RelativePath="..\..\src\bignum-dtoa.h"
273 >
274 </File>
275 <File
244 RelativePath="..\..\src\bootstrapper.cc" 276 RelativePath="..\..\src\bootstrapper.cc"
245 > 277 >
246 </File> 278 </File>
247 <File 279 <File
248 RelativePath="..\..\src\bootstrapper.h" 280 RelativePath="..\..\src\bootstrapper.h"
249 > 281 >
250 </File> 282 </File>
251 <File 283 <File
252 RelativePath="..\..\src\ia32\builtins-ia32.cc" 284 RelativePath="..\..\src\ia32\builtins-ia32.cc"
253 > 285 >
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
1135 </File> 1167 </File>
1136 <File 1168 <File
1137 RelativePath="..\..\include\v8.h" 1169 RelativePath="..\..\include\v8.h"
1138 > 1170 >
1139 </File> 1171 </File>
1140 </Filter> 1172 </Filter>
1141 </Files> 1173 </Files>
1142 <Globals> 1174 <Globals>
1143 </Globals> 1175 </Globals>
1144 </VisualStudioProject> 1176 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/gyp/v8.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698