File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ git rm -rf doc/ more/ status/ tools/*/test/ --ignore-unmatch
116116git rm -rf libs/* /examples libs/* /* /examples libs/* /test/ libs/* /benchmark/ libs/* /performance/ libs/* /example/ libs/* /doc/ libs/* /* /doc/ --ignore-unmatch
117117# unused libraries, focusing on larger ones
118118UNUSED=" leaf nowide pfr json static_string stl_interfaces phoenix msm redis mysql log \
119- geometry hana asio multiprecision beast qvm gil process parser charconv \
119+ geometry hana asio multiprecision beast qvm gil xpressive process parser charconv \
120120wave atomic polygon metaparse interprocess yap thread compute url test proto"
121121
122122for lib in $UNUSED ; do
125125
126126git rm -rf ** /* .svg ** /* .png ** /* .jpg ** /* .html ** /* .htm ** /* .gold --ignore-unmatch
127127git rm -rf ** /* .pdf ** /* .manifest ** /* .css ** /* .md ** /* .qbk ** /* .rst ** /* .txt --ignore-unmatch
128+ git rm -rf libs/graph/build/Jamfile.v2
129+
128130git commit -m " upgrading to boost v${boost_version} ; pruning files"
129131
130132cat << EOF
You can’t perform that action at this time.
0 commit comments