Changeset 64158

Timestamp:
Jul 19, 2010, 1:20:51 PM (12 years ago)
Author:
Vladimir Prus
Message:

Implemented a mechanism for parameter translation from bjam to python
signatures.

This allows to expose the same interface to Jamfiles as before, e.g.

rule toolset.flags ( rule variable condition * : values * )

and use natural interface in the Python side, where, 'rule', 'variable',
'condition' and 'values' are parameters, and the first two of them
will get string, not list of strings.

(No files)

Note: See TracChangeset for help on using the changeset viewer.