Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81915 - in branches/release: . tools tools/inspect tools/inspect/build/msvc
From: dnljms_at_[hidden]
Date: 2012-12-13 16:39:34


Author: danieljames
Date: 2012-12-13 16:39:33 EST (Thu, 13 Dec 2012)
New Revision: 81915
URL: http://svn.boost.org/trac/boost/changeset/81915

Log:
Fully merging inspect.
Added:
   branches/release/tools/inspect/build/msvc/boost_inspect.vcxproj
      - copied unchanged from r78625, /trunk/tools/inspect/build/msvc/boost_inspect.vcxproj
Removed:
   branches/release/tools/inspect/build/msvc/boost_inspect.vcproj
Properties modified:
   branches/release/ (props changed)
   branches/release/tools/ (props changed)
   branches/release/tools/inspect/ (props changed)
Text files modified:
   branches/release/tools/inspect/build/msvc/boost_inspect.sln | 6 +++---
   branches/release/tools/inspect/build/msvc/readme.txt | 10 +++++++---
   2 files changed, 10 insertions(+), 6 deletions(-)

Modified: branches/release/tools/inspect/build/msvc/boost_inspect.sln
==============================================================================
--- branches/release/tools/inspect/build/msvc/boost_inspect.sln (original)
+++ branches/release/tools/inspect/build/msvc/boost_inspect.sln 2012-12-13 16:39:33 EST (Thu, 13 Dec 2012)
@@ -1,7 +1,7 @@
 ï»¿
-Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual C++ Express 2008
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boost_inspect", "boost_inspect.vcproj", "{0EC8AC1C-6D1F-47FC-A06A-9CC3F924BD82}"
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual C++ Express 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "inspect", "boost_inspect.vcxproj", "{0EC8AC1C-6D1F-47FC-A06A-9CC3F924BD82}"
 EndProject
 Global
         GlobalSection(SolutionConfigurationPlatforms) = preSolution

Deleted: branches/release/tools/inspect/build/msvc/boost_inspect.vcproj
==============================================================================
--- branches/release/tools/inspect/build/msvc/boost_inspect.vcproj 2012-12-13 16:39:33 EST (Thu, 13 Dec 2012)
+++ (empty file)
@@ -1,247 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="inspect"
- ProjectGUID="{0EC8AC1C-6D1F-47FC-A06A-9CC3F924BD82}"
- RootNamespace="boost_inspect"
- Keyword="Win32Proj"
- TargetFrameworkVersion="196613"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- 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;_CONSOLE"
- MinimalRebuild="true"
- ExceptionHandling="2"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="2"
- AdditionalLibraryDirectories="..\..\..\..\stage\lib"
- GenerateDebugInformation="true"
- SubSystem="1"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- 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"
- AdditionalIncludeDirectories="..\..\..\.."
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- ExceptionHandling="2"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- LinkIncremental="1"
- AdditionalLibraryDirectories="..\..\..\..\stage\lib"
- GenerateDebugInformation="true"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <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="..\..\apple_macro_check.cpp"
- >
- </File>
- <File
- RelativePath="..\..\ascii_check.cpp"
- >
- </File>
- <File
- RelativePath="..\..\assert_macro_check.cpp"
- >
- </File>
- <File
- RelativePath="..\..\copyright_check.cpp"
- >
- </File>
- <File
- RelativePath="..\..\crlf_check.cpp"
- >
- </File>
- <File
- RelativePath="..\..\end_check.cpp"
- >
- </File>
- <File
- RelativePath="..\..\inspect.cpp"
- >
- </File>
- <File
- RelativePath="..\..\license_check.cpp"
- >
- </File>
- <File
- RelativePath="..\..\link_check.cpp"
- >
- </File>
- <File
- RelativePath="..\..\minmax_check.cpp"
- >
- </File>
- <File
- RelativePath="..\..\path_name_check.cpp"
- >
- </File>
- <File
- RelativePath="..\..\tab_check.cpp"
- >
- </File>
- <File
- RelativePath="..\..\unnamed_namespace_check.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
- >
- </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>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>

Modified: branches/release/tools/inspect/build/msvc/readme.txt
==============================================================================
--- branches/release/tools/inspect/build/msvc/readme.txt (original)
+++ branches/release/tools/inspect/build/msvc/readme.txt 2012-12-13 16:39:33 EST (Thu, 13 Dec 2012)
@@ -1,4 +1,8 @@
-The provided Microsoft VC++ solution assumes the following commands have been run in the root directory:
+The provided Microsoft VC++ 10 solution assumes the following commands have been run
+in the root directory:
 
- bjam --toolset=msvc-9.0express --build-type=complete --with-filesystem stage
- bjam --toolset=msvc-9.0express --build-type=complete --with-regex stage
+ bjam --toolset=msvc-10.0express --build-type=complete --with-filesystem stage
+ bjam --toolset=msvc-10.0express --build-type=complete --with-regex stage
+
+boost-no-inspect
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk