[pygccxml-development] ANN: pygccxml & Py++ 0.9.5
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2008-02-05 19:54:38
|
Good evening. I would like to announce a new version of both projects. Both projects contain many new features: pygccxml: * support for new GCC-XML version, which is based in GCC 4.2 parser * ability to create template instantiated class name, without default template arguments. For example, for class "vector< int, std::allocator< int > >" pygccxml could produce "vector<int>". * see http://language-binding.net/pygccxml/history/history.html#version-0-9-5 for more detailed list of changes Py++ contains much more features: * full support for UNICODE * better support for the multi-module development was implement * one more strategy to split generated code to files. The user defines a number of files to split the generated code too and Py++ does the rest. * this release contains bulk of small usability features and documentation improvements. * improved unit tests framework * seehttp://language-binding.net/pyplusplus/history/history.html#version-0-9-5 for more detailed list of changes I would like to thank anyone who contributed to this release. As always comments, suggestions & bug reports are welcome. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |