Compare commits

..

No commits in common. "master" and "boost-1.86.0" have entirely different histories.

132 changed files with 140 additions and 188 deletions

View file

@ -2,7 +2,7 @@ version: 2.1
jobs:
build:
docker:
- image: cppalliance/boost_superproject_build:24.04-v3
- image: cppalliance/boost_superproject_build:22.04-v1
parallelism: 2
steps:
- checkout

View file

@ -18,12 +18,9 @@ jobs:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
- os: ubuntu-22.04-arm
- os: ubuntu-24.04
- os: ubuntu-24.04-arm
- os: macos-12
- os: macos-13
- os: macos-14
- os: macos-15
runs-on: ${{matrix.os}}
@ -57,7 +54,6 @@ jobs:
include:
- os: windows-2019
- os: windows-2022
- os: windows-2025
runs-on: ${{matrix.os}}
@ -92,12 +88,9 @@ jobs:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
- os: ubuntu-22.04-arm
- os: ubuntu-24.04
- os: ubuntu-24.04-arm
- os: macos-12
- os: macos-13
- os: macos-14
- os: macos-15
runs-on: ${{matrix.os}}
timeout-minutes: 20
@ -129,7 +122,6 @@ jobs:
include:
- os: windows-2019
- os: windows-2022
- os: windows-2025
runs-on: ${{matrix.os}}
@ -189,12 +181,9 @@ jobs:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
- os: ubuntu-22.04-arm
- os: ubuntu-24.04
- os: ubuntu-24.04-arm
- os: macos-12
- os: macos-13
- os: macos-14
- os: macos-15
runs-on: ${{matrix.os}}
timeout-minutes: 90
@ -226,7 +215,6 @@ jobs:
include:
- os: windows-2019
- os: windows-2022
- os: windows-2025
runs-on: ${{matrix.os}}

25
.gitmodules vendored
View file

@ -353,6 +353,11 @@
url = ../type_traits.git
fetchRecurseSubmodules = on-demand
branch = .
[submodule "compatibility"]
path = libs/compatibility
url = ../compatibility.git
fetchRecurseSubmodules = on-demand
branch = .
[submodule "bind"]
path = libs/bind
url = ../bind.git
@ -823,23 +828,3 @@
url = ../scope.git
fetchRecurseSubmodules = on-demand
branch = .
[submodule "boostlook"]
path = tools/boostlook
url = ../boostlook.git
fetchRecurseSubmodules = on-demand
branch = .
[submodule "parser"]
path = libs/parser
url = ../parser.git
fetchRecurseSubmodules = on-demand
branch = .
[submodule "mqtt5"]
path = libs/mqtt5
url = ../mqtt5.git
fetchRecurseSubmodules = on-demand
branch = .
[submodule "hash2"]
path = libs/hash2
url = ../hash2.git
fetchRecurseSubmodules = on-demand
branch = .

View file

@ -10,7 +10,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR AND NOT CMAKE_BUILD_TYPE A
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
endif()
project(Boost VERSION 1.88.0 LANGUAGES CXX)
project(Boost VERSION 1.86.0 LANGUAGES CXX)
set(BOOST_SUPERPROJECT_VERSION ${PROJECT_VERSION})
set(BOOST_SUPERPROJECT_SOURCE_DIR ${PROJECT_SOURCE_DIR})

30
Jamroot
View file

