Update of /cvsroot/pygccxml/source/pygccxml/docs/history
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28954/pygccxml/docs/history
Modified Files:
history.rest
Log Message:
There are a lot of changes, sorry CVS did not worked for week or something like this
Changes
1. Lots of code clean up
2. Adding and updating documentation
3. Adding new method on decl_wrapper - readme. This method will return list of msgs to the developer.
For example if function takes by reference fundamental type it will say that this function could not be called from Python
4. Logging functionlity has been added to file writers too
5. Few bug fixes
6. For operator [] call policies is always set.
Index: history.rest
===================================================================
RCS file: /cvsroot/pygccxml/source/pygccxml/docs/history/history.rest,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** history.rest 20 Mar 2006 06:41:19 -0000 1.6
--- history.rest 6 Apr 2006 06:15:57 -0000 1.7
***************
*** 5,11 ****
.. contents:: Table of contents
! -----------
! CVS Version
! -----------
1. New fundamental types has been added
--- 5,25 ----
.. contents:: Table of contents
! ------------
! Contributors
! ------------
!
! Thanks to all the people that have contributed patches, bug reports and suggestions.
! Source code and documentation have been contributed by
!
! * My wife - Yulia
! * John Pallister <jo...@sy...>
! * Matthias Baas
! * Allen Bierbaum
!
! -------------
! Version 0.7.1
! -------------
!
! **Attention - this going to be last version that is tested with Python 2.3**
1. New fundamental types has been added
***************
*** 165,179 ****
`pygccxml`_ replaces *"restricted"* with *"volatile"*.
- --------------------------------------------------------------------------------
-
- * Hosted by |SourceForge|__
-
- __ http://sourceforge.net/
- .. |SourceForge| image:: http://sourceforge.net/sflogo.php?group_id=118209&type=4
- :alt: SourceForge.net Logo
- :align: middle
- :width: 125
- :height: 37
- .. :border: 0
.. _`pygccxml`: ./../pygccxml.html
--- 179,182 ----
|