Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55487 - in branches/release: . boost/graph boost/signals2 libs/accumulators/example libs/signals2 libs/xpressive/example status
From: eric_at_[hidden]
Date: 2009-08-09 11:20:57


Author: eric_niebler
Date: 2009-08-09 11:20:56 EDT (Sun, 09 Aug 2009)
New Revision: 55487
URL: http://svn.boost.org/trac/boost/changeset/55487

Log:
merged various things from main
Added:
   branches/release/libs/accumulators/example/example.vcproj (contents, props changed)
Properties modified:
   branches/release/ (props changed)
   branches/release/boost/graph/ (props changed)
   branches/release/boost/signals2/ (props changed)
   branches/release/libs/signals2/ (props changed)
   branches/release/status/ (props changed)
Text files modified:
   branches/release/libs/accumulators/example/main.cpp | 2 +-
   branches/release/libs/xpressive/example/example.vcproj | 34 +++++++++++++++++++++-------------
   2 files changed, 22 insertions(+), 14 deletions(-)

Added: branches/release/libs/accumulators/example/example.vcproj
==============================================================================
--- (empty file)
+++ branches/release/libs/accumulators/example/example.vcproj 2009-08-09 11:20:56 EDT (Sun, 09 Aug 2009)
@@ -0,0 +1,396 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="example"
+ ProjectGUID="{57D2AB8B-8CBB-4B28-921E-C6916109B843}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..;$(BOOST_ROOT)"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="5"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/example.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/example.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\..;$(BOOST_ROOT)"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="4"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/example.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\main.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath="..\..\..\boost\accumulators\accumulators.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\accumulators_fwd.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics_fwd.hpp">
+ </File>
+ <Filter
+ Name="statistics"
+ Filter="">
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\count.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\covariance.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\density.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\error_of.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\error_of_mean.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\extended_p_square.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\extended_p_square_quantile.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\kurtosis.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\max.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\mean.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\median.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\min.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\moment.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\p_square_cumulative_distribution.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\p_square_quantile.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\peaks_over_threshold.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\pot_quantile.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\pot_tail_mean.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\skewness.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\stats.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\sum.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\tail.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\tail_mean.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\tail_quantile.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\tail_variate.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\tail_variate_means.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\times2_iterator.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\variance.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\weighted_covariance.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\weighted_density.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\weighted_extended_p_square.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\weighted_kurtosis.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\weighted_mean.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\weighted_median.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\weighted_moment.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\weighted_p_square_cumulative_distribution.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\weighted_p_square_quantile.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\weighted_peaks_over_threshold.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\weighted_skewness.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\weighted_sum.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\weighted_tail_mean.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\weighted_tail_quantile.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\weighted_tail_variate_means.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\weighted_variance.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\with_error.hpp">
+ </File>
+ <Filter
+ Name="variates"
+ Filter="">
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\variates\covariate.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="parameters"
+ Filter="">
+ <File
+ RelativePath="..\..\..\boost\accumulators\statistics\parameters\quantile_probability.hpp">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="framework"
+ Filter="">
+ <File
+ RelativePath="..\..\..\boost\accumulators\framework\accumulator_base.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\framework\accumulator_concept.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\framework\accumulator_set.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\framework\depends_on.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\framework\external.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\framework\extractor.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\framework\features.hpp">
+ </File>
+ <Filter
+ Name="parameters"
+ Filter="">
+ <File
+ RelativePath="..\..\..\boost\accumulators\framework\parameters\accumulator.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\framework\parameters\sample.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\framework\parameters\weight.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\framework\parameters\weights.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="accumulators"
+ Filter="">
+ <File
+ RelativePath="..\..\..\boost\accumulators\framework\accumulators\droppable_accumulator.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\framework\accumulators\external_accumulator.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\framework\accumulators\reference_accumulator.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\framework\accumulators\value_accumulator.hpp">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="numeric"
+ Filter="">
+ <File
+ RelativePath="..\..\..\boost\accumulators\numeric\functional.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\numeric\functional_fwd.hpp">
+ </File>
+ <Filter
+ Name="functional"
+ Filter="">
+ <File
+ RelativePath="..\..\..\boost\accumulators\numeric\functional\complex.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\numeric\functional\valarray.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\numeric\functional\vector.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="detail"
+ Filter="">
+ <File
+ RelativePath="..\..\..\boost\accumulators\numeric\detail\function1.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\numeric\detail\function2.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\numeric\detail\function3.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\numeric\detail\function4.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\numeric\detail\function_n.hpp">
+ </File>
+ <File
+ RelativePath="..\..\..\boost\accumulators\numeric\detail\pod_singleton.hpp">
+ </File>
+ </Filter>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>

