Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
1) $ wget https://sourceforge.net/projects/boost/files/boost/1.69.0/boost_1_69_0.tar.gz
2) $ tar -xvf boost_1_69_0.tar.gz
3) find . -maxdepth 1 -type f | wc -l
18
4) $ find . -type f|wc -l
68431
5) $ find . -type f -name "*.hpp" -o -name "*.h" | wc -l
15208
$ find . -type f -name "*.cpp" | wc -l
13774
find . -not -name "*.h" -not -name "*.hpp" -not -name "*.cpp" | wc -l
45474
6) find `pwd` -name any.hpp
/home/elizaveta/boost_1_69_0/boost/any.hpp
/home/elizaveta/boost_1_69_0/boost/xpressive/detail/utility/any.hpp
/home/elizaveta/boost_1_69_0/boost/proto/detail/any.hpp
/home/elizaveta/boost_1_69_0/boost/type_erasure/any.hpp
/home/elizaveta/boost_1_69_0/boost/fusion/include/any.hpp
/home/elizaveta/boost_1_69_0/boost/fusion/algorithm/query/any.hpp
/home/elizaveta/boost_1_69_0/boost/fusion/algorithm/query/detail/any.hpp
/home/elizaveta/boost_1_69_0/boost/spirit/home/support/algorithm/any.hpp
/home/elizaveta/boost_1_69_0/boost/hana/any.hpp
/home/elizaveta/boost_1_69_0/boost/hana/fwd/any.hpp
7) grep -Ril "boost::asio"
8)sudo apt install libicu-dev
sudo apt install g++
./bootstrap.sh –prefix=boost_out
sh bootstrap.sh
./b2 install —prefix=123
9)mv 123 boost-libs
10) cd
cd boost_1_69_0/tools/build/boost-libs


find . -type f -exec du -h {} +


11) find . -type f -exec du {} +|sort -rh | head -n 10
288 ./bin/bjam
288 ./bin/b2
80 ./share/boost-build/src/tools/msvc.jam
64 ./share/boost-build/src/build/targets.jam
60 ./share/boost-build/src/tools/msvc.py
60 ./share/boost-build/src/build/targets.py
56 ./share/boost-build/src/build/project.py
52 ./share/boost-build/src/tools/gcc.jam
48 ./share/boost-build/src/build/project.jam
48 ./share/boost-build/src/build/generators.py