boost

boost is not good enough, if there is an alternative, do not use boost.

Too big and it's almost impossible to use just a single component of 

it, because all components are strongly connected...

Asio - Portable networking and other low-level I/O, including sockets, timers, hostname resolution, socket iostreams, serial ports, file descriptors and Windows HANDLEs, from Chris Kohlhoff

Geometry - The Boost.Geometry library provides geometric algorithms, primitives and spatial index, from Barend Gehrels, Bruno Lalande, Mateusz Loskot, Adam Wulkiewicz and Menelaos Karavelas
Graph - The BGL graph interface and graph components are generic, in the same sense as the the Standard Template Library (STL), from Jeremy Siek and a University of Notre Dame team.
GraphParallel - The PBGL graph interface and graph components are generic, in the same sense as the the Standard Template Library (STL), from Jeremy Siek, Doug Gregor, and a University of Notre Dame team.
Polygon - Voronoi diagram construction and booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates, from Lucanus Simonson and Andrii Sydorchuk
Sort - High-performance templated sort functions, from Steven Ross

String Algo - String algorithms library, from Pavol Droba
GIL - Generic Image Library, from Lubomir Bourdev and Hailin Jin

Bimap - Bidirectional maps library for C++. With Boost.Bimap you can create associative containers in which both types can be used as key, from Matias Capeletto
Heap - Priority queue data structures, from Tim Blechmann
Circular Buffer - A STL compliant container also known as ring or cyclic buffer, from Jan Gaspar
Container - Standard library containers and extensions, from Ion Gaztañaga

CRC - The Boost CRC Library provides two implementations of CRC (cyclic redundancy code) computation objects and two implementations of CRC computation functions. The implementations are template-based, from Daryle Walker
Meta State Machine - A very high-performance library for expressive UML2 finite state machines, from Christophe Henry

Signals2 - Managed signals & slots callback implementation (thread-safe version 2), from Frank Mori Hess

 

 

https://boostorg.github.io/build/manual/develop/index.html

cd D:\boost_1_75_0

cd tools\build

./bootstrap.bat

./b2.exe install --prefix=C:\zzzhehe\bst

add to env path: C:\zzzhehe\bst\bin

cd D:\boost_1_75_0\tools


b2 ./bcp

copy the generated bcp.exe to D:\boost_1_75_0

cd D:\boost_1_75_0

bcp DLL Geometry Graph Interprocess MSM Polygon Signals2 config build ./bshehe

cd C:\Users\aaaaaa\Desktop\boost_1_75_0  && C:\Users\aaaaaa\Desktop\boob\bin\b2.exe --show-libraries

C:\Users\aaaaaa\Desktop\boob\bin\b2.exe link=static runtime-link=static --build-dir=./bbb toolset=msvc stage release --without-bcp

C:\Users\aaaaaa\Desktop\boob\bin\b2.exe tools/bcp

address-model=64
architecture=ia64
link=static
runtime-link=static
optimization=speed
variant=release
--build-dir=./bbb
toolset=msvc


cd D:\boost_1_75_0\bshehe

b2 --show-libraries

./bcp --report DLL Geometry Graph Interprocess MSM Polygon Signals2  html-file

posted @ 2017-10-23 19:29  fndefbwefsowpvqfx  阅读(261)  评论(0编辑  收藏  举报