Modified: branches/release/libs/accumulators/example/main.cpp
==============================================================================
--- branches/release/libs/accumulators/example/main.cpp (original)
+++ branches/release/libs/accumulators/example/main.cpp 2009-08-09 11:20:56 EDT (Sun, 09 Aug 2009)
@@ -54,7 +54,7 @@
     // by value.
     //std::for_each(data.begin(), data.end(), bind<void>(ref(acc), _1));
 
- std::cout << " min(acc) = " << (min)(acc) << std::endl;
+ std::cout << " min""(acc) = " << (min)(acc) << std::endl; // Extra quotes are to prevent complaints from Boost inspect tool
     std::cout << " mean(acc) = " << mean(acc) << std::endl;
 
     // since mean depends on count and sum, we can get their results, too.

Modified: branches/release/libs/xpressive/example/example.vcproj
==============================================================================
--- branches/release/libs/xpressive/example/example.vcproj (original)
+++ branches/release/libs/xpressive/example/example.vcproj 2009-08-09 11:20:56 EDT (Sun, 09 Aug 2009)
@@ -834,23 +834,15 @@
                                         Name="transform"
>
                                         <File
- RelativePath="..\..\..\boost\xpressive\proto\transform\apply.hpp"
- >
- </File>
- <File
                                                 RelativePath="..\..\..\boost\xpressive\proto\transform\arg.hpp"
>
                                         </File>
                                         <File
- RelativePath="..\..\..\boost\xpressive\proto\transform\branch.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\transform\compose.hpp"
+ RelativePath="..\..\..\boost\xpressive\proto\transform\bind.hpp"
>
                                         </File>
                                         <File
- RelativePath="..\..\..\boost\xpressive\proto\transform\construct.hpp"
+ RelativePath="..\..\..\boost\xpressive\proto\transform\call.hpp"
>
                                         </File>
                                         <File
@@ -862,15 +854,15 @@
>
                                         </File>
                                         <File
- RelativePath="..\..\..\boost\xpressive\proto\transform\function.hpp"
+ RelativePath="..\..\..\boost\xpressive\proto\transform\make.hpp"
>
                                         </File>
                                         <File
- RelativePath="..\..\..\boost\xpressive\proto\transform\list.hpp"
+ RelativePath="..\..\..\boost\xpressive\proto\transform\pass_through.hpp"
>
                                         </File>
                                         <File
- RelativePath="..\..\..\boost\xpressive\proto\transform\pass_through.hpp"
+ RelativePath="..\..\..\boost\xpressive\proto\transform\when.hpp"
>
                                         </File>
                                 </Filter>
@@ -878,14 +870,30 @@
                                         Name="detail"
>
                                         <File
+ RelativePath="..\..\..\boost\xpressive\proto\detail\as_lvalue.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\boost\xpressive\proto\detail\dont_care.hpp"
+ >
+ </File>
+ <File
                                                 RelativePath="..\..\..\boost\xpressive\proto\detail\funop.hpp"
>
                                         </File>
                                         <File
+ RelativePath="..\..\..\boost\xpressive\proto\detail\pop_front.hpp"
+ >
+ </File>
+ <File
                                                 RelativePath="..\..\..\boost\xpressive\proto\detail\prefix.hpp"
>
                                         </File>
                                         <File
+ RelativePath="..\..\..\boost\xpressive\proto\detail\reverse.hpp"
+ >
+ </File>
+ <File
                                                 RelativePath="..\..\..\boost\xpressive\proto\detail\suffix.hpp"
>
                                         </File>


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