WSJT-X/boost
Bill Somerville 8f0655b3f5 Bring boost::circular_buffer into thw wsjtx project
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8412 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2018-01-14 01:46:32 +00:00
..
boost Bring boost::circular_buffer into thw wsjtx project 2018-01-14 01:46:32 +00:00
INSTALL Bring boost::circular_buffer into thw wsjtx project 2018-01-14 01:46:32 +00:00
Jamroot Bring boost::circular_buffer into thw wsjtx project 2018-01-14 01:46:32 +00:00
LICENSE_1_0.txt Bring boost::circular_buffer into thw wsjtx project 2018-01-14 01:46:32 +00:00
README.txt Bring boost::circular_buffer into thw wsjtx project 2018-01-14 01:46:32 +00:00
boost-build.jam Bring boost::circular_buffer into thw wsjtx project 2018-01-14 01:46:32 +00:00
boost.css Bring boost::circular_buffer into thw wsjtx project 2018-01-14 01:46:32 +00:00
boost.png Bring boost::circular_buffer into thw wsjtx project 2018-01-14 01:46:32 +00:00
boostcpp.jam Bring boost::circular_buffer into thw wsjtx project 2018-01-14 01:46:32 +00:00
bootstrap.bat Bring boost::circular_buffer into thw wsjtx project 2018-01-14 01:46:32 +00:00
bootstrap.sh Bring boost::circular_buffer into thw wsjtx project 2018-01-14 01:46:32 +00:00
rst.css Bring boost::circular_buffer into thw wsjtx project 2018-01-14 01:46:32 +00:00

README.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This boost tree is a cut down version of the 1.63.0 source tree built
using the boost bcp utility, invoked thus:

cd <clean-boost-source-tree>
<path-where-bcp-was-built>/bcp iterator range math numeric crc circular_buffer build bootstrap.bat bootstrap.sh boostcpp.jam boost-build.jam <this-directory>

Note that bcp is built from a separate boost source tree to avoid
polluting the clean tree used to extract components from above.

Add other boost libraries as necessary. See the Subversion book for
details on how to maintain 3rd-party vendor content used in a project.