@ -148,7 +148,7 @@ import project ;
import tools/boost\_install/boost-install ;
path-constant BOOST_ROOT : . ;
constant BOOST_VERSION : 1.88.0 ;
constant BOOST_VERSION : 1.86.0 ;
constant BOOST_JAMROOT_MODULE : $(__name__) ;
# Allow subprojects to simply `import config : requires ;` to get access to the requires rule
@ -433,18 +433,17 @@ rule boost-library ( id ? : options * : * )
#
# NOTE: This has to be after the boost-* rule definitions to ensure that those
# are available for import into the new projects.
local location = [ project.attribute $(__name__) location ] ;
for local lib in $(all-libraries-to-declare)
{
local lib-path
= [ path.join $(location) libs $(lib) ] ;
= [ path.join [ project.attribute $(__name__) location ] libs $(lib) ] ;
if $(lib) = numeric_conversion
{
lib-path = [ path.join $(location) libs/numeric/conversion ] ;
lib-path = [ path.join [ project.attribute $(__name__) location ] libs/numeric/conversion ] ;
}
else if $(lib) in interval odeint ublas
{
lib-path = [ path.join $(location) libs/numeric/$(lib) ] ;
lib-path = [ path.join [ project.attribute $(__name__) location ] libs/numeric/$(lib) ] ;
}
local lib-module
= [ project.load $(lib-path) : synthesize ] ;
@ -462,24 +461,7 @@ for local lib in $(all-libraries-to-declare)
project.pop-current ;
}
# Backslash because of `bcp --namespace`
if ! [ project.search /boost/tools/boost\_install ]
if ! [ project.search /boost/tools/boost_install ]
{
use-project /boost/tools/boost\_install : tools/boost\_install ;
}
# Ensure "modular" libraries' projects are loaded before build request is
# calculated. This is necessary for subprojects that define custom features
# to be set by users on command line.
# This part should stay at the bottom of the file, because subprojects may rely
# on rules or constants from it.
for local l in $(all-libraries-modular-build)
{
# project.find returns the module for the project, which ensures that the
# project is loaded. The convoluted way the rule is invoked is due to the
# fact that project.find can only be called from a project target instance.
modules.call-in [ project.target $(__name__) ]
: project.find /boost/$(l)
: $(location) ;
use-project /boost/tools/boost_install : tools/boost_install ;
}

View file

@ -7,10 +7,10 @@
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt) -->
<title>Redirect to generated documentation</title>
<meta http-equiv="refresh" content="0; URL=../../tools/boostbook/index.html">
<meta http-equiv="refresh" content="0; URL=http://www.boost.org/doc/libs/master/doc/html/boostbook.html">
</head>
<body>
Automatic redirection failed, please go to
<a href="../../tools/boostbook/index.html">../../tools/boostbook/index.html</a>
<a href="http://www.boost.org/doc/libs/master/doc/html/boostbook.html">http://www.boost.org/doc/libs/master/doc/html/boostbook.html</a>
</body>
</html>

@ -1 +1 @@
Subproject commit 8292e1831811488bee57feee690b818b0821cddd
Subproject commit aee53090c04bd0a263480fae25fddddcef54ca82

@ -1 +1 @@
Subproject commit e988ef9c4a7d64be2850dc8de18b6461e094d4ae
Subproject commit 23f6b27c0d9916b9932baac898ae3009817a9153

@ -1 +1 @@
Subproject commit 8ce699c7d8c10a7d3e6187bc98244d1d2f2958c8
Subproject commit c28d453674dd2071fdc8cce5ffabcb54c910f466

@ -1 +1 @@
Subproject commit 5dcb2af5213ae132b7531e45e7f93258cc33ffd8
Subproject commit 242fdfb1373127331cb229379b50b1dba0f53e49

@ -1 +1 @@
Subproject commit b452220f5de0f6205433c08cee63742102a424d2
Subproject commit ababd47970e8a5fa1bebc8ccad526c4f25bd867a

@ -1 +1 @@
Subproject commit 199906f4e1789d8d182d478842ea4df9543d5fea
Subproject commit fbdb5f44d4ace030d8a8836cc4f3738bcc1c6d72

@ -1 +1 @@
Subproject commit 1d8dfae490125bd63efedfa7a3ecf20e8e9b54a5
Subproject commit fee9be0be10c9c9a22ac1505a710d1d8ed5a3dfb

@ -1 +1 @@
Subproject commit f64de6d045bf6aa3f39a672604bcccbc97291525
Subproject commit 6865e94cc56a33bb8b162bf8d62cfe620b06d2b6

@ -1 +1 @@
Subproject commit a541a8d5c16920e1836d09299915890d687efe36
Subproject commit 97776ec7ba6217ecdfb8fd777dec85117de6f188

@ -1 +1 @@
Subproject commit 22a7e222c9763b19714a05aa67fefd70888df70f
Subproject commit bde521e1c9db72f8898005f17950dad4dd830a90

