Peter Dimov
503be830e7
Merge branch 'develop'
before-static-assert-move
2025-12-23 11:49:54 +02:00
Peter Dimov
252f31b601
Enable GHA for feature branches
2025-12-21 22:26:35 +02:00
Peter Dimov
56239bfd88
Add support for msvc-14.5 to boost/config/auto_link.hpp
2025-12-21 22:24:34 +02:00
Peter Dimov
f6131a2900
Add support for msvc-14.5 to boost/config/compiler/visualc.hpp
2025-12-21 22:18:34 +02:00
Peter Dimov
e80fde0d7a
Merge branch 'develop'
2025-12-15 19:00:53 +02:00
Peter Dimov
82f16e561a
Merge pull request #497 from avjts/issue496_msvc_version
...
Update BOOST_COMPILER_VERSION for msvc 19.4x (VS 2022 17.10)
2025-12-15 15:12:16 +02:00
Peter Dimov
451bdf1905
Merge pull request #524 from boostorg/pr/boost-clang-version-4
...
Update BOOST_CLANG_VERSION to account for XCode 16.3, 16.4, 26.0, and…
2025-12-15 15:11:48 +02:00
Peter Dimov
69f219e5ef
Merge pull request #529 from boostorg/mclow-patch-10
...
Update BOOST_VERSION and BOOST_LIB_VERSION to 1.91
2025-12-15 15:11:04 +02:00
Peter Dimov
52c7c33787
Merge branch 'develop'
2025-12-15 15:08:35 +02:00
Marshall Clow
5e0a18ace4
Update BOOST_VERSION and BOOST_LIB_VERSION to 1.91
...
Bump version number to 1.91
2025-12-10 14:22:36 -08:00
Peter Dimov
345f0be6a6
Update BOOST_CLANG_VERSION to account for XCode 16.3, 16.4, 26.0, and 26.1
2025-10-29 14:31:27 +02:00
jzmaddock
845fd033c3
Merge pull request #508 from boostorg/pr/boost-clang-version-3
...
Update BOOST_CLANG_VERSION for Xcode 16.0, .1, .2
2025-10-29 08:37:50 +00:00
Peter Dimov
a7d5a9b05d
Merge commit 'ecd1d07360734b1af76582118b002ca0c4448e07'
boost-1.90.0.beta1
boost-1.90.0
2025-10-09 16:06:50 +03:00
Peter Dimov
1cab095b32
Merge commit 'df5e7995ad04c76f0f732fc4f644683759852e24'
2025-10-09 16:03:26 +03:00
Peter Dimov
2cf312e18b
Merge pull request #520 from boostorg/mclow-patch-9
...
Update version.hpp to 1.90
2025-10-09 16:01:27 +03:00
jzmaddock
25cbeb8a10
Merge pull request #523 from grisumbras/fix/modularization
...
Add dependency on Config to check targets
2025-09-23 09:33:32 +01:00
Dmitry Arkhipov
b5434734ac
Add dependency on Config to check targets
2025-09-22 20:29:01 +03:00
jzmaddock
ecd1d07360
Merge pull request #522 from anarthal/feature/ci-fixes
...
Fixes CI errors in GHA, Appveyor and Drone
2025-09-20 12:43:54 +01:00
Ruben Perez
b713cfaeee
Remove msvc 14.1 from appveyor
2025-09-20 12:18:09 +02:00
Ruben Perez
e994d4cac3
Update Drone image
2025-09-19 16:45:52 +02:00
Ruben Perez
378f2db5ae
Remove unsupported --experimental-wasm-threads
2025-09-19 13:52:04 +02:00
Ruben Perez
45fa9fe5f1
Remove unnecessary skip CI action
2025-09-19 13:44:30 +02:00
Ruben Perez
ef3bc7513d
Update actions/checkout to v5
2025-09-19 13:42:01 +02:00
Ruben Perez
15320cb338
Remove obsolete Windows builds from actions
2025-09-19 13:40:13 +02:00
Ruben Perez
07fb4bda0e
Missing dependencies in appveyor
2025-09-19 13:39:22 +02:00
Ruben Perez
f0aa2f0012
MSVC versions to appveyor
2025-09-19 13:38:35 +02:00
Ruben Perez
f3ad56d7cb
Missing static_assert dependency in appveyor
2025-09-19 13:31:12 +02:00
Marshall Clow
df5e7995ad
Update version.hpp to 1.90
2025-08-15 10:58:31 -07:00
John Maddock
bf8c8bd796
Merge branch 'develop'
boost-1.89.0
2025-07-04 20:36:11 +01:00
Glen Fernandes
e6a189394d
Update version.hpp
2025-06-27 23:15:58 -04:00
Glen Fernandes
238e997ecc
Update version.hpp
2025-06-27 23:15:38 -04:00
jzmaddock
9dd5eacdd3
Fix up CI.
...
* Fix Circle-ci build.
* Move old compilers to drone.
Try adding gcc-14 to github runner.
2025-05-06 11:06:26 +01:00
jzmaddock
c31aa2aee1
Merge pull request #515 from grafikrobot/patch-2
...
Move project dependencies to specific targets.
2025-04-16 09:20:12 +01:00
René Ferdinand Rivera Morell
897765e348
Move project dependencies to specific targets.
2025-04-15 14:49:59 -05:00
John Maddock
d34312c089
Merge branch 'develop'
2025-04-15 18:31:09 +01:00
jzmaddock
cc87b132f8
Modular Boost and big CI update.
...
* Make the library modular usable.
* Add missing import-search for cconfig/predef checks.
* Add requires-b2 check to top-level build file.
* Bump B2 require to 5.2
* Remove boost-root target refs.
* Change all <source> references to <library>.
* Update copyright dates.
* Fix library global (relative) references.
* Move inter-lib dependencies to a project variable and into the build targets.
* Add Boost.StaticAssert transitive dep module.
* Only test on latest macOS.
* Add Boost.ThrowExceptions transitive dep module.
* Add Boost.Preprocessor transitive dep module.
* Change MacOS Clang std version to 20 from 2a
* Disable ranges on MacOS.
Remove CUDA testing - I just can't get CUDA to install any more.
* Update drone checkouts.
---------
Co-authored-by: Rene Rivera <grafikrobot@gmail.com >
2025-04-15 10:40:21 +01:00
Peter Dimov
1cd9b2a52d
Update BOOST_CLANG_VERSION for Xcode 16.0, .1, .2 per https://en.wikipedia.org/wiki/Xcode#Toolchain_versions
2024-12-22 20:16:34 +02:00
Glen Fernandes
4e9d5a3a95
Merge branch 'develop'
boost-1.88.0.beta1
boost-1.88.0
2024-12-16 05:26:27 -05:00
Glen Fernandes
404c7831d9
Merge pull request #507 from boostorg/mclow-patch-7
...
Update version.hpp
2024-12-13 09:31:24 -05:00
Marshall Clow
61a676cbdc
Update version.hpp
2024-12-12 07:16:32 -08:00
Glen Fernandes
5e98c6ddd4
Merge pull request #502 from boostorg/develop
...
Merge develop to master
boost-1.87.0.beta1
boost-1.87.0
2024-08-16 20:00:34 -04:00
Glen Fernandes
19701e05d4
Merge pull request #501 from boostorg/mclow-patch-6
...
Update version.hpp to 1.87.0
2024-08-16 19:58:13 -04:00
Marshall Clow
504587b476
Update version.hpp
2024-08-14 10:10:46 -07:00
Andrzej Wojtas
b0debf9397
Update BOOST_COMPILER_VERSION for msvc 19.4x
2024-05-28 13:41:25 +02:00
Glen Fernandes
2bd6f0dfc5
Merge branch 'develop'
boost-1.86.0.beta1
boost-1.86.0
2024-04-18 08:20:52 -04:00
Glen Fernandes
5734e160e0
Merge pull request #495 from boostorg/mclow-patch-5
...
Update version.hpp to 1.86
2024-04-17 19:38:50 -04:00
Marshall Clow
b160041a1b
Update version.hpp to 1.86
2024-04-15 12:00:49 -07:00
jzmaddock
11385ec210
Merge branch 'develop'
boost-1.85.0.beta1
boost-1.85.0
2024-02-04 09:46:22 +00:00
jzmaddock
601598f832
Merge pull request #492 from Lastique/feature/cxx17_auto_nontype_template_params
...
Fix Boost.Filesystem usage, add `BOOST_NO_CXX17_AUTO_NONTYPE_TEMPLATE_PARAMS`
2024-01-26 16:25:50 +00:00
Andrey Semashev
f68e9c6e8d
Add BOOST_NO_CXX17_AUTO_NONTYPE_TEMPLATE_PARAMS macro.
...
The macro indicates whether the compiler does not support C++17
auto non-type template parameters.
2024-01-22 16:23:23 +03:00