mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 03:47:16 +02:00
Merge unordered build and documentation tweaks.
[SVN r63503]
This commit is contained in:
@ -8,8 +8,6 @@ path-constant admonishment_location : ../../../../doc/src/images ;
|
|||||||
|
|
||||||
xml unordered : unordered.qbk ;
|
xml unordered : unordered.qbk ;
|
||||||
boostbook standalone : unordered :
|
boostbook standalone : unordered :
|
||||||
<xsl:param>boost.root=../../../..
|
|
||||||
|
|
||||||
<xsl:param>chunk.first.sections=1
|
<xsl:param>chunk.first.sections=1
|
||||||
<xsl:param>chunk.section.depth=2
|
<xsl:param>chunk.section.depth=2
|
||||||
<xsl:param>generate.section.toc.level=2
|
<xsl:param>generate.section.toc.level=2
|
||||||
@ -20,7 +18,15 @@ boostbook standalone : unordered :
|
|||||||
<xsl:param>boost.compact.function=0
|
<xsl:param>boost.compact.function=0
|
||||||
<xsl:param>boost.compact.enum=0
|
<xsl:param>boost.compact.enum=0
|
||||||
|
|
||||||
|
# HTML Options:
|
||||||
|
|
||||||
|
<format>html:<xsl:param>boost.root=../../../..
|
||||||
|
<format>html:<xsl:param>img.src.path=../../../../doc/html/
|
||||||
|
<format>xhtml:<xsl:param>boost.root=../../../..
|
||||||
|
<format>xhtml:<xsl:param>img.src.path=../../../../doc/html/
|
||||||
|
|
||||||
# PDF Options:
|
# PDF Options:
|
||||||
|
|
||||||
# TOC Generation: this is needed for FOP-0.9 and later:
|
# TOC Generation: this is needed for FOP-0.9 and later:
|
||||||
<xsl:param>fop1.extensions=0
|
<xsl:param>fop1.extensions=0
|
||||||
<format>pdf:<xsl:param>xep.extensions=1
|
<format>pdf:<xsl:param>xep.extensions=1
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
[license
|
[license
|
||||||
Distributed under the Boost Software License, Version 1.0.
|
Distributed under the Boost Software License, Version 1.0.
|
||||||
(See accompanying file LICENSE_1_0.txt or copy at
|
(See accompanying file LICENSE_1_0.txt or copy at
|
||||||
[@http://www.boost.org/LICENSE_1_0.txt]
|
[@http://www.boost.org/LICENSE_1_0.txt])
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ project unordered-test/exception-tests
|
|||||||
<toolset>gcc:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter"
|
<toolset>gcc:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter"
|
||||||
<toolset>darwin:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter"
|
<toolset>darwin:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter"
|
||||||
<toolset>gcc:<define>_GLIBCXX_DEBUG
|
<toolset>gcc:<define>_GLIBCXX_DEBUG
|
||||||
<toolset>darwin:<define>_GLIBCXX_DEBUG
|
#<toolset>darwin:<define>_GLIBCXX_DEBUG
|
||||||
<toolset>msvc:<warnings-as-errors>on
|
<toolset>msvc:<warnings-as-errors>on
|
||||||
#<toolset>gcc:<warnings-as-errors>on
|
#<toolset>gcc:<warnings-as-errors>on
|
||||||
#<toolset>darwin:<warnings-as-errors>on
|
#<toolset>darwin:<warnings-as-errors>on
|
||||||
|
@ -12,7 +12,7 @@ project unordered-test/unordered
|
|||||||
<toolset>gcc:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter"
|
<toolset>gcc:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter"
|
||||||
<toolset>darwin:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter"
|
<toolset>darwin:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter"
|
||||||
<toolset>gcc:<define>_GLIBCXX_DEBUG
|
<toolset>gcc:<define>_GLIBCXX_DEBUG
|
||||||
<toolset>darwin:<define>_GLIBCXX_DEBUG
|
#<toolset>darwin:<define>_GLIBCXX_DEBUG
|
||||||
<toolset>msvc:<warnings-as-errors>on
|
<toolset>msvc:<warnings-as-errors>on
|
||||||
#<toolset>gcc:<warnings-as-errors>on
|
#<toolset>gcc:<warnings-as-errors>on
|
||||||
#<toolset>darwin:<warnings-as-errors>on
|
#<toolset>darwin:<warnings-as-errors>on
|
||||||
|
Reference in New Issue
Block a user