[pygccxml-commit] source/pyplusplus/docs/examples examples.rest,1.3,1.4
Brought to you by:
mbaas,
roman_yakovenko
From: Roman <rom...@us...> - 2006-04-06 06:16:41
|
Update of /cvsroot/pygccxml/source/pyplusplus/docs/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28954/pyplusplus/docs/examples Modified Files: examples.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: examples.rest =================================================================== RCS file: /cvsroot/pygccxml/source/pyplusplus/docs/examples/examples.rest,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** examples.rest 23 Jan 2006 06:36:28 -0000 1.3 --- examples.rest 6 Apr 2006 06:15:59 -0000 1.4 *************** *** 35,40 **** * "custom_code_creator" - exports get\\set functions as class properties - - * `py_qtxml`_ - exports whole `Qt.QtXml`_ module * `py_easybmp`_ - exports `EasyBMP`_ library --- 35,38 ---- *************** *** 46,52 **** .. _`boost.python`: http://www.boost.org/libs/python/doc/index.html .. _`pyplusplus` : ./../pyplusplus.html - .. _`Qt.QtXml` : http://doc.trolltech.com/4.0/qtxml.html#qtxml .. _`boost.date_time` : http://www.boost.org - .. _`py_qtxml` : ./qtxml/qtxml.html .. _`py_easybmp` : ./easybmp/easybmp.html .. _`py_date_time` : ./date_time/date_time.html --- 44,48 ---- |