Revision: 1211
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1211&view=rev
Author: roman_yakovenko
Date: 2007-12-26 23:35:39 -0800 (Wed, 26 Dec 2007)
Log Message:
-----------
updating "history"
Modified Paths:
--------------
pygccxml_dev/docs/history/history.rest
Modified: pygccxml_dev/docs/history/history.rest
===================================================================
--- pygccxml_dev/docs/history/history.rest 2007-12-24 22:02:36 UTC (rev 1210)
+++ pygccxml_dev/docs/history/history.rest 2007-12-27 07:35:39 UTC (rev 1211)
@@ -40,7 +40,27 @@
4. Support for a type/class "align", "offset" and "size" was added. Many thanks to
Ben Schleimer for the implementation.
+
+5. Support for GCC-XML 0.9 was added.
+6. Support for ``__restrict__`` was added.
+
+7. ``declarations.has_trivial_copy`` was renamed to ``declarations.has_copy_constructor``.
+ The old name is still available, but will be removed soon.
+
+8. ``declarations.priority_queue`` was renamed to ``declarations.priority_queue_traits``.
+
+9. ``declarations.find_container_traits`` function was added.
+
+10. Support for "partial name" was added. "Partial name" is the class name, without
+ template default arguments. The functionality was added to std containers
+ classes.
+
+11. ``declarations.class_t`` and ``declarations.class_declaration_t`` has new property -
+ ``container_traits``. This property describes std container element class.
+
+12. All logging is now done to ``stderr`` instead of ``stdout``.
+
-------------
Version 0.9.0
-------------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|