From: Baptiste L. <bl...@us...> - 2004-08-07 15:52:33
|
Update of /cvsroot/cpptool/CppParser/examples/parser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9448/examples/parser Modified Files: cpp_parser.sln cpp_parser.suo parser.vcproj Log Message: * made a library out of the c++ parser (cppparser) * exposed the c++ parser to python (pycppparser) * migrating refactoring framework to python (pyrfta) Index: parser.vcproj =================================================================== RCS file: /cvsroot/cpptool/CppParser/examples/parser/parser.vcproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** parser.vcproj 5 Aug 2004 20:52:41 -0000 1.5 --- parser.vcproj 7 Aug 2004 15:52:22 -0000 1.6 *************** *** 27,31 **** BasicRuntimeChecks="0" SmallerTypeCheck="FALSE" ! RuntimeLibrary="1" BufferSecurityCheck="FALSE" EnableFunctionLevelLinking="TRUE" --- 27,31 ---- BasicRuntimeChecks="0" SmallerTypeCheck="FALSE" ! RuntimeLibrary="3" BufferSecurityCheck="FALSE" EnableFunctionLevelLinking="TRUE" *************** *** 87,91 **** PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;PARSER_ENABLE_TRACKING" StringPooling="FALSE" ! RuntimeLibrary="0" EnableFunctionLevelLinking="TRUE" DisableLanguageExtensions="FALSE" --- 87,91 ---- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;PARSER_ENABLE_TRACKING" StringPooling="FALSE" ! RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" DisableLanguageExtensions="FALSE" *************** *** 430,433 **** --- 430,438 ---- <File RelativePath=".\preprocessortest.cpp"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool"/> + </FileConfiguration> </File> <File Index: cpp_parser.suo =================================================================== RCS file: /cvsroot/cpptool/CppParser/examples/parser/cpp_parser.suo,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsO1ynS1 and /tmp/cvswiu1fT differ Index: cpp_parser.sln =================================================================== RCS file: /cvsroot/cpptool/CppParser/examples/parser/cpp_parser.sln,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** cpp_parser.sln 8 Jun 2004 20:23:13 -0000 1.1.1.1 --- cpp_parser.sln 7 Aug 2004 15:52:22 -0000 1.2 *************** *** 1,18 **** Microsoft Visual Studio Solution File, Format Version 8.00 ! Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "parser", "parser.vcproj", "{062AF22A-37AF-4347-91A7-997141307217}" ProjectSection(ProjectDependencies) = postProject - {18A62E20-3130-4A6F-B6EB-85B126D46E6D} = {18A62E20-3130-4A6F-B6EB-85B126D46E6D} - {BC6A1042-3AC9-44E7-BCEB-1B2DB7D1ABE7} = {BC6A1042-3AC9-44E7-BCEB-1B2DB7D1ABE7} EndProjectSection EndProject ! Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpput", "..\..\src\cpput\cpput.vcproj", "{18A62E20-3130-4A6F-B6EB-85B126D46E6D}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject ! Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpputtest", "..\..\src\cpputtest\cpputtest.vcproj", "{BC6A1042-3AC9-44E7-BCEB-1B2DB7D1ABE7}" ProjectSection(ProjectDependencies) = postProject {18A62E20-3130-4A6F-B6EB-85B126D46E6D} = {18A62E20-3130-4A6F-B6EB-85B126D46E6D} EndProjectSection EndProject Global GlobalSection(SolutionConfiguration) = preSolution --- 1,22 ---- Microsoft Visual Studio Solution File, Format Version 8.00 ! Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpput", "..\..\src\cpput\cpput.vcproj", "{18A62E20-3130-4A6F-B6EB-85B126D46E6D}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject ! Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpputtest", "..\..\src\cpputtest\cpputtest.vcproj", "{BC6A1042-3AC9-44E7-BCEB-1B2DB7D1ABE7}" ProjectSection(ProjectDependencies) = postProject + {18A62E20-3130-4A6F-B6EB-85B126D46E6D} = {18A62E20-3130-4A6F-B6EB-85B126D46E6D} EndProjectSection EndProject ! Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cppparser", "..\..\src\cppparser\cppparser.vcproj", "{EA6D6F9C-4BA7-4A0D-BD46-7ACA6F3D6E72}" ProjectSection(ProjectDependencies) = postProject {18A62E20-3130-4A6F-B6EB-85B126D46E6D} = {18A62E20-3130-4A6F-B6EB-85B126D46E6D} EndProjectSection EndProject + Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pycppparser", "..\..\src\pycppparser\pycppparser.vcproj", "{481DC14A-E1BD-4146-8789-113C962EDA21}" + ProjectSection(ProjectDependencies) = postProject + {EA6D6F9C-4BA7-4A0D-BD46-7ACA6F3D6E72} = {EA6D6F9C-4BA7-4A0D-BD46-7ACA6F3D6E72} + EndProjectSection + EndProject Global GlobalSection(SolutionConfiguration) = preSolution *************** *** 21,28 **** EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution - {062AF22A-37AF-4347-91A7-997141307217}.Debug.ActiveCfg = Debug|Win32 - {062AF22A-37AF-4347-91A7-997141307217}.Debug.Build.0 = Debug|Win32 - {062AF22A-37AF-4347-91A7-997141307217}.Release.ActiveCfg = Release|Win32 - {062AF22A-37AF-4347-91A7-997141307217}.Release.Build.0 = Release|Win32 {18A62E20-3130-4A6F-B6EB-85B126D46E6D}.Debug.ActiveCfg = Debug|Win32 {18A62E20-3130-4A6F-B6EB-85B126D46E6D}.Debug.Build.0 = Debug|Win32 --- 25,28 ---- *************** *** 33,36 **** --- 33,44 ---- {BC6A1042-3AC9-44E7-BCEB-1B2DB7D1ABE7}.Release.ActiveCfg = Release|Win32 {BC6A1042-3AC9-44E7-BCEB-1B2DB7D1ABE7}.Release.Build.0 = Release|Win32 + {EA6D6F9C-4BA7-4A0D-BD46-7ACA6F3D6E72}.Debug.ActiveCfg = Debug|Win32 + {EA6D6F9C-4BA7-4A0D-BD46-7ACA6F3D6E72}.Debug.Build.0 = Debug|Win32 + {EA6D6F9C-4BA7-4A0D-BD46-7ACA6F3D6E72}.Release.ActiveCfg = Release|Win32 + {EA6D6F9C-4BA7-4A0D-BD46-7ACA6F3D6E72}.Release.Build.0 = Release|Win32 + {481DC14A-E1BD-4146-8789-113C962EDA21}.Debug.ActiveCfg = Debug|Win32 + {481DC14A-E1BD-4146-8789-113C962EDA21}.Debug.Build.0 = Debug|Win32 + {481DC14A-E1BD-4146-8789-113C962EDA21}.Release.ActiveCfg = Release|Win32 + {481DC14A-E1BD-4146-8789-113C962EDA21}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution |