Changes between Version 2 and Version 3 of BoostSandbox


Ignore:
Timestamp:
May 10, 2007, 5:31:25 PM (15 years ago)
Author:
Douglas Gregor
Comment:

Fix headers

Legend:

Unmodified
Added
Removed
Modified
  • BoostSandbox

    v2 v3  
    1 == Boost Sandbox ==
     1= Boost Sandbox =
    22The Boost Sandbox (housed in the `sandbox` subdirectory of the Subversion repository) contains unreviewed code that is intended to eventually become a part of the Boost libraries.
    33
    4 -- Accessing the Boost Sandbox --
     4== Accessing the Boost Sandbox ==
    55The Boost Sandbox lives at https://svn.boost.org/svn/boost/sandbox within the Boost Subversion repository. To access the Boost Sandbox, please refer to the BoostSubversion page. Anyone interesting in working on Boost code is welcome to a sandbox developer account; see the instructions on the BoostSubversion page.
    66
    7 -- Organization --
     7== Organization ==
    88Because there are typically many projects in the sandbox at any one time (in various stages of development), the sandbox should be organized by project. Each project should have its own subdirectory inside `sandbox`. For example, a new XML library would reside in `sandbox/xml`. Inside that project-specific subdirectory, the project should be organized like any other Boost library, with a `boost` subdirectory (for headers) and `libs` subdirectory (for source code, build files, and documentation). Our hypothetical XML project would likely have the following structure:
    99