[C++-sig] [Announce] pyplusplus 0.6.0

Roman Yakovenko roman.yakovenko at gmail.com
Tue Nov 29 09:47:26 CET 2005


Hi. I would like announce of new version of pyplusplus (0.5).

What is pyplusplus?

pyplusplus is an object-oriented framework for creating a code
generator for boost.python library.

You can find pyplusplus here: http://www.language-binding.net/
You can download pyplusplus from
http://sourceforge.net/project/showfiles.php?group_id=118209.

Changes:

    1. Code repository has been introduced. This repository contains classes
       and functions that will help users to export different C++ classes and
       declarations. Right now this repository contains two classes:

       array_1_t

      const_array_1_t

       Those classes helps to export static, single dimension arrays.
As you can
       guess static, single dimension arrays are now supported.

    2. Code generation has been improved.

    3. Code generation speed has been improved.

    4. If you have Niall Douglas void* patch, then you can enjoy from
       automatically set call policies.

    5. Bit fields can be accessed ( get\\set ) from Python.

    6. Creating custom code creater example has been added.

    7. To Pyste comparison has been wrote.

    8. Using this version it is possible to export most of TnFOX Python
       bindings.

Roman Yakovenko



More information about the Cplusplus-sig mailing list