[pygccxml-commit] source/pyplusplus/module_creator creator.py,1.64,1.65
Brought to you by:
mbaas,
roman_yakovenko
From: Roman <rom...@us...> - 2006-04-09 05:17:25
|
Update of /cvsroot/pygccxml/source/pyplusplus/module_creator In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1480/pyplusplus/module_creator Modified Files: creator.py Log Message: I hope those are last big changes in the project to this release. Those changes give us an ability to create "setups" in one click cd release_manager python release_builder.py Enjoy Index: creator.py =================================================================== RCS file: /cvsroot/pygccxml/source/pyplusplus/module_creator/creator.py,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** creator.py 6 Apr 2006 06:16:09 -0000 1.64 --- creator.py 9 Apr 2006 05:17:15 -0000 1.65 *************** *** 13,16 **** --- 13,17 ---- #TODO: don't export functions that returns non const pointer to fundamental types + #TODO: add print decl_wrapper.readme messages class creator_t( declarations.decl_visitor_t ): |