@ -1 +1 @@
Subproject commit ef510872039483dc66b7b2263c43c273a9aaecd6
Subproject commit ee0d6d543a37d9b7243682549e9ae359eb89daa9

@ -1 +1 @@
Subproject commit 61cf72a85be54ded1d81211baaf61dc52ec6bed2
Subproject commit af72ced0518b350044c35f8aca8232aa2c0e79c3

@ -1 +1 @@
Subproject commit 61b464c3eec8a2d3e4aae1275b5844a411caedae
Subproject commit 9244cd17b93c2a84cc65b6e3a31fc44741ec9ae2

1
libs/compatibility Submodule

@ -0,0 +1 @@
Subproject commit d0caac5c346f7e24b4f8ec1e55110119492b64bd

@ -1 +1 @@
Subproject commit cf7907574d6159cd43e6cf687a7b656278c61dd0
Subproject commit 36350b7de849300bd3d72a05d8bf890ca405a014

@ -1 +1 @@
Subproject commit 0ef7f2b5daeaa125a53d98affba8f40091d24b17
Subproject commit 37c9bddf0bdefaaae0ca5852c1a153d9fc43f278

@ -1 +1 @@
Subproject commit 4e9d5a3a95418d9ca623d38f5c772d485c2c2baf
Subproject commit 2bd6f0dfc52ff1fb1bd502361f4d0c750ce51d93

@ -1 +1 @@
Subproject commit 866fd30df1ab723e2104e3de504f4a8c116f2c41
Subproject commit e08a064896048daa306b82d7525e5b524051fb42

@ -1 +1 @@
Subproject commit b8179488b20eb1373bdbf5c7fcca963f072512df
Subproject commit 6d214eb776456bf17fbee20780a034a23438084f

@ -1 +1 @@
Subproject commit afd2ce33722e223d75723f3b44dc9fa94302e764
Subproject commit 1bde50e400547e29336afe7ea0cd693d8c884fb6

@ -1 +1 @@
Subproject commit 9d64c899df6fc62ea35523a8423ad0d7ac6c6078
Subproject commit 9f285ef0c43c101e49b37bf5e6085e8d635887dc

@ -1 +1 @@
Subproject commit 1e1ccb491edeb3a8580b6998c894c07968d4bbb5
Subproject commit 622476533c60b979d0b6a406d601c88219092cdb

@ -1 +1 @@
Subproject commit 8b09bf7d0e8a13d1ef59aaff02a84d42acb034f3
Subproject commit 1e1347c0b1910b9310ec1719edad8b0bf2fd03c8

@ -1 +1 @@
Subproject commit dbbf042e0a9081b4119d491b788ae0fe7c03192a
Subproject commit d7e1c1c4abcf8c1e90097279e485edea0b253a80

@ -1 +1 @@
Subproject commit 75146a958410c789381a4609166c754d35548e2d
Subproject commit 13f9200ecacb011ba52bc3b0bea7955634de1499

@ -1 +1 @@
Subproject commit ddff876eeaab5f08844c4c8e88d1679f86ae8210
Subproject commit 50719b212349f3d1268285c586331584d3dbfeb5

@ -1 +1 @@
Subproject commit a54b2619f8f75861836114d02a3fc70c7c9b3474
Subproject commit 804767983fb6f77f8e0fd975f23d1facee6f224b

@ -1 +1 @@
Subproject commit c30df76b0492827c6e3b6177c733f45987094426
Subproject commit 6c60dde50bf67138c90cc84938111866813feaff

@ -1 +1 @@
Subproject commit b96250c3c66d310b51555fbf532245c47d71c1b9
Subproject commit 8e20aa1462bf6dcadc338835df529a6d568431b1

@ -1 +1 @@
Subproject commit c0b5c80603b8de7eeea8724c9a4f2761c3df06f2
Subproject commit 900fe18a117daa9ce023529b006f122ad4116749

@ -1 +1 @@
Subproject commit 9238ef8e7f97e619ed3e58bc7becf16b4966ccf0
Subproject commit ece51fe0f7b8273ffc3fa626c3d1442f7af24ef9

