Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 12-May-2024 | - | 589 | 520 | ||
test/ | 12-May-2024 | - | 26 | 22 | ||
Jamfile.v2 | D | 12-May-2024 | 727 | 37 | 32 | |
README.md | D | 12-May-2024 | 1.3 KiB | 25 | 14 | |
add_dependent_lib.cpp | D | 12-May-2024 | 7.8 KiB | 231 | 165 | |
add_path.cpp | D | 12-May-2024 | 24.2 KiB | 570 | 448 | |
bcp.hpp | D | 12-May-2024 | 1.3 KiB | 48 | 30 | |
bcp_imp.cpp | D | 12-May-2024 | 7.3 KiB | 301 | 239 | |
bcp_imp.hpp | D | 12-May-2024 | 5.3 KiB | 122 | 94 | |
copy_path.cpp | D | 12-May-2024 | 7.8 KiB | 249 | 180 | |
file_types.cpp | D | 12-May-2024 | 1.8 KiB | 73 | 53 | |
fileview.cpp | D | 12-May-2024 | 2.6 KiB | 144 | 107 | |
fileview.hpp | D | 12-May-2024 | 2.3 KiB | 73 | 49 | |
index.html | D | 12-May-2024 | 560 | 18 | 13 | |
licence_info.cpp | D | 12-May-2024 | 43.2 KiB | 722 | 699 | |
licence_info.hpp | D | 12-May-2024 | 1.1 KiB | 40 | 22 | |
main.cpp | D | 12-May-2024 | 5.2 KiB | 184 | 142 | |
output_licence_info.cpp | D | 12-May-2024 | 14.5 KiB | 411 | 327 | |
path_operations.cpp | D | 12-May-2024 | 858 | 42 | 27 | |
scan_cvs_path.cpp | D | 12-May-2024 | 5.6 KiB | 148 | 104 | |
scan_licence.cpp | D | 12-May-2024 | 8.8 KiB | 276 | 208 |
README.md
1BCP Tool [![Build Status](https://travis-ci.org/boostorg/bcp.svg?branch=develop)](https://travis-ci.org/boostorg/bcp) 2================== 3 4The bcp utility is a tool for extracting subsets of Boost, it's useful for Boost authors who want to distribute 5their library separately from Boost, and for Boost users who want to distribute a subset of Boost with their application. 6 7bcp can also report on which parts of Boost your code is dependent on, and what licences are used by those dependencies. 8 9The full documentation is available on [boost.org](http://www.boost.org/doc/libs/release/tools/bcp). 10 11| | Master | Develop | 12|------------------|----------|-------------| 13| Travis | [![Build Status](https://travis-ci.org/boostorg/bcp.svg?branch=master)](https://travis-ci.org/boostorg/bcp) | [![Build Status](https://travis-ci.org/boostorg/bcp.svg)](https://travis-ci.org/boostorg/bcp) | 14 15 16 17## Support, bugs and feature requests ## 18 19Bugs and feature requests can be reported through the [Gitub issue tracker](https://github.com/boostorg/bcp/issues) 20(see [open issues](https://github.com/boostorg/bcp/issues) and 21[closed issues](https://github.com/boostorg/bcp/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed)). 22 23You can submit your changes through a [pull request](https://github.com/boostorg/bcp/pulls). 24 25