Hi all.
I almost finished to develop and prepare next projects release ( 1.0
). There were many changes, improvements and contributions from the
last release. Thanks to every one who helped me to improve the
projects:
* Andy Miller
* Julian Scheid
* Oliver Schweitzer
* Hernán Ordiales
* Bernd Fritzke
* Gustavo Carneiro
pygccxml changes:
* support for ellipsis was added
* new experimental back-end, based on ``.pdb`` (progam database file),
was added. I am considering to add other back-ends in future.
Suggestions are welcome.
* new high-level API wrapper for ``.bsc`` (browse source code file) was added.
* many other small changes
* pygccxml is compatible with gccxml cvs version
py++ changes:
* algorightm, which defines what virtual functions should be redefined
was improved.
* exposing "C" code became easier - Py++ is able to generate
``ctypes`` friendly code.
* support for ``boost::python::make_constructor`` functionality was added.
* support for unions and unnamed classes was added.
* Indexing Suite V2 - few bugs were fixed.
The code is frozen, the documentation was updated, the tests pass. The
SVN version was tested on few big projects and I don't know about any
issue. It is time to test it on your projects and report the problems.
If no problems will be report, I will release the projects in a week
or two.
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
|