Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62874 - sandbox/statistics/support/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-06-12 15:26:59


Author: e_r
Date: 2010-06-12 15:26:59 EDT (Sat, 12 Jun 2010)
New Revision: 62874
URL: http://svn.boost.org/trac/boost/changeset/62874

Log:
misc
Text files modified:
   sandbox/statistics/support/libs/assign/doc/compilers_tested.txt | 20 ++++++--------------
   sandbox/statistics/support/libs/assign/doc/patch.txt | 11 +++++++----
   2 files changed, 13 insertions(+), 18 deletions(-)

Modified: sandbox/statistics/support/libs/assign/doc/compilers_tested.txt
==============================================================================
--- sandbox/statistics/support/libs/assign/doc/compilers_tested.txt (original)
+++ sandbox/statistics/support/libs/assign/doc/compilers_tested.txt 2010-06-12 15:26:59 EDT (Sat, 12 Jun 2010)
@@ -1,24 +1,16 @@
 Platform Compiler Boost version Date Tested Compiles Assertions Comment
 Mac OS X 10.6 gcc 4.2 boost_1_41_0 April 25th, 2010 15/15 15/15 warning: comparison between signed and unsigned integer expressions
-Ubuntu 9.10 gcc 4.4 boost_1_41_0 June 12th, 2010 15/15 15/15 warning: comparison between signed and unsigned integer expressions
-Win7-32 V6.1.7100 Mingw/GCC 3.4.2 boost_1_41_0 March 25th, 2010 15/15 10/15 Reference wrappers seem to contain garbage.
+Ubuntu 9.10 gcc 4.4 boost_1_43_0 June 12th, 2010 15/15 15/15 warning: comparison between signed and unsigned integer expressions
+Win7-32 V6.1.7100 Mingw/GCC 3.4.2 boost_1_41_0 March 25th, 2010 15/15 10/15 Problem with Reference wrappers
 Win7-32 V6.1.7100 MSVC 2008 Version - Express edition boost_1_41_0 March 28th, 2010 15/15 15/15
 
 See patch.txt for requirements.
 Check revision_history.txt to verify that these tests are up to date.
 
-March 25th/OSX:
-/trunk/libs/assign/test$ sudo bjam toolset=darwin debug
-**passed** ../../../bin.v2/libs/assign/test/ref_list_of.test/darwin-4.2.1/debug/ref_list_of.test
-**passed** ../../../bin.v2/libs/assign/test/ref_csv.test/darwin-4.2.1/debug/ref_csv.test
-/trunk/libs/assign/test$ sudo bjam toolset=darwin release
-**passed** ../../../bin.v2/libs/assign/test/ref_list_of.test/darwin-4.2.1/release/ref_list_of.test
-**passed** ../../../bin.v2/libs/assign/test/ref_csv.test/darwin-4.2.1/release/ref_csv.test
-
-March 25th/Ubuntu/GCC 4.4
-/trunk/libs/assign/test$ sudo bjam toolset=gcc debug
-**passed** ../../../bin.v2/libs/assign/test/ref_list_of.test/gcc-4.4.1/debug/ref_list_of.test
-**passed** ../../../bin.v2/libs/assign/test/ref_csv.test/gcc-4.4.1/debug/ref_csv.test
+OSX:
+/trunk/libs/assign/test$ sudo bjam "toolset=darwin" debug
+Ubuntu/GCC 4.4
+/trunk/libs/assign/test$ sudo bjam "toolset=gcc" debug
 
 March 25th/Win7/GCC 3.4
                                              Assertion Count Failed

Modified: sandbox/statistics/support/libs/assign/doc/patch.txt
==============================================================================
--- sandbox/statistics/support/libs/assign/doc/patch.txt (original)
+++ sandbox/statistics/support/libs/assign/doc/patch.txt 2010-06-12 15:26:59 EDT (Sat, 12 Jun 2010)
@@ -1,10 +1,13 @@
-Boost.RangeEx must be in the release.
+From :
+/sandbox/statistic/support/assign
+/sandbox/statistic/support/range
+
+To the trunk, Add or Replace as follows:
 
 Add /boost/range/chain.hpp
 Add /boost/range/detail/chain_iterator.hpp
-
-Add -R /boost/assign/auto_size
-Add /boost/assign/auto_size.hpp
+Add -R /boost/assign/auto_size
+Add boost/assign/auto_size.hpp
 Add /libs/assign/test/ref_list_of.cpp
 Add /libs/assign/test/ref_csv.cpp
 Replace /libs/assign/test/Jamfile.v2


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