@ -1 +1 @@
Subproject commit 238487b543e8863c647d31a82ccfc3fa11a960d9
Subproject commit 88b8304e78dfab4baee5d6beca09938d2826061a

@ -1 +1 @@
Subproject commit 30b312e5c0335831af61ad16802e888f5fb344ea
Subproject commit 41a990ef14760d487c8c3b234f5e3e59178140df

@ -1 +1 @@
Subproject commit a4fee292a5a71733796371443754849b2de62e5a
Subproject commit e9f3a0a005eca8baa377f13423107b35985d9119

@ -1 +1 @@
Subproject commit 904451bb8b094b426a69fbf33825c06677f2835f
Subproject commit cc2f75ae30492b9de69b3b692f5c59afcb7dea5e

@ -1 +1 @@
Subproject commit 66075102416bc5d0f8e0bd151a19013dadbf94ce
Subproject commit 9c6964ae01169974da56ba0d3f32ff2627604776

@ -1 +1 @@
Subproject commit f6b538dbed2e3047dcbd09eb3f5c7f1ffa90d0a9
Subproject commit 1204b7d20091c1ac65fb02a1d5991a82098e4f77

@ -1 +1 @@
Subproject commit 6fba35ace59e9e7b1c3007ca6246a42ed6ead145
Subproject commit 895335874d67987ada0d8bf6ca1725e70642ed49

@ -1 +1 @@
Subproject commit c12caf96084766105f9da53ac11efec6ba0e5e73
Subproject commit f82eb32da79641697583a43be9988d7517d8553c

@ -1 +1 @@
Subproject commit 54a94911e68dccf5812b32d018566566700499f3
Subproject commit 198616d896e0db612d507baed7f8e01c38809066

@ -1 +1 @@
Subproject commit 275ee334d4c406643e9f560c40f9b73638cd9c7e
Subproject commit e66cd6bc3fdba37b31440e013d026a10e26ca486

@ -1 +0,0 @@
Subproject commit 14a374ea904cf7a58cfef65e11d1de067fe0dd82

@ -1 +1 @@
Subproject commit 7db5d9db6615b40239a8bb9383a12bd56924bd07
Subproject commit dc2f19f8815cbe0654df61bfc5f31ad8b06fc883

@ -1 +1 @@
Subproject commit 2dfe66886d71b9a341433ea8b6ff225cc07da80b
Subproject commit c37a3402beff5da04790d054bd7292920b433046

@ -1 +1 @@
Subproject commit 1739eeb8871487074e1843d88e43dd2ae5f0786b
Subproject commit 9fc4ee7dd7277d86c691921007856aca99c3c1ac

@ -1 +1 @@
Subproject commit ec5e251f547aa850e0e41a9ed204a08581931a6b
Subproject commit b9b83bd9e691cde4f116d8a0bd4e09b91e70ce4f

@ -1 +1 @@
Subproject commit 8561bdb8bcd0a1b528d60c090407233b0c1d9148
Subproject commit 6be38c3449a64b15213c6a490d357c9a2ac2470b

@ -1 +1 @@
Subproject commit c2b846c57dd0bce0f7ab2c91b883e3b9ce423ceb
Subproject commit 4914e1f40abf6ba1e6e2ad196cdac557b0783cf3

@ -1 +1 @@
Subproject commit 0b1048adf7571b42ae9f684b63e4383241b9e4a1
Subproject commit 324a7eb1478083f1c4c29ff460d4ac35d1878726

@ -1 +1 @@
Subproject commit 593ddc73820a4b1cddf3e8e3f0b2eadc4aa2ab85
Subproject commit 1555e9c7fff978d94359fc3f6312187e1e2647d5

@ -1 +1 @@
Subproject commit 865eb98c9ca7d37e95ed062c4d4197b15c1e3d18
Subproject commit 4118a318ca1a517f17d1980fab2a11ae13c4f2a5

@ -1 +1 @@
Subproject commit aff38b5be343ac6f1588e3258d126224e5347934
Subproject commit cf0dcfcb78d12e8abbb9df7fcd9b63b19acab8bd

