Wednesday, August 10, 2022

UPDATE: Boost 1.80

Here is an update to Boost 1.80.

https://www.boost.org/users/history/version_1_80_0.html

I am just waiting for feedback from a bulk build.


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/devel/boost/Makefile,v
retrieving revision 1.129
diff -u -p -u -p -r1.129 Makefile
--- Makefile 17 Jun 2022 01:33:47 -0000 1.129
+++ Makefile 10 Aug 2022 18:27:09 -0000
@@ -3,8 +3,7 @@ NOT_FOR_ARCHS-md = alpha hppa sparc64
COMMENT-main= free peer-reviewed portable C++ source libraries
COMMENT-md= machine-dependent libraries for boost

-VERSION= 1.79.0
-REVISION= 0
+VERSION= 1.80.0
EPOCH = 0
DISTNAME= boost_${VERSION:S/./_/g}
PKGNAME= boost-${VERSION}
@@ -13,7 +12,7 @@ MASTER_SITES= https://boostorg.jfrog.io/
EXTRACT_SUFX= .tar.bz2
FIX_EXTRACT_PERMISSIONS = Yes

-SO_VERSION= 20.0
+SO_VERSION= 21.0
BOOST_LIBS= boost_atomic-mt \
boost_chrono-mt boost_chrono \
boost_container-mt boost_container \
@@ -68,7 +67,7 @@ MAINTAINER= Brad Smith <brad@comstyle.co
# Boost
PERMIT_PACKAGE= Yes

-WANTLIB= ${COMPILER_LIBCXX} bz2 icudata icui18n icuuc m z
+WANTLIB= ${COMPILER_LIBCXX} bz2 c icudata icui18n icuuc m z
WANTLIB-md= ${COMPILER_LIBCXX} boost_filesystem-mt m

COMPILER= base-clang ports-gcc
@@ -108,7 +107,7 @@ BJAM_CONFIG= -sICU_PATH=${LOCALBASE} \
threading=single,multi \
toolset=${TOOLSET}

-BOOTSTRAP= --with-bjam=${WRKSRC}/bjam \
+BOOTSTRAP= --with-bjam=${WRKSRC}/b2 \
--with-toolset=${TOOLSET} \
--with-python=${MODPY_BIN}
.if !${BUILD_PACKAGES:M-md}
@@ -130,11 +129,10 @@ SUBST_VARS+= SO_VERSION
do-configure:
echo "using ${TOOLSET} : : ${CXX} ;" >>${WRKSRC}/tools/build/src/user-config.jam
${SUBST_CMD} ${WRKSRC}/Jamroot
- ${SUBST_CMD} ${WRKSRC}/tools/build/src/engine/startup.cpp
@cd ${WRKSRC}/libs/config && \
${SETENV} ${CONFIGURE_ENV} /bin/sh ./configure
@cd ${WRKSRC}/tools/build/src/engine && ${SETENV} ${CONFIGURE_ENV} \
- /bin/sh ./build.sh ${TOOLSET} && cp b2 bjam ${WRKSRC}
+ /bin/sh ./build.sh ${TOOLSET} && cp b2 ${WRKSRC}
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} /bin/sh ./bootstrap.sh ${BOOTSTRAP}

do-build:
@@ -149,15 +147,15 @@ do-install:
find ${PREFIX}/include/boost -type d -exec chmod ${DIRMODE} {} +
find ${PREFIX}/include/boost -type f -exec chmod ${SHAREMODE} {} +
# boost-build:
- ${INSTALL_PROGRAM} ${WRKSRC}/tools/build/src/engine/{b2,bjam} \
+ ${INSTALL_PROGRAM} ${WRKSRC}/tools/build/src/engine/b2 \
${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${PREFIX}/share/boost-build
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/b2
@cd ${WRKSRC}/tools/build/src && \
- pax -r -w -p pm -s ':^./engine.*$$::' -s ':^.*\.py$$::' \
- -s ':^.*\.orig$$::' . ${PREFIX}/share/boost-build
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/boost-build
+ pax -r -w -p pm -s ':^./engine.*$$::' -s ':^.*\.orig$$::' . \
+ ${PREFIX}/share/b2
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/b2
@cd ${WRKSRC}/tools/build/example && \
- pax -r -w -p pm -s ':^./python_modules.*$$::' \
- -s ':^.*\.orig$$::' . ${PREFIX}/share/examples/boost-build
+ pax -r -w -p pm -s ':^.*\.orig$$::' . \
+ ${PREFIX}/share/examples/b2

.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/devel/boost/distinfo,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 distinfo
--- distinfo 12 May 2022 22:43:22 -0000 1.20
+++ distinfo 10 Aug 2022 23:25:04 -0000
@@ -1,2 +1,2 @@
-SHA256 (boost_1_79_0.tar.bz2) = R11YnVGn+LO6K6TtoCKxcOViyjt2DukiwUa2xlhW7zk=
-SIZE (boost_1_79_0.tar.bz2) = 113456811
+SHA256 (boost_1_80_0.tar.bz2) = HhlWXYLkO8WSCaFo9ayJnTukcdVcdhDGd9TM8snFAMA=
+SIZE (boost_1_80_0.tar.bz2) = 115869904
Index: patches/patch-Jamroot
===================================================================
RCS file: /home/cvs/ports/devel/boost/patches/patch-Jamroot,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 patch-Jamroot
--- patches/patch-Jamroot 12 May 2022 22:43:22 -0000 1.17
+++ patches/patch-Jamroot 15 Jul 2022 02:20:29 -0000
@@ -3,7 +3,7 @@ Index: Jamroot
+++ Jamroot
@@ -146,11 +146,12 @@ import tools/boost\_install/boost-install ;
path-constant BOOST_ROOT : . ;
- constant BOOST_VERSION : 1.79.0 ;
+ constant BOOST_VERSION : 1.80.0 ;
constant BOOST_JAMROOT_MODULE : $(__name__) ;
+constant SO_VERSION : ${SO_VERSION} ;

Index: patches/patch-boost_json_impl_array_ipp
===================================================================
RCS file: patches/patch-boost_json_impl_array_ipp
diff -N patches/patch-boost_json_impl_array_ipp
--- patches/patch-boost_json_impl_array_ipp 12 May 2022 22:43:22 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,19 +0,0 @@
-Boost.JSON array::erase can segfault
-https://github.com/boostorg/json/issues/692
-
-Index: boost/json/impl/array.ipp
---- boost/json/impl/array.ipp.orig
-+++ boost/json/impl/array.ipp
-@@ -491,8 +491,11 @@ erase(
- auto const p = &(*t_)[0] +
- (pos - &(*t_)[0]);
- destroy(p, p + 1);
-- relocate(p, p + 1, 1);
- --t_->size;
-+ if(t_->size > 0)
-+ relocate(p, p + 1,
-+ t_->size - (p -
-+ &(*t_)[0]));
- return p;
- }
-
Index: patches/patch-libs_json_test_array_cpp
===================================================================
RCS file: patches/patch-libs_json_test_array_cpp
diff -N patches/patch-libs_json_test_array_cpp
--- patches/patch-libs_json_test_array_cpp 12 May 2022 22:43:22 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,36 +0,0 @@
-Boost.JSON array::erase can segfault
-https://github.com/boostorg/json/issues/692
-
-Index: libs/json/test/array.cpp
---- libs/json/test/array.cpp.orig
-+++ libs/json/test/array.cpp
-@@ -1270,6 +1270,21 @@ class array_test (public)
- }
-
- void
-+ testIssue692()
-+ {
-+ array a;
-+ object obj;
-+ obj["test1"] = "hello";
-+ a.push_back(obj);
-+ a.push_back(obj);
-+ a.push_back(obj);
-+ a.push_back(obj);
-+ a.push_back(obj);
-+ while(a.size())
-+ a.erase(a.begin());
-+ }
-+
-+ void
- run()
- {
- testDestroy();
-@@ -1283,6 +1298,7 @@ class array_test (public)
- testExceptions();
- testEquality();
- testHash();
-+ testIssue692();
- }
- };
-
Index: patches/patch-libs_locale_build_Jamfile_v2
===================================================================
RCS file: /home/cvs/ports/devel/boost/patches/patch-libs_locale_build_Jamfile_v2,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-libs_locale_build_Jamfile_v2
--- patches/patch-libs_locale_build_Jamfile_v2 11 Mar 2022 18:49:45 -0000 1.2
+++ patches/patch-libs_locale_build_Jamfile_v2 5 Aug 2022 04:24:54 -0000
@@ -1,30 +1,30 @@
Index: libs/locale/build/Jamfile.v2
--- libs/locale/build/Jamfile.v2.orig
+++ libs/locale/build/Jamfile.v2
-@@ -65,8 +65,8 @@ ICU_LINK = [ modules.peek : ICU_LINK ] ;
+@@ -82,8 +82,8 @@ ICU_LINK ?= [ modules.peek : ICU_LINK_LOCALE ] ;

