Modular Boost C++ Libraries Request
还没有人认领这个 Issue。
评估
- 难度
- 5/5
- 预计耗时
- 一周以上
- 新手友好度
- 15/100
- Issue 类型
- 重构
- 描述清晰度
- 需要澄清
- 活跃度
- 停滞
- 技术栈
- cpp
- 领域
- build-system
调研方向
阅读链接的 Boost 邮件列表帖子,以及 interval、ublas、local_function 和其他列出库的示例 pull request。检查该库的 B2 构建文件,以确定哪些模块化更改适用。回复首选的处理选项和任何说明,然后关闭 issue,即表示完成。
由索引模型根据 Issue 内容生成。
描述
We are in the process of making B2 build changes to all of the B2 build files
to support "modular" consumption of the Boost Libraries by users. See this list
post for some details: https://lists.boost.org/Archives/boost/2024/01/255704.php
The process requires making a variety of changes to make each Boost library
independent of the super-project structure. But the changes do not remove the
super-project structure or the comprehensive Boost release. The changes make
solely make it possible, optionally, for users, like package manages, to easily
consume libraries individually.
Generally the changes include:
- Adding a libroot/build.jam.
- Porting any functionality from libroot/jamfile to libroot/build.jam.
- Moving boost-install declaration from libroot/build/jamfile is applicable.
- Adjusting other B2 build files in the library, like test/jamfile, as needed.
- Possible changes to C++ source files to remove includes relative to the
super-project boostroot location.
Some examples of such changes:
- https://github.com/boostorg/interval/pull/38
- https://github.com/boostorg/ublas/pull/189
- https://github.com/boostorg/local_function/pull/10
- https://github.com/boostorg/preprocessor/pull/57
- https://github.com/boostorg/callable_traits/pull/194
- https://github.com/boostorg/compatibility/pull/4
- https://github.com/boostorg/hof/pull/228
- https://github.com/boostorg/preprocessor/pull/56
We are asking how you would like us to handle the changes. We would prefer if
you allow the owners of the Boost.org GitHub project to make changes to B2
build files, as needed, to accomplish the changes. But understand
that you may want to manage the proposed changes yourself.
We previously sent emails to all known maintainers to fill out a form with their
preference. We are contacting you in this issue as we have not gotten a response
to that email. You can see the ongoing responses for that form and the responses
to these issues here https://github.com/users/grafikrobot/projects/1/views/6
We are now asking if you can reply directly to this issue to indicate your
preference of handling the changes. Please supply a response to this question
and close the issue (so that we can verify you are a maintainer).
How would you like the build changes to be processed?
- Pull request, reviewed and merged by a BOOSTORG OWNER.
- Pull request, reviewed and merged by YOU.
- Other. (please specify details in the reply)
Also please indicate any special instructions you want us to consider. Or other
information you want us to be aware of.
Thanks you, René
- 主要语言
- C++
- 星标
- 11
- 派生
- 28
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
boostorg/local_function 的其他 Issue
-
难度 4/5 3-5 天 新手友好度 35/100
-
难度 1/5 1 小时以内 新手友好度 55/100
查看 boostorg/local_function 的全部 Issue
相似的 Issue
-
难度 1/5 1 小时以内 新手友好度 90/100
AXERA-TECH/ax-llm#77 ·
-
难度 1/5 1 小时以内 新手友好度 90/100
games-on-whales/wolf#509 ·
-
难度 2/5 1-3 小时 新手友好度 74/100
-
bug-unconfirmed
难度 2/5 1-3 小时 新手友好度 76/100
-
难度 2/5 1-3 小时 新手友好度 74/100
NVIDIA/cuda-samples#453 ·