• Home
Name Date Size #Lines LOC

..--

doc/12-May-2024-589520

test/12-May-2024-2622

Jamfile.v2D12-May-2024727 3732

README.mdD12-May-20241.3 KiB2514

add_dependent_lib.cppD12-May-20247.8 KiB231165

add_path.cppD12-May-202424.2 KiB570448

bcp.hppD12-May-20241.3 KiB4830

bcp_imp.cppD12-May-20247.3 KiB301239

bcp_imp.hppD12-May-20245.3 KiB12294

copy_path.cppD12-May-20247.8 KiB249180

file_types.cppD12-May-20241.8 KiB7353

fileview.cppD12-May-20242.6 KiB144107

fileview.hppD12-May-20242.3 KiB7349

index.htmlD12-May-2024560 1813

licence_info.cppD12-May-202443.2 KiB722699

licence_info.hppD12-May-20241.1 KiB4022

main.cppD12-May-20245.2 KiB184142

output_licence_info.cppD12-May-202414.5 KiB411327

path_operations.cppD12-May-2024858 4227

scan_cvs_path.cppD12-May-20245.6 KiB148104

scan_licence.cppD12-May-20248.8 KiB276208

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