diff --git a/Cppcheck.xcodeproj/project.pbxproj b/Cppcheck.xcodeproj/project.pbxproj index 3bf311d10..07756172c 100644 --- a/Cppcheck.xcodeproj/project.pbxproj +++ b/Cppcheck.xcodeproj/project.pbxproj @@ -7,30 +7,32 @@ objects = { /* Begin PBXBuildFile section */ - 2C21A48A1178BB1500D35009 /* checkautovariables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A45F1178BB1500D35009 /* checkautovariables.cpp */; }; - 2C21A48B1178BB1500D35009 /* checkbufferoverrun.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A4611178BB1500D35009 /* checkbufferoverrun.cpp */; }; - 2C21A48C1178BB1500D35009 /* checkclass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A4631178BB1500D35009 /* checkclass.cpp */; }; - 2C21A48D1178BB1500D35009 /* checkdangerousfunctions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A4651178BB1500D35009 /* checkdangerousfunctions.cpp */; }; - 2C21A48E1178BB1500D35009 /* checkexceptionsafety.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A4671178BB1500D35009 /* checkexceptionsafety.cpp */; }; - 2C21A4901178BB1500D35009 /* checkmemoryleak.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A46B1178BB1500D35009 /* checkmemoryleak.cpp */; }; - 2C21A4911178BB1500D35009 /* checkother.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A46D1178BB1500D35009 /* checkother.cpp */; }; - 2C21A4921178BB1500D35009 /* checkstl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A46F1178BB1500D35009 /* checkstl.cpp */; }; - 2C21A4931178BB1500D35009 /* checkunusedfunctions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A4711178BB1500D35009 /* checkunusedfunctions.cpp */; }; - 2C21A4941178BB1500D35009 /* cppcheck.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A4741178BB1500D35009 /* cppcheck.cpp */; }; - 2C21A4951178BB1500D35009 /* errorlogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A4761178BB1500D35009 /* errorlogger.cpp */; }; - 2C21A4961178BB1500D35009 /* executionpath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A4781178BB1500D35009 /* executionpath.cpp */; }; - 2C21A4971178BB1500D35009 /* filelister_unix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A47A1178BB1500D35009 /* filelister_unix.cpp */; }; - 2C21A4981178BB1500D35009 /* filelister_win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A47C1178BB1500D35009 /* filelister_win32.cpp */; }; - 2C21A4991178BB1500D35009 /* filelister.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A47E1178BB1500D35009 /* filelister.cpp */; }; - 2C21A49A1178BB1500D35009 /* mathlib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A4801178BB1500D35009 /* mathlib.cpp */; }; - 2C21A49B1178BB1500D35009 /* preprocessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A4821178BB1500D35009 /* preprocessor.cpp */; }; - 2C21A49C1178BB1500D35009 /* settings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A4841178BB1500D35009 /* settings.cpp */; }; - 2C21A49D1178BB1500D35009 /* token.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A4861178BB1500D35009 /* token.cpp */; }; - 2C21A49E1178BB1500D35009 /* tokenize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A4881178BB1500D35009 /* tokenize.cpp */; }; - 2C21A4A21178BB2200D35009 /* cppcheckexecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A49F1178BB2200D35009 /* cppcheckexecutor.cpp */; }; - 2C21A4A31178BB2200D35009 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A4A11178BB2200D35009 /* main.cpp */; }; - 2C21A4A91178BB7D00D35009 /* threadexecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C21A4A71178BB7D00D35009 /* threadexecutor.cpp */; }; - 3EE0707711FED90C00D9009E /* path.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EE0707511FED90C00D9009E /* path.cpp */; }; + 39E60EB91270DE3A00AC0D02 /* checkautovariables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E8D1270DE3A00AC0D02 /* checkautovariables.cpp */; }; + 39E60EBA1270DE3A00AC0D02 /* checkbufferoverrun.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E8F1270DE3A00AC0D02 /* checkbufferoverrun.cpp */; }; + 39E60EBB1270DE3A00AC0D02 /* checkclass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E911270DE3A00AC0D02 /* checkclass.cpp */; }; + 39E60EBC1270DE3A00AC0D02 /* checkexceptionsafety.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E931270DE3A00AC0D02 /* checkexceptionsafety.cpp */; }; + 39E60EBD1270DE3A00AC0D02 /* checkmemoryleak.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E951270DE3A00AC0D02 /* checkmemoryleak.cpp */; }; + 39E60EBE1270DE3A00AC0D02 /* checkobsoletefunctions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E971270DE3A00AC0D02 /* checkobsoletefunctions.cpp */; }; + 39E60EBF1270DE3A00AC0D02 /* checkother.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E991270DE3A00AC0D02 /* checkother.cpp */; }; + 39E60EC01270DE3A00AC0D02 /* checkpostfixoperator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E9B1270DE3A00AC0D02 /* checkpostfixoperator.cpp */; }; + 39E60EC11270DE3A00AC0D02 /* checkstl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E9D1270DE3A00AC0D02 /* checkstl.cpp */; }; + 39E60EC21270DE3A00AC0D02 /* checkunusedfunctions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60E9F1270DE3A00AC0D02 /* checkunusedfunctions.cpp */; }; + 39E60EC31270DE3A00AC0D02 /* cppcheck.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60EA11270DE3A00AC0D02 /* cppcheck.cpp */; }; + 39E60EC41270DE3A00AC0D02 /* errorlogger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60EA31270DE3A00AC0D02 /* errorlogger.cpp */; }; + 39E60EC51270DE3A00AC0D02 /* executionpath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60EA51270DE3A00AC0D02 /* executionpath.cpp */; }; + 39E60EC61270DE3A00AC0D02 /* filelister_unix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60EA71270DE3A00AC0D02 /* filelister_unix.cpp */; }; + 39E60EC71270DE3A00AC0D02 /* filelister.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60EA91270DE3A00AC0D02 /* filelister.cpp */; }; + 39E60EC81270DE3A00AC0D02 /* mathlib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60EAB1270DE3A00AC0D02 /* mathlib.cpp */; }; + 39E60EC91270DE3A00AC0D02 /* path.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60EAD1270DE3A00AC0D02 /* path.cpp */; }; + 39E60ECA1270DE3A00AC0D02 /* preprocessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60EAF1270DE3A00AC0D02 /* preprocessor.cpp */; }; + 39E60ECB1270DE3A00AC0D02 /* settings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60EB11270DE3A00AC0D02 /* settings.cpp */; }; + 39E60ECC1270DE3A00AC0D02 /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60EB31270DE3A00AC0D02 /* timer.cpp */; }; + 39E60ECD1270DE3A00AC0D02 /* token.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60EB51270DE3A00AC0D02 /* token.cpp */; }; + 39E60ECE1270DE3A00AC0D02 /* tokenize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60EB71270DE3A00AC0D02 /* tokenize.cpp */; }; + 39E60ED61270DE5000AC0D02 /* cmdlineparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60ECF1270DE5000AC0D02 /* cmdlineparser.cpp */; }; + 39E60ED71270DE5000AC0D02 /* cppcheckexecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60ED11270DE5000AC0D02 /* cppcheckexecutor.cpp */; }; + 39E60ED81270DE5000AC0D02 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60ED31270DE5000AC0D02 /* main.cpp */; }; + 39E60ED91270DE5000AC0D02 /* threadexecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39E60ED41270DE5000AC0D02 /* threadexecutor.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -46,56 +48,59 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 2C21A45E1178BB1500D35009 /* check.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = check.h; path = lib/check.h; sourceTree = ""; }; - 2C21A45F1178BB1500D35009 /* checkautovariables.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkautovariables.cpp; path = lib/checkautovariables.cpp; sourceTree = ""; }; - 2C21A4601178BB1500D35009 /* checkautovariables.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkautovariables.h; path = lib/checkautovariables.h; sourceTree = ""; }; - 2C21A4611178BB1500D35009 /* checkbufferoverrun.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkbufferoverrun.cpp; path = lib/checkbufferoverrun.cpp; sourceTree = ""; }; - 2C21A4621178BB1500D35009 /* checkbufferoverrun.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkbufferoverrun.h; path = lib/checkbufferoverrun.h; sourceTree = ""; }; - 2C21A4631178BB1500D35009 /* checkclass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkclass.cpp; path = lib/checkclass.cpp; sourceTree = ""; }; - 2C21A4641178BB1500D35009 /* checkclass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkclass.h; path = lib/checkclass.h; sourceTree = ""; }; - 2C21A4651178BB1500D35009 /* checkdangerousfunctions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkdangerousfunctions.cpp; path = lib/checkdangerousfunctions.cpp; sourceTree = ""; }; - 2C21A4661178BB1500D35009 /* checkdangerousfunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkdangerousfunctions.h; path = lib/checkdangerousfunctions.h; sourceTree = ""; }; - 2C21A4671178BB1500D35009 /* checkexceptionsafety.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkexceptionsafety.cpp; path = lib/checkexceptionsafety.cpp; sourceTree = ""; }; - 2C21A4681178BB1500D35009 /* checkexceptionsafety.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkexceptionsafety.h; path = lib/checkexceptionsafety.h; sourceTree = ""; }; - 2C21A46B1178BB1500D35009 /* checkmemoryleak.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkmemoryleak.cpp; path = lib/checkmemoryleak.cpp; sourceTree = ""; }; - 2C21A46C1178BB1500D35009 /* checkmemoryleak.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkmemoryleak.h; path = lib/checkmemoryleak.h; sourceTree = ""; }; - 2C21A46D1178BB1500D35009 /* checkother.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkother.cpp; path = lib/checkother.cpp; sourceTree = ""; }; - 2C21A46E1178BB1500D35009 /* checkother.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkother.h; path = lib/checkother.h; sourceTree = ""; }; - 2C21A46F1178BB1500D35009 /* checkstl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkstl.cpp; path = lib/checkstl.cpp; sourceTree = ""; }; - 2C21A4701178BB1500D35009 /* checkstl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkstl.h; path = lib/checkstl.h; sourceTree = ""; }; - 2C21A4711178BB1500D35009 /* checkunusedfunctions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkunusedfunctions.cpp; path = lib/checkunusedfunctions.cpp; sourceTree = ""; }; - 2C21A4721178BB1500D35009 /* checkunusedfunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkunusedfunctions.h; path = lib/checkunusedfunctions.h; sourceTree = ""; }; - 2C21A4731178BB1500D35009 /* classinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = classinfo.h; path = lib/classinfo.h; sourceTree = ""; }; - 2C21A4741178BB1500D35009 /* cppcheck.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cppcheck.cpp; path = lib/cppcheck.cpp; sourceTree = ""; }; - 2C21A4751178BB1500D35009 /* cppcheck.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cppcheck.h; path = lib/cppcheck.h; sourceTree = ""; }; - 2C21A4761178BB1500D35009 /* errorlogger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = errorlogger.cpp; path = lib/errorlogger.cpp; sourceTree = ""; }; - 2C21A4771178BB1500D35009 /* errorlogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = errorlogger.h; path = lib/errorlogger.h; sourceTree = ""; }; - 2C21A4781178BB1500D35009 /* executionpath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = executionpath.cpp; path = lib/executionpath.cpp; sourceTree = ""; }; - 2C21A4791178BB1500D35009 /* executionpath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = executionpath.h; path = lib/executionpath.h; sourceTree = ""; }; - 2C21A47A1178BB1500D35009 /* filelister_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filelister_unix.cpp; path = lib/filelister_unix.cpp; sourceTree = ""; }; - 2C21A47B1178BB1500D35009 /* filelister_unix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = filelister_unix.h; path = lib/filelister_unix.h; sourceTree = ""; }; - 2C21A47C1178BB1500D35009 /* filelister_win32.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filelister_win32.cpp; path = lib/filelister_win32.cpp; sourceTree = ""; }; - 2C21A47D1178BB1500D35009 /* filelister_win32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = filelister_win32.h; path = lib/filelister_win32.h; sourceTree = ""; }; - 2C21A47E1178BB1500D35009 /* filelister.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filelister.cpp; path = lib/filelister.cpp; sourceTree = ""; }; - 2C21A47F1178BB1500D35009 /* filelister.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = filelister.h; path = lib/filelister.h; sourceTree = ""; }; - 2C21A4801178BB1500D35009 /* mathlib.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mathlib.cpp; path = lib/mathlib.cpp; sourceTree = ""; }; - 2C21A4811178BB1500D35009 /* mathlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mathlib.h; path = lib/mathlib.h; sourceTree = ""; }; - 2C21A4821178BB1500D35009 /* preprocessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = preprocessor.cpp; path = lib/preprocessor.cpp; sourceTree = ""; }; - 2C21A4831178BB1500D35009 /* preprocessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = preprocessor.h; path = lib/preprocessor.h; sourceTree = ""; }; - 2C21A4841178BB1500D35009 /* settings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = settings.cpp; path = lib/settings.cpp; sourceTree = ""; }; - 2C21A4851178BB1500D35009 /* settings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = settings.h; path = lib/settings.h; sourceTree = ""; }; - 2C21A4861178BB1500D35009 /* token.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = token.cpp; path = lib/token.cpp; sourceTree = ""; }; - 2C21A4871178BB1500D35009 /* token.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = token.h; path = lib/token.h; sourceTree = ""; }; - 2C21A4881178BB1500D35009 /* tokenize.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tokenize.cpp; path = lib/tokenize.cpp; sourceTree = ""; }; - 2C21A4891178BB1500D35009 /* tokenize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tokenize.h; path = lib/tokenize.h; sourceTree = ""; }; - 2C21A49F1178BB2200D35009 /* cppcheckexecutor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cppcheckexecutor.cpp; path = cli/cppcheckexecutor.cpp; sourceTree = ""; }; - 2C21A4A01178BB2200D35009 /* cppcheckexecutor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cppcheckexecutor.h; path = cli/cppcheckexecutor.h; sourceTree = ""; }; - 2C21A4A11178BB2200D35009 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = cli/main.cpp; sourceTree = ""; }; - 2C21A4A71178BB7D00D35009 /* threadexecutor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = threadexecutor.cpp; path = cli/threadexecutor.cpp; sourceTree = ""; }; - 2C21A4A81178BB7D00D35009 /* threadexecutor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = threadexecutor.h; path = cli/threadexecutor.h; sourceTree = ""; }; - 3EE0707511FED90C00D9009E /* path.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = path.cpp; path = lib/path.cpp; sourceTree = ""; }; - 3EE0707611FED90C00D9009E /* path.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = path.h; path = lib/path.h; sourceTree = ""; }; - 8DD76F6C0486A84900D96B5E /* cppcheck */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = cppcheck; sourceTree = BUILT_PRODUCTS_DIR; }; + 39E60E8C1270DE3A00AC0D02 /* check.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = check.h; path = lib/check.h; sourceTree = ""; }; + 39E60E8D1270DE3A00AC0D02 /* checkautovariables.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkautovariables.cpp; path = lib/checkautovariables.cpp; sourceTree = ""; }; + 39E60E8E1270DE3A00AC0D02 /* checkautovariables.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkautovariables.h; path = lib/checkautovariables.h; sourceTree = ""; }; + 39E60E8F1270DE3A00AC0D02 /* checkbufferoverrun.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkbufferoverrun.cpp; path = lib/checkbufferoverrun.cpp; sourceTree = ""; }; + 39E60E901270DE3A00AC0D02 /* checkbufferoverrun.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkbufferoverrun.h; path = lib/checkbufferoverrun.h; sourceTree = ""; }; + 39E60E911270DE3A00AC0D02 /* checkclass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkclass.cpp; path = lib/checkclass.cpp; sourceTree = ""; }; + 39E60E921270DE3A00AC0D02 /* checkclass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkclass.h; path = lib/checkclass.h; sourceTree = ""; }; + 39E60E931270DE3A00AC0D02 /* checkexceptionsafety.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkexceptionsafety.cpp; path = lib/checkexceptionsafety.cpp; sourceTree = ""; }; + 39E60E941270DE3A00AC0D02 /* checkexceptionsafety.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkexceptionsafety.h; path = lib/checkexceptionsafety.h; sourceTree = ""; }; + 39E60E951270DE3A00AC0D02 /* checkmemoryleak.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkmemoryleak.cpp; path = lib/checkmemoryleak.cpp; sourceTree = ""; }; + 39E60E961270DE3A00AC0D02 /* checkmemoryleak.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkmemoryleak.h; path = lib/checkmemoryleak.h; sourceTree = ""; }; + 39E60E971270DE3A00AC0D02 /* checkobsoletefunctions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkobsoletefunctions.cpp; path = lib/checkobsoletefunctions.cpp; sourceTree = ""; }; + 39E60E981270DE3A00AC0D02 /* checkobsoletefunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkobsoletefunctions.h; path = lib/checkobsoletefunctions.h; sourceTree = ""; }; + 39E60E991270DE3A00AC0D02 /* checkother.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkother.cpp; path = lib/checkother.cpp; sourceTree = ""; }; + 39E60E9A1270DE3A00AC0D02 /* checkother.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkother.h; path = lib/checkother.h; sourceTree = ""; }; + 39E60E9B1270DE3A00AC0D02 /* checkpostfixoperator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkpostfixoperator.cpp; path = lib/checkpostfixoperator.cpp; sourceTree = ""; }; + 39E60E9C1270DE3A00AC0D02 /* checkpostfixoperator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkpostfixoperator.h; path = lib/checkpostfixoperator.h; sourceTree = ""; }; + 39E60E9D1270DE3A00AC0D02 /* checkstl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkstl.cpp; path = lib/checkstl.cpp; sourceTree = ""; }; + 39E60E9E1270DE3A00AC0D02 /* checkstl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkstl.h; path = lib/checkstl.h; sourceTree = ""; }; + 39E60E9F1270DE3A00AC0D02 /* checkunusedfunctions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkunusedfunctions.cpp; path = lib/checkunusedfunctions.cpp; sourceTree = ""; }; + 39E60EA01270DE3A00AC0D02 /* checkunusedfunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkunusedfunctions.h; path = lib/checkunusedfunctions.h; sourceTree = ""; }; + 39E60EA11270DE3A00AC0D02 /* cppcheck.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cppcheck.cpp; path = lib/cppcheck.cpp; sourceTree = ""; }; + 39E60EA21270DE3A00AC0D02 /* cppcheck.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cppcheck.h; path = lib/cppcheck.h; sourceTree = ""; }; + 39E60EA31270DE3A00AC0D02 /* errorlogger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = errorlogger.cpp; path = lib/errorlogger.cpp; sourceTree = ""; }; + 39E60EA41270DE3A00AC0D02 /* errorlogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = errorlogger.h; path = lib/errorlogger.h; sourceTree = ""; }; + 39E60EA51270DE3A00AC0D02 /* executionpath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = executionpath.cpp; path = lib/executionpath.cpp; sourceTree = ""; }; + 39E60EA61270DE3A00AC0D02 /* executionpath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = executionpath.h; path = lib/executionpath.h; sourceTree = ""; }; + 39E60EA71270DE3A00AC0D02 /* filelister_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filelister_unix.cpp; path = lib/filelister_unix.cpp; sourceTree = ""; }; + 39E60EA81270DE3A00AC0D02 /* filelister_unix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = filelister_unix.h; path = lib/filelister_unix.h; sourceTree = ""; }; + 39E60EA91270DE3A00AC0D02 /* filelister.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filelister.cpp; path = lib/filelister.cpp; sourceTree = ""; }; + 39E60EAA1270DE3A00AC0D02 /* filelister.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = filelister.h; path = lib/filelister.h; sourceTree = ""; }; + 39E60EAB1270DE3A00AC0D02 /* mathlib.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mathlib.cpp; path = lib/mathlib.cpp; sourceTree = ""; }; + 39E60EAC1270DE3A00AC0D02 /* mathlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mathlib.h; path = lib/mathlib.h; sourceTree = ""; }; + 39E60EAD1270DE3A00AC0D02 /* path.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = path.cpp; path = lib/path.cpp; sourceTree = ""; }; + 39E60EAE1270DE3A00AC0D02 /* path.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = path.h; path = lib/path.h; sourceTree = ""; }; + 39E60EAF1270DE3A00AC0D02 /* preprocessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = preprocessor.cpp; path = lib/preprocessor.cpp; sourceTree = ""; }; + 39E60EB01270DE3A00AC0D02 /* preprocessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = preprocessor.h; path = lib/preprocessor.h; sourceTree = ""; }; + 39E60EB11270DE3A00AC0D02 /* settings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = settings.cpp; path = lib/settings.cpp; sourceTree = ""; }; + 39E60EB21270DE3A00AC0D02 /* settings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = settings.h; path = lib/settings.h; sourceTree = ""; }; + 39E60EB31270DE3A00AC0D02 /* timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = timer.cpp; path = lib/timer.cpp; sourceTree = ""; }; + 39E60EB41270DE3A00AC0D02 /* timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = timer.h; path = lib/timer.h; sourceTree = ""; }; + 39E60EB51270DE3A00AC0D02 /* token.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = token.cpp; path = lib/token.cpp; sourceTree = ""; }; + 39E60EB61270DE3A00AC0D02 /* token.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = token.h; path = lib/token.h; sourceTree = ""; }; + 39E60EB71270DE3A00AC0D02 /* tokenize.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tokenize.cpp; path = lib/tokenize.cpp; sourceTree = ""; }; + 39E60EB81270DE3A00AC0D02 /* tokenize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tokenize.h; path = lib/tokenize.h; sourceTree = ""; }; + 39E60ECF1270DE5000AC0D02 /* cmdlineparser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cmdlineparser.cpp; path = cli/cmdlineparser.cpp; sourceTree = ""; }; + 39E60ED01270DE5000AC0D02 /* cmdlineparser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cmdlineparser.h; path = cli/cmdlineparser.h; sourceTree = ""; }; + 39E60ED11270DE5000AC0D02 /* cppcheckexecutor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cppcheckexecutor.cpp; path = cli/cppcheckexecutor.cpp; sourceTree = ""; }; + 39E60ED21270DE5000AC0D02 /* cppcheckexecutor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cppcheckexecutor.h; path = cli/cppcheckexecutor.h; sourceTree = ""; }; + 39E60ED31270DE5000AC0D02 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = cli/main.cpp; sourceTree = ""; }; + 39E60ED41270DE5000AC0D02 /* threadexecutor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = threadexecutor.cpp; path = cli/threadexecutor.cpp; sourceTree = ""; }; + 39E60ED51270DE5000AC0D02 /* threadexecutor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = threadexecutor.h; path = cli/threadexecutor.h; sourceTree = ""; }; + 39E60EDE1270DEB100AC0D02 /* cppcheck */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = cppcheck; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -131,7 +136,7 @@ 1AB674ADFE9D54B511CA2CBB /* Products */ = { isa = PBXGroup; children = ( - 8DD76F6C0486A84900D96B5E /* cppcheck */, + 39E60EDE1270DEB100AC0D02 /* cppcheck */, ); name = Products; sourceTree = ""; @@ -139,11 +144,13 @@ 2C21A45C1178BB0400D35009 /* Command */ = { isa = PBXGroup; children = ( - 2C21A4A71178BB7D00D35009 /* threadexecutor.cpp */, - 2C21A4A81178BB7D00D35009 /* threadexecutor.h */, - 2C21A49F1178BB2200D35009 /* cppcheckexecutor.cpp */, - 2C21A4A01178BB2200D35009 /* cppcheckexecutor.h */, - 2C21A4A11178BB2200D35009 /* main.cpp */, + 39E60ECF1270DE5000AC0D02 /* cmdlineparser.cpp */, + 39E60ED01270DE5000AC0D02 /* cmdlineparser.h */, + 39E60ED11270DE5000AC0D02 /* cppcheckexecutor.cpp */, + 39E60ED21270DE5000AC0D02 /* cppcheckexecutor.h */, + 39E60ED31270DE5000AC0D02 /* main.cpp */, + 39E60ED41270DE5000AC0D02 /* threadexecutor.cpp */, + 39E60ED51270DE5000AC0D02 /* threadexecutor.h */, ); name = Command; sourceTree = ""; @@ -151,50 +158,51 @@ 2C21A45D1178BB0B00D35009 /* Library */ = { isa = PBXGroup; children = ( - 3EE0707511FED90C00D9009E /* path.cpp */, - 3EE0707611FED90C00D9009E /* path.h */, - 2C21A45E1178BB1500D35009 /* check.h */, - 2C21A45F1178BB1500D35009 /* checkautovariables.cpp */, - 2C21A4601178BB1500D35009 /* checkautovariables.h */, - 2C21A4611178BB1500D35009 /* checkbufferoverrun.cpp */, - 2C21A4621178BB1500D35009 /* checkbufferoverrun.h */, - 2C21A4631178BB1500D35009 /* checkclass.cpp */, - 2C21A4641178BB1500D35009 /* checkclass.h */, - 2C21A4651178BB1500D35009 /* checkdangerousfunctions.cpp */, - 2C21A4661178BB1500D35009 /* checkdangerousfunctions.h */, - 2C21A4671178BB1500D35009 /* checkexceptionsafety.cpp */, - 2C21A4681178BB1500D35009 /* checkexceptionsafety.h */, - 2C21A46B1178BB1500D35009 /* checkmemoryleak.cpp */, - 2C21A46C1178BB1500D35009 /* checkmemoryleak.h */, - 2C21A46D1178BB1500D35009 /* checkother.cpp */, - 2C21A46E1178BB1500D35009 /* checkother.h */, - 2C21A46F1178BB1500D35009 /* checkstl.cpp */, - 2C21A4701178BB1500D35009 /* checkstl.h */, - 2C21A4711178BB1500D35009 /* checkunusedfunctions.cpp */, - 2C21A4721178BB1500D35009 /* checkunusedfunctions.h */, - 2C21A4731178BB1500D35009 /* classinfo.h */, - 2C21A4741178BB1500D35009 /* cppcheck.cpp */, - 2C21A4751178BB1500D35009 /* cppcheck.h */, - 2C21A4761178BB1500D35009 /* errorlogger.cpp */, - 2C21A4771178BB1500D35009 /* errorlogger.h */, - 2C21A4781178BB1500D35009 /* executionpath.cpp */, - 2C21A4791178BB1500D35009 /* executionpath.h */, - 2C21A47A1178BB1500D35009 /* filelister_unix.cpp */, - 2C21A47B1178BB1500D35009 /* filelister_unix.h */, - 2C21A47C1178BB1500D35009 /* filelister_win32.cpp */, - 2C21A47D1178BB1500D35009 /* filelister_win32.h */, - 2C21A47E1178BB1500D35009 /* filelister.cpp */, - 2C21A47F1178BB1500D35009 /* filelister.h */, - 2C21A4801178BB1500D35009 /* mathlib.cpp */, - 2C21A4811178BB1500D35009 /* mathlib.h */, - 2C21A4821178BB1500D35009 /* preprocessor.cpp */, - 2C21A4831178BB1500D35009 /* preprocessor.h */, - 2C21A4841178BB1500D35009 /* settings.cpp */, - 2C21A4851178BB1500D35009 /* settings.h */, - 2C21A4861178BB1500D35009 /* token.cpp */, - 2C21A4871178BB1500D35009 /* token.h */, - 2C21A4881178BB1500D35009 /* tokenize.cpp */, - 2C21A4891178BB1500D35009 /* tokenize.h */, + 39E60E8C1270DE3A00AC0D02 /* check.h */, + 39E60E8D1270DE3A00AC0D02 /* checkautovariables.cpp */, + 39E60E8E1270DE3A00AC0D02 /* checkautovariables.h */, + 39E60E8F1270DE3A00AC0D02 /* checkbufferoverrun.cpp */, + 39E60E901270DE3A00AC0D02 /* checkbufferoverrun.h */, + 39E60E911270DE3A00AC0D02 /* checkclass.cpp */, + 39E60E921270DE3A00AC0D02 /* checkclass.h */, + 39E60E931270DE3A00AC0D02 /* checkexceptionsafety.cpp */, + 39E60E941270DE3A00AC0D02 /* checkexceptionsafety.h */, + 39E60E951270DE3A00AC0D02 /* checkmemoryleak.cpp */, + 39E60E961270DE3A00AC0D02 /* checkmemoryleak.h */, + 39E60E971270DE3A00AC0D02 /* checkobsoletefunctions.cpp */, + 39E60E981270DE3A00AC0D02 /* checkobsoletefunctions.h */, + 39E60E991270DE3A00AC0D02 /* checkother.cpp */, + 39E60E9A1270DE3A00AC0D02 /* checkother.h */, + 39E60E9B1270DE3A00AC0D02 /* checkpostfixoperator.cpp */, + 39E60E9C1270DE3A00AC0D02 /* checkpostfixoperator.h */, + 39E60E9D1270DE3A00AC0D02 /* checkstl.cpp */, + 39E60E9E1270DE3A00AC0D02 /* checkstl.h */, + 39E60E9F1270DE3A00AC0D02 /* checkunusedfunctions.cpp */, + 39E60EA01270DE3A00AC0D02 /* checkunusedfunctions.h */, + 39E60EA11270DE3A00AC0D02 /* cppcheck.cpp */, + 39E60EA21270DE3A00AC0D02 /* cppcheck.h */, + 39E60EA31270DE3A00AC0D02 /* errorlogger.cpp */, + 39E60EA41270DE3A00AC0D02 /* errorlogger.h */, + 39E60EA51270DE3A00AC0D02 /* executionpath.cpp */, + 39E60EA61270DE3A00AC0D02 /* executionpath.h */, + 39E60EA71270DE3A00AC0D02 /* filelister_unix.cpp */, + 39E60EA81270DE3A00AC0D02 /* filelister_unix.h */, + 39E60EA91270DE3A00AC0D02 /* filelister.cpp */, + 39E60EAA1270DE3A00AC0D02 /* filelister.h */, + 39E60EAB1270DE3A00AC0D02 /* mathlib.cpp */, + 39E60EAC1270DE3A00AC0D02 /* mathlib.h */, + 39E60EAD1270DE3A00AC0D02 /* path.cpp */, + 39E60EAE1270DE3A00AC0D02 /* path.h */, + 39E60EAF1270DE3A00AC0D02 /* preprocessor.cpp */, + 39E60EB01270DE3A00AC0D02 /* preprocessor.h */, + 39E60EB11270DE3A00AC0D02 /* settings.cpp */, + 39E60EB21270DE3A00AC0D02 /* settings.h */, + 39E60EB31270DE3A00AC0D02 /* timer.cpp */, + 39E60EB41270DE3A00AC0D02 /* timer.h */, + 39E60EB51270DE3A00AC0D02 /* token.cpp */, + 39E60EB61270DE3A00AC0D02 /* token.h */, + 39E60EB71270DE3A00AC0D02 /* tokenize.cpp */, + 39E60EB81270DE3A00AC0D02 /* tokenize.h */, ); name = Library; sourceTree = ""; @@ -224,7 +232,7 @@ name = cppcheck; productInstallPath = "$(HOME)/bin"; productName = cppcheck; - productReference = 8DD76F6C0486A84900D96B5E /* cppcheck */; + productReference = 39E60EDE1270DEB100AC0D02 /* cppcheck */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ @@ -234,7 +242,14 @@ isa = PBXProject; buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "Cppcheck" */; compatibilityVersion = "Xcode 3.1"; + developmentRegion = English; hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); mainGroup = 08FB7794FE84155DC02AAC07 /* cppcheck */; projectDirPath = ""; projectRoot = ""; @@ -249,30 +264,32 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2C21A48A1178BB1500D35009 /* checkautovariables.cpp in Sources */, - 2C21A48B1178BB1500D35009 /* checkbufferoverrun.cpp in Sources */, - 2C21A48C1178BB1500D35009 /* checkclass.cpp in Sources */, - 2C21A48D1178BB1500D35009 /* checkdangerousfunctions.cpp in Sources */, - 2C21A48E1178BB1500D35009 /* checkexceptionsafety.cpp in Sources */, - 2C21A4901178BB1500D35009 /* checkmemoryleak.cpp in Sources */, - 2C21A4911178BB1500D35009 /* checkother.cpp in Sources */, - 2C21A4921178BB1500D35009 /* checkstl.cpp in Sources */, - 2C21A4931178BB1500D35009 /* checkunusedfunctions.cpp in Sources */, - 2C21A4941178BB1500D35009 /* cppcheck.cpp in Sources */, - 2C21A4951178BB1500D35009 /* errorlogger.cpp in Sources */, - 2C21A4961178BB1500D35009 /* executionpath.cpp in Sources */, - 2C21A4971178BB1500D35009 /* filelister_unix.cpp in Sources */, - 2C21A4981178BB1500D35009 /* filelister_win32.cpp in Sources */, - 2C21A4991178BB1500D35009 /* filelister.cpp in Sources */, - 2C21A49A1178BB1500D35009 /* mathlib.cpp in Sources */, - 2C21A49B1178BB1500D35009 /* preprocessor.cpp in Sources */, - 2C21A49C1178BB1500D35009 /* settings.cpp in Sources */, - 2C21A49D1178BB1500D35009 /* token.cpp in Sources */, - 2C21A49E1178BB1500D35009 /* tokenize.cpp in Sources */, - 2C21A4A21178BB2200D35009 /* cppcheckexecutor.cpp in Sources */, - 2C21A4A31178BB2200D35009 /* main.cpp in Sources */, - 2C21A4A91178BB7D00D35009 /* threadexecutor.cpp in Sources */, - 3EE0707711FED90C00D9009E /* path.cpp in Sources */, + 39E60EB91270DE3A00AC0D02 /* checkautovariables.cpp in Sources */, + 39E60EBA1270DE3A00AC0D02 /* checkbufferoverrun.cpp in Sources */, + 39E60EBB1270DE3A00AC0D02 /* checkclass.cpp in Sources */, + 39E60EBC1270DE3A00AC0D02 /* checkexceptionsafety.cpp in Sources */, + 39E60EBD1270DE3A00AC0D02 /* checkmemoryleak.cpp in Sources */, + 39E60EBE1270DE3A00AC0D02 /* checkobsoletefunctions.cpp in Sources */, + 39E60EBF1270DE3A00AC0D02 /* checkother.cpp in Sources */, + 39E60EC01270DE3A00AC0D02 /* checkpostfixoperator.cpp in Sources */, + 39E60EC11270DE3A00AC0D02 /* checkstl.cpp in Sources */, + 39E60EC21270DE3A00AC0D02 /* checkunusedfunctions.cpp in Sources */, + 39E60EC31270DE3A00AC0D02 /* cppcheck.cpp in Sources */, + 39E60EC41270DE3A00AC0D02 /* errorlogger.cpp in Sources */, + 39E60EC51270DE3A00AC0D02 /* executionpath.cpp in Sources */, + 39E60EC61270DE3A00AC0D02 /* filelister_unix.cpp in Sources */, + 39E60EC71270DE3A00AC0D02 /* filelister.cpp in Sources */, + 39E60EC81270DE3A00AC0D02 /* mathlib.cpp in Sources */, + 39E60EC91270DE3A00AC0D02 /* path.cpp in Sources */, + 39E60ECA1270DE3A00AC0D02 /* preprocessor.cpp in Sources */, + 39E60ECB1270DE3A00AC0D02 /* settings.cpp in Sources */, + 39E60ECC1270DE3A00AC0D02 /* timer.cpp in Sources */, + 39E60ECD1270DE3A00AC0D02 /* token.cpp in Sources */, + 39E60ECE1270DE3A00AC0D02 /* tokenize.cpp in Sources */, + 39E60ED61270DE5000AC0D02 /* cmdlineparser.cpp in Sources */, + 39E60ED71270DE5000AC0D02 /* cppcheckexecutor.cpp in Sources */, + 39E60ED81270DE5000AC0D02 /* main.cpp in Sources */, + 39E60ED91270DE5000AC0D02 /* threadexecutor.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -285,14 +302,13 @@ ALWAYS_SEARCH_USER_PATHS = NO; COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; - GCC_MODEL_TUNING = G5; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_MODEL_TUNING = ""; GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "_GLIBCXX_DEBUG=1", - "_GLIBCXX_DEBUG_PEDANTIC=1", - ); + GCC_PREPROCESSOR_DEFINITIONS = ""; + GCC_VERSION = ""; INSTALL_PATH = /usr/local/bin; + PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO; PRODUCT_NAME = cppcheck; }; name = Debug; @@ -301,8 +317,8 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_MODEL_TUNING = G5; + DEBUG_INFORMATION_FORMAT = dwarf; + GCC_MODEL_TUNING = ""; INSTALL_PATH = /usr/local/bin; PRODUCT_NAME = cppcheck; };