[pygccxml-commit] source/pyplusplus/docs/examples examples.rest,1.4,1.5
Brought to you by:
mbaas,
roman_yakovenko
From: Roman <rom...@us...> - 2006-04-09 05:17:54
|
Update of /cvsroot/pygccxml/source/pyplusplus/docs/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1480/pyplusplus/docs/examples Modified Files: examples.rest 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: examples.rest =================================================================== RCS file: /cvsroot/pygccxml/source/pyplusplus/docs/examples/examples.rest,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** examples.rest 6 Apr 2006 06:15:59 -0000 1.4 --- examples.rest 9 Apr 2006 05:17:14 -0000 1.5 *************** *** 26,45 **** disappointed. ! ------------------- ! 3rd party libraries ! ------------------- ! There are of course "ready to run" examples: ! * unit tests ! ! * "custom_code_creator" - exports get\\set functions as class properties ! ! * `py_easybmp`_ - exports `EasyBMP`_ library ! ! * `py_date_time`_ - exports `boost.date_time`_ library. This example is most ! complex and complete one. ! .. _`GUI`: ./pyplusplus_demo.png .. _`boost.python`: http://www.boost.org/libs/python/doc/index.html .. _`pyplusplus` : ./../pyplusplus.html --- 26,51 ---- disappointed. ! ------- ! EasyBMP ! ------- ! `EasyBMP`_ is a small cross-platform library that provide you functionality ! needed to work with Windows bitmap (BMP) image files. I took me only few minutes ! to create Python bindings for the library. Read more `here`__. ! __ : ./easybmp/easybmp.html ! --------------- ! boost.date_time ! --------------- ! ! I thought that running unit tests is not enough. I wanted to check `pyplusplus`_ ! on big and complex projects. Also I wanted to check, whether it realy simple ! to create fully working Python bindings for such projects. The short answer it is ! not. The long answer is `here`__. ! ! __ : ./date_time/date_time.html ! ! .. _`GUI`: ./../tutorials/pyplusplus_demo.png .. _`boost.python`: http://www.boost.org/libs/python/doc/index.html .. _`pyplusplus` : ./../pyplusplus.html |