@ -1 +1 @@
Subproject commit 1c89e3a56cda1b4709c31f561d71e37cd6ef3619
Subproject commit ff2f0496b02f8b186b737b35693b446041aa545d

@ -1 +1 @@
Subproject commit 28381f4509813cbe6304ce5cbbd8f3d52473cc6d
Subproject commit 52cf8f8a5e23fc6ab5e3d5c8c5657f178ec35e90

@ -1 +1 @@
Subproject commit 4429fdb4a8b5e08e5b2cc57449f4c16b72887c7a
Subproject commit fdd4d0632dd0904f6e9c656c45397fe8ef985bc9

@ -1 +1 @@
Subproject commit 724e888b5a558f8dc3db64b4397ce23f83baa53e
Subproject commit 9a906e2f540680ff35a20207f9a1a9a3b889f52b

@ -1 +1 @@
Subproject commit 9b8703a2d6623405323b892f1d126a6b17ca1651
Subproject commit 145778490c2d332c1411df6a5274a4b53ec3e091

@ -1 +1 @@
Subproject commit 529f3a759d83aa9437613666ea6293c9336d4069
Subproject commit 4c2cdc2cf67060db2053a5db10da344cf7d42681

@ -1 +1 @@
Subproject commit e9ff3ca0952e680871145f454925614d950cef4d
Subproject commit 70c57e804f6c287c0ee3ab39c2ef1bb9ec9c02e5

@ -1 +1 @@
Subproject commit e5da96b9b655fd0c310136b88f90f6243ce5705f
Subproject commit d0f3481b210a3baf49ce16d7b595ba5f4bee8ce6

@ -1 +1 @@
Subproject commit c548d5e72617b57b762105dac9f21be3ca00725a
Subproject commit 347595c77379ac5cbfc6e4474fe315398fef355e

@ -1 +1 @@
Subproject commit cd74f40d46321209b26ab516e044cda0f32d1fdf
Subproject commit b37b709cbdb6b2c285fb808dab985aa005786351

@ -1 +0,0 @@
Subproject commit 7f4cfc21452f6954192fb832d86dd982699f4823

@ -1 +1 @@
Subproject commit 33e77cbfc70956d4b99f3dfc9c1e83848fe2550b
Subproject commit f607d5154df4a5cc7f5ae014f0796f0b21b8bfc4

@ -1 +1 @@
Subproject commit 1e952cd5a7b7582bdfb26f7b2b45b667153d9cea
Subproject commit d702a48363997f65fb717346f6694e0703902f8a

@ -1 +1 @@
Subproject commit 6511131d128b054f66c6a657d93ac3490cc01281
Subproject commit b484d2f158df88e04470e7da4bcc59bf63f65688

@ -1 +1 @@
Subproject commit fa397b75356ff026610a70468f59906879272b5e
Subproject commit 3a49afeb8770c55c506e5368f66d3bfc29eb8fd9

@ -1 +1 @@
Subproject commit 105ac5c9f33d3700f27ba9ce09ee917d3365ae97
Subproject commit 72429c3f48a1e70c08b5bd922ddebf7acddcbfb4

@ -1 +1 @@
Subproject commit 565d0d754f851eb9447745b359ca5be6a033918c
Subproject commit 2eda7413ac16dd4158005446438daf8a7e435dd9

@ -1 +1 @@
Subproject commit 9e75be5d9e435739b086aee928736fc241e77a4a
Subproject commit b21cbdcbe12d36431827acfeeee3a8d2cf3e16f5

@ -1 +1 @@
Subproject commit 121f3efde91de78ca018019904732f55d33b5788
Subproject commit c60db27762ff9cc16529e069c3c15f2fa898f994

@ -1 +1 @@
Subproject commit a3686af224a86dfcf5f12aeb039502bae82d2a6b
Subproject commit e3cad202575dd3f809310ef570da61e9cbb0c4ee

@ -1 +1 @@
Subproject commit c142f7bdc27ed5abf945370c3bd82750fc0bdef1
Subproject commit ea493c7cd7703be5ccaac01bcb6ccc781dd03b91

