-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7dbcf0
commit 97919aa
Showing
36 changed files
with
2,829 additions
and
18 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
CPPDebuggerVisualizers.sln → CPPDebuggerVisualizers.VS2012.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 2013 | ||
VisualStudioVersion = 12.0.20617.1 PREVIEW | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BoostTest", "Tests\BoostTest\BoostTest.vcxproj", "{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{074968F7-C3B2-4F5C-8F6F-D8F46582267C}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CPPDebuggerVisualizers", "VS2013\CPPDebuggerVisualizers.csproj", "{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|Mixed Platforms = Debug|Mixed Platforms | ||
Debug|Win32 = Debug|Win32 | ||
Debug|x64 = Debug|x64 | ||
Release|Any CPU = Release|Any CPU | ||
Release|Mixed Platforms = Release|Mixed Platforms | ||
Release|Win32 = Release|Win32 | ||
Release|x64 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Debug|Any CPU.ActiveCfg = Debug|Win32 | ||
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 | ||
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Debug|Mixed Platforms.Build.0 = Debug|Win32 | ||
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Debug|Win32.Build.0 = Debug|Win32 | ||
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Debug|x64.ActiveCfg = Debug|x64 | ||
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Debug|x64.Build.0 = Debug|x64 | ||
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Release|Any CPU.ActiveCfg = Release|Win32 | ||
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Release|Mixed Platforms.ActiveCfg = Release|Win32 | ||
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Release|Mixed Platforms.Build.0 = Release|Win32 | ||
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Release|Win32.ActiveCfg = Release|Win32 | ||
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Release|Win32.Build.0 = Release|Win32 | ||
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Release|x64.ActiveCfg = Release|x64 | ||
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B}.Release|x64.Build.0 = Release|x64 | ||
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Debug|Win32.ActiveCfg = Debug|Any CPU | ||
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Debug|x64.ActiveCfg = Debug|Any CPU | ||
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Release|Win32.ActiveCfg = Release|Any CPU | ||
{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}.Release|x64.ActiveCfg = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(NestedProjects) = preSolution | ||
{48A389F6-E2E8-4318-8DB5-65DB8206BA6B} = {074968F7-C3B2-4F5C-8F6F-D8F46582267C} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,159 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion> | ||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion> | ||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | ||
<FileUpgradeFlags> | ||
</FileUpgradeFlags> | ||
<UpgradeBackupLocation> | ||
</UpgradeBackupLocation> | ||
<OldToolsVersion>4.0</OldToolsVersion> | ||
<PublishUrl>publish\</PublishUrl> | ||
<Install>true</Install> | ||
<InstallFrom>Disk</InstallFrom> | ||
<UpdateEnabled>false</UpdateEnabled> | ||
<UpdateMode>Foreground</UpdateMode> | ||
<UpdateInterval>7</UpdateInterval> | ||
<UpdateIntervalUnits>Days</UpdateIntervalUnits> | ||
<UpdatePeriodically>false</UpdatePeriodically> | ||
<UpdateRequired>false</UpdateRequired> | ||
<MapFileExtensions>true</MapFileExtensions> | ||
<ApplicationRevision>0</ApplicationRevision> | ||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> | ||
<IsWebBootstrapper>false</IsWebBootstrapper> | ||
<UseApplicationTrust>false</UseApplicationTrust> | ||
<BootstrapperEnabled>true</BootstrapperEnabled> | ||
</PropertyGroup> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||
<ProjectGuid>{D97ABE0D-8F29-4728-8A3F-FF63F42E6A87}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>CPPDebuggerVisualizers</RootNamespace> | ||
<AssemblyName>CPPDebuggerVisualizers.VS2013</AssemblyName> | ||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | ||
<GeneratePkgDefFile>false</GeneratePkgDefFile> | ||
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer> | ||
<IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer> | ||
<IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment> | ||
<CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory> | ||
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\Debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Include="source.extension.vsixmanifest" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Folder Include="Properties\" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<BootstrapperPackage Include=".NETFramework,Version=v4.5"> | ||
<Visible>False</Visible> | ||
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName> | ||
<Install>true</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> | ||
<Install>false</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.5 SP1</ProductName> | ||
<Install>false</Install> | ||
</BootstrapperPackage> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="..\Changelog.txt"> | ||
<Link>Changelog.txt</Link> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="..\cppVisualizerIcon.png"> | ||
<Link>cppVisualizerIcon.png</Link> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="..\cppVisualizerScreenshot.png"> | ||
<Link>cppVisualizerScreenshot.png</Link> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="..\LICENSE_1_0.txt"> | ||
<Link>LICENSE_1_0.txt</Link> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="Visualizers\boost.natstepfilter"> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="Visualizers\boost.natvis"> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="Visualizers\boost_Containers.natvis"> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="Visualizers\boost_DateTime.natvis"> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="Visualizers\boost_Geometry.natvis"> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="Visualizers\boost_IntrusiveContainers.natvis"> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="Visualizers\boost_PointerContainerLibrary.natvis"> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="Visualizers\boost_SmartPointers.natvis"> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="Visualizers\boost_uBLAS.natvis"> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="Visualizers\boost_Unordered.natvis"> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="Visualizers\boost_Variant.natvis"> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="Visualizers\directx.natvis"> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="Visualizers\TinyXML.natvis"> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="Visualizers\TinyXML2.natvis"> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
<Content Include="Visualizers\wxWidgets.natvis"> | ||
<IncludeInVSIX>true</IncludeInVSIX> | ||
</Content> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" /> | ||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
Other similar extension points exist, see Microsoft.Common.targets. | ||
<Target Name="BeforeBuild"> | ||
</Target> | ||
<Target Name="AfterBuild"> | ||
</Target> | ||
--> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010"> | ||
<Type Name="TiXmlNode"> | ||
<DisplayString>[{type}] {value}</DisplayString> | ||
<StringView>value</StringView> | ||
<Expand> | ||
<LinkedListItems> | ||
<HeadPointer>firstChild</HeadPointer> | ||
<NextPointer>next</NextPointer> | ||
<ValueNode>*this</ValueNode> | ||
</LinkedListItems> | ||
</Expand> | ||
</Type> | ||
<Type Name="TiXmlElement"> | ||
<DisplayString>[{type}] {value}</DisplayString> | ||
<StringView>value</StringView> | ||
<Expand> | ||
<Item Name="[attributes]">attributeSet</Item> | ||
<LinkedListItems> | ||
<HeadPointer>firstChild</HeadPointer> | ||
<NextPointer>next</NextPointer> | ||
<ValueNode>*this</ValueNode> | ||
</LinkedListItems> | ||
</Expand> | ||
</Type> | ||
<Type Name="TiXmlAttribute"> | ||
<DisplayString>{name} = {value}</DisplayString> | ||
<Expand/> | ||
</Type> | ||
<Type Name="TiXmlAttributeSet"> | ||
<DisplayString></DisplayString> | ||
<Expand> | ||
<LinkedListItems> | ||
<HeadPointer>sentinel.next</HeadPointer> | ||
<NextPointer>next</NextPointer> | ||
<ValueNode>this</ValueNode> | ||
</LinkedListItems> | ||
</Expand> | ||
</Type> | ||
<Type Name="TiXmlString"> | ||
<DisplayString>[{rep_-<size}] {rep_-<str,s}</DisplayString> | ||
<StringView>rep_-<str,s</StringView> | ||
</Type> | ||
</AutoVisualizer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010"> | ||
<Type Name="tinyxml2::StrPair"> | ||
<DisplayString>{start, [end-start]s}</DisplayString> | ||
<StringView>start, [end-start]s</StringView> | ||
</Type> | ||
<Type Name="tinyxml2::XMLNode"> | ||
<DisplayString>{value}</DisplayString> | ||
<StringView>value</StringView> | ||
<Expand> | ||
<LinkedListItems> | ||
<HeadPointer>firstChild</HeadPointer> | ||
<NextPointer>next</NextPointer> | ||
<ValueNode>this</ValueNode> | ||
</LinkedListItems> | ||
</Expand> | ||
</Type> | ||
<Type Name="tinyxml2::XMLElement"> | ||
<DisplayString Condition="closingType==1">[CLOSED] {value}</DisplayString> | ||
<DisplayString Condition="closingType==2">[CLOSING] {value}</DisplayString> | ||
<DisplayString>[OPEN] {value}</DisplayString> | ||
<StringView>value</StringView> | ||
<Expand> | ||
<Item Name="attributes">rootAttribute</Item> | ||
<LinkedListItems> | ||
<HeadPointer>firstChild</HeadPointer> | ||
<NextPointer>next</NextPointer> | ||
<ValueNode>this</ValueNode> | ||
</LinkedListItems> | ||
</Expand> | ||
</Type> | ||
<Type Name="tinyxml2::XMLAttribute"> | ||
<DisplayString>{name} = {value}</DisplayString> | ||
<Expand> | ||
<LinkedListItems> | ||
<HeadPointer>this</HeadPointer> | ||
<NextPointer>next</NextPointer> | ||
<ValueNode>this</ValueNode> | ||
</LinkedListItems> | ||
</Expand> | ||
</Type> | ||
</AutoVisualizer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<StepFilter xmlns="http://schemas.microsoft.com/vstudio/debugger/natstepfilter/2010"> | ||
<Function><Name>boost::forward<.*</Name><Action>NoStepInto</Action></Function> | ||
<Function><Name>boost::move<.*</Name><Action>NoStepInto</Action></Function> | ||
<Function><Name>boost::addressof<.*</Name><Action>NoStepInto</Action></Function> | ||
</StepFilter> |
Oops, something went wrong.