Thread: [pygccxml-commit] SF.net SVN: pygccxml: [394] index.rest
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2006-08-13 06:36:14
|
Revision: 394 Author: roman_yakovenko Date: 2006-08-12 23:36:07 -0700 (Sat, 12 Aug 2006) ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=394&view=rev Log Message: ----------- adding language-binding.net main page to the repository Added Paths: ----------- index.rest Added: index.rest =================================================================== --- index.rest (rev 0) +++ index.rest 2006-08-13 06:36:07 UTC (rev 394) @@ -0,0 +1,86 @@ +=========================== +C++ Python language binding +=========================== + +.. contents:: Table of contents + +---------------- +pygccxml package +---------------- + +* Do you need to parse C++ code? +* Do you need to build code generator? +* Do you need to create UML diagram? + +`pygccxml`_ is the way to go! `Learn more`__. + +.. __: `pygccxml`_ + +------------------ +pyplusplus package +------------------ + +"I love deadlines. I love the whooshing noise they make as they go by." + + -- Douglas Adams + +Meet your deadlines with powerful code generator engine - `pyplusplus`_. + +`pyplusplus`_ package and `Boost.Python`_ library provide a complete solution for +interfacing Python and C++. + +--------------- +pyboost package +--------------- + +`Boost`_ provides free peer-reviewed portable C++ source libraries. `pyboost`_ +package export next libraries to Python: + + * `boost.date_time`_ - date time library designed to provide a basis for + performing efficient time calculations + * `boost.crc`_ - cyclic redundancy code computation objects + * `boost.rational`_ - rational number class + * `boost.random`_ - a complete system for random number generation + +Python bindings for `boost.graph`_ library is also available from +http://www.osl.iu.edu/~dgregor/bgl-python . + +------------- +pydsc package +------------- + +Documentation strings contain spelling errors? `Fix them in a minute`_. + +.. _`Fix them in a minute` : `pydsc`_ + +----------------- +pyeasybmp package +----------------- + +`EasyBMP`_ could be easier? Yes of course! Learn more about `EasyBMP Python bindings`_. + +.. _`EasyBMP Python bindings`: ./pyplusplus/examples/easybmp/easybmp.html + +.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html + +.. _`pyboost` : ./pyplusplus/examples/boost/boost.html +.. _`boost.graph` : http://www.boost.org/libs/graph/doc/table_of_contents.html +.. _`boost.date_time` : http://boost.org/doc/html/date_time.html +.. _`boost.crc` : http://boost.org/libs/crc/index.html +.. _`boost.rational` : http://boost.org/libs/rational/index.html +.. _`boost.random` : http://boost.org/libs/random/index.html + +.. _`Boost`: http://boost.org/ +.. _`Python`: http://www.python.org +.. _`pygccxml`: ./pygccxml/pygccxml.html +.. _`pyplusplus`: ./pyplusplus/pyplusplus.html +.. _`pydsc`: ./pydsc/pydsc.html +.. _`EasyBMP`: http://easybmp.sourceforge.net/ + +.. + Local Variables: + mode: indented-text + indent-tabs-mode: nil + sentence-end-double-space: t + fill-column: 70 + End: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rom...@us...> - 2006-08-17 03:42:41
|
Revision: 416 Author: roman_yakovenko Date: 2006-08-16 20:42:32 -0700 (Wed, 16 Aug 2006) ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=416&view=rev Log Message: ----------- removing white space Modified Paths: -------------- index.rest Modified: index.rest =================================================================== --- index.rest 2006-08-17 03:36:58 UTC (rev 415) +++ index.rest 2006-08-17 03:42:32 UTC (rev 416) @@ -8,9 +8,9 @@ pygccxml package ---------------- -* Do you need to parse C++ code? +* Do you need to parse C++ code? * Do you need to build code generator? -* Do you need to create UML diagram? +* Do you need to create UML diagram? `pygccxml`_ is the way to go! `Learn more`__. @@ -19,14 +19,12 @@ ------------ Py++ package ------------ - -"I love deadlines. I love the whooshing noise they make as they go by." - - -- Douglas Adams - -Meet your deadlines with powerful code generator engine - `Py++`_. - -`Py++`_ package and `Boost.Python`_ library provide a complete solution for + +"I love deadlines. I love the whooshing noise they make as they go by." + -- Douglas Adams + +Meet your deadlines with powerful code generator engine - `Py++`_. +`Py++`_ package and `Boost.Python`_ library provide a complete solution for interfacing Python and C++. `Learn more`_. .. _`Learn more` : `Py++`_ @@ -38,14 +36,14 @@ `Boost`_ provides free peer-reviewed portable C++ source libraries. `pyboost`_ package export next libraries to Python: - * `Boost.Date_Time`_ - date time library designed to provide a basis for + * `Boost.Date_Time`_ - date time library designed to provide a basis for performing efficient time calculations * `Boost.CRC`_ - cyclic redundancy code computation objects * `Boost.Rational`_ - rational number class * `Boost.Random`_ - a complete system for random number generation Python bindings for `boost.graph`_ library is also available from -http://www.osl.iu.edu/~dgregor/bgl-python . +http://www.osl.iu.edu/~dgregor/bgl-python . ------------- pydsc package @@ -62,9 +60,11 @@ `EasyBMP`_ could be easier? Yes of course! Learn more about `EasyBMP Python bindings`_. .. _`EasyBMP Python bindings`: ./pyplusplus/examples/easybmp/easybmp.html - -.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html + +.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html + + .. _`pyboost` : ./pyplusplus/examples/boost/boost.html .. _`boost.graph` : http://www.boost.org/libs/graph/doc/table_of_contents.html .. _`boost.date_time` : http://boost.org/doc/html/date_time.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rom...@us...> - 2007-12-04 18:44:09
|
Revision: 1192 http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1192&view=rev Author: roman_yakovenko Date: 2007-12-04 10:44:14 -0800 (Tue, 04 Dec 2007) Log Message: ----------- updating docs Modified Paths: -------------- index.rest Modified: index.rest =================================================================== --- index.rest 2007-12-04 13:53:43 UTC (rev 1191) +++ index.rest 2007-12-04 18:44:14 UTC (rev 1192) @@ -27,8 +27,12 @@ `Py++`_ package and `Boost.Python`_ library provide a complete solution for interfacing Python and C++. `Learn more`_. +*European Space Agency*, *Ogre*, *PyOpenSG* and many others `use`__ Py++. + .. _`Learn more` : `Py++`_ +.. __: ./pyplusplus/quotes.html + --------------- pyboost package --------------- @@ -79,6 +83,9 @@ .. _`pydsc`: ./pydsc/pydsc.html .. _`EasyBMP`: http://easybmp.sourceforge.net/ +.. _`many others` : ./x.html + + .. Local Variables: mode: indented-text This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |