Changes between Initial Version and Version 1 of PythonPort/Status


Ignore:
Timestamp:
Oct 10, 2007, 2:47:23 PM (18 years ago)
Author:
ghost
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonPort/Status

    v1 v1  
     1
     2= Boost.Build Python port overall status =
     3
     4== What works ==
     5
     6 * Interface between Python and Boost.Jam build engine is finished.
     7 * Project loading and target declaration basically works
     8 * A simple project with a 'make' rule loads and builds fine
     9
     10== Short-term goals ==
     11
     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.
     15