aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/shibokenbuffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed shiboken buffer to work with python 3.xRenato Filho2012-03-081-0/+4
|
* Fixed Shiboken::Buffer implementation for python 3.Renato Filho2012-03-081-6/+5
|
* Updated Shiboken::Buffer API to Py3k.Renato Filho2012-03-081-0/+12
|
* Port Shiboken buffer interface to Python3.Hugo Parente Lima2012-03-081-0/+12
|
* Added Shiboken buffer interface.Hugo Parente Lima2012-03-081-0/+52
This interface is just a wrapper to the differents API's provided by Python to deal with memory buffers in various versions of Python, so is recommended to use this API to deal with Python memory buffers instead of the CPython API. If you want to have a Python buffer as argument of any function just change the argument type to "PyBuffer" and the generator will handle it right regarding to type checking. Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>