Changes between Version 1 and Version 2 of PythonPort/Status
- Timestamp:
- Oct 16, 2007, 9:31:39 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonPort/Status
v1 v2 1 2 1 = Boost.Build Python port overall status = 3 2 … … 5 4 6 5 * 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. 8 9 * A simple project with a 'make' rule loads and builds fine 9 10 10 11 == Short-term goals == 11 12 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. 15 14 15 16
