-
Notifications
You must be signed in to change notification settings - Fork 187
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
base: master
Are you sure you want to change the base?
Changes from all commits
3718a94
6fd765d
e95e7e3
329eb64
30d8d2c
b28bbfb
0f8b1ae
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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" | ||
) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Copyright (c) 2013, Ruslan Baratov | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. please update copyright, except if it is a generated file There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. generated by a script |
||
# 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" | ||
) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Copyright (c) 2013, Ruslan Baratov | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. please update copyright, except if it is a generated file |
||
# 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" | ||
) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Copyright (c) 2013, Ruslan Baratov | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. please update copyright, except if it is a generated file |
||
# 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" | ||
) |
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.5) | ||
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) |
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.
please update copyright
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.
This is created by a script