[pygccxml-commit] SF.net SVN: pygccxml: [395]
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2006-08-13 08:27:17
|
Revision: 395 Author: roman_yakovenko Date: 2006-08-13 01:27:03 -0700 (Sun, 13 Aug 2006) ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=395&view=rev Log Message: ----------- renaming 'boost.xxx' to 'Boost.Xxx' Modified Paths: -------------- index.rest pyplusplus_dev/docs/examples/boost/boost.rest pyplusplus_dev/docs/examples/examples.rest pyplusplus_dev/docs/quotes.rest Modified: index.rest =================================================================== --- index.rest 2006-08-13 06:36:07 UTC (rev 394) +++ index.rest 2006-08-13 08:27:03 UTC (rev 395) @@ -36,11 +36,11 @@ `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 + * `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 . Modified: pyplusplus_dev/docs/examples/boost/boost.rest =================================================================== --- pyplusplus_dev/docs/examples/boost/boost.rest 2006-08-13 06:36:07 UTC (rev 394) +++ pyplusplus_dev/docs/examples/boost/boost.rest 2006-08-13 08:27:03 UTC (rev 395) @@ -39,10 +39,10 @@ flexible. `pyplusplus`_ is a new tool and in my opinion I should prove its usefulness. Using `pyplusplus`_, I exposed next libraries to Python: - * `boost.date_time`_ - * `boost.crc`_ - * `boost.rational`_ - * `boost.random`_ + * `Boost.Date_Time`_ + * `Boost.CRC`_ + * `Boost.Rational`_ + * `Boost.Random`_ There are few reasons I choose to expose those libraries. @@ -55,11 +55,11 @@ * clear concepts * comprehensive unit tests -3. I think, that Python is missing functionality provided by `boost.date_time`_ - and `boost.random`_ libraries. +3. I think, that Python is missing functionality provided by `Boost.Date_Time`_ + and `Boost.Random`_ libraries. I spent different amount of time on each library. It took me one week, to expose -the `boost.date_time`_ library. I added few missing features to `pyplusplus`_, +the `Boost.Date_Time`_ library. I added few missing features to `pyplusplus`_, polished the existing ones. Most of the time I spent translating tests from C++ to `Python`_. It took me 3 days to expose all other libraries. Modified: pyplusplus_dev/docs/examples/examples.rest =================================================================== --- pyplusplus_dev/docs/examples/examples.rest 2006-08-13 06:36:07 UTC (rev 394) +++ pyplusplus_dev/docs/examples/examples.rest 2006-08-13 08:27:03 UTC (rev 395) @@ -32,10 +32,10 @@ Using `pyplusplus`_ I created Python bindings for few libraries: - * `boost.date_time`_ - * `boost.crc`_ - * `boost.rational`_ - * `boost.random`_ + * `Boost.Date_Time`_ + * `Boost.CRC`_ + * `Boost.Rational`_ + * `Boost.Random`_ This is not "just another example". I went father and created new package: `pyboost`_. This is fully working Python package, with almost all unit test from Modified: pyplusplus_dev/docs/quotes.rest =================================================================== --- pyplusplus_dev/docs/quotes.rest 2006-08-13 06:36:07 UTC (rev 394) +++ pyplusplus_dev/docs/quotes.rest 2006-08-13 08:27:03 UTC (rev 395) @@ -51,10 +51,10 @@ * I am :-). I created Python bindings for next libraries: - * `boost.date_time`_ - * `boost.crc`_ - * `boost.rational`_ - * `boost.random`_ + * `Boost.Date_Time`_ + * `Boost.CRC`_ + * `Boost.Rational`_ + * `Boost.Random`_ .. _`boost.date_time` : http://boost.org/doc/html/date_time.html .. _`boost.crc` : http://boost.org/libs/crc/index.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |