diff --git a/build.jam b/build.jam new file mode 100644 index 0000000000..f309864682 --- /dev/null +++ b/build.jam @@ -0,0 +1,32 @@ +# Copyright René Ferdinand Rivera Morell 2023-2024 +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE_1_0.txt or copy at +# http://www.boost.org/LICENSE_1_0.txt) + +require-b2 5.2 ; + +constant boost_dependencies : + /boost/config//boost_config + /boost/static_assert//boost_static_assert ; + +project /boost/type_traits + : common-requirements + include + ; + +explicit + [ alias boost_type_traits : : : : $(boost_dependencies) ] + [ alias all : boost_type_traits test ] + # Other Boost lib tests depend on the type_traits test checks. + [ alias testing + : # sources + : # requirements + : # default-buidl + : # usage-requirements + test + ] + ; + +call-if : boost-library type_traits + ; + diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 7b2503cdc8..6f0ab1893b 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -18,7 +18,7 @@ boostbook standalone # Index generation: # Path for links to Boost: boost.root=../../../.. - + # Some general style settings: table.footnote.number.format=1 footnote.number.format=1 @@ -36,7 +36,7 @@ boostbook standalone toc.max.depth=4 # How far down we go with TOC's generate.section.toc.level=10 - + # PDF Options: # TOC Generation: this is needed for FOP-0.9 and later: fop1.extensions=0 @@ -62,7 +62,7 @@ boostbook standalone pdf:off html:on $(here)/index.idx - $(here)/../../.. + $(here)/../include on ; diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 6fe0408bf5..ab3f6123e1 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -18,6 +18,10 @@ if [ os.environ CI ] # regular project : requirements + /boost/core//boost_core + /boost/move//boost_move + /boost/mpl//boost_mpl + # default to all warnings on: all # set warnings as errors for those compilers we know we get warning free: