[pygccxml-commit] SF.net SVN: pygccxml: [136] pygccxml_dev
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2006-05-18 07:40:29
|
Revision: 136 Author: roman_yakovenko Date: 2006-05-18 00:40:05 -0700 (Thu, 18 May 2006) ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=136&view=rev Log Message: ----------- preparing to next release: version updated history updated Modified Paths: -------------- pygccxml_dev/docs/history/history.rest pygccxml_dev/setup.py pyplusplus_dev/docs/history/history.rest pyplusplus_dev/setup.py Modified: pygccxml_dev/docs/history/history.rest =================================================================== --- pygccxml_dev/docs/history/history.rest 2006-05-18 06:38:14 UTC (rev 135) +++ pygccxml_dev/docs/history/history.rest 2006-05-18 07:40:05 UTC (rev 136) @@ -15,6 +15,33 @@ * John Pallister <jo...@sy...> * Matthias Baas * Allen Bierbaum + +----------- +Version 0.8 +----------- + +1. `pygccxml`_ now has power "select" interface. Read more about this cool feature + in tutorials. + +2. Improved support for template instantiations. `pygccxml`_ now take into + account demangled name of declarations. Please refer to documentation for + more explanantion. + +3. ``dummy_type_t`` - new type in types hierarchy. This is a very useful class + for code generation projects. + +4. New function - ``get_global_namespace``. As you can guess, it will find and + return reference to global namespace. + +5. New functionality in ``type_traits`` - ``has_public_assign``. This function + will return True, if class has public assign operator. + +6. ``declarations.class_t`` has new property - ``aliases``. This is a list of + all class aliases. + +7. Bug fixes. + +8. Documentation. ------------- Version 0.7.1 Modified: pygccxml_dev/setup.py =================================================================== --- pygccxml_dev/setup.py 2006-05-18 06:38:14 UTC (rev 135) +++ pygccxml_dev/setup.py 2006-05-18 07:40:05 UTC (rev 136) @@ -51,7 +51,7 @@ setup( name = "pygccxml", - version = "0.7.2", + version = "0.8.0", description = "GCC-XML generated file reader", author = "Roman Yakovenko", author_email = "rom...@gm...", Modified: pyplusplus_dev/docs/history/history.rest =================================================================== --- pyplusplus_dev/docs/history/history.rest 2006-05-18 06:38:14 UTC (rev 135) +++ pyplusplus_dev/docs/history/history.rest 2006-05-18 07:40:05 UTC (rev 136) @@ -4,6 +4,27 @@ .. contents:: Table of contents +------------- +Version 0.8.0 +------------- + +1. `pyplusplus`_ "user guide" functionality has been improved. Now `pyplusplus`_ + can answer few questions: + + * why this declaration could not be exported + + * why this function could not be overriden from Python + +2. `pyplusplus`_ can suggest an alias for exported classes. + +3. Small redesign has been done - now it is much easier to understand and + maintain code creators, that creates code for C++ functions. + +4. Exception specification is taken into account, when `pyplusplus`_ exports + member functions. + +5. Member variables, that are pointers exported correctly. + ------------- Version 0.7.0 ------------- Modified: pyplusplus_dev/setup.py =================================================================== --- pyplusplus_dev/setup.py 2006-05-18 06:38:14 UTC (rev 135) +++ pyplusplus_dev/setup.py 2006-05-18 07:40:05 UTC (rev 136) @@ -85,7 +85,7 @@ setup( name = "pyplusplus", - version = "0.7.1", + version = "0.8.0", description="pyplusplus is a framework of components for creating C++ code generator for boost.python library", author="Roman Yakovenko", author_email="rom...@gm...", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |