Version 19 (modified by 15 years ago) ( diff ) | ,
---|
Welcome to the Boost Trac
Boost is a collection of free, peer-reviewed C++ libraries. This Trac is used to aid in the development of Boost, by tracking software issues, documenting Boost development procedures, and providing navigation aids to the Boost source code repository. From this Trac, you can:
- Access the Boost Subversion Repository
- Submit patches and bug reports (please search first to avoid creating duplicates)
- Change your Subversion password
Note: Boost is in the process of migrating from several CVS repositories to a single, unified Subversion repository. Until this migration process is complete, not all of the instructions on this wiki will be 100% correct. For more information about the Boost Subversion migration, see MigrationToSubversion.
Quick Access to the Boost Subversion Repository
You can browse the Boost Subversion repository online or retrieve Boost via a Subversion client. Most users will be interested in either the stable or the development branch of Boost:
- The stable branch is available at http://svn.boost.org/svn/boost/stable
- The development branch is available at http://svn.boost.org/svn/boost/devel
- The sandbox is available at http://svn.boost.org/svn/boost/sandbox
To check out the Boost development branch using the command-line Subversion tool, svn
, use:
svn co http://svn.boost.org/svn/boost/devel boost-devel
At any time, you can update your Boost development branch (which now lives in boost-devel
) with:
svn up
Please refer to BoostSubversion for more information about the Boost Subversion repository.
Projects
Infrastructure
- Testing
- Web Site
- In progress: CMake
- Improving Boost Docs