This a mirror of WSJT-X and will be updated every 6 hours. PR will be ignored, head to the SF link. Repo will be updated at 06:00:00 UTC 12:00:00 UTC 18:00:00 UTC 00:00:00 UTC Now fixed.
Go to file
Bill Somerville edd0930758 Squashed 'boost/' changes from b4feb19f2..d9443bc48
d9443bc48 Add the multi_index, intrusive and date_time libraries

git-subtree-dir: boost
git-subtree-split: d9443bc4849970cd15c886aae652bb3fcd8e1c6e
2018-10-19 02:58:34 +01:00
boost Squashed 'boost/' changes from b4feb19f2..d9443bc48 2018-10-19 02:58:34 +01:00
doc/src Squashed 'boost/' content from commit b4feb19f2 2018-06-09 21:48:32 +01:00
libs Squashed 'boost/' changes from b4feb19f2..d9443bc48 2018-10-19 02:58:34 +01:00
tools/build Squashed 'boost/' content from commit b4feb19f2 2018-06-09 21:48:32 +01:00
INSTALL Squashed 'boost/' content from commit b4feb19f2 2018-06-09 21:48:32 +01:00
Jamroot Squashed 'boost/' content from commit b4feb19f2 2018-06-09 21:48:32 +01:00
LICENSE_1_0.txt Squashed 'boost/' content from commit b4feb19f2 2018-06-09 21:48:32 +01:00
README.md Squashed 'boost/' changes from b4feb19f2..d9443bc48 2018-10-19 02:58:34 +01:00
boost-build.jam Squashed 'boost/' content from commit b4feb19f2 2018-06-09 21:48:32 +01:00
boost.css Squashed 'boost/' content from commit b4feb19f2 2018-06-09 21:48:32 +01:00
boost.png Squashed 'boost/' content from commit b4feb19f2 2018-06-09 21:48:32 +01:00
boostcpp.jam Squashed 'boost/' content from commit b4feb19f2 2018-06-09 21:48:32 +01:00
bootstrap.bat Squashed 'boost/' content from commit b4feb19f2 2018-06-09 21:48:32 +01:00
bootstrap.sh Squashed 'boost/' content from commit b4feb19f2 2018-06-09 21:48:32 +01:00
rst.css Squashed 'boost/' content from commit b4feb19f2 2018-06-09 21:48:32 +01:00

README.md

Boost "vendor" repo for K1JT projects

This repository contains a subset of the Boost project with libraries needed by K1JT project s such as WSJT-X. It contains two branches, upstream and master. To upgrade the content do the following:

git checkout upstream
rm -r *
# use the bcp tool to populate with the new Boost libraries
# use git add to stage any new files and directories
git commit -a -m "Updated Boost v1.63 libraries including ..."
git tag boost_1_63
git push origin
git checkout master
git merge upstream
git push origin

The resulting master branch is now ready to be git-subtree merged into any projects that need these libraries.