@ -1 +0,0 @@
Subproject commit 6414f99e04d362182fa5d3ba87750c993db7e969

@ -1 +1 @@
Subproject commit 3fe5ce61eee743c6da097c28bc0b84bdf29f6cc4
Subproject commit 449bf360f7d7a945639710b0fbb670ffde70e772

@ -1 +1 @@
Subproject commit bbdfaefc323ef1892107ae47ba87323eba4adb8b
Subproject commit 0b8bfc4cff012d0f23049fc5a0009ac4abadceb4

@ -1 +1 @@
Subproject commit 740c8076f9d02f0216e8f3dbb15d2fd80f67d7f4
Subproject commit ec7da07ed13e0c61e50d945b574a12ae7ec83cf4

@ -1 +1 @@
Subproject commit e1211a4ca467bb6512e99025772ca25afa8d6159
Subproject commit 9aca7f5b609a731106a6d70e8dca9a4196dca968

@ -1 +1 @@
Subproject commit d899a718f190e9823d37411819e89e8e4e535c37
Subproject commit c4ea7e40d365ba28faecef8917d5c3f1e0121bf9

@ -1 +1 @@
Subproject commit e637f8483da1d2ae2e4a33dc6732c9dbb198a297
Subproject commit 9561ebad1c1170ed7a489fc1ced8425f34ce84bc

@ -1 +1 @@
Subproject commit 830cb6bce0b54fc1b2d7806901c1b8c8716964b7
Subproject commit e3a3c3655f4118fd15a02d8315f86a48db7390fd

@ -1 +1 @@
Subproject commit fa5071af867bfd2480e3b004a4bee27127b951b6
Subproject commit cf94735c87e073b33e54887a3d5e33598177ee1a

@ -1 +1 @@
Subproject commit 3e7be69e1e405e1d5ddd232c69c024ee441592c5
Subproject commit 47d5bc76f69e20625214381c930a2fad5765e2b3

@ -1 +1 @@
Subproject commit daabde8f20ef751d078c220e230f81f7aee0db05
Subproject commit 69fad4886b0c806e7929fbec70031879e25a722c

@ -1 +1 @@
Subproject commit 22338471aa0f548bc92ddc351600ec4d510f164f
Subproject commit 29ac88879985418c6284587485d0ad8c36e33cbc

@ -1 +1 @@
Subproject commit 24b7c98ca12708549513adc4770a2cf5586168f9
Subproject commit 2bb6b636796f7b008196888613f51f5bb347c77d

@ -1 +1 @@
Subproject commit 6eceadad2eb04f00b8cae5e400f7bee34c2d501f
Subproject commit d5b33caa7d564be9be6d962b18659b7741d764ac

@ -1 +1 @@
Subproject commit 3c6dfc84c90d4dbcfa81d7dc685bcab702f3473d
Subproject commit 564623136417068916495e2b24737054d607347c

@ -1 +1 @@
Subproject commit 746fb62619ccd3e5157b21bc622391e9eeda6d4a
Subproject commit a4d2bb983dba0aac546a41d04f6af94568e817fc

@ -1 +1 @@
Subproject commit 650fac7419d7bc4e78df70bfe99847987bb7cbe2
Subproject commit db963eab9cd9244edde0488423effbcb8200ea62

@ -1 +1 @@
Subproject commit 898c81affdac7759768f846ea461d2364b028f0e
Subproject commit 83d10662a494d3cdbeeb30d33026cdc500bf3dd8

@ -1 +1 @@
Subproject commit 0b0924ff82ba78c1e6c89965abadb6fae109a4e3
Subproject commit 1650077eee2c62d05d9deeff06a75c058648101a

@ -1 +1 @@
Subproject commit 420a36da32a6eaef93a5b70eabd7a5aa0ed3ae8d
Subproject commit d12ad000fc63d9c21e299c9ef420ccf85cba8548

@ -1 +1 @@
Subproject commit 08b3d033c92238f3c4f8d78e8b4e5b1d90307389
Subproject commit 43112c3f055fa109f20b8e8e6e50d0a016da742a

Some files were not shown because too many files have changed in this diff Show more