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 Fix formatting. 2013-04-18 12:31:16 +00:00
test Implement better scanning of source file dependencies - library source files are now only selected as a dependency if the included header declares something that is actually defined in the source. 2009-12-16 17:09:17 +00:00
.gitattributes Added bcp utility (initial commit). 2003-06-09 11:52:33 +00:00
.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 Bring bcp up to date with filesystem V3. 2010-12-29 12:56:46 +00:00
copy_path.cpp Apply patch from https://github.com/boostorg/bcp/issues/8. 2019-11-25 09:31:18 +00:00
file_types.cpp Modify to use Filesystem V3 correctly. 2011-03-18 16:38:51 +00:00
fileview.cpp Fix up iostream operations to match changed boost.filesystem. 2012-12-10 10:39:30 +00:00
fileview.hpp Bring bcp up to date with filesystem V3. 2010-12-29 12:56:46 +00:00
index.html Add namespace renaming option. 2009-12-28 13:26:20 +00:00
Jamfile.v2 Fix broken dependency tracking. 2015-10-31 18:52:45 +00:00
licence_info.cpp Silence a few warnings. 2012-06-28 12:07:10 +00:00
licence_info.hpp Added improved summary mode. 2004-09-16 10:07:03 +00:00
main.cpp Fix broken dependency tracking. 2015-10-31 18:52:45 +00:00
output_licence_info.cpp Silence a few warnings. 2012-06-28 12:07:10 +00:00
path_operations.cpp Modify to use Filesystem V3 correctly. 2011-03-18 16:38:51 +00:00
README.md Add README.md 2019-11-01 18:51:37 +00:00
scan_cvs_path.cpp Silence a few warnings. 2012-06-28 12:07:10 +00:00
scan_licence.cpp Cleanup clang operator precedence warning. 2014-11-02 16:54:45 -07:00

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.