if $(ICU_LINK)
{
-- ICU_OPTS = <include>$(ICU_PATH)/include <linkflags>$(ICU_LINK) <dll-path>$(ICU_PATH)/bin <runtime-link>shared ;
-- ICU64_OPTS = <include>$(ICU_PATH)/include <linkflags>$(ICU_LINK) <dll-path>$(ICU_PATH)/bin64 <runtime-link>shared ;
-+ ICU_OPTS = <include>$(ICU_PATH)/include <linkflags>$(ICU_LINK) <runtime-link>shared ;
-+ ICU64_OPTS = <include>$(ICU_PATH)/include <linkflags>$(ICU_LINK) <runtime-link>shared ;
- }
- else
+- ICU_OPTS = <include>$(icu-path)/include <linkflags>$(ICU_LINK) <dll-path>$(icu-path)/bin <runtime-link>shared ;
+- ICU64_OPTS = <include>$(icu-path)/include <linkflags>$(ICU_LINK) <dll-path>$(icu-path)/bin64 <runtime-link>shared ;
++ ICU_OPTS = <include>$(icu-path)/include <linkflags>$(ICU_LINK) <runtime-link>shared ;
++ ICU64_OPTS = <include>$(icu-path)/include <linkflags>$(ICU_LINK) <runtime-link>shared ;
+ } else
{
-@@ -124,7 +124,6 @@ else
- <library>icuuc/<link>shared/<runtime-link>shared
- <library>icudt/<link>shared/<runtime-link>shared
+ searched-lib icuuc : : <name>icuuc
+@@ -140,7 +140,6 @@ if $(ICU_LINK)
+ <library>icuuc/<link>shared/<runtime-link>shared
+ <library>icudt/<link>shared/<runtime-link>shared
<library>icuin/<link>shared/<runtime-link>shared
-- <dll-path>$(ICU_PATH)/bin
+- <dll-path>$(icu-path)/bin
<runtime-link>shared ;


-@@ -183,7 +182,6 @@ else
- <library>icuuc_64/<link>shared/<runtime-link>shared
- <library>icudt_64/<link>shared/<runtime-link>shared
+@@ -199,7 +198,6 @@ if $(ICU_LINK)
+ <library>icuuc_64/<link>shared/<runtime-link>shared
+ <library>icudt_64/<link>shared/<runtime-link>shared
<library>icuin_64/<link>shared/<runtime-link>shared
-- <dll-path>$(ICU_PATH)/bin64
+- <dll-path>$(icu-path)/bin64
<runtime-link>shared ;
-
-
+
+ }
Index: patches/patch-tools_build_src_engine_startup_cpp
===================================================================
RCS file: patches/patch-tools_build_src_engine_startup_cpp
diff -N patches/patch-tools_build_src_engine_startup_cpp
--- patches/patch-tools_build_src_engine_startup_cpp 17 Jun 2022 01:33:47 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,18 +0,0 @@
-b2 needs helps searching for system-wide kernel/boost-build.jam to avoid
-error: "Unable to load b2: could not find 'boost-build.jam'".
-
-Alternatively, set environment variable:
-BOOST_BUILD_PATH=${PREFIX}/share/boost-build/kernel b2
-
-Index: tools/build/src/engine/startup.cpp
---- tools/build/src/engine/startup.cpp.orig
-+++ tools/build/src/engine/startup.cpp
-@@ -201,7 +201,7 @@ bool b2::startup::bootstrap(FRAME *frame)
- {
- const std::string path{
- b2::paths::normalize(
-- b2_exe_path + "/../../share/boost-build/src/kernel/" + boost_build_jam)};
-+ "${PREFIX}/share/boost-build/kernel/" + boost_build_jam)};
- if (b2::filesys::is_file(path))
- b2_file_path = path;
- }
Index: patches/patch-tools_build_src_tools_gcc_jam
===================================================================
RCS file: /home/cvs/ports/devel/boost/patches/patch-tools_build_src_tools_gcc_jam,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 patch-tools_build_src_tools_gcc_jam
--- patches/patch-tools_build_src_tools_gcc_jam 11 Mar 2022 18:49:45 -0000 1.17
+++ patches/patch-tools_build_src_tools_gcc_jam 15 Jul 2022 02:20:27 -0000
@@ -8,9 +8,9 @@ Index: tools/build/src/tools/gcc.jam
-toolset.flags gcc.compile OPTIONS <optimization>speed : -O3 ;
+toolset.flags gcc.compile OPTIONS <optimization>speed : ;
toolset.flags gcc.compile OPTIONS <optimization>space : -Os ;
-
- toolset.flags gcc.compile OPTIONS <inlining>off : -fno-inline ;
-@@ -1207,7 +1207,7 @@ cpu-flags gcc OPTIONS : x86 : c7 : -march=c7 ;
+ toolset.flags gcc.compile OPTIONS <optimization>minimal : -O1 ;
+ toolset.flags gcc.compile OPTIONS <optimization>debug : -Og ;
+@@ -1213,7 +1213,7 @@ cpu-flags gcc OPTIONS : x86 : c7 : -march=c7 ;
##
cpu-flags gcc OPTIONS : x86 : atom : -march=atom ;
# Sparc
Index: pkg/PLIST-main
===================================================================
RCS file: /home/cvs/ports/devel/boost/pkg/PLIST-main,v
retrieving revision 1.25
diff -u -p -u -p -r1.25 PLIST-main
--- pkg/PLIST-main 17 Jun 2022 01:33:47 -0000 1.25
+++ pkg/PLIST-main 10 Aug 2022 15:42:32 -0000
@@ -2,7 +2,6 @@
@conflict leatherman-<1.12.4p0
@pkgpath devel/boost
@bin bin/b2
-@bin bin/bjam
include/boost/
include/boost/accumulators/
include/boost/accumulators/accumulators.hpp
@@ -135,6 +134,7 @@ include/boost/algorithm/find_backward.hp
include/boost/algorithm/find_not.hpp
include/boost/algorithm/gather.hpp
include/boost/algorithm/hex.hpp
+include/boost/algorithm/is_clamped.hpp
include/boost/algorithm/is_palindrome.hpp
include/boost/algorithm/is_partitioned_until.hpp
include/boost/algorithm/minmax.hpp
@@ -371,6 +371,8 @@ include/boost/array.hpp
include/boost/asio/
include/boost/asio.hpp
include/boost/asio/any_io_executor.hpp
+include/boost/asio/append.hpp
+include/boost/asio/as_tuple.hpp
include/boost/asio/associated_allocator.hpp
include/boost/asio/associated_cancellation_slot.hpp
include/boost/asio/associated_executor.hpp
@@ -420,6 +422,7 @@ include/boost/asio/connect_pipe.hpp
include/boost/asio/coroutine.hpp
include/boost/asio/deadline_timer.hpp
include/boost/asio/defer.hpp
+include/boost/asio/deferred.hpp
include/boost/asio/detached.hpp
include/boost/asio/detail/
include/boost/asio/detail/array.hpp
@@ -455,6 +458,7 @@ include/boost/asio/detail/dev_poll_react
include/boost/asio/detail/epoll_reactor.hpp
include/boost/asio/detail/event.hpp
include/boost/asio/detail/eventfd_select_interrupter.hpp
+include/boost/asio/detail/exception.hpp
include/boost/asio/detail/executor_function.hpp
include/boost/asio/detail/executor_op.hpp
include/boost/asio/detail/fd_set_adapter.hpp
@@ -656,6 +660,7 @@ include/boost/asio/detail/timer_schedule
include/boost/asio/detail/timer_scheduler_fwd.hpp
include/boost/asio/detail/tss_ptr.hpp
include/boost/asio/detail/type_traits.hpp
+include/boost/asio/detail/utility.hpp
include/boost/asio/detail/variadic_templates.hpp
include/boost/asio/detail/wait_handler.hpp
include/boost/asio/detail/wait_op.hpp
@@ -782,14 +787,10 @@ include/boost/asio/experimental/detail/i
include/boost/asio/experimental/detail/impl/channel_service.hpp
include/boost/asio/experimental/detail/partial_promise.hpp
include/boost/asio/experimental/impl/
-include/boost/asio/experimental/impl/append.hpp
include/boost/asio/experimental/impl/as_single.hpp
-include/boost/asio/experimental/impl/as_tuple.hpp
include/boost/asio/experimental/impl/channel_error.ipp
include/boost/asio/experimental/impl/coro.hpp
-include/boost/asio/experimental/impl/deferred.hpp
include/boost/asio/experimental/impl/parallel_group.hpp
-include/boost/asio/experimental/impl/prepend.hpp
include/boost/asio/experimental/impl/promise.hpp
include/boost/asio/experimental/impl/use_coro.hpp
include/boost/asio/experimental/parallel_group.hpp
@@ -813,6 +814,8 @@ include/boost/asio/handler_invoke_hook.h
include/boost/asio/high_resolution_timer.hpp
include/boost/asio/impl/
include/boost/asio/impl/any_io_executor.ipp
+include/boost/asio/impl/append.hpp
+include/boost/asio/impl/as_tuple.hpp
include/boost/asio/impl/awaitable.hpp
include/boost/asio/impl/buffered_read_stream.hpp
include/boost/asio/impl/buffered_write_stream.hpp
@@ -823,6 +826,7 @@ include/boost/asio/impl/connect.hpp
include/boost/asio/impl/connect_pipe.hpp
include/boost/asio/impl/connect_pipe.ipp
include/boost/asio/impl/defer.hpp
+include/boost/asio/impl/deferred.hpp
include/boost/asio/impl/detached.hpp
include/boost/asio/impl/dispatch.hpp
include/boost/asio/impl/error.ipp
@@ -835,6 +839,7 @@ include/boost/asio/impl/io_context.hpp
include/boost/asio/impl/io_context.ipp
include/boost/asio/impl/multiple_exceptions.ipp
include/boost/asio/impl/post.hpp
+include/boost/asio/impl/prepend.hpp
include/boost/asio/impl/read.hpp
include/boost/asio/impl/read_at.hpp
include/boost/asio/impl/read_until.hpp
@@ -901,6 +906,7 @@ include/boost/asio/ip/udp.hpp
include/boost/asio/ip/unicast.hpp
include/boost/asio/ip/v6_only.hpp
include/boost/asio/is_applicable_property.hpp
+include/boost/asio/is_contiguous_iterator.hpp
include/boost/asio/is_executor.hpp
include/boost/asio/is_read_buffered.hpp
include/boost/asio/is_write_buffered.hpp
@@ -924,6 +930,7 @@ include/boost/asio/posix/descriptor_base
include/boost/asio/posix/stream_descriptor.hpp
include/boost/asio/post.hpp
include/boost/asio/prefer.hpp
+include/boost/asio/prepend.hpp
include/boost/asio/query.hpp
include/boost/asio/random_access_file.hpp
include/boost/asio/read.hpp
@@ -2268,6 +2275,7 @@ include/boost/container/detail/dlmalloc.
include/boost/container/detail/flat_tree.hpp
include/boost/container/detail/function_detector.hpp
include/boost/container/detail/guards_dended.hpp
+include/boost/container/detail/hash_table.hpp
include/boost/container/detail/is_container.hpp
include/boost/container/detail/is_contiguous_container.hpp
include/boost/container/detail/is_pair.hpp
@@ -2456,12 +2464,12 @@ include/boost/contract_macro.hpp
include/boost/convert/
include/boost/convert.hpp
include/boost/convert/base.hpp
+include/boost/convert/charconv.hpp
include/boost/convert/detail/
include/boost/convert/detail/char.hpp
include/boost/convert/detail/config.hpp
include/boost/convert/detail/has_member.hpp
include/boost/convert/detail/is_callable.hpp
-include/boost/convert/detail/is_converter.hpp
include/boost/convert/detail/is_fun.hpp
include/boost/convert/detail/is_string.hpp
include/boost/convert/detail/range.hpp
@@ -2982,7 +2990,6 @@ include/boost/filesystem/convenience.hpp
include/boost/filesystem/detail/
include/boost/filesystem/detail/footer.hpp
include/boost/filesystem/detail/header.hpp
-include/boost/filesystem/detail/macro_value.hpp
include/boost/filesystem/detail/utf8_codecvt_facet.hpp
include/boost/filesystem/directory.hpp
include/boost/filesystem/exception.hpp
@@ -4338,6 +4345,8 @@ include/boost/geometry/algorithms/detail
include/boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp
include/boost/geometry/algorithms/detail/buffer/buffered_ring.hpp
include/boost/geometry/algorithms/detail/buffer/get_piece_turns.hpp
+include/boost/geometry/algorithms/detail/buffer/implementation.hpp
+include/boost/geometry/algorithms/detail/buffer/interface.hpp
include/boost/geometry/algorithms/detail/buffer/line_line_intersection.hpp
include/boost/geometry/algorithms/detail/buffer/piece_border.hpp
include/boost/geometry/algorithms/detail/buffer/turn_in_original_visitor.hpp
@@ -4372,6 +4381,7 @@ include/boost/geometry/algorithms/detail
include/boost/geometry/algorithms/detail/counting.hpp
include/boost/geometry/algorithms/detail/covered_by/
include/boost/geometry/algorithms/detail/covered_by/implementation.hpp
+include/boost/geometry/algorithms/detail/covered_by/implementation_gc.hpp
include/boost/geometry/algorithms/detail/covered_by/interface.hpp
include/boost/geometry/algorithms/detail/direction_code.hpp
include/boost/geometry/algorithms/detail/disjoint/
@@ -4424,6 +4434,7 @@ include/boost/geometry/algorithms/detail
include/boost/geometry/algorithms/detail/equals/
include/boost/geometry/algorithms/detail/equals/collect_vectors.hpp
include/boost/geometry/algorithms/detail/equals/implementation.hpp
+include/boost/geometry/algorithms/detail/equals/implementation_gc.hpp
include/boost/geometry/algorithms/detail/equals/interface.hpp
include/boost/geometry/algorithms/detail/equals/point_point.hpp
include/boost/geometry/algorithms/detail/expand/
@@ -4436,12 +4447,16 @@ include/boost/geometry/algorithms/detail
include/boost/geometry/algorithms/detail/expand_by_epsilon.hpp
include/boost/geometry/algorithms/detail/extreme_points.hpp
include/boost/geometry/algorithms/detail/for_each_range.hpp
+include/boost/geometry/algorithms/detail/gc_group_elements.hpp
+include/boost/geometry/algorithms/detail/gc_make_rtree.hpp
+include/boost/geometry/algorithms/detail/gc_topological_dimension.hpp
include/boost/geometry/algorithms/detail/get_max_size.hpp
include/boost/geometry/algorithms/detail/has_self_intersections.hpp
include/boost/geometry/algorithms/detail/interior_iterator.hpp
include/boost/geometry/algorithms/detail/intersection/
include/boost/geometry/algorithms/detail/intersection/areal_areal.hpp
include/boost/geometry/algorithms/detail/intersection/box_box.hpp
+include/boost/geometry/algorithms/detail/intersection/gc.hpp
include/boost/geometry/algorithms/detail/intersection/implementation.hpp
include/boost/geometry/algorithms/detail/intersection/interface.hpp
include/boost/geometry/algorithms/detail/intersection/multi.hpp
@@ -4559,6 +4574,7 @@ include/boost/geometry/algorithms/detail
include/boost/geometry/algorithms/detail/relate/de9im.hpp
include/boost/geometry/algorithms/detail/relate/follow_helpers.hpp
include/boost/geometry/algorithms/detail/relate/implementation.hpp
+include/boost/geometry/algorithms/detail/relate/implementation_gc.hpp
include/boost/geometry/algorithms/detail/relate/interface.hpp
include/boost/geometry/algorithms/detail/relate/linear_areal.hpp
include/boost/geometry/algorithms/detail/relate/linear_linear.hpp
@@ -4597,6 +4613,7 @@ include/boost/geometry/algorithms/detail
include/boost/geometry/algorithms/detail/visit.hpp
include/boost/geometry/algorithms/detail/within/
include/boost/geometry/algorithms/detail/within/implementation.hpp
+include/boost/geometry/algorithms/detail/within/implementation_gc.hpp
include/boost/geometry/algorithms/detail/within/interface.hpp
include/boost/geometry/algorithms/detail/within/multi_point.hpp
include/boost/geometry/algorithms/detail/within/point_in_geometry.hpp
@@ -4627,6 +4644,7 @@ include/boost/geometry/algorithms/is_val
include/boost/geometry/algorithms/length.hpp
include/boost/geometry/algorithms/line_interpolate.hpp
include/boost/geometry/algorithms/make.hpp
+include/boost/geometry/algorithms/merge_elements.hpp
include/boost/geometry/algorithms/not_implemented.hpp
include/boost/geometry/algorithms/num_geometries.hpp
include/boost/geometry/algorithms/num_interior_rings.hpp
@@ -5061,6 +5079,7 @@ include/boost/geometry/srs/projections/i
include/boost/geometry/srs/projections/impl/pj_ellps.hpp
include/boost/geometry/srs/projections/impl/pj_fwd.hpp
include/boost/geometry/srs/projections/impl/pj_gauss.hpp
+include/boost/geometry/srs/projections/impl/pj_generic_inverse.hpp
include/boost/geometry/srs/projections/impl/pj_gridinfo.hpp
include/boost/geometry/srs/projections/impl/pj_gridlist.hpp
include/boost/geometry/srs/projections/impl/pj_init.hpp
@@ -5093,6 +5112,7 @@ include/boost/geometry/srs/projections/p
include/boost/geometry/srs/projections/proj/cc.hpp
include/boost/geometry/srs/projections/proj/cea.hpp
include/boost/geometry/srs/projections/proj/chamb.hpp
+include/boost/geometry/srs/projections/proj/col_urban.hpp
include/boost/geometry/srs/projections/proj/collg.hpp
include/boost/geometry/srs/projections/proj/crast.hpp
include/boost/geometry/srs/projections/proj/denoy.hpp
@@ -5261,6 +5281,7 @@ include/boost/geometry/strategies/cartes
include/boost/geometry/strategies/cartesian/point_in_poly_winding.hpp
include/boost/geometry/strategies/cartesian/point_order.hpp
include/boost/geometry/strategies/cartesian/side_by_triangle.hpp
+include/boost/geometry/strategies/cartesian/side_rounded_input.hpp
include/boost/geometry/strategies/cartesian/turn_in_ring_winding.hpp
include/boost/geometry/strategies/centroid/
include/boost/geometry/strategies/centroid.hpp
@@ -5531,7 +5552,9 @@ include/boost/geometry/views/detail/boun
include/boost/geometry/views/detail/boundary_view/implementation.hpp
include/boost/geometry/views/detail/boundary_view/interface.hpp
include/boost/geometry/views/detail/closed_clockwise_view.hpp
+include/boost/geometry/views/detail/geometry_collection_view.hpp
include/boost/geometry/views/detail/indexed_point_view.hpp
+include/boost/geometry/views/detail/random_access_view.hpp
include/boost/geometry/views/detail/two_dimensional_view.hpp
include/boost/geometry/views/identity_view.hpp
include/boost/geometry/views/reversible_view.hpp
@@ -5544,6 +5567,7 @@ include/boost/gil/bit_aligned_pixel_iter
include/boost/gil/bit_aligned_pixel_reference.hpp
include/boost/gil/channel.hpp
include/boost/gil/channel_algorithm.hpp
+include/boost/gil/channel_numeric_operations.hpp
include/boost/gil/cmyk.hpp
include/boost/gil/color_base.hpp
include/boost/gil/color_base_algorithm.hpp
@@ -5568,7 +5592,6 @@ include/boost/gil/concepts/pixel_derefer
include/boost/gil/concepts/pixel_iterator.hpp
include/boost/gil/concepts/pixel_locator.hpp
include/boost/gil/concepts/point.hpp
-include/boost/gil/deprecated.hpp
include/boost/gil/detail/
include/boost/gil/detail/is_channel_integral.hpp
include/boost/gil/detail/math.hpp
@@ -5586,6 +5609,12 @@ include/boost/gil/extension/dynamic_imag
include/boost/gil/extension/dynamic_image/dynamic_at_c.hpp
include/boost/gil/extension/dynamic_image/dynamic_image_all.hpp
include/boost/gil/extension/dynamic_image/image_view_factory.hpp
+include/boost/gil/extension/histogram/
+include/boost/gil/extension/histogram/std.hpp
+include/boost/gil/extension/image_processing/
+include/boost/gil/extension/image_processing/diffusion.hpp
+include/boost/gil/extension/image_processing/hough_parameter.hpp
+include/boost/gil/extension/image_processing/hough_transform.hpp
include/boost/gil/extension/io/
include/boost/gil/extension/io/bmp/
include/boost/gil/extension/io/bmp.hpp
@@ -5694,6 +5723,11 @@ include/boost/gil/extension/numeric/kern
include/boost/gil/extension/numeric/pixel_numeric_operations.hpp
include/boost/gil/extension/numeric/resample.hpp
include/boost/gil/extension/numeric/sampler.hpp
+include/boost/gil/extension/rasterization/
+include/boost/gil/extension/rasterization/apply_rasterizer.hpp
+include/boost/gil/extension/rasterization/circle.hpp
+include/boost/gil/extension/rasterization/ellipse.hpp
+include/boost/gil/extension/rasterization/line.hpp
include/boost/gil/extension/toolbox/
include/boost/gil/extension/toolbox/color_converters/
include/boost/gil/extension/toolbox/color_converters.hpp
@@ -5725,11 +5759,18 @@ include/boost/gil/extension/toolbox/meta
include/boost/gil/extension/toolbox/metafunctions/pixel_bit_size.hpp
include/boost/gil/extension/toolbox/toolbox.hpp
include/boost/gil/gray.hpp
+include/boost/gil/histogram.hpp
include/boost/gil/image.hpp
include/boost/gil/image_processing/
+include/boost/gil/image_processing/adaptive_histogram_equalization.hpp
+include/boost/gil/image_processing/convolve.hpp
include/boost/gil/image_processing/filter.hpp
include/boost/gil/image_processing/harris.hpp
include/boost/gil/image_processing/hessian.hpp
+include/boost/gil/image_processing/histogram_equalization.hpp
+include/boost/gil/image_processing/histogram_matching.hpp
+include/boost/gil/image_processing/kernel.hpp
+include/boost/gil/image_processing/morphology.hpp
include/boost/gil/image_processing/numeric.hpp
include/boost/gil/image_processing/scaling.hpp
include/boost/gil/image_processing/threshold.hpp
@@ -5739,8 +5780,10 @@ include/boost/gil/io/
include/boost/gil/io/base.hpp
include/boost/gil/io/bit_operations.hpp
include/boost/gil/io/conversion_policies.hpp
+include/boost/gil/io/detail/
+include/boost/gil/io/detail/dynamic.hpp
+include/boost/gil/io/detail/filesystem.hpp
include/boost/gil/io/device.hpp
-include/boost/gil/io/dynamic_io_new.hpp
include/boost/gil/io/error.hpp
include/boost/gil/io/get_read_device.hpp
include/boost/gil/io/get_reader.hpp
@@ -5771,6 +5814,7 @@ include/boost/gil/packed_pixel.hpp
include/boost/gil/pixel.hpp
include/boost/gil/pixel_iterator.hpp
include/boost/gil/pixel_iterator_adaptor.hpp
+include/boost/gil/pixel_numeric_operations.hpp
include/boost/gil/planar_pixel_iterator.hpp
include/boost/gil/planar_pixel_reference.hpp
include/boost/gil/point.hpp
@@ -6523,7 +6567,6 @@ include/boost/histogram/accumulators/is_
include/boost/histogram/accumulators/mean.hpp
include/boost/histogram/accumulators/ostream.hpp
include/boost/histogram/accumulators/sum.hpp
-include/boost/histogram/accumulators/thread_safe.hpp
include/boost/histogram/accumulators/weighted_mean.hpp
include/boost/histogram/accumulators/weighted_sum.hpp
include/boost/histogram/algorithm/
@@ -7534,7 +7577,6 @@ include/boost/locale/config.hpp
include/boost/locale/conversion.hpp
include/boost/locale/date_time.hpp
include/boost/locale/date_time_facet.hpp
-include/boost/locale/definitions.hpp
include/boost/locale/encoding.hpp
include/boost/locale/encoding_errors.hpp
include/boost/locale/encoding_utf.hpp
@@ -7867,6 +7909,7 @@ include/boost/math/ccmath/div.hpp
include/boost/math/ccmath/fabs.hpp
include/boost/math/ccmath/fdim.hpp
include/boost/math/ccmath/floor.hpp
+include/boost/math/ccmath/fma.hpp
include/boost/math/ccmath/fmax.hpp
include/boost/math/ccmath/fmin.hpp
include/boost/math/ccmath/fmod.hpp
@@ -8169,7 +8212,9 @@ include/boost/math/special_functions/zet
include/boost/math/statistics/
include/boost/math/statistics/anderson_darling.hpp
include/boost/math/statistics/bivariate_statistics.hpp
+include/boost/math/statistics/chatterjee_correlation.hpp
include/boost/math/statistics/detail/
+include/boost/math/statistics/detail/rank.hpp
include/boost/math/statistics/detail/single_pass.hpp
include/boost/math/statistics/linear_regression.hpp
include/boost/math/statistics/ljung_box.hpp
@@ -8697,6 +8742,7 @@ include/boost/move/algo/detail/is_sorted
include/boost/move/algo/detail/merge.hpp
include/boost/move/algo/detail/merge_sort.hpp
include/boost/move/algo/detail/pdqsort.hpp
+include/boost/move/algo/detail/search.hpp
include/boost/move/algo/detail/set_difference.hpp
include/boost/move/algo/move.hpp
include/boost/move/algo/predicate.hpp
@@ -10121,6 +10167,7 @@ include/boost/multiprecision/detail/
include/boost/multiprecision/detail/assert.hpp
include/boost/multiprecision/detail/atomic.hpp
include/boost/multiprecision/detail/bitscan.hpp
+include/boost/multiprecision/detail/check_cpp11_config.hpp
include/boost/multiprecision/detail/constexpr.hpp
include/boost/multiprecision/detail/default_ops.hpp
include/boost/multiprecision/detail/digits.hpp
@@ -10583,6 +10630,7 @@ include/boost/optional/detail/old_option
include/boost/optional/detail/optional_aligned_storage.hpp
include/boost/optional/detail/optional_config.hpp
include/boost/optional/detail/optional_factory_support.hpp
+include/boost/optional/detail/optional_hash.hpp
include/boost/optional/detail/optional_reference_spec.hpp
include/boost/optional/detail/optional_relops.hpp
include/boost/optional/detail/optional_swap.hpp
@@ -10618,6 +10666,7 @@ include/boost/outcome/experimental/
include/boost/outcome/experimental/coroutine_support.hpp
include/boost/outcome/experimental/result.h
include/boost/outcome/experimental/status-code/
+include/boost/outcome/experimental/status-code/boost_error_code.hpp
include/boost/outcome/experimental/status-code/com_code.hpp
include/boost/outcome/experimental/status-code/config.hpp
include/boost/outcome/experimental/status-code/detail/
@@ -10628,6 +10677,7 @@ include/boost/outcome/experimental/statu
include/boost/outcome/experimental/status-code/errored_status_code.hpp
include/boost/outcome/experimental/status-code/generic_code.hpp
include/boost/outcome/experimental/status-code/getaddrinfo_code.hpp
+include/boost/outcome/experimental/status-code/http_status_code.hpp
include/boost/outcome/experimental/status-code/iostream_support.hpp
include/boost/outcome/experimental/status-code/nt_code.hpp
include/boost/outcome/experimental/status-code/posix_code.hpp
@@ -12066,6 +12116,7 @@ include/boost/process/error.hpp
include/boost/process/exception.hpp
include/boost/process/exe.hpp
include/boost/process/extend.hpp
+include/boost/process/filesystem.hpp
include/boost/process/group.hpp
include/boost/process/handles.hpp
include/boost/process/io.hpp
@@ -12077,6 +12128,65 @@ include/boost/process/shell.hpp
include/boost/process/spawn.hpp
include/boost/process/start_dir.hpp
include/boost/process/system.hpp
+include/boost/process/v2/
+include/boost/process/v2.hpp
+include/boost/process/v2/cstring_ref.hpp
+include/boost/process/v2/default_launcher.hpp
+include/boost/process/v2/detail/
+include/boost/process/v2/detail/config.hpp
+include/boost/process/v2/detail/environment_posix.hpp
+include/boost/process/v2/detail/environment_win.hpp
+include/boost/process/v2/detail/impl/
+include/boost/process/v2/detail/impl/environment.ipp
+include/boost/process/v2/detail/impl/environment_posix.ipp
+include/boost/process/v2/detail/impl/environment_win.ipp
+include/boost/process/v2/detail/impl/last_error.ipp
+include/boost/process/v2/detail/impl/process_handle_windows.ipp
+include/boost/process/v2/detail/impl/throw_error.ipp
+include/boost/process/v2/detail/impl/utf8.ipp
+include/boost/process/v2/detail/last_error.hpp
+include/boost/process/v2/detail/process_handle_fd.hpp
+include/boost/process/v2/detail/process_handle_fd_or_signal.hpp
+include/boost/process/v2/detail/process_handle_signal.hpp
+include/boost/process/v2/detail/process_handle_windows.hpp
+include/boost/process/v2/detail/throw_error.hpp
+include/boost/process/v2/detail/throw_exception.hpp
+include/boost/process/v2/detail/utf8.hpp
+include/boost/process/v2/environment.hpp
+include/boost/process/v2/error.hpp
+include/boost/process/v2/execute.hpp
+include/boost/process/v2/exit_code.hpp
+include/boost/process/v2/impl/
+include/boost/process/v2/impl/default_launcher.ipp
+include/boost/process/v2/impl/environment.ipp
+include/boost/process/v2/impl/error.ipp
+include/boost/process/v2/impl/pid.ipp
+include/boost/process/v2/impl/process_handle.ipp
+include/boost/process/v2/pid.hpp
+include/boost/process/v2/popen.hpp
+include/boost/process/v2/posix/
+include/boost/process/v2/posix/bind_fd.hpp
+include/boost/process/v2/posix/default_launcher.hpp
+include/boost/process/v2/posix/detail/
+include/boost/process/v2/posix/detail/close_handles.hpp
+include/boost/process/v2/posix/detail/close_handles.ipp
+include/boost/process/v2/posix/fork_and_forget_launcher.hpp
+include/boost/process/v2/posix/pdfork_launcher.hpp
+include/boost/process/v2/posix/vfork_launcher.hpp
+include/boost/process/v2/process.hpp
+include/boost/process/v2/process_handle.hpp
+include/boost/process/v2/src.hpp
+include/boost/process/v2/start_dir.hpp
+include/boost/process/v2/stdio.hpp
+include/boost/process/v2/windows/
+include/boost/process/v2/windows/as_user_launcher.hpp
+include/boost/process/v2/windows/creation_flags.hpp
+include/boost/process/v2/windows/default_launcher.hpp
+include/boost/process/v2/windows/impl/
+include/boost/process/v2/windows/impl/default_launcher.ipp
+include/boost/process/v2/windows/show_window.hpp
+include/boost/process/v2/windows/with_logon_launcher.hpp
+include/boost/process/v2/windows/with_token_launcher.hpp
include/boost/process/windows.hpp
include/boost/program_options/
include/boost/program_options.hpp
@@ -12602,6 +12712,7 @@ include/boost/qvm/
include/boost/qvm.hpp
include/boost/qvm/all.hpp
include/boost/qvm/assert.hpp
+include/boost/qvm/config.hpp
include/boost/qvm/deduce_mat.hpp
include/boost/qvm/deduce_quat.hpp
include/boost/qvm/deduce_scalar.hpp
@@ -12637,7 +12748,6 @@ include/boost/qvm/gen/vec_mat_operations
include/boost/qvm/gen/vec_operations2.hpp
include/boost/qvm/gen/vec_operations3.hpp
include/boost/qvm/gen/vec_operations4.hpp
-include/boost/qvm/inline.hpp
include/boost/qvm/is_scalar.hpp
include/boost/qvm/lite.hpp
include/boost/qvm/map.hpp
@@ -12687,6 +12797,7 @@ include/boost/qvm/vec_register4.hpp
include/boost/qvm/vec_traits.hpp
include/boost/qvm/vec_traits_array.hpp
include/boost/qvm/vec_traits_defaults.hpp
+include/boost/qvm/vec_traits_gnuc.hpp
include/boost/qvm_lite.hpp
include/boost/random/
include/boost/random.hpp
@@ -14642,10 +14753,14 @@ include/boost/static_string/config.hpp
include/boost/static_string/static_string.hpp
include/boost/stl_interfaces/
include/boost/stl_interfaces/config.hpp
+include/boost/stl_interfaces/detail/
+include/boost/stl_interfaces/detail/pipeable_view.hpp
+include/boost/stl_interfaces/detail/view_closure.hpp
include/boost/stl_interfaces/fwd.hpp
include/boost/stl_interfaces/iterator_interface.hpp
include/boost/stl_interfaces/reverse_iterator.hpp
include/boost/stl_interfaces/sequence_container_interface.hpp
+include/boost/stl_interfaces/view_adaptor.hpp
include/boost/stl_interfaces/view_interface.hpp
include/boost/swap.hpp
include/boost/system/
@@ -14669,6 +14784,7 @@ include/boost/system/detail/interop_cate
include/boost/system/detail/is_same.hpp
include/boost/system/detail/snprintf.hpp
include/boost/system/detail/std_category.hpp
+include/boost/system/detail/std_category_impl.hpp
include/boost/system/detail/system_category.hpp
include/boost/system/detail/system_category_condition_win32.hpp
include/boost/system/detail/system_category_impl.hpp
@@ -15799,9 +15915,11 @@ include/boost/units/unit.hpp
include/boost/units/units_fwd.hpp
include/boost/unordered/
include/boost/unordered/detail/
+include/boost/unordered/detail/fca.hpp
include/boost/unordered/detail/fwd.hpp
include/boost/unordered/detail/implementation.hpp
include/boost/unordered/detail/map.hpp
+include/boost/unordered/detail/prime_fmod.hpp
include/boost/unordered/detail/set.hpp
include/boost/unordered/unordered_map.hpp
include/boost/unordered/unordered_map_fwd.hpp
@@ -16492,419 +16610,415 @@ include/boost/yap/yap.hpp
@lib lib/libboost_wserialization-mt.so.${LIBboost_wserialization-mt_VERSION}
@static-lib lib/libboost_wserialization.a
@lib lib/libboost_wserialization.so.${LIBboost_wserialization_VERSION}
-share/boost-build/
-share/boost-build/bootstrap.jam
-share/boost-build/build/
-share/boost-build/build-system.jam
-share/boost-build/build/ac.jam
-share/boost-build/build/alias.jam
-share/boost-build/build/build-request.jam
-share/boost-build/build/config-cache.jam
-share/boost-build/build/configure.jam
-share/boost-build/build/feature.jam
-share/boost-build/build/generators.jam
-share/boost-build/build/project.jam
-share/boost-build/build/property-set.jam
-share/boost-build/build/property.jam
-share/boost-build/build/readme.txt
-share/boost-build/build/scanner.jam
-share/boost-build/build/targets.jam
-share/boost-build/build/toolset.jam
-share/boost-build/build/type.jam
-share/boost-build/build/version.jam
-share/boost-build/build/virtual-target.jam
-share/boost-build/contrib/
-share/boost-build/contrib/boost.jam
-share/boost-build/contrib/modular.jam
-share/boost-build/contrib/tntnet.jam
-share/boost-build/contrib/wxFormBuilder.jam
-share/boost-build/kernel/
-share/boost-build/kernel/boost-build.jam
-share/boost-build/kernel/bootstrap.jam
-share/boost-build/kernel/class.jam
-share/boost-build/kernel/errors.jam
-share/boost-build/kernel/modules.jam
-share/boost-build/options/
-share/boost-build/options/help.jam
-share/boost-build/tools/
-share/boost-build/tools/acc.jam
-share/boost-build/tools/asciidoctor.jam
-share/boost-build/tools/auto-index.jam
-share/boost-build/tools/bison.jam
-share/boost-build/tools/boostbook-config.jam
-share/boost-build/tools/boostbook.jam
-share/boost-build/tools/borland.jam
-share/boost-build/tools/builtin.jam
-share/boost-build/tools/bzip2.jam
-share/boost-build/tools/cast.jam
-share/boost-build/tools/clang-darwin.jam
-share/boost-build/tools/clang-linux.jam
-share/boost-build/tools/clang-vxworks.jam
-share/boost-build/tools/clang-win.jam
-share/boost-build/tools/clang.jam
-share/boost-build/tools/common.jam
-share/boost-build/tools/como-linux.jam
-share/boost-build/tools/como-win.jam
-share/boost-build/tools/como.jam
-share/boost-build/tools/convert.jam
-share/boost-build/tools/cray.jam
-share/boost-build/tools/cw-config.jam
-share/boost-build/tools/cw.jam
-share/boost-build/tools/cygwin.jam
-share/boost-build/tools/darwin.jam
-share/boost-build/tools/diab.jam
-share/boost-build/tools/dmc.jam
-share/boost-build/tools/docutils.jam
-share/boost-build/tools/doxygen/
-share/boost-build/tools/doxygen-config.jam
-share/boost-build/tools/doxygen.jam
-share/boost-build/tools/doxygen/windows-paths-check.doxyfile
-share/boost-build/tools/doxygen/windows-paths-check.hpp
-share/boost-build/tools/embarcadero.jam
-share/boost-build/tools/emscripten.jam
-share/boost-build/tools/features/
-share/boost-build/tools/features/__init_features__.jam
-share/boost-build/tools/features/address-model-feature.jam
-share/boost-build/tools/features/allow-feature.jam
-share/boost-build/tools/features/architecture-feature.jam
-share/boost-build/tools/features/archiveflags-feature.jam
-share/boost-build/tools/features/asmflags-feature.jam
-share/boost-build/tools/features/build-feature.jam
-share/boost-build/tools/features/cflags-feature.jam
-share/boost-build/tools/features/compileflags-feature.jam
-share/boost-build/tools/features/conditional-feature.jam
-share/boost-build/tools/features/coverage-feature.jam
-share/boost-build/tools/features/cxx-template-depth-feature.jam
-share/boost-build/tools/features/cxxabi-feature.jam
-share/boost-build/tools/features/cxxflags-feature.jam
-share/boost-build/tools/features/cxxstd-feature.jam
-share/boost-build/tools/features/debug-feature.jam
-share/boost-build/tools/features/define-feature.jam
-share/boost-build/tools/features/dependency-feature.jam
-share/boost-build/tools/features/dll-feature.jam
-share/boost-build/tools/features/exception-feature.jam
-share/boost-build/tools/features/fflags-feature.jam
-share/boost-build/tools/features/file-feature.jam
-share/boost-build/tools/features/find-lib-feature.jam
-share/boost-build/tools/features/flags-feature.jam
-share/boost-build/tools/features/force-include-feature.jam
-share/boost-build/tools/features/include-feature.jam
-share/boost-build/tools/features/instruction-set-feature.jam
-share/boost-build/tools/features/internal-feature.jam
-share/boost-build/tools/features/library-feature.jam
-share/boost-build/tools/features/link-feature.jam
-share/boost-build/tools/features/linkflags-feature.jam
-share/boost-build/tools/features/local-visibility-feature.jam
-share/boost-build/tools/features/location-feature.jam
-share/boost-build/tools/features/location-prefix-feature.jam
-share/boost-build/tools/features/lto-feature.jam
-share/boost-build/tools/features/name-feature.jam
-share/boost-build/tools/features/objcflags-feature.jam
-share/boost-build/tools/features/optimization-feature.jam
-share/boost-build/tools/features/os-feature.jam
-share/boost-build/tools/features/relevant-feature.jam
-share/boost-build/tools/features/response-file-feature.jam
-share/boost-build/tools/features/rtti-feature.jam
-share/boost-build/tools/features/runtime-feature.jam
-share/boost-build/tools/features/sanitizers-feature.jam
-share/boost-build/tools/features/search-feature.jam
-share/boost-build/tools/features/source-feature.jam
-share/boost-build/tools/features/stdlib-feature.jam
-share/boost-build/tools/features/strip-feature.jam
-share/boost-build/tools/features/tag-feature.jam
-share/boost-build/tools/features/threadapi-feature.jam
-share/boost-build/tools/features/threading-feature.jam
-share/boost-build/tools/features/toolset-feature.jam
-share/boost-build/tools/features/translate-path-feature.jam
-share/boost-build/tools/features/user-interface-feature.jam
-share/boost-build/tools/features/variant-feature.jam
-share/boost-build/tools/features/version-feature.jam
-share/boost-build/tools/features/visibility-feature.jam
-share/boost-build/tools/features/warnings-feature.jam
-share/boost-build/tools/flags.jam
-share/boost-build/tools/fop.jam
-share/boost-build/tools/fortran.jam
-share/boost-build/tools/gcc.jam
-share/boost-build/tools/generate.jam
-share/boost-build/tools/generators/
-share/boost-build/tools/generators/__init_generators__.jam
-share/boost-build/tools/generators/archive-generator.jam
-share/boost-build/tools/generators/c-compiling-generator.jam
-share/boost-build/tools/generators/dummy-generator.jam
-share/boost-build/tools/generators/lib-generator.jam
-share/boost-build/tools/generators/linking-generator.jam
-share/boost-build/tools/generators/prebuilt-lib-generator.jam
-share/boost-build/tools/generators/searched-lib-generator.jam
-share/boost-build/tools/gettext.jam
-share/boost-build/tools/gfortran.jam
-share/boost-build/tools/hp_cxx.jam
-share/boost-build/tools/hpfortran.jam
-share/boost-build/tools/ifort.jam
-share/boost-build/tools/intel-darwin.jam
-share/boost-build/tools/intel-linux.jam
-share/boost-build/tools/intel-vxworks.jam
-share/boost-build/tools/intel-win.jam
-share/boost-build/tools/intel.jam
-share/boost-build/tools/lex.jam
-share/boost-build/tools/libjpeg.jam
-share/boost-build/tools/libpng.jam
-share/boost-build/tools/libtiff.jam
-share/boost-build/tools/link.jam
-share/boost-build/tools/lzma.jam
-share/boost-build/tools/make.jam
-share/boost-build/tools/mc.jam
-share/boost-build/tools/message.jam
-share/boost-build/tools/midl.jam
-share/boost-build/tools/mipspro.jam
-share/boost-build/tools/mpi.jam
-share/boost-build/tools/msvc-config.jam
-share/boost-build/tools/msvc.jam
-share/boost-build/tools/notfile.jam
-share/boost-build/tools/openssl.jam
-share/boost-build/tools/package.jam
-share/boost-build/tools/pathscale.jam
-share/boost-build/tools/pch.jam
-share/boost-build/tools/pgi.jam
-share/boost-build/tools/pkg-config.jam
-share/boost-build/tools/python-config.jam
-share/boost-build/tools/python.jam
-share/boost-build/tools/qcc.jam
-share/boost-build/tools/qt.jam
-share/boost-build/tools/qt3.jam
-share/boost-build/tools/qt4.jam
-share/boost-build/tools/qt5.jam
-share/boost-build/tools/quickbook-config.jam
-share/boost-build/tools/quickbook.jam
-share/boost-build/tools/rc.jam
-share/boost-build/tools/sass.jam
-share/boost-build/tools/saxonhe.jam
-share/boost-build/tools/stage.jam
-share/boost-build/tools/stlport.jam
-share/boost-build/tools/sun.jam
-share/boost-build/tools/symlink.jam
-share/boost-build/tools/testing-aux.jam
-share/boost-build/tools/testing.jam
-share/boost-build/tools/types/
-share/boost-build/tools/types/adoc.jam
-share/boost-build/tools/types/asm.jam
-share/boost-build/tools/types/cpp.jam
-share/boost-build/tools/types/css.jam
-share/boost-build/tools/types/docbook.jam
-share/boost-build/tools/types/exe.jam
-share/boost-build/tools/types/html.jam
-share/boost-build/tools/types/lib.jam
-share/boost-build/tools/types/man.jam
-share/boost-build/tools/types/markdown.jam
-share/boost-build/tools/types/obj.jam
-share/boost-build/tools/types/objc.jam
-share/boost-build/tools/types/pdf.jam
-share/boost-build/tools/types/preprocessed.jam
-share/boost-build/tools/types/qt.jam
-share/boost-build/tools/types/register.jam
-share/boost-build/tools/types/rsp.jam
-share/boost-build/tools/types/sass-type.jam
-share/boost-build/tools/types/xml.jam
-share/boost-build/tools/unix.jam
-share/boost-build/tools/vacpp.jam
-share/boost-build/tools/vmsdecc.jam
-share/boost-build/tools/whale.jam
-share/boost-build/tools/xlcpp.jam
-share/boost-build/tools/xlf.jam
-share/boost-build/tools/xsltproc/
-share/boost-build/tools/xsltproc-config.jam
-share/boost-build/tools/xsltproc.jam
-share/boost-build/tools/xsltproc/included.xsl
-share/boost-build/tools/xsltproc/test.xml
-share/boost-build/tools/xsltproc/test.xsl
-share/boost-build/tools/zlib.jam
-share/boost-build/tools/zstd.jam
-share/boost-build/user-config.jam
-share/boost-build/util/
-share/boost-build/util/assert.jam
-share/boost-build/util/container.jam
-share/boost-build/util/doc.jam
-share/boost-build/util/indirect.jam
-share/boost-build/util/numbers.jam
-share/boost-build/util/option.jam
-share/boost-build/util/order.jam
-share/boost-build/util/os.jam
-share/boost-build/util/param.jam
-share/boost-build/util/path.jam
-share/boost-build/util/print.jam
-share/boost-build/util/regex.jam
-share/boost-build/util/sequence.jam
-share/boost-build/util/set.jam
-share/boost-build/util/string.jam
-share/boost-build/util/utility.jam
-share/examples/boost-build/
-share/examples/boost-build/asciidoctor/
-share/examples/boost-build/asciidoctor/example.adoc
-share/examples/boost-build/asciidoctor/example_manpage.adoc
-share/examples/boost-build/asciidoctor/jamroot.jam
-share/examples/boost-build/boost-build.jam
-share/examples/boost-build/built_tool/
-share/examples/boost-build/built_tool/Jamroot.jam
-share/examples/boost-build/built_tool/core/
-share/examples/boost-build/built_tool/core/Jamfile.jam
-share/examples/boost-build/built_tool/core/a.td
-share/examples/boost-build/built_tool/core/core.cpp
-share/examples/boost-build/built_tool/readme.txt
-share/examples/boost-build/built_tool/tblgen/
-share/examples/boost-build/built_tool/tblgen/Jamfile.jam
-share/examples/boost-build/built_tool/tblgen/tblgen.cpp
-share/examples/boost-build/complex-testing/
-share/examples/boost-build/complex-testing/compile-fail.cpp
-share/examples/boost-build/complex-testing/fail.cpp
-share/examples/boost-build/complex-testing/jamroot.jam
-share/examples/boost-build/complex-testing/post.cpp
-share/examples/boost-build/complex-testing/success.cpp
-share/examples/boost-build/customization/
-share/examples/boost-build/customization/class.verbatim
-share/examples/boost-build/customization/codegen.cpp
-share/examples/boost-build/customization/inline_file.py
-share/examples/boost-build/customization/jamroot.jam
-share/examples/boost-build/customization/readme.txt
-share/examples/boost-build/customization/t1.verbatim
-share/examples/boost-build/customization/t2.verbatim
-share/examples/boost-build/customization/usage.verbatim
-share/examples/boost-build/customization/verbatim.jam
-share/examples/boost-build/customization/verbatim.py
-share/examples/boost-build/generate/
-share/examples/boost-build/generate/README.txt
-share/examples/boost-build/generate/a.cpp
-share/examples/boost-build/generate/gen.jam
-share/examples/boost-build/generate/gen.py
-share/examples/boost-build/generate/jamroot.jam
-share/examples/boost-build/generator/
-share/examples/boost-build/generator/README.txt
-share/examples/boost-build/generator/foo.gci
-share/examples/boost-build/generator/jamroot.jam
-share/examples/boost-build/generator/soap.jam
-share/examples/boost-build/gettext/
-share/examples/boost-build/gettext/jamfile.jam
-share/examples/boost-build/gettext/jamroot.jam
-share/examples/boost-build/gettext/main.cpp
-share/examples/boost-build/gettext/readme.txt
-share/examples/boost-build/gettext/russian.po
-share/examples/boost-build/hello/
-share/examples/boost-build/hello/hello.cpp
-share/examples/boost-build/hello/jamroot.jam
-share/examples/boost-build/hello/readme.adoc
-share/examples/boost-build/libraries/
-share/examples/boost-build/libraries/app/
-share/examples/boost-build/libraries/app/app.cpp
-share/examples/boost-build/libraries/app/jamfile.jam
-share/examples/boost-build/libraries/jamroot.jam
-share/examples/boost-build/libraries/util/
-share/examples/boost-build/libraries/util/foo/
-share/examples/boost-build/libraries/util/foo/bar.cpp
-share/examples/boost-build/libraries/util/foo/include/
-share/examples/boost-build/libraries/util/foo/include/lib1.h
-share/examples/boost-build/libraries/util/foo/jamfile.jam
-share/examples/boost-build/make/
-share/examples/boost-build/make/foo.py
-share/examples/boost-build/make/jamroot.jam
-share/examples/boost-build/make/main_cpp.pro
-share/examples/boost-build/make/readme.txt
-share/examples/boost-build/named-install-dirs/
-share/examples/boost-build/named-install-dirs/a
-share/examples/boost-build/named-install-dirs/build.jam
-share/examples/boost-build/named-install-dirs/x/
-share/examples/boost-build/named-install-dirs/x/build.jam
-share/examples/boost-build/named-install-dirs/x/y/
-share/examples/boost-build/named-install-dirs/x/y/build.jam
-share/examples/boost-build/named-install-dirs/x/z/
-share/examples/boost-build/named-install-dirs/x/z/build.jam
-share/examples/boost-build/pch/
-share/examples/boost-build/pch-multi/
-share/examples/boost-build/pch-multi/include/
-share/examples/boost-build/pch-multi/include/extra/
-share/examples/boost-build/pch-multi/include/extra/meta.hpp
-share/examples/boost-build/pch-multi/include/pch.hpp
-share/examples/boost-build/pch-multi/include/std.hpp
-share/examples/boost-build/pch-multi/jamroot.jam
-share/examples/boost-build/pch-multi/source/
-share/examples/boost-build/pch-multi/source/hello_world.cpp
-share/examples/boost-build/pch/include/
-share/examples/boost-build/pch/include/pch.hpp
-share/examples/boost-build/pch/jamroot.jam
-share/examples/boost-build/pch/source/
-share/examples/boost-build/pch/source/hello_world.cpp
-share/examples/boost-build/pkg-config/
-share/examples/boost-build/pkg-config/debug-packages/
-share/examples/boost-build/pkg-config/debug-packages/debugged.pc
-share/examples/boost-build/pkg-config/jamroot.jam
-share/examples/boost-build/pkg-config/packages/
-share/examples/boost-build/pkg-config/packages/debugged.pc
-share/examples/boost-build/pkg-config/packages/foobar.pc
-share/examples/boost-build/pkg-config/packages/mangled-mt.pc
-share/examples/boost-build/pkg-config/packages/mangled.pc
-share/examples/boost-build/pkg-config/packages/versioned.pc
-share/examples/boost-build/pkg-config/packages/with-var.pc
-share/examples/boost-build/pkg-config/test1.cpp
-share/examples/boost-build/pkg-config/test2.cpp
-share/examples/boost-build/pkg-config/test3.cpp
-share/examples/boost-build/pkg-config/test4.cpp
-share/examples/boost-build/pkg-config/test5.cpp
-share/examples/boost-build/qt/
-share/examples/boost-build/qt/README.txt
-share/examples/boost-build/qt/qt3/
-share/examples/boost-build/qt/qt3/hello/
-share/examples/boost-build/qt/qt3/hello/canvas.cpp
-share/examples/boost-build/qt/qt3/hello/canvas.h
-share/examples/boost-build/qt/qt3/hello/jamroot.jam
-share/examples/boost-build/qt/qt3/hello/main.cpp
-share/examples/boost-build/qt/qt3/moccable-cpp/
-share/examples/boost-build/qt/qt3/moccable-cpp/jamroot.jam
-share/examples/boost-build/qt/qt3/moccable-cpp/main.cpp
-share/examples/boost-build/qt/qt3/uic/
-share/examples/boost-build/qt/qt3/uic/hello_world_widget.ui
-share/examples/boost-build/qt/qt3/uic/jamroot.jam
-share/examples/boost-build/qt/qt3/uic/main.cpp
-share/examples/boost-build/qt/qt4/
-share/examples/boost-build/qt/qt4/hello/
-share/examples/boost-build/qt/qt4/hello/arrow.cpp
-share/examples/boost-build/qt/qt4/hello/arrow.h
-share/examples/boost-build/qt/qt4/hello/jamroot.jam
-share/examples/boost-build/qt/qt4/hello/main.cpp
-share/examples/boost-build/qt/qt4/moccable-cpp/
-share/examples/boost-build/qt/qt4/moccable-cpp/jamroot.jam
-share/examples/boost-build/qt/qt4/moccable-cpp/main.cpp
-share/examples/boost-build/qt/qt4/uic/
-share/examples/boost-build/qt/qt4/uic/hello_world_widget.ui
-share/examples/boost-build/qt/qt4/uic/jamroot.jam
-share/examples/boost-build/qt/qt4/uic/main.cpp
-share/examples/boost-build/sanitizers/
-share/examples/boost-build/sanitizers/jamroot.jam
-share/examples/boost-build/sanitizers/main.cpp
-share/examples/boost-build/sanitizers/readme.adoc
-share/examples/boost-build/sass/
-share/examples/boost-build/sass/importing.scss
-share/examples/boost-build/sass/include/
-share/examples/boost-build/sass/include/foobar.scss
-share/examples/boost-build/sass/jamroot.jam
-share/examples/boost-build/sass/singleton.sass
-share/examples/boost-build/sass/singleton.scss
-share/examples/boost-build/site-config.jam
-share/examples/boost-build/testing/
-share/examples/boost-build/testing/compile-fail.cpp
-share/examples/boost-build/testing/fail.cpp
-share/examples/boost-build/testing/jamroot.jam
-share/examples/boost-build/testing/success.cpp
-share/examples/boost-build/time/
-share/examples/boost-build/time/hello.cpp
-share/examples/boost-build/time/jamroot.jam
-share/examples/boost-build/time/readme.qbk
-share/examples/boost-build/try_compile/
-share/examples/boost-build/try_compile/Jamroot.jam
-share/examples/boost-build/try_compile/foo.cpp
-share/examples/boost-build/try_compile/main.cpp
-share/examples/boost-build/user-config.jam
-share/examples/boost-build/variant/
-share/examples/boost-build/variant/a.cpp
-share/examples/boost-build/variant/jamfile.jam
-share/examples/boost-build/variant/jamroot.jam
-share/examples/boost-build/variant/libs/
-share/examples/boost-build/variant/libs/jamfile.jam
-share/examples/boost-build/variant/libs/l.cpp
-share/examples/boost-build/variant/readme.qbk
+share/b2/
+share/b2/bootstrap.jam
+share/b2/build/
+share/b2/build-system.jam
+share/b2/build/ac.jam
+share/b2/build/alias.jam
+share/b2/build/build-request.jam
+share/b2/build/config-cache.jam
+share/b2/build/configure.jam
+share/b2/build/feature.jam
+share/b2/build/generators.jam
+share/b2/build/project.jam
+share/b2/build/property-set.jam
+share/b2/build/property.jam
+share/b2/build/readme.txt
+share/b2/build/scanner.jam
+share/b2/build/targets.jam
+share/b2/build/toolset.jam
+share/b2/build/type.jam
+share/b2/build/version.jam
+share/b2/build/virtual-target.jam
+share/b2/contrib/
+share/b2/contrib/boost.jam
+share/b2/contrib/modular.jam
+share/b2/contrib/tntnet.jam
+share/b2/contrib/wxFormBuilder.jam
+share/b2/kernel/
+share/b2/kernel/bootstrap.jam
+share/b2/kernel/class.jam
+share/b2/kernel/errors.jam
+share/b2/kernel/modules.jam
+share/b2/options/
+share/b2/options/help.jam
+share/b2/tools/
+share/b2/tools/acc.jam
+share/b2/tools/asciidoctor.jam
+share/b2/tools/auto-index.jam
+share/b2/tools/bison.jam
+share/b2/tools/boostbook.jam
+share/b2/tools/borland.jam
+share/b2/tools/builtin.jam
+share/b2/tools/bzip2.jam
+share/b2/tools/cast.jam
+share/b2/tools/clang-darwin.jam
+share/b2/tools/clang-linux.jam
+share/b2/tools/clang-vxworks.jam
+share/b2/tools/clang-win.jam
+share/b2/tools/clang.jam
+share/b2/tools/common.jam
+share/b2/tools/como-linux.jam
+share/b2/tools/como-win.jam
+share/b2/tools/como.jam
+share/b2/tools/convert.jam
+share/b2/tools/cray.jam
+share/b2/tools/cw-config.jam
+share/b2/tools/cw.jam
+share/b2/tools/cygwin.jam
+share/b2/tools/darwin.jam
+share/b2/tools/diab.jam
+share/b2/tools/dmc.jam
+share/b2/tools/docutils.jam
+share/b2/tools/doxproc.py
+share/b2/tools/doxygen/
+share/b2/tools/doxygen.jam
+share/b2/tools/doxygen/windows-paths-check.doxyfile
+share/b2/tools/doxygen/windows-paths-check.hpp
+share/b2/tools/embarcadero.jam
+share/b2/tools/emscripten.jam
+share/b2/tools/features/
+share/b2/tools/features/__init_features__.jam
+share/b2/tools/features/address-model-feature.jam
+share/b2/tools/features/allow-feature.jam
+share/b2/tools/features/architecture-feature.jam
+share/b2/tools/features/archiveflags-feature.jam
+share/b2/tools/features/asmflags-feature.jam
+share/b2/tools/features/build-feature.jam
+share/b2/tools/features/cflags-feature.jam
+share/b2/tools/features/compileflags-feature.jam
+share/b2/tools/features/conditional-feature.jam
+share/b2/tools/features/coverage-feature.jam
+share/b2/tools/features/cxx-template-depth-feature.jam
+share/b2/tools/features/cxxabi-feature.jam
+share/b2/tools/features/cxxflags-feature.jam
+share/b2/tools/features/cxxstd-feature.jam
+share/b2/tools/features/debug-feature.jam
+share/b2/tools/features/define-feature.jam
+share/b2/tools/features/dependency-feature.jam
+share/b2/tools/features/dll-feature.jam
+share/b2/tools/features/exception-feature.jam
+share/b2/tools/features/fflags-feature.jam
+share/b2/tools/features/file-feature.jam
+share/b2/tools/features/find-lib-feature.jam
+share/b2/tools/features/flags-feature.jam
+share/b2/tools/features/force-include-feature.jam
+share/b2/tools/features/include-feature.jam
+share/b2/tools/features/instruction-set-feature.jam
+share/b2/tools/features/internal-feature.jam
+share/b2/tools/features/library-feature.jam
+share/b2/tools/features/link-feature.jam
+share/b2/tools/features/linkflags-feature.jam
+share/b2/tools/features/local-visibility-feature.jam
+share/b2/tools/features/location-feature.jam
+share/b2/tools/features/location-prefix-feature.jam
+share/b2/tools/features/lto-feature.jam
+share/b2/tools/features/name-feature.jam
+share/b2/tools/features/objcflags-feature.jam
+share/b2/tools/features/optimization-feature.jam
+share/b2/tools/features/os-feature.jam
+share/b2/tools/features/relevant-feature.jam
+share/b2/tools/features/response-file-feature.jam
+share/b2/tools/features/rtti-feature.jam
+share/b2/tools/features/runtime-feature.jam
+share/b2/tools/features/sanitizers-feature.jam
+share/b2/tools/features/search-feature.jam
+share/b2/tools/features/source-feature.jam
+share/b2/tools/features/stdlib-feature.jam
+share/b2/tools/features/strip-feature.jam
+share/b2/tools/features/tag-feature.jam
+share/b2/tools/features/threadapi-feature.jam
+share/b2/tools/features/threading-feature.jam
+share/b2/tools/features/toolset-feature.jam
+share/b2/tools/features/translate-path-feature.jam
+share/b2/tools/features/user-interface-feature.jam
+share/b2/tools/features/variant-feature.jam
+share/b2/tools/features/version-feature.jam
+share/b2/tools/features/visibility-feature.jam
+share/b2/tools/features/warnings-feature.jam
+share/b2/tools/flags.jam
+share/b2/tools/fop.jam
+share/b2/tools/fortran.jam
+share/b2/tools/gcc.jam
+share/b2/tools/generate.jam
+share/b2/tools/generators/
+share/b2/tools/generators/__init_generators__.jam
+share/b2/tools/generators/archive-generator.jam
+share/b2/tools/generators/c-compiling-generator.jam
+share/b2/tools/generators/dummy-generator.jam
+share/b2/tools/generators/lib-generator.jam
+share/b2/tools/generators/linking-generator.jam
+share/b2/tools/generators/prebuilt-lib-generator.jam
+share/b2/tools/generators/searched-lib-generator.jam
+share/b2/tools/gettext.jam
+share/b2/tools/gfortran.jam
+share/b2/tools/hp_cxx.jam
+share/b2/tools/hpfortran.jam
+share/b2/tools/ifort.jam
+share/b2/tools/intel-darwin.jam
+share/b2/tools/intel-linux.jam
+share/b2/tools/intel-vxworks.jam
+share/b2/tools/intel-win.jam
+share/b2/tools/intel.jam
+share/b2/tools/lex.jam
+share/b2/tools/libjpeg.jam
+share/b2/tools/libpng.jam
+share/b2/tools/libtiff.jam
+share/b2/tools/link.jam
+share/b2/tools/lzma.jam
+share/b2/tools/make.jam
+share/b2/tools/mc.jam
+share/b2/tools/message.jam
+share/b2/tools/midl.jam
+share/b2/tools/mipspro.jam
+share/b2/tools/mpi.jam
+share/b2/tools/msvc.jam
+share/b2/tools/notfile.jam
+share/b2/tools/openssl.jam
+share/b2/tools/package.jam
+share/b2/tools/pathscale.jam
+share/b2/tools/pch.jam
+share/b2/tools/pgi.jam
+share/b2/tools/pkg-config.jam
+share/b2/tools/python-config.jam
+share/b2/tools/python.jam
+share/b2/tools/qcc.jam
+share/b2/tools/qt.jam
+share/b2/tools/qt3.jam
+share/b2/tools/qt4.jam
+share/b2/tools/qt5.jam
+share/b2/tools/quickbook-config.jam
+share/b2/tools/quickbook.jam
+share/b2/tools/rc.jam
+share/b2/tools/sass.jam
+share/b2/tools/saxonhe.jam
+share/b2/tools/stage.jam
+share/b2/tools/stlport.jam
+share/b2/tools/sun.jam
+share/b2/tools/symlink.jam
+share/b2/tools/testing-aux.jam
+share/b2/tools/testing.jam
+share/b2/tools/types/
+share/b2/tools/types/adoc.jam
+share/b2/tools/types/asm.jam
+share/b2/tools/types/cpp.jam
+share/b2/tools/types/css.jam
+share/b2/tools/types/docbook.jam
+share/b2/tools/types/exe.jam
+share/b2/tools/types/html.jam
+share/b2/tools/types/lib.jam
+share/b2/tools/types/man.jam
+share/b2/tools/types/markdown.jam
+share/b2/tools/types/obj.jam
+share/b2/tools/types/objc.jam
+share/b2/tools/types/pdf.jam
+share/b2/tools/types/preprocessed.jam
+share/b2/tools/types/qt.jam
+share/b2/tools/types/register.jam
+share/b2/tools/types/rsp.jam
+share/b2/tools/types/sass-type.jam
+share/b2/tools/types/xml.jam
+share/b2/tools/unix.jam
+share/b2/tools/vacpp.jam
+share/b2/tools/vmsdecc.jam
+share/b2/tools/whale.jam
+share/b2/tools/xlcpp.jam
+share/b2/tools/xlf.jam
+share/b2/tools/xsltproc/
+share/b2/tools/xsltproc-config.jam
+share/b2/tools/xsltproc.jam
+share/b2/tools/xsltproc/included.xsl
+share/b2/tools/xsltproc/test.xml
+share/b2/tools/xsltproc/test.xsl
+share/b2/tools/zlib.jam
+share/b2/tools/zstd.jam
+share/b2/user-config.jam
+share/b2/util/
+share/b2/util/assert.jam
+share/b2/util/container.jam
+share/b2/util/doc.jam
+share/b2/util/indirect.jam
+share/b2/util/numbers.jam
+share/b2/util/option.jam
+share/b2/util/order.jam
+share/b2/util/os.jam
+share/b2/util/param.jam
+share/b2/util/path.jam
+share/b2/util/print.jam
+share/b2/util/regex.jam
+share/b2/util/sequence.jam
+share/b2/util/set.jam
+share/b2/util/string.jam
+share/b2/util/utility.jam
+share/examples/b2/
+share/examples/b2/asciidoctor/
+share/examples/b2/asciidoctor/example.adoc
+share/examples/b2/asciidoctor/example_manpage.adoc
+share/examples/b2/asciidoctor/jamroot.jam
+share/examples/b2/built_tool/
+share/examples/b2/built_tool/Jamroot.jam
+share/examples/b2/built_tool/core/
+share/examples/b2/built_tool/core/Jamfile.jam
+share/examples/b2/built_tool/core/a.td
+share/examples/b2/built_tool/core/core.cpp
+share/examples/b2/built_tool/readme.txt
+share/examples/b2/built_tool/tblgen/
+share/examples/b2/built_tool/tblgen/Jamfile.jam
+share/examples/b2/built_tool/tblgen/tblgen.cpp
+share/examples/b2/complex-testing/
+share/examples/b2/complex-testing/compile-fail.cpp
+share/examples/b2/complex-testing/fail.cpp
+share/examples/b2/complex-testing/jamroot.jam
+share/examples/b2/complex-testing/post.cpp
+share/examples/b2/complex-testing/success.cpp
+share/examples/b2/customization/
+share/examples/b2/customization/class.verbatim
+share/examples/b2/customization/codegen.cpp
+share/examples/b2/customization/inline_file.py
+share/examples/b2/customization/jamroot.jam
+share/examples/b2/customization/readme.txt
+share/examples/b2/customization/t1.verbatim
+share/examples/b2/customization/t2.verbatim
+share/examples/b2/customization/usage.verbatim
+share/examples/b2/customization/verbatim.jam
+share/examples/b2/customization/verbatim.py
+share/examples/b2/generate/
+share/examples/b2/generate/README.txt
+share/examples/b2/generate/a.cpp
+share/examples/b2/generate/gen.jam
+share/examples/b2/generate/gen.py
+share/examples/b2/generate/jamroot.jam
+share/examples/b2/generator/
+share/examples/b2/generator/README.txt
+share/examples/b2/generator/foo.gci
+share/examples/b2/generator/jamroot.jam
+share/examples/b2/generator/soap.jam
+share/examples/b2/gettext/
+share/examples/b2/gettext/jamfile.jam
+share/examples/b2/gettext/jamroot.jam
+share/examples/b2/gettext/main.cpp
+share/examples/b2/gettext/readme.txt
+share/examples/b2/gettext/russian.po
+share/examples/b2/hello/
+share/examples/b2/hello/hello.cpp
+share/examples/b2/hello/jamroot.jam
+share/examples/b2/hello/readme.adoc
+share/examples/b2/libraries/
+share/examples/b2/libraries/app/
+share/examples/b2/libraries/app/app.cpp
+share/examples/b2/libraries/app/jamfile.jam
+share/examples/b2/libraries/jamroot.jam
+share/examples/b2/libraries/util/
+share/examples/b2/libraries/util/foo/
+share/examples/b2/libraries/util/foo/bar.cpp
+share/examples/b2/libraries/util/foo/include/
+share/examples/b2/libraries/util/foo/include/lib1.h
+share/examples/b2/libraries/util/foo/jamfile.jam
+share/examples/b2/make/
+share/examples/b2/make/foo.py
+share/examples/b2/make/jamroot.jam
+share/examples/b2/make/main_cpp.pro
+share/examples/b2/make/readme.txt
+share/examples/b2/named-install-dirs/
+share/examples/b2/named-install-dirs/a
+share/examples/b2/named-install-dirs/build.jam
+share/examples/b2/named-install-dirs/x/
+share/examples/b2/named-install-dirs/x/build.jam
+share/examples/b2/named-install-dirs/x/y/
+share/examples/b2/named-install-dirs/x/y/build.jam
+share/examples/b2/named-install-dirs/x/z/
+share/examples/b2/named-install-dirs/x/z/build.jam
+share/examples/b2/pch/
+share/examples/b2/pch-multi/
+share/examples/b2/pch-multi/include/
+share/examples/b2/pch-multi/include/extra/
+share/examples/b2/pch-multi/include/extra/meta.hpp
+share/examples/b2/pch-multi/include/pch.hpp
+share/examples/b2/pch-multi/include/std.hpp
+share/examples/b2/pch-multi/jamroot.jam
+share/examples/b2/pch-multi/source/
+share/examples/b2/pch-multi/source/hello_world.cpp
+share/examples/b2/pch/include/
+share/examples/b2/pch/include/pch.hpp
+share/examples/b2/pch/jamroot.jam
+share/examples/b2/pch/source/
+share/examples/b2/pch/source/hello_world.cpp
+share/examples/b2/pkg-config/
+share/examples/b2/pkg-config/debug-packages/
+share/examples/b2/pkg-config/debug-packages/debugged.pc
+share/examples/b2/pkg-config/jamroot.jam
+share/examples/b2/pkg-config/packages/
+share/examples/b2/pkg-config/packages/debugged.pc
+share/examples/b2/pkg-config/packages/foobar.pc
+share/examples/b2/pkg-config/packages/mangled-mt.pc
+share/examples/b2/pkg-config/packages/mangled.pc
+share/examples/b2/pkg-config/packages/versioned.pc
+share/examples/b2/pkg-config/packages/with-var.pc
+share/examples/b2/pkg-config/test1.cpp
+share/examples/b2/pkg-config/test2.cpp
+share/examples/b2/pkg-config/test3.cpp
+share/examples/b2/pkg-config/test4.cpp
+share/examples/b2/pkg-config/test5.cpp
+share/examples/b2/qt/
+share/examples/b2/qt/README.txt
+share/examples/b2/qt/qt3/
+share/examples/b2/qt/qt3/hello/
+share/examples/b2/qt/qt3/hello/canvas.cpp
+share/examples/b2/qt/qt3/hello/canvas.h
+share/examples/b2/qt/qt3/hello/jamroot.jam
+share/examples/b2/qt/qt3/hello/main.cpp
+share/examples/b2/qt/qt3/moccable-cpp/
+share/examples/b2/qt/qt3/moccable-cpp/jamroot.jam
+share/examples/b2/qt/qt3/moccable-cpp/main.cpp
+share/examples/b2/qt/qt3/uic/
+share/examples/b2/qt/qt3/uic/hello_world_widget.ui
+share/examples/b2/qt/qt3/uic/jamroot.jam
+share/examples/b2/qt/qt3/uic/main.cpp
+share/examples/b2/qt/qt4/
+share/examples/b2/qt/qt4/hello/
+share/examples/b2/qt/qt4/hello/arrow.cpp
+share/examples/b2/qt/qt4/hello/arrow.h
+share/examples/b2/qt/qt4/hello/jamroot.jam
+share/examples/b2/qt/qt4/hello/main.cpp
+share/examples/b2/qt/qt4/moccable-cpp/
+share/examples/b2/qt/qt4/moccable-cpp/jamroot.jam
+share/examples/b2/qt/qt4/moccable-cpp/main.cpp
+share/examples/b2/qt/qt4/uic/
+share/examples/b2/qt/qt4/uic/hello_world_widget.ui
+share/examples/b2/qt/qt4/uic/jamroot.jam
+share/examples/b2/qt/qt4/uic/main.cpp
+share/examples/b2/sanitizers/
+share/examples/b2/sanitizers/jamroot.jam
+share/examples/b2/sanitizers/main.cpp
+share/examples/b2/sanitizers/readme.adoc
+share/examples/b2/sass/
+share/examples/b2/sass/importing.scss
+share/examples/b2/sass/include/
+share/examples/b2/sass/include/foobar.scss
+share/examples/b2/sass/jamroot.jam
+share/examples/b2/sass/singleton.sass
+share/examples/b2/sass/singleton.scss
+share/examples/b2/site-config.jam
+share/examples/b2/testing/
+share/examples/b2/testing/compile-fail.cpp
+share/examples/b2/testing/fail.cpp
+share/examples/b2/testing/jamroot.jam
+share/examples/b2/testing/success.cpp
+share/examples/b2/time/
+share/examples/b2/time/hello.cpp
+share/examples/b2/time/jamroot.jam
+share/examples/b2/time/readme.qbk
+share/examples/b2/try_compile/
+share/examples/b2/try_compile/Jamroot.jam
+share/examples/b2/try_compile/foo.cpp
+share/examples/b2/try_compile/main.cpp
+share/examples/b2/user-config.jam
+share/examples/b2/variant/
+share/examples/b2/variant/a.cpp
+share/examples/b2/variant/jamfile.jam
+share/examples/b2/variant/jamroot.jam
+share/examples/b2/variant/libs/
+share/examples/b2/variant/libs/jamfile.jam
+share/examples/b2/variant/libs/l.cpp
+share/examples/b2/variant/readme.qbk

No comments:

Post a Comment