Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82047 - in branches/release: boost/utility libs/utility libs/utility/doc libs/utility/test
From: marshall_at_[hidden]
Date: 2012-12-17 09:36:32


Author: marshall
Date: 2012-12-17 09:36:31 EST (Mon, 17 Dec 2012)
New Revision: 82047
URL: http://svn.boost.org/trac/boost/changeset/82047

Log:
Merge string_ref to release
Added:
   branches/release/boost/utility/string_ref.hpp
      - copied unchanged from r81972, /trunk/boost/utility/string_ref.hpp
   branches/release/libs/utility/doc/string_ref.qbk
      - copied unchanged from r81972, /trunk/libs/utility/doc/string_ref.qbk
   branches/release/libs/utility/test/string_ref_test1.cpp
      - copied unchanged from r81972, /trunk/libs/utility/test/string_ref_test1.cpp
   branches/release/libs/utility/test/string_ref_test2.cpp
      - copied unchanged from r81972, /trunk/libs/utility/test/string_ref_test2.cpp
Properties modified:
   branches/release/libs/utility/index.html (contents, props changed)
Text files modified:
   branches/release/libs/utility/doc/Jamfile.v2 | 23 +++++++++++++++++++----
   branches/release/libs/utility/index.html | 4 +++-
   branches/release/libs/utility/test/Jamfile.v2 | 2 ++
   3 files changed, 24 insertions(+), 5 deletions(-)

Modified: branches/release/libs/utility/doc/Jamfile.v2
==============================================================================
--- branches/release/libs/utility/doc/Jamfile.v2 (original)
+++ branches/release/libs/utility/doc/Jamfile.v2 2012-12-17 09:36:31 EST (Mon, 17 Dec 2012)
@@ -62,7 +62,22 @@
         
      ;
 
-
-
-
-
+xml string_ref : string_ref.qbk ;
+boostbook standalone
+ :
+ string_ref
+ :
+ # File name of HTML output:
+ <xsl:param>root.filename=string_ref
+ # How far down we chunk nested sections, basically all of them:
+ <xsl:param>chunk.section.depth=0
+ # Don't put the first section on the same page as the TOC:
+ <xsl:param>chunk.first.sections=0
+ # How far down sections get TOC's
+ <xsl:param>toc.section.depth=1
+ # Max depth in each TOC:
+ <xsl:param>toc.max.depth=1
+ # How far down we go with TOC's
+ <xsl:param>generate.section.toc.level=1
+
+ ;

Modified: branches/release/libs/utility/index.html
==============================================================================
--- branches/release/libs/utility/index.html (original)
+++ branches/release/libs/utility/index.html 2012-12-17 09:36:31 EST (Mon, 17 Dec 2012)
@@ -28,7 +28,9 @@
                                 <a href="swap.html">swap</a><br>
                                 <a href="throw_exception.html">throw_exception</a><br>
                                 <a href="utility.htm">utility</a><br>
- value_init</p>
+ string_ref<br>
+ value_init
+ </p>
                 </blockquote>
                 <hr>
                 <p>&copy; Copyright Beman Dawes, 2001</p>

Modified: branches/release/libs/utility/test/Jamfile.v2
==============================================================================
--- branches/release/libs/utility/test/Jamfile.v2 (original)
+++ branches/release/libs/utility/test/Jamfile.v2 2012-12-17 09:36:31 EST (Mon, 17 Dec 2012)
@@ -31,6 +31,8 @@
         [ run ../ref_test.cpp ../../test/build//boost_test_exec_monitor/<link>static ]
         [ compile result_of_test.cpp ]
         [ run ../shared_iterator_test.cpp ]
+ [ run string_ref_test1.cpp ]
+ [ run string_ref_test2.cpp ]
         [ run ../value_init_test.cpp ]
         [ run ../value_init_workaround_test.cpp ]
         [ run ../initialized_test.cpp ]


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