|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r83352 - in branches/release: . more more/getting_started more/getting_started/detail
From: dnljms_at_[hidden]
Date: 2013-03-07 17:23:21
Author: danieljames
Date: 2013-03-07 17:23:21 EST (Thu, 07 Mar 2013)
New Revision: 83352
URL: http://svn.boost.org/trac/boost/changeset/83352
Log:
Merge getting started guide to release. Fixes #7324.
Closing the ticket because individual tickets were created for the remaining
libraries.
Properties modified:
branches/release/ (props changed)
branches/release/more/ (props changed)
Text files modified:
branches/release/more/getting_started/detail/header-only.rst | 3 +++
branches/release/more/getting_started/detail/library-naming.rst | 2 +-
branches/release/more/getting_started/detail/links.rst | 7 ++++++-
branches/release/more/getting_started/unix-variants.html | 7 +++++--
branches/release/more/getting_started/windows.html | 7 +++++--
5 files changed, 20 insertions(+), 6 deletions(-)
Modified: branches/release/more/getting_started/detail/header-only.rst
==============================================================================
--- branches/release/more/getting_started/detail/header-only.rst (original)
+++ branches/release/more/getting_started/detail/header-only.rst 2013-03-07 17:23:21 EST (Thu, 07 Mar 2013)
@@ -19,6 +19,8 @@
The only Boost libraries that *must* be built separately are:
+* Boost.Chrono_
+* Boost.Context_
* Boost.Filesystem_
* Boost.GraphParallel_
* Boost.IOStreams_
@@ -31,6 +33,7 @@
* Boost.Signals_
* Boost.System_
* Boost.Thread_
+* Boost.Timer_
* Boost.Wave_
__ ../../libs/python/doc/building.html
Modified: branches/release/more/getting_started/detail/library-naming.rst
==============================================================================
--- branches/release/more/getting_started/detail/library-naming.rst (original)
+++ branches/release/more/getting_started/detail/library-naming.rst 2013-03-07 17:23:21 EST (Thu, 07 Mar 2013)
@@ -73,5 +73,5 @@
.. .. _Boost.Build toolset names: toolset-name_
-__ ../../libs/python/doc/building.html#variants
+__ ../../libs/python/doc/building.html#python-debugging-builds
Modified: branches/release/more/getting_started/detail/links.rst
==============================================================================
--- branches/release/more/getting_started/detail/links.rst (original)
+++ branches/release/more/getting_started/detail/links.rst 2013-03-07 17:23:21 EST (Thu, 07 Mar 2013)
@@ -2,11 +2,15 @@
.. Software License, Version 1.0. (See accompanying
.. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+.. _Boost.Chrono: ../../libs/chrono/index.html
+.. _Boost.Context: ../../libs/context/index.html
.. _Boost.DateTime: ../../libs/date_time/index.html
+.. _Boost.Exception: ../../libs/exception/index.html
.. _Boost.Filesystem: ../../libs/filesystem/index.html
.. _Boost.Graph: ../../libs/graph/index.html
.. _Boost.GraphParallel: ../../libs/graph_parallel/index.html
.. _Boost.IOStreams: ../../libs/iostreams/index.html
+.. _Boost.Locale: ../../libs/locale/index.html
.. _Boost.Math: ../../libs/math/index.html
.. _Boost.MPI: ../../libs/mpi/index.html
.. _Boost.ProgramOptions: ../../libs/program_options/index.html
@@ -17,5 +21,6 @@
.. _Boost.Signals: ../../libs/signals/index.html
.. _Boost.System: ../../libs/system/index.html
.. _Boost.Test: ../../libs/test/index.html
-.. _Boost.Thread: ../../doc/html/thread.html
+.. _Boost.Thread: ../../libs/thread/index.html
+.. _Boost.Timer: ../../libs/timer/index.html
.. _Boost.Wave: ../../libs/wave/index.html
Modified: branches/release/more/getting_started/unix-variants.html
==============================================================================
--- branches/release/more/getting_started/unix-variants.html (original)
+++ branches/release/more/getting_started/unix-variants.html 2013-03-07 17:23:21 EST (Thu, 07 Mar 2013)
@@ -179,6 +179,8 @@
<!-- .. _separate: -->
<p>The only Boost libraries that <em>must</em> be built separately are:</p>
<ul class="simple">
+<li><a class="reference external" href="../../libs/chrono/index.html">Boost.Chrono</a></li>
+<li><a class="reference external" href="../../libs/context/index.html">Boost.Context</a></li>
<li><a class="reference external" href="../../libs/filesystem/index.html">Boost.Filesystem</a></li>
<li><a class="reference external" href="../../libs/graph_parallel/index.html">Boost.GraphParallel</a></li>
<li><a class="reference external" href="../../libs/iostreams/index.html">Boost.IOStreams</a></li>
@@ -190,7 +192,8 @@
<li><a class="reference external" href="../../libs/serialization/index.html">Boost.Serialization</a></li>
<li><a class="reference external" href="../../libs/signals/index.html">Boost.Signals</a></li>
<li><a class="reference external" href="../../libs/system/index.html">Boost.System</a></li>
-<li><a class="reference external" href="../../doc/html/thread.html">Boost.Thread</a></li>
+<li><a class="reference external" href="../../libs/thread/index.html">Boost.Thread</a></li>
+<li><a class="reference external" href="../../libs/timer/index.html">Boost.Timer</a></li>
<li><a class="reference external" href="../../libs/wave/index.html">Boost.Wave</a></li>
</ul>
<p>A few libraries have optional separately-compiled binaries:</p>
@@ -612,7 +615,7 @@
<td>runtime-debugging=on</td>
</tr>
<tr><td><tt class="docutils literal">y</tt></td>
-<td>using a special <a class="reference external" href="../../libs/python/doc/building.html#variants">debug build of Python</a>.</td>
+<td>using a special <a class="reference external" href="../../libs/python/doc/building.html#python-debugging-builds">debug build of Python</a>.</td>
<td>python-debugging=on</td>
</tr>
<tr><td><tt class="docutils literal">d</tt></td>
Modified: branches/release/more/getting_started/windows.html
==============================================================================
--- branches/release/more/getting_started/windows.html (original)
+++ branches/release/more/getting_started/windows.html 2013-03-07 17:23:21 EST (Thu, 07 Mar 2013)
@@ -164,6 +164,8 @@
<!-- .. _separate: -->
<p>The only Boost libraries that <em>must</em> be built separately are:</p>
<ul class="simple">
+<li><a class="reference external" href="../../libs/chrono/index.html">Boost.Chrono</a></li>
+<li><a class="reference external" href="../../libs/context/index.html">Boost.Context</a></li>
<li><a class="reference external" href="../../libs/filesystem/index.html">Boost.Filesystem</a></li>
<li><a class="reference external" href="../../libs/graph_parallel/index.html">Boost.GraphParallel</a></li>
<li><a class="reference external" href="../../libs/iostreams/index.html">Boost.IOStreams</a></li>
@@ -175,7 +177,8 @@
<li><a class="reference external" href="../../libs/serialization/index.html">Boost.Serialization</a></li>
<li><a class="reference external" href="../../libs/signals/index.html">Boost.Signals</a></li>
<li><a class="reference external" href="../../libs/system/index.html">Boost.System</a></li>
-<li><a class="reference external" href="../../doc/html/thread.html">Boost.Thread</a></li>
+<li><a class="reference external" href="../../libs/thread/index.html">Boost.Thread</a></li>
+<li><a class="reference external" href="../../libs/timer/index.html">Boost.Timer</a></li>
<li><a class="reference external" href="../../libs/wave/index.html">Boost.Wave</a></li>
</ul>
<p>A few libraries have optional separately-compiled binaries:</p>
@@ -700,7 +703,7 @@
<td>runtime-debugging=on</td>
</tr>
<tr><td><tt class="docutils literal">y</tt></td>
-<td>using a special <a class="reference external" href="../../libs/python/doc/building.html#variants">debug build of Python</a>.</td>
+<td>using a special <a class="reference external" href="../../libs/python/doc/building.html#python-debugging-builds">debug build of Python</a>.</td>
<td>python-debugging=on</td>
</tr>
<tr><td><tt class="docutils literal">d</tt></td>
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