Changes between Version 1 and Version 2 of PythonPort/Status


Ignore:
Timestamp:
Oct 16, 2007, 9:31:39 PM (18 years ago)
Author:
ghost
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonPort/Status

    v1 v2  
    1 
    21= Boost.Build Python port overall status =
    32
     
    54
    65 * Interface between Python and Boost.Jam build engine is finished.
    7  * Project loading and target declaration basically works
     6 * Project loading and target declaration works
     7 * Top-level code is ported, including getting build request, loading configuration files and
     8   projects and building/cleaning.
    89 * A simple project with a 'make' rule loads and builds fine
    910
    1011== Short-term goals ==
    1112
    12  * The top-level Jam code is not ported yet. In particular this means that user-config.jam is not loaded yet, and command line build request is ignored.
    13  * Some details of project loading are to be ported yet -- in particular the 'project' and 'using' rules.
    14  * The 'make' function has a dummy 'self' argument to workaround some wrong details of making rules available to Jamfiles.
     13 * Port remaining core modules.
    1514
     15
     16