Go to file
2019-12-02 17:55:31 +00:00
.circleci Update to workaround recent changes to the build system. 2019-11-01 17:17:02 +00:00
doc
test
.gitattributes
.travis.yml Update to workaround recent changes to the build system. 2019-11-01 17:17:02 +00:00
add_dependent_lib.cpp Update dependency code and fix CI. 2019-11-01 09:29:48 +00:00
add_path.cpp Make path scanning fully non-recursive. 2019-11-25 09:25:51 +00:00
bcp_imp.cpp Make path scanning fully non-recursive. 2019-11-25 09:25:51 +00:00
bcp_imp.hpp Make path scanning fully non-recursive. 2019-11-25 09:25:51 +00:00
bcp.hpp
copy_path.cpp Apply patch from https://github.com/boostorg/bcp/issues/8. 2019-11-25 09:31:18 +00:00
file_types.cpp
fileview.cpp
fileview.hpp
index.html
Jamfile.v2
licence_info.cpp
licence_info.hpp
main.cpp
output_licence_info.cpp
path_operations.cpp
README.md Add README.md 2019-11-01 18:51:37 +00:00
scan_cvs_path.cpp
scan_licence.cpp

BCP Tool Build Status

The bcp utility is a tool for extracting subsets of Boost, it's useful for Boost authors who want to distribute their library separately from Boost, and for Boost users who want to distribute a subset of Boost with their application.

bcp can also report on which parts of Boost your code is dependent on, and what licences are used by those dependencies.

The full documentation is available on boost.org.

Master Develop
Travis Build Status Build Status

Support, bugs and feature requests

Bugs and feature requests can be reported through the Gitub issue tracker (see open issues and closed issues).

You can submit your changes through a pull request.