Skip to content

Commit 2d6fdd8

Browse files
committed
rename to capy
1 parent 49ba8f9 commit 2d6fdd8

66 files changed

Lines changed: 497 additions & 497 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Distributed under the Boost Software License, Version 1.0. (See accompanying
99
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
1010
#
11-
# Official repository: https://github.com/cppalliance/rts/
11+
# Official repository: https://github.com/cppalliance/capy/
1212
#
1313

1414
name: CI
@@ -862,7 +862,7 @@ jobs:
862862
- name: Clone Boost.RunTimeServices
863863
uses: actions/checkout@v4
864864
with:
865-
path: rts-root
865+
path: capy-root
866866

867867
- name: Setup C++
868868
uses: alandefreitas/cpp-actions/setup-cpp@v1.9.0
@@ -891,8 +891,8 @@ jobs:
891891
branch: ${{ (github.ref_name == 'master' && github.ref_name) || 'develop' }}
892892
boost-dir: boost-source
893893
modules-exclude-paths: ''
894-
scan-modules-dir: rts-root
895-
scan-modules-ignore: rts
894+
scan-modules-dir: capy-root
895+
scan-modules-ignore: capy
896896

897897
- name: Install Packages (Windows)
898898
uses: alandefreitas/cpp-actions/package-install@v1.9.0
@@ -914,8 +914,8 @@ jobs:
914914
triplet=${{ matrix.x86 && 'x86-windows-static' || 'x64-windows' }}
915915
addrmdl=${{ matrix.x86 && '32' || '64' }}
916916
917-
# This is temporary until we move rts/build/brotli.jam to boost/tools/build
918-
echo "import-search ${home}/boost-root/libs/rts/build ;" | sed 's/\/d\//D:\//g' >> user-config.jam
917+
# This is temporary until we move capy/build/brotli.jam to boost/tools/build
918+
echo "import-search ${home}/boost-root/libs/capy/build ;" | sed 's/\/d\//D:\//g' >> user-config.jam
919919
920920
echo "using zlib : : <include>\"${home}/vcpkg-root/installed/${triplet}/include\" <search>\"${home}/vcpkg-root/installed/${triplet}/lib\" <dll-path>\"${home}/vcpkg-root/installed/${triplet}/bin\" <name>zlib : <address-model>${addrmdl} ;" | sed 's/\/d\//D:\//g' >> user-config.jam
921921
echo "using brotli : : <include>\"${home}/vcpkg-root/installed/${triplet}/include\" <search>\"${home}/vcpkg-root/installed/${triplet}/lib\" <dll-path>\"${home}/vcpkg-root/installed/${triplet}/bin\" : <address-model>${addrmdl} ;" | sed 's/\/d\//D:\//g' >> user-config.jam
@@ -960,7 +960,7 @@ jobs:
960960
echo -E "boost_root=$boost_root" >> $GITHUB_OUTPUT
961961
962962
# Patch boost-root with workspace module
963-
cp -r "$workspace_root"/rts-root "libs/$module"
963+
cp -r "$workspace_root"/capy-root "libs/$module"
964964
965965
- name: Boost B2 Workflow
966966
uses: alandefreitas/cpp-actions/b2-workflow@v1.9.0
@@ -969,7 +969,7 @@ jobs:
969969
ASAN_OPTIONS: ${{ ((matrix.compiler == 'apple-clang' || matrix.compiler == 'clang') && 'detect_invalid_pointer_pairs=0:strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1') || 'detect_invalid_pointer_pairs=2:strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1' }}
970970
with:
971971
source-dir: boost-root
972-
modules: rts
972+
modules: capy
973973
toolset: ${{ matrix.b2-toolset }}
974974
build-variant: ${{ matrix.build-type }}
975975
cxx: ${{ steps.setup-cpp.outputs.cxx || matrix.cxx || '' }}
@@ -1009,7 +1009,7 @@ jobs:
10091009
export-compile-commands: ${{ matrix.time-trace }}
10101010
package: false
10111011
package-artifact: false
1012-
ref-source-dir: boost-root/libs/rts
1012+
ref-source-dir: boost-root/libs/capy
10131013
toolchain: ${{ (startsWith(matrix.runs-on, 'windows') && steps.patch-user-config.outputs.toolchain) || '' }}
10141014

10151015
- name: Set Path
@@ -1041,7 +1041,7 @@ jobs:
10411041
extra-args: |
10421042
-D BOOST_CI_INSTALL_TEST=ON
10431043
-D CMAKE_PREFIX_PATH=${{ steps.patch.outputs.workspace_root }}/.local
1044-
ref-source-dir: boost-root/libs/rts
1044+
ref-source-dir: boost-root/libs/capy
10451045
trace-commands: true
10461046

10471047
- name: Subdirectory Integration Workflow
@@ -1062,7 +1062,7 @@ jobs:
10621062
install: false
10631063
cmake-version: '>=3.15'
10641064
extra-args: -D BOOST_CI_INSTALL_TEST=OFF
1065-
ref-source-dir: boost-root/libs/rts/test/cmake_test
1065+
ref-source-dir: boost-root/libs/capy/test/cmake_test
10661066

10671067
- name: Root Project CMake Workflow
10681068
uses: alandefreitas/cpp-actions/cmake-workflow@v1.9.0
@@ -1092,7 +1092,7 @@ jobs:
10921092
uses: alandefreitas/cpp-actions/flamegraph@v1.9.0
10931093
if: matrix.time-trace
10941094
with:
1095-
source-dir: boost-root/libs/rts
1095+
source-dir: boost-root/libs/capy
10961096
build-dir: boost-root/__build_cmake_test__
10971097
github_token: ${{ secrets.GITHUB_TOKEN }}
10981098

@@ -1172,7 +1172,7 @@ jobs:
11721172
- name: Clone Boost.RunTimeServices
11731173
uses: actions/checkout@v4
11741174
with:
1175-
path: rts-root
1175+
path: capy-root
11761176

11771177
- name: Clone Boost
11781178
uses: alandefreitas/cpp-actions/boost-clone@v1.9.0
@@ -1181,8 +1181,8 @@ jobs:
11811181
branch: ${{ (github.ref_name == 'master' && github.ref_name) || 'develop' }}
11821182
boost-dir: boost-source
11831183
modules-exclude-paths: ''
1184-
scan-modules-dir: rts-root
1185-
scan-modules-ignore: rts
1184+
scan-modules-dir: capy-root
1185+
scan-modules-ignore: capy
11861186

11871187
- name: Patch Boost
11881188
id: patch
@@ -1214,7 +1214,7 @@ jobs:
12141214
echo -E "boost_root=$boost_root" >> $GITHUB_OUTPUT
12151215
12161216
# Patch boost-root with workspace module
1217-
cp -r "$workspace_root"/rts-root "libs/$module"
1217+
cp -r "$workspace_root"/capy-root "libs/$module"
12181218
12191219
12201220
- uses: actions/setup-node@v4
@@ -1233,7 +1233,7 @@ jobs:
12331233
12341234
BOOST_SRC_DIR="$(pwd)/boost-root"
12351235
export BOOST_SRC_DIR
1236-
cd boost-root/libs/rts
1236+
cd boost-root/libs/capy
12371237
12381238
cd doc
12391239
bash ./build_antora.sh
@@ -1248,4 +1248,4 @@ jobs:
12481248
uses: actions/upload-artifact@v4
12491249
with:
12501250
name: antora-docs-${{ matrix.name }}
1251-
path: boost-root/libs/rts/doc/build/site
1251+
path: boost-root/libs/capy/doc/build/site

CMakeLists.txt

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Distributed under the Boost Software License, Version 1.0. (See accompanying
88
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
99
#
10-
# Official repository: https://github.com/cppalliance/rts
10+
# Official repository: https://github.com/cppalliance/capy
1111
#
1212

1313
#-------------------------------------------------
@@ -16,14 +16,14 @@
1616
#
1717
#-------------------------------------------------
1818
cmake_minimum_required(VERSION 3.8...3.20)
19-
set(BOOST_RTS_VERSION 1)
19+
set(BOOST_CAPY_VERSION 1)
2020
if (BOOST_SUPERPROJECT_VERSION)
21-
set(BOOST_RTS_VERSION ${BOOST_SUPERPROJECT_VERSION})
21+
set(BOOST_CAPY_VERSION ${BOOST_SUPERPROJECT_VERSION})
2222
endif ()
23-
project(boost_rts VERSION "${BOOST_RTS_VERSION}" LANGUAGES CXX)
24-
set(BOOST_RTS_IS_ROOT OFF)
23+
project(boost_capy VERSION "${BOOST_CAPY_VERSION}" LANGUAGES CXX)
24+
set(BOOST_CAPY_IS_ROOT OFF)
2525
if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
26-
set(BOOST_RTS_IS_ROOT ON)
26+
set(BOOST_CAPY_IS_ROOT ON)
2727
endif ()
2828
set(__ignore__ ${CMAKE_C_COMPILER})
2929

@@ -32,11 +32,11 @@ set(__ignore__ ${CMAKE_C_COMPILER})
3232
# Options
3333
#
3434
#-------------------------------------------------
35-
if (BOOST_RTS_IS_ROOT)
35+
if (BOOST_CAPY_IS_ROOT)
3636
include(CTest)
3737
endif ()
38-
option(BOOST_RTS_BUILD_TESTS "Build boost::rts tests" ${BUILD_TESTING})
39-
option(BOOST_RTS_BUILD_EXAMPLES "Build boost::rts examples" ${BOOST_RTS_IS_ROOT})
38+
option(BOOST_CAPY_BUILD_TESTS "Build boost::capy tests" ${BUILD_TESTING})
39+
option(BOOST_CAPY_BUILD_EXAMPLES "Build boost::capy examples" ${BOOST_CAPY_IS_ROOT})
4040

4141

4242
# Check if environment variable BOOST_SRC_DIR is set
@@ -53,35 +53,35 @@ set(BOOST_SRC_DIR ${DEFAULT_BOOST_SRC_DIR} CACHE STRING "Boost source dir to use
5353
#
5454
#-------------------------------------------------
5555
# The boost super-project requires one explicit dependency per-line.
56-
set(BOOST_RTS_DEPENDENCIES
56+
set(BOOST_CAPY_DEPENDENCIES
5757
Boost::assert
5858
Boost::config
5959
Boost::core
6060
Boost::system
6161
Boost::throw_exception)
6262

63-
foreach (BOOST_RTS_DEPENDENCY ${BOOST_RTS_DEPENDENCIES})
64-
if (BOOST_RTS_DEPENDENCY MATCHES "^[ ]*Boost::([A-Za-z0-9_]+)[ ]*$")
65-
list(APPEND BOOST_RTS_INCLUDE_LIBRARIES ${CMAKE_MATCH_1})
63+
foreach (BOOST_CAPY_DEPENDENCY ${BOOST_CAPY_DEPENDENCIES})
64+
if (BOOST_CAPY_DEPENDENCY MATCHES "^[ ]*Boost::([A-Za-z0-9_]+)[ ]*$")
65+
list(APPEND BOOST_CAPY_INCLUDE_LIBRARIES ${CMAKE_MATCH_1})
6666
endif ()
6767
endforeach ()
6868
# Conditional dependencies
69-
if (BOOST_RTS_BUILD_TESTS)
70-
set(BOOST_RTS_UNIT_TEST_LIBRARIES url)
69+
if (BOOST_CAPY_BUILD_TESTS)
70+
set(BOOST_CAPY_UNIT_TEST_LIBRARIES url)
7171
endif ()
72-
if (BOOST_RTS_BUILD_EXAMPLES)
73-
# set(BOOST_RTS_EXAMPLE_LIBRARIES url)
72+
if (BOOST_CAPY_BUILD_EXAMPLES)
73+
# set(BOOST_CAPY_EXAMPLE_LIBRARIES url)
7474
endif ()
7575
# Complete dependency list
76-
set(BOOST_INCLUDE_LIBRARIES ${BOOST_RTS_INCLUDE_LIBRARIES} ${BOOST_RTS_UNIT_TEST_LIBRARIES} ${BOOST_RTS_EXAMPLE_LIBRARIES})
77-
set(BOOST_EXCLUDE_LIBRARIES rts)
76+
set(BOOST_INCLUDE_LIBRARIES ${BOOST_CAPY_INCLUDE_LIBRARIES} ${BOOST_CAPY_UNIT_TEST_LIBRARIES} ${BOOST_CAPY_EXAMPLE_LIBRARIES})
77+
set(BOOST_EXCLUDE_LIBRARIES capy)
7878

7979
#-------------------------------------------------
8080
#
8181
# Add Boost Subdirectory
8282
#
8383
#-------------------------------------------------
84-
if (BOOST_RTS_IS_ROOT)
84+
if (BOOST_CAPY_IS_ROOT)
8585
set(CMAKE_FOLDER Dependencies)
8686
# Find absolute BOOST_SRC_DIR
8787
if (NOT IS_ABSOLUTE ${BOOST_SRC_DIR})
@@ -129,78 +129,78 @@ endif ()
129129
#-------------------------------------------------
130130
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
131131

132-
file(GLOB_RECURSE BOOST_RTS_HEADERS CONFIGURE_DEPENDS include/boost/*.hpp include/boost/*.natvis)
133-
list(FILTER BOOST_RTS_HEADERS EXCLUDE REGEX ".*/(zlib|brotli).*")
134-
file(GLOB_RECURSE BOOST_RTS_SOURCES CONFIGURE_DEPENDS src/*.cpp src/*.hpp)
132+
file(GLOB_RECURSE BOOST_CAPY_HEADERS CONFIGURE_DEPENDS include/boost/*.hpp include/boost/*.natvis)
133+
list(FILTER BOOST_CAPY_HEADERS EXCLUDE REGEX ".*/(zlib|brotli).*")
134+
file(GLOB_RECURSE BOOST_CAPY_SOURCES CONFIGURE_DEPENDS src/*.cpp src/*.hpp)
135135

136-
source_group("" FILES "include/boost/rts.hpp" "build/Jamfile")
137-
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR}/include/boost/rts PREFIX "include" FILES ${BOOST_RTS_HEADERS})
138-
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR}/src PREFIX "src" FILES ${BOOST_RTS_SOURCES})
136+
source_group("" FILES "include/boost/capy.hpp" "build/Jamfile")
137+
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR}/include/boost/capy PREFIX "include" FILES ${BOOST_CAPY_HEADERS})
138+
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR}/src PREFIX "src" FILES ${BOOST_CAPY_SOURCES})
139139

140-
function(boost_rts_setup_properties target)
140+
function(boost_capy_setup_properties target)
141141
target_compile_features(${target} PUBLIC cxx_constexpr)
142142
target_include_directories(${target} PUBLIC "${PROJECT_SOURCE_DIR}/include")
143-
target_link_libraries(${target} PUBLIC ${BOOST_RTS_DEPENDENCIES})
144-
target_compile_definitions(${target} PUBLIC BOOST_RTS_NO_LIB)
145-
target_compile_definitions(${target} PRIVATE BOOST_RTS_SOURCE)
143+
target_link_libraries(${target} PUBLIC ${BOOST_CAPY_DEPENDENCIES})
144+
target_compile_definitions(${target} PUBLIC BOOST_CAPY_NO_LIB)
145+
target_compile_definitions(${target} PRIVATE BOOST_CAPY_SOURCE)
146146
if (BUILD_SHARED_LIBS)
147-
target_compile_definitions(${target} PUBLIC BOOST_RTS_DYN_LINK)
147+
target_compile_definitions(${target} PUBLIC BOOST_CAPY_DYN_LINK)
148148
else ()
149-
target_compile_definitions(${target} PUBLIC BOOST_RTS_STATIC_LINK)
149+
target_compile_definitions(${target} PUBLIC BOOST_CAPY_STATIC_LINK)
150150
endif ()
151151
endfunction()
152152

153-
if (BOOST_RTS_MRDOCS_BUILD)
154-
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/mrdocs.cpp" "#include <boost/rts.hpp>\n")
155-
add_library(boost_rts_mrdocs "${CMAKE_CURRENT_BINARY_DIR}/mrdocs.cpp")
156-
boost_rts_setup_properties(boost_rts_mrdocs)
157-
boost_rts_setup_properties(boost_rts_mrdocs PUBLIC BOOST_RTS_MRDOCS)
153+
if (BOOST_CAPY_MRDOCS_BUILD)
154+
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/mrdocs.cpp" "#include <boost/capy.hpp>\n")
155+
add_library(boost_capy_mrdocs "${CMAKE_CURRENT_BINARY_DIR}/mrdocs.cpp")
156+
boost_capy_setup_properties(boost_capy_mrdocs)
157+
boost_capy_setup_properties(boost_capy_mrdocs PUBLIC BOOST_CAPY_MRDOCS)
158158
return()
159159
endif()
160160

161-
add_library(boost_rts include/boost/rts.hpp build/Jamfile ${BOOST_RTS_HEADERS} ${BOOST_RTS_SOURCES})
162-
add_library(Boost::rts ALIAS boost_rts)
163-
boost_rts_setup_properties(boost_rts)
161+
add_library(boost_capy include/boost/capy.hpp build/Jamfile ${BOOST_CAPY_HEADERS} ${BOOST_CAPY_SOURCES})
162+
add_library(Boost::capy ALIAS boost_capy)
163+
boost_capy_setup_properties(boost_capy)
164164

165165
# Zlib
166166
find_package(ZLIB)
167167
if (ZLIB_FOUND)
168-
file(GLOB_RECURSE BOOST_RTS_ZLIB_HEADERS CONFIGURE_DEPENDS include/boost/rts/zlib/*.hpp)
169-
file(GLOB_RECURSE BOOST_RTS_ZLIB_SOURCES CONFIGURE_DEPENDS src_zlib/*.cpp src_zlib/*.hpp)
170-
source_group("" FILES "include/boost/rts/zlib.hpp")
171-
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR}/include/boost/rts/zlib PREFIX "include" FILES ${BOOST_RTS_ZLIB_HEADERS})
172-
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR}/src_zlib PREFIX "src" FILES ${BOOST_RTS_ZLIB_SOURCES})
173-
add_library(boost_rts_zlib include/boost/rts/zlib.hpp build/Jamfile ${BOOST_RTS_ZLIB_HEADERS} ${BOOST_RTS_ZLIB_SOURCES})
174-
add_library(Boost::rts_zlib ALIAS boost_rts_zlib)
175-
target_link_libraries(boost_rts_zlib PUBLIC boost_rts)
176-
target_link_libraries(boost_rts_zlib PRIVATE ZLIB::ZLIB)
177-
target_compile_definitions(boost_rts_zlib PUBLIC BOOST_RTS_HAS_ZLIB)
178-
target_compile_definitions(boost_rts_zlib PRIVATE BOOST_RTS_SOURCE)
168+
file(GLOB_RECURSE BOOST_CAPY_ZLIB_HEADERS CONFIGURE_DEPENDS include/boost/capy/zlib/*.hpp)
169+
file(GLOB_RECURSE BOOST_CAPY_ZLIB_SOURCES CONFIGURE_DEPENDS src_zlib/*.cpp src_zlib/*.hpp)
170+
source_group("" FILES "include/boost/capy/zlib.hpp")
171+
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR}/include/boost/capy/zlib PREFIX "include" FILES ${BOOST_CAPY_ZLIB_HEADERS})
172+
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR}/src_zlib PREFIX "src" FILES ${BOOST_CAPY_ZLIB_SOURCES})
173+
add_library(boost_capy_zlib include/boost/capy/zlib.hpp build/Jamfile ${BOOST_CAPY_ZLIB_HEADERS} ${BOOST_CAPY_ZLIB_SOURCES})
174+
add_library(Boost::capy_zlib ALIAS boost_capy_zlib)
175+
target_link_libraries(boost_capy_zlib PUBLIC boost_capy)
176+
target_link_libraries(boost_capy_zlib PRIVATE ZLIB::ZLIB)
177+
target_compile_definitions(boost_capy_zlib PUBLIC BOOST_CAPY_HAS_ZLIB)
178+
target_compile_definitions(boost_capy_zlib PRIVATE BOOST_CAPY_SOURCE)
179179
endif ()
180180

181181
# Brotli
182182
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
183183
find_package(Brotli)
184184
if (Brotli_FOUND)
185-
file(GLOB_RECURSE BOOST_RTS_BROTLI_HEADERS CONFIGURE_DEPENDS include/boost/rts/brotli/*.hpp)
186-
file(GLOB_RECURSE BOOST_RTS_BROTLI_SOURCES CONFIGURE_DEPENDS src_brotli/*.cpp src_brotli/*.hpp)
187-
source_group("" FILES "include/boost/rts/brotli.hpp")
188-
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR}/include/boost/rts/brotli PREFIX "include" FILES ${BOOST_RTS_BROTLI_HEADERS})
189-
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR}/src_brotli PREFIX "src" FILES ${BOOST_RTS_BROTLI_SOURCES})
190-
add_library(boost_rts_brotli include/boost/rts/brotli.hpp build/Jamfile ${BOOST_RTS_BROTLI_HEADERS} ${BOOST_RTS_BROTLI_SOURCES})
191-
add_library(Boost::rts_brotli ALIAS boost_rts_brotli)
192-
target_link_libraries(boost_rts_brotli PUBLIC boost_rts)
193-
target_link_libraries(boost_rts_brotli PRIVATE Brotli::common Brotli::decoder Brotli::encoder)
194-
target_compile_definitions(boost_rts_brotli PUBLIC BOOST_RTS_HAS_BROTLI)
195-
target_compile_definitions(boost_rts_brotli PRIVATE BOOST_RTS_SOURCE)
185+
file(GLOB_RECURSE BOOST_CAPY_BROTLI_HEADERS CONFIGURE_DEPENDS include/boost/capy/brotli/*.hpp)
186+
file(GLOB_RECURSE BOOST_CAPY_BROTLI_SOURCES CONFIGURE_DEPENDS src_brotli/*.cpp src_brotli/*.hpp)
187+
source_group("" FILES "include/boost/capy/brotli.hpp")
188+
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR}/include/boost/capy/brotli PREFIX "include" FILES ${BOOST_CAPY_BROTLI_HEADERS})
189+
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR}/src_brotli PREFIX "src" FILES ${BOOST_CAPY_BROTLI_SOURCES})
190+
add_library(boost_capy_brotli include/boost/capy/brotli.hpp build/Jamfile ${BOOST_CAPY_BROTLI_HEADERS} ${BOOST_CAPY_BROTLI_SOURCES})
191+
add_library(Boost::capy_brotli ALIAS boost_capy_brotli)
192+
target_link_libraries(boost_capy_brotli PUBLIC boost_capy)
193+
target_link_libraries(boost_capy_brotli PRIVATE Brotli::common Brotli::decoder Brotli::encoder)
194+
target_compile_definitions(boost_capy_brotli PUBLIC BOOST_CAPY_HAS_BROTLI)
195+
target_compile_definitions(boost_capy_brotli PRIVATE BOOST_CAPY_SOURCE)
196196
endif ()
197197

198198
#-------------------------------------------------
199199
#
200200
# Tests
201201
#
202202
#-------------------------------------------------
203-
if (BOOST_RTS_BUILD_TESTS)
203+
if (BOOST_CAPY_BUILD_TESTS)
204204
add_subdirectory(test)
205205
endif ()
206206

@@ -209,6 +209,6 @@ endif ()
209209
# Examples
210210
#
211211
#-------------------------------------------------
212-
if (BOOST_RTS_BUILD_EXAMPLES)
212+
if (BOOST_CAPY_BUILD_EXAMPLES)
213213
# add_subdirectory(example)
214214
endif ()

README.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
|===
33

44
|Branch
5-
|https://github.com/cppalliance/rts/tree/master[`master`]
6-
|https://github.com/cppalliance/rts/tree/develop[`develop`]
5+
|https://github.com/cppalliance/capy/tree/master[`master`]
6+
|https://github.com/cppalliance/capy/tree/develop[`develop`]
77

8-
|https://develop.rts.cpp.al/[Docs]
9-
|https://master.rts.cpp.al/[image:https://img.shields.io/badge/docs-master-brightgreen.svg[Documentation]]
10-
|https://develop.rts.cpp.al/[image:https://img.shields.io/badge/docs-develop-brightgreen.svg[Documentation]]
8+
|https://develop.capy.cpp.al/[Docs]
9+
|https://master.capy.cpp.al/[image:https://img.shields.io/badge/docs-master-brightgreen.svg[Documentation]]
10+
|https://develop.capy.cpp.al/[image:https://img.shields.io/badge/docs-develop-brightgreen.svg[Documentation]]
1111

1212
|https://github.com/[GitHub Actions]
13-
|https://github.com/cppalliance/rts/actions/workflows/ci.yml?query=branch%3Amaster[image:https://github.com/cppalliance/rts/actions/workflows/ci.yml/badge.svg?branch=master[CI]]
14-
|https://github.com/cppalliance/rts/actions/workflows/ci.yml?query=branch%3Adevelop[image:https://github.com/cppalliance/rts/actions/workflows/ci.yml/badge.svg?branch=develop[CI]]
13+
|https://github.com/cppalliance/capy/actions/workflows/ci.yml?query=branch%3Amaster[image:https://github.com/cppalliance/capy/actions/workflows/ci.yml/badge.svg?branch=master[CI]]
14+
|https://github.com/cppalliance/capy/actions/workflows/ci.yml?query=branch%3Adevelop[image:https://github.com/cppalliance/capy/actions/workflows/ci.yml/badge.svg?branch=develop[CI]]
1515

1616

1717
|https://drone.io/[Drone]
18-
|https://drone.cpp.al/cppalliance/rts/branches[image:https://drone.cpp.al/api/badges/cppalliance/rts/status.svg?ref=refs/heads/master[Build Status]]
19-
|https://drone.cpp.al/cppalliance/rts/branches[image:https://drone.cpp.al/api/badges/cppalliance/rts/status.svg?ref=refs/heads/develop[Build Status]]
18+
|https://drone.cpp.al/cppalliance/capy/branches[image:https://drone.cpp.al/api/badges/cppalliance/capy/status.svg?ref=refs/heads/master[Build Status]]
19+
|https://drone.cpp.al/cppalliance/capy/branches[image:https://drone.cpp.al/api/badges/cppalliance/capy/status.svg?ref=refs/heads/develop[Build Status]]
2020

2121
|https://codecov.io[Codecov]
22-
|https://app.codecov.io/gh/cppalliance/rts/tree/master[image:https://codecov.io/gh/cppalliance/rts/branch/master/graph/badge.svg[codecov]]
23-
|https://app.codecov.io/gh/cppalliance/rts/tree/develop[image:https://codecov.io/gh/cppalliance/rts/branch/develop/graph/badge.svg[codecov]]
22+
|https://app.codecov.io/gh/cppalliance/capy/tree/master[image:https://codecov.io/gh/cppalliance/capy/branch/master/graph/badge.svg[codecov]]
23+
|https://app.codecov.io/gh/cppalliance/capy/tree/develop[image:https://codecov.io/gh/cppalliance/capy/branch/develop/graph/badge.svg[codecov]]
2424

2525
|===
2626

0 commit comments

Comments
 (0)