aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/sbkconverter.h
Commit message (Expand)AuthorAgeFilesLines
* remove a name clash with bool, after QBool was replaced by bool in Qt5Christian Tismer2015-07-031-2/+3
* 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/+3
* Added adapter class SpecificConverter to provide type conversion based on a g...Marcelo Lira2012-03-081-2/+31
* Added a "to Python" converter function that gets a SbkConverter object.Marcelo Lira2012-03-081-0/+1
* Added some setting and converting functions to the new converter's API.Marcelo Lira2012-03-081-4/+12
* Added functions to the new converters API to check if a type is value or object.Marcelo Lira2012-03-081-0/+6
* Register type converters by name.Marcelo Lira2012-03-081-0/+6
* Fixes SBK_CONVERTER macro and SbkEnumType structure.Marcelo Lira2012-03-081-2/+2
* Added SBK_CONVERTER, a macro to get the type converter whatever the type, but...Hugo Parente Lima2012-03-081-1/+3
* Updates creation of QFlags types at runtime.Hugo Parente Lima2012-03-081-1/+1
* New conversions for containers.Marcelo Lira2012-03-081-0/+22
* Converter can be registered and retrieved for string representations of types.Marcelo Lira2012-03-081-0/+6
* New converters for C++ primitive types.Marcelo Lira2012-03-081-1/+43
* New converters for user added primitive types.Marcelo Lira2012-03-081-0/+11
* Implemented new type converters, but only for wrapper types.Marcelo Lira2012-03-081-0/+205