-
Notifications
You must be signed in to change notification settings - Fork 169
Update master branch #784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Update master branch #784
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Make the library modular usable. * Add missing modular build.jam. And fix gitignore that caused it to be originally deleted! * Switch to library requirements instead of source. As source puts extra source in install targets. * Add missing import-search for cconfig/predef checks. * Add requires-b2 check to top-level build file. * Bump B2 require to 5.2 * Update copyright dates. * Move inter-lib dependencies to a project variable and into the build targets. * Update build deps.
Just a little typo
* Update containers
Ref boostorg/admin#47 (comment) Signed-off-by: Mateusz Łoskot <mateusz@loskot.net>
Fix is_floating_point symbol is not a class template Fixes #760
The Ubuntu 20.04 image on GitHub Actions will be unavailable by 2025-04-15. See <actions/runner-images#11101> for more information on the deprecation and removal. Therefore all build jobs that use the Ubuntu 20.04 runner image of GHA have to be either migrated to a newer runner image (if the compiler version is available on a newer image) or have to be moved to Docker containers using Ubuntu 20.04 (if the compiler version is not available on the newer runner images). And that's what this change tries to do.
ci: move Ubuntu 20.04 builds to container or newer Ubuntu version
Propose repair for issue 763
fix compile error on clang
The Windows Server 2019 runner image has been removed as of 2025-06-30, so it's not available anymore. For further information on that see <actions/runner-images#12045>. However, we can test on the newer Windows Server 2022 image instead. Unfortunately, the Windows Server 2019 image was the last one to have Visual Studio 2019, so from now on only Visual Studio 2022 can be used in the CI workflows for MSVC.
ci: move GitHub Action's Windows builds to supported OS version
ci: add jobs for newer GCC versions
ci: add newer Clang versions
Update Link to regression test matrix in README
Fix mistakes
Fix clang compilation in CI
Additionally, throw exceptions directly, instead of handling errors by longjumps. Longjumps lead to segfaults under compiler optimizations. Besides, setjmp setups always ended up throwing exceptions, so why not throwing them right away instead?
mloskot
approved these changes
Dec 11, 2025
Member
mloskot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thank you!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Merge to
mastereverything fromdevelopthat could not make it in the last minute merge for 1.90.If necessary, we will merge again before the
releasebranch gets closed for 1.91.Tasklist