You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
jzmaddock a86fdce788 Merge branch 'develop' 5 years ago
.circleci Update to workaround recent changes to the build system. 5 years ago
doc Merge doc formatting fix. 11 years ago
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. 15 years ago
.gitattributes Added bcp utility (initial commit). 21 years ago
.travis.yml Update to workaround recent changes to the build system. 5 years ago
Jamfile.v2 Fix broken dependency tracking. 9 years ago
README.md Add README.md 5 years ago
add_dependent_lib.cpp Update dependency code and fix CI. 5 years ago
add_path.cpp Make path scanning fully non-recursive. 5 years ago
bcp.hpp Spirit: merge from trunk, more to come 14 years ago
bcp_imp.cpp Make path scanning fully non-recursive. 5 years ago
bcp_imp.hpp Make path scanning fully non-recursive. 5 years ago
copy_path.cpp Apply patch from https://github.com/boostorg/bcp/issues/8. 5 years ago
file_types.cpp Merge bcp fixes from Trunk. 13 years ago
fileview.cpp Merge fixes from Trunk: fixes GCC compile errors. 12 years ago
fileview.hpp Spirit: merge from trunk, more to come 14 years ago
index.html Add namespace renaming option. 15 years ago
licence_info.cpp Merge bcp fixes from Trunk. 12 years ago
licence_info.hpp Added improved summary mode. 20 years ago
main.cpp Fix broken dependency tracking. 9 years ago
output_licence_info.cpp Merge bcp fixes from Trunk. 12 years ago
path_operations.cpp Merge bcp fixes from Trunk. 13 years ago
scan_cvs_path.cpp Merge bcp fixes from Trunk. 12 years ago
scan_licence.cpp Cleanup clang operator precedence warning. 10 years ago

README.md

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.