mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
add accumulators
[SVN r42418]
This commit is contained in:
parent
92f54d00bb
commit
501c07a149
4 changed files with 9 additions and 1 deletions
|
@ -12,6 +12,10 @@ boostbook doc
|
|||
:
|
||||
## Build the various generated docs (Doxygen and QuickBook)...
|
||||
|
||||
<dependency>../libs/accumulators/doc//accdoc.xml
|
||||
<dependency>../libs/accumulators/doc//statsdoc.xml
|
||||
<dependency>../libs/accumulators/doc//opdoc.xml
|
||||
<dependency>../libs/accumulators/doc//accumulators
|
||||
<dependency>../libs/program_options/doc//autodoc.xml
|
||||
<dependency>../libs/algorithm/string/doc//autodoc.xml
|
||||
<dependency>../libs/logic/doc//reference.xml
|
||||
|
@ -38,6 +42,7 @@ boostbook doc
|
|||
|
||||
## Add path references to the QuickBook generated docs...
|
||||
|
||||
<implicit-dependency>../libs/accumulators/doc//accumulators
|
||||
<implicit-dependency>../libs/functional/hash/doc//hash
|
||||
#<implicit-dependency>../libs/type_traits/doc//type_traits
|
||||
<implicit-dependency>../libs/static_assert/doc//static_assert
|
||||
|
|
|
@ -49,6 +49,8 @@
|
|||
<part id="libraries">
|
||||
<title>The Boost C++ Libraries (BoostBook Subset)</title>
|
||||
|
||||
<xi:include href="accumulators.xml"/>
|
||||
|
||||
<xi:include href="../../libs/any/doc/any.xml"/>
|
||||
<xi:include href="../../libs/array/doc/array.xml"/>
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 88da98e37b9539c103ae9e6fc7db1b4e52010585
|
||||
Subproject commit 89d24a9028c1b9db4b2e1e2335a72f1f0ea3ae59
|
|
@ -24,6 +24,7 @@ alias unit_test_framework : ../libs/test/build//boost_unit_test_framework/<link>
|
|||
|
||||
# Tests from Jamfiles in individual library test subdirectories
|
||||
# Please keep these in alphabetic order by test-suite name
|
||||
build-project ../libs/accumulators/test ; # test-suite accumulators
|
||||
build-project ../libs/algorithm/minmax/test ; # test-suite algorith/minmax
|
||||
build-project ../libs/algorithm/string/test ; # test-suite algorithm/string
|
||||
build-project ../libs/asio/test ; # test-suite asio
|
||||
|
|
Loading…
Add table
Reference in a new issue