Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer
8 changes: 4 additions & 4 deletions .github/workflows/xpbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ jobs:
linux:
uses: externpro/externpro/.github/workflows/build-linux.yml@25.05.1
with:
cmake-workflow-preset: Linux
cmake-workflow-preset: LinuxRelease
runon: ubuntu-latest
secrets: inherit
linux-arm64:
uses: externpro/externpro/.github/workflows/build-linux.yml@25.05.1
with:
cmake-workflow-preset: Linux
cmake-workflow-preset: LinuxRelease
runon: ubuntu-24.04-arm
secrets: inherit
macos:
uses: externpro/externpro/.github/workflows/build-macos.yml@25.05.1
with:
cmake-workflow-preset: Darwin
cmake-workflow-preset: DarwinRelease
secrets: inherit
windows:
uses: externpro/externpro/.github/workflows/build-windows.yml@25.05.1
with:
cmake-workflow-preset: Windows
cmake-workflow-preset: WindowsRelease
secrets: inherit
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
branch = .
[submodule "numeric_conversion"]
path = libs/numeric/conversion
url = https://github.com/boostorg/numeric_conversion.git
url = https://github.com/externpro/numeric_conversion.git
fetchRecurseSubmodules = on-demand
branch = .
[submodule "lambda"]
Expand All @@ -190,7 +190,7 @@
branch = .
[submodule "mpl"]
path = libs/mpl
url = https://github.com/boostorg/mpl.git
url = https://github.com/externpro/mpl.git
fetchRecurseSubmodules = on-demand
branch = .
[submodule "typeof"]
Expand Down Expand Up @@ -745,7 +745,7 @@
branch = .
[submodule "cmake"]
path = tools/cmake
url = https://github.com/boostorg/cmake.git
url = https://github.com/externpro/cmake.git
fetchRecurseSubmodules = on-demand
branch = .
[submodule "static_string"]
Expand Down
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
# Distributed under the Boost Software License, Version 1.0.
# See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt

cmake_minimum_required(VERSION 3.5...3.16)
cmake_minimum_required(VERSION 3.5...3.31)

set(CMAKE_PROJECT_TOP_LEVEL_INCLUDES .devcontainer/cmake/xproinc.cmake)
project(Boost VERSION 1.76.0 LANGUAGES CXX)

set(BOOST_SUPERPROJECT_VERSION ${PROJECT_VERSION})
set(BOOST_SUPERPROJECT_SOURCE_DIR ${PROJECT_SOURCE_DIR})

list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/tools/cmake/include)

include(BoostRoot)
include(xpboost)
2 changes: 1 addition & 1 deletion libs/mpl
2 changes: 1 addition & 1 deletion tools/boost_install
2 changes: 1 addition & 1 deletion tools/cmake