Subset of Boost libraries used by Vita3K
Go to file
2024-09-02 12:14:13 +02:00
boost Update to v1.86.0. and add crc module. 2024-09-02 12:14:13 +02:00
doc/src update boost to 1.72.0 (#2) 2020-04-25 21:45:48 +03:00
libs Update to v1.86.0. and add crc module. 2024-09-02 12:14:13 +02:00
tools Update to v1.86.0. and add crc module. 2024-09-02 12:14:13 +02:00
.gitignore Update gitignore 2021-05-09 18:05:25 +02:00
boost-build.jam Update to v1.86.0. and add crc module. 2024-09-02 12:14:13 +02:00
boost.css Update to v1.86.0. and add crc module. 2024-09-02 12:14:13 +02:00
boost.png Initial commit 2018-08-24 23:46:51 +03:00
boostcpp.jam Update to v1.86.0. and add crc module. 2024-09-02 12:14:13 +02:00
bootstrap.bat Update to v1.82.0. 2023-07-27 14:22:43 +02:00
bootstrap.sh update boost to 1.78. 2021-12-13 14:19:26 +01:00
INSTALL Update to Boost 1.71.0 2019-10-26 00:38:21 +03:00
Jamroot Update to v1.86.0. and add crc module. 2024-09-02 12:14:13 +02:00
LICENSE_1_0.txt Initial commit 2018-08-24 23:46:51 +03:00
README.md Update to v1.82.0. 2023-07-27 14:22:43 +02:00
update.cmd Update to v1.86.0. and add crc module. 2024-09-02 12:14:13 +02:00
update.sh Update to v1.86.0. and add crc module. 2024-09-02 12:14:13 +02:00

Boost libraries - trimmed down for Vita3K

This is a subset of Boost v1.82.0 generated using the bcp tool. To get a list of boost modules guaranteed to exist, check the build script. Adapted from citra-emu/ext-boost.

Updating this repo

To update the Boost version (or to add a new library) follow these steps:

  • Download boost and extract the package.
  • Copy update.sh or update.cmd in this repo to extracted directory of boost.
  • cd to extracted boost directory and run update script. The trimed down version of boost will be in the subsets-boost directory.
  • Copy update.sh, update.bat, .gitignore, and README.md in this repo to subsets-boost directory.
  • Remove all the files in this directory (except the .git directory).
  • Copy all files in subsets-boost to this repo directory.
  • Commit all changes.