Changes between Version 2 and Version 3 of HeaderModularization


Ignore:
Timestamp:
May 27, 2009, 3:52:07 PM (13 years ago)
Author:
Beman Dawes
Comment:

Add Possible Approaches

Legend:

Unmodified
Added
Removed
Modified
  • HeaderModularization

    v2 v3  
    1313 9. Works well with installers.
    1414 10. Supports test-on-demand and test-library-against-different-branch.
     15
     16== Possible Approaches ==
     17 
     18 * Status quo.
     19 * svn:externals.
     20 * Copy header directories to ../../boost via post-svn step.
     21 * Move header directories to ../../boost via post-svn step.
     22 * Forwarding headers (in svn).
     23 * Forwarding headers via post-svn step.
     24 * Symlinks from boost-root/boost/... to boost-root/libs/... via post-svn step.
     25 * Hard links from boost-root/boost/... to boost-root/libs/... via post-svn step.