Skip to content

Commit 0ba0f13

Browse files
author
Daniel Marjamäki
committed
updated Visual Studio files
1 parent 4c64b09 commit 0ba0f13

4 files changed

Lines changed: 67 additions & 7 deletions

File tree

cppcheck.sln

100644100755
File mode changed.

cppcheck.vcproj

100644100755
Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<VisualStudioProject
33
ProjectType="Visual C++"
4-
Version="9.00"
4+
Version="9,00"
55
Name="cppcheck"
66
ProjectGUID="{ECA5D746-4926-48BA-A372-FC888498531F}"
77
Keyword="Win32Proj"
@@ -165,6 +165,14 @@
165165
Filter="h;hpp;hxx;hm;inl;inc;xsd"
166166
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
167167
>
168+
<File
169+
RelativePath=".\src\check.h"
170+
>
171+
</File>
172+
<File
173+
RelativePath=".\src\checkautovariables.h"
174+
>
175+
</File>
168176
<File
169177
RelativePath=".\src\checkbufferoverrun.h"
170178
>
@@ -193,6 +201,10 @@
193201
RelativePath=".\src\checkother.h"
194202
>
195203
</File>
204+
<File
205+
RelativePath=".\src\checksecurity.h"
206+
>
207+
</File>
196208
<File
197209
RelativePath=".\src\checkstl.h"
198210
>
@@ -213,6 +225,10 @@
213225
RelativePath=".\src\filelister.h"
214226
>
215227
</File>
228+
<File
229+
RelativePath=".\src\mathlib.h"
230+
>
231+
</File>
216232
<File
217233
RelativePath=".\src\preprocessor.h"
218234
>
@@ -257,6 +273,10 @@
257273
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
258274
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
259275
>
276+
<File
277+
RelativePath=".\src\checkautovariables.cpp"
278+
>
279+
</File>
260280
<File
261281
RelativePath=".\src\checkbufferoverrun.cpp"
262282
>
@@ -285,6 +305,10 @@
285305
RelativePath=".\src\checkother.cpp"
286306
>
287307
</File>
308+
<File
309+
RelativePath=".\src\checksecurity.cpp"
310+
>
311+
</File>
288312
<File
289313
RelativePath=".\src\checkstl.cpp"
290314
>
@@ -309,6 +333,10 @@
309333
RelativePath=".\src\main.cpp"
310334
>
311335
</File>
336+
<File
337+
RelativePath=".\src\mathlib.cpp"
338+
>
339+
</File>
312340
<File
313341
RelativePath=".\src\preprocessor.cpp"
314342
>

testrunner.sln

100644100755
File mode changed.

testrunner.vcproj

100644100755
Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,14 @@
166166
Filter="h;hpp;hxx;hm;inl;inc;xsd"
167167
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
168168
>
169+
<File
170+
RelativePath=".\src\check.h"
171+
>
172+
</File>
173+
<File
174+
RelativePath=".\src\checkautovariables.h"
175+
>
176+
</File>
169177
<File
170178
RelativePath=".\src\CheckBufferOverrun.h"
171179
>
@@ -194,6 +202,10 @@
194202
RelativePath=".\src\CheckOther.h"
195203
>
196204
</File>
205+
<File
206+
RelativePath=".\src\checksecurity.h"
207+
>
208+
</File>
197209
<File
198210
RelativePath=".\src\checkstl.h"
199211
>
@@ -218,6 +230,10 @@
218230
RelativePath=".\src\FileLister.h"
219231
>
220232
</File>
233+
<File
234+
RelativePath=".\src\mathlib.h"
235+
>
236+
</File>
221237
<File
222238
RelativePath=".\src\preprocessor.h"
223239
>
@@ -250,6 +266,10 @@
250266
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
251267
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
252268
>
269+
<File
270+
RelativePath=".\src\checkautovariables.cpp"
271+
>
272+
</File>
253273
<File
254274
RelativePath=".\src\CheckBufferOverrun.cpp"
255275
>
@@ -279,11 +299,11 @@
279299
>
280300
</File>
281301
<File
282-
RelativePath=".\src\checkstl.cpp"
302+
RelativePath=".\src\checksecurity.cpp"
283303
>
284304
</File>
285305
<File
286-
RelativePath=".\src\checkvalidate.cpp"
306+
RelativePath=".\src\checkstl.cpp"
287307
>
288308
</File>
289309
<File
@@ -298,6 +318,10 @@
298318
RelativePath=".\src\FileLister.cpp"
299319
>
300320
</File>
321+
<File
322+
RelativePath=".\src\mathlib.cpp"
323+
>
324+
</File>
301325
<File
302326
RelativePath=".\src\preprocessor.cpp"
303327
>
@@ -306,6 +330,10 @@
306330
RelativePath=".\src\settings.cpp"
307331
>
308332
</File>
333+
<File
334+
RelativePath=".\test\testautovariables.cpp"
335+
>
336+
</File>
309337
<File
310338
RelativePath=".\test\testbufferoverrun.cpp"
311339
>
@@ -346,6 +374,10 @@
346374
RelativePath=".\test\testincompletestatement.cpp"
347375
>
348376
</File>
377+
<File
378+
RelativePath=".\test\testmathlib.cpp"
379+
>
380+
</File>
349381
<File
350382
RelativePath=".\test\testmemleak.cpp"
351383
>
@@ -370,6 +402,10 @@
370402
RelativePath=".\test\testrunner.cpp"
371403
>
372404
</File>
405+
<File
406+
RelativePath=".\test\testsecurity.cpp"
407+
>
408+
</File>
373409
<File
374410
RelativePath=".\test\testsimplifytokens.cpp"
375411
>
@@ -398,10 +434,6 @@
398434
RelativePath=".\test\testunusedvar.cpp"
399435
>
400436
</File>
401-
<File
402-
RelativePath=".\test\testvalidate.cpp"
403-
>
404-
</File>
405437
<File
406438
RelativePath=".\src\token.cpp"
407439
>

0 commit comments

Comments
 (0)