wiki:WikiStart

Version 18 (modified by Matias Capeletto, 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:

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:

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

Note: See TracWiki for help on using the wiki.