[pygccxml-commit] SF.net SVN: pygccxml: [1285] pygccxml_dev/unittests/data
Brought to you by:
mbaas,
roman_yakovenko
|
From: <rom...@us...> - 2008-03-22 22:14:00
|
Revision: 1285
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1285&view=rev
Author: roman_yakovenko
Date: 2008-03-22 15:14:05 -0700 (Sat, 22 Mar 2008)
Log Message:
-----------
adding Visual Studio 8.0 build scripts for "data"
Added Paths:
-----------
pygccxml_dev/unittests/data/msvc_build/
pygccxml_dev/unittests/data/msvc_build/all.cpp
pygccxml_dev/unittests/data/msvc_build/msvc_build.sln
pygccxml_dev/unittests/data/msvc_build/msvc_build.vcproj
Added: pygccxml_dev/unittests/data/msvc_build/all.cpp
===================================================================
--- pygccxml_dev/unittests/data/msvc_build/all.cpp (rev 0)
+++ pygccxml_dev/unittests/data/msvc_build/all.cpp 2008-03-22 22:14:05 UTC (rev 1285)
@@ -0,0 +1,43 @@
+#include "abstract_classes.hpp"
+#include "attributes.hpp"
+#include "bit_fields.hpp"
+#include "complex_types.hpp"
+#include "core_cache.hpp"
+#include "core_class_hierarchy.hpp"
+#include "core_diamand_hierarchy_base.hpp"
+#include "core_diamand_hierarchy_derived1.hpp"
+#include "core_diamand_hierarchy_derived2.hpp"
+#include "core_diamand_hierarchy_final_derived.hpp"
+#include "core_membership.hpp"
+#include "core_ns_join_1.hpp"
+#include "core_ns_join_2.hpp"
+#include "core_ns_join_3.hpp"
+#include "core_overloads_1.hpp"
+#include "core_overloads_2.hpp"
+#include "core_types.hpp"
+#include "declarations_calldef.hpp"
+#include "declarations_comparison.hpp"
+#include "declarations_enums.hpp"
+#include "declarations_for_filtering.hpp"
+#include "declarations_variables.hpp"
+#include "demangled.hpp"
+#include "free_operators.hpp"
+#include "has_public_binary_operator_traits.hpp"
+#include "include_all.hpp"
+#include "include_std.hpp"
+#include "indexing_suites2.hpp"
+#include "noncopyable.hpp"
+#include "patcher.hpp"
+#include "remove_template_defaults.hpp"
+#include "string_traits.hpp"
+#include "type_as_exception_bug.h"
+#include "type_traits.hpp"
+#include "typedefs1.hpp"
+#include "typedefs2.hpp"
+#include "typedefs_base.hpp"
+#include "unnamed_classes.hpp"
+#include "unnamed_enums_bug1.hpp"
+#include "unnamed_enums_bug2.hpp"
+#include "unnamed_ns_bug.hpp"
+#include "vector_traits.hpp"
+
Added: pygccxml_dev/unittests/data/msvc_build/msvc_build.sln
===================================================================
--- pygccxml_dev/unittests/data/msvc_build/msvc_build.sln (rev 0)
+++ pygccxml_dev/unittests/data/msvc_build/msvc_build.sln 2008-03-22 22:14:05 UTC (rev 1285)
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C++ Express 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "msvc_build", "msvc_build.vcproj", "{FEC30A07-68D0-49A3-B7DE-431E5E3B9B6D}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {FEC30A07-68D0-49A3-B7DE-431E5E3B9B6D}.Debug|Win32.ActiveCfg = Debug|Win32
+ {FEC30A07-68D0-49A3-B7DE-431E5E3B9B6D}.Debug|Win32.Build.0 = Debug|Win32
+ {FEC30A07-68D0-49A3-B7DE-431E5E3B9B6D}.Release|Win32.ActiveCfg = Release|Win32
+ {FEC30A07-68D0-49A3-B7DE-431E5E3B9B6D}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
Added: pygccxml_dev/unittests/data/msvc_build/msvc_build.vcproj
===================================================================
--- pygccxml_dev/unittests/data/msvc_build/msvc_build.vcproj (rev 0)
+++ pygccxml_dev/unittests/data/msvc_build/msvc_build.vcproj 2008-03-22 22:14:05 UTC (rev 1285)
@@ -0,0 +1,348 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="msvc_build"
+ ProjectGUID="{FEC30A07-68D0-49A3-B7DE-431E5E3B9B6D}"
+ RootNamespace="msvc_build"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
+ GenerateXMLDocumentationFiles="true"
+ BrowseInformation="1"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ ValidateIntelliSense="true"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\all.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\abstract_classes.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\attributes.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\bit_fields.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\complex_types.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\core_cache.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\core_class_hierarchy.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\core_diamand_hierarchy_base.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\core_diamand_hierarchy_derived1.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\core_diamand_hierarchy_derived2.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\core_diamand_hierarchy_final_derived.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\core_membership.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\core_ns_join_1.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\core_ns_join_2.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\core_ns_join_3.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\core_overloads_1.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\core_overloads_2.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\core_types.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\declarations_calldef.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\declarations_comparison.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\declarations_enums.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\declarations_for_filtering.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\declarations_variables.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\demangled.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\free_operators.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\has_public_binary_operator_traits.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\include_all.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\include_std.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\indexing_suites2.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\noncopyable.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\patcher.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\remove_template_defaults.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\string_traits.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\type_as_exception_bug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\type_traits.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\typedefs1.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\typedefs2.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\typedefs_base.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\unnamed_classes.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\unnamed_enums_bug1.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\unnamed_enums_bug2.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\unnamed_ns_bug.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\vector_traits.hpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ <File
+ RelativePath=".\ReadMe.txt"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|