aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/sbkconverter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-281-1/+1
* Added a convenience method to check if a converter belongs to a wrapper type.Marcelo Lira2012-03-081-0/+5
* Added adapter class SpecificConverter to provide type conversion based on a g...Marcelo Lira2012-03-081-10/+53
* Added a "to Python" converter function that gets a SbkConverter object.Marcelo Lira2012-03-081-3/+8
* Added some setting and converting functions to the new converter's API.Marcelo Lira2012-03-081-2/+28
* Added functions to the new converters API to check if a type is value or object.Marcelo Lira2012-03-081-0/+11
* Register type converters by name.Marcelo Lira2012-03-081-1/+16
* Make converter branch work on a Python3.2 setup.Hugo Parente Lima2012-03-081-1/+1
* SbkConverter's copyToPython function now returns Python None for C++ NULL poi...Marcelo Lira2012-03-081-0/+2
* New conversions for containers.Marcelo Lira2012-03-081-0/+122
* Converter can be registered and retrieved for string representations of types.Marcelo Lira2012-03-081-1/+42
* New converters for C++ primitive types.Marcelo Lira2012-03-081-1/+31
* New converters for user added primitive types.Marcelo Lira2012-03-081-4/+21
* Implemented new type converters, but only for wrapper types.Marcelo Lira2012-03-081-0/+214