forked from ruslo/hunter
-
Notifications
You must be signed in to change notification settings - Fork 192
Update Boost to 1.84.0, 1.85.0 and 1.86.0 #775
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
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
d3c2300
Update 'Boost' to v1.84.0
kryachkov 01be551
Update libraries and tests for Boost v1.84.0
tnixeu d814627
Update 'Boost' to v1.85.0
kryachkov e3db368
Update libraries and tests for Boost v1.85.0
tnixeu cf20cdb
refactor: move example for BoostProcess from Boost-process to BoostPr…
tnixeu 1c0d77f
Update 'Boost' to v1.86.0
simbahebinbo 340e5d9
Update libraries and tests for Boost v1.86.0
tnixeu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| # Copyright (c) 2013, Ruslan Baratov | ||
| # All rights reserved. | ||
|
|
||
| # !!! DO NOT PLACE HEADER GUARDS HERE !!! | ||
|
|
||
| include(hunter_download) | ||
| include(hunter_pick_scheme) | ||
|
|
||
| hunter_pick_scheme( | ||
| DEFAULT | ||
| url_sha1_boost_library | ||
| IPHONEOS | ||
| url_sha1_boost_ios_library | ||
| ) | ||
|
|
||
| hunter_download( | ||
| PACKAGE_NAME | ||
| Boost | ||
| PACKAGE_COMPONENT | ||
| charconv | ||
| PACKAGE_INTERNAL_DEPS_ID "50" | ||
| ) | ||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| # Copyright (c) 2013, Ruslan Baratov | ||
NeroBurner marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| # All rights reserved. | ||
|
|
||
| # !!! DO NOT PLACE HEADER GUARDS HERE !!! | ||
|
|
||
| include(hunter_download) | ||
| include(hunter_pick_scheme) | ||
|
|
||
| hunter_pick_scheme( | ||
| DEFAULT | ||
| url_sha1_boost_library | ||
| IPHONEOS | ||
| url_sha1_boost_ios_library | ||
| ) | ||
|
|
||
| hunter_download( | ||
| PACKAGE_NAME | ||
| Boost | ||
| PACKAGE_COMPONENT | ||
| cobalt | ||
| PACKAGE_INTERNAL_DEPS_ID "50" | ||
| ) | ||
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| # Copyright (c) 2013, Ruslan Baratov | ||
NeroBurner marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| # All rights reserved. | ||
|
|
||
| # !!! DO NOT PLACE HEADER GUARDS HERE !!! | ||
|
|
||
| include(hunter_download) | ||
| include(hunter_pick_scheme) | ||
|
|
||
| hunter_pick_scheme( | ||
| DEFAULT | ||
| url_sha1_boost_library | ||
| IPHONEOS | ||
| url_sha1_boost_ios_library | ||
| ) | ||
|
|
||
| hunter_download( | ||
| PACKAGE_NAME | ||
| Boost | ||
| PACKAGE_COMPONENT | ||
| predef | ||
| PACKAGE_INTERNAL_DEPS_ID "50" | ||
| ) | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| # Copyright (c) 2013, Ruslan Baratov | ||
NeroBurner marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| # All rights reserved. | ||
|
|
||
| # !!! DO NOT PLACE HEADER GUARDS HERE !!! | ||
|
|
||
| include(hunter_download) | ||
| include(hunter_pick_scheme) | ||
|
|
||
| hunter_pick_scheme( | ||
| DEFAULT | ||
| url_sha1_boost_library | ||
| IPHONEOS | ||
| url_sha1_boost_ios_library | ||
| ) | ||
|
|
||
| hunter_download( | ||
| PACKAGE_NAME | ||
| Boost | ||
| PACKAGE_COMPONENT | ||
| process | ||
| PACKAGE_INTERNAL_DEPS_ID "50" | ||
| ) | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # Copyright (c) 2025, Dominik Nussbaumer | ||
| # All rights reserved. | ||
|
|
||
| cmake_minimum_required(VERSION 3.10) | ||
| set(CMAKE_CXX_STANDARD_REQUIRED ON) | ||
| set(Boost_DEBUG ON CACHE BOOLEAN "") | ||
| set(TESTING_CONFIG_OPT FILEPATH ${CMAKE_CURRENT_LIST_DIR}/../Boost-useBoostConfig/config.cmake) | ||
|
|
||
| # Emulate HunterGate: | ||
| # * https://github.com/cpp-pm/gate | ||
| include("../common.cmake") | ||
|
|
||
| project(download-boost) | ||
| hunter_add_package(Boost COMPONENTS charconv) | ||
| find_package(Boost CONFIG REQUIRED charconv) | ||
|
|
||
| add_executable(foo foo.cpp) | ||
| target_link_libraries(foo PUBLIC Boost::charconv) |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.