aboutsummaryrefslogtreecommitdiffstats
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
* Improved error message for %CONVERT... macros replacement.Marcelo Lira2012-03-081-1/+2
* Simplified the conversions of the arguments in a QFlags binary operation.Marcelo Lira2012-03-081-2/+7
* Register the correct names for QFlags.Marcelo Lira2012-03-081-1/+4
* nb_long and nb_nonzero functions for QFlags now use C's int instead of long.Marcelo Lira2012-03-081-2/+2
* Cast enums to int, not long.Hugo Parente Lima2012-03-081-1/+1
* Removed the last pieces of code generation that uses the old template Convert...Marcelo Lira2012-03-084-274/+110
* Fixed dynamic building of AbstractMetaTypes.Marcelo Lira2012-03-082-6/+10
* Removed type resolver related generator functions.Marcelo Lira2012-03-082-35/+1
* Removed useless register type writer function for enums.Marcelo Lira2012-03-082-18/+0
* Added adapter class SpecificConverter to provide type conversion based on a g...Marcelo Lira2012-03-082-12/+33
* Register enum converters by name.Marcelo Lira2012-03-081-0/+2
* Added some setting and converting functions to the new converter's API.Marcelo Lira2012-03-081-1/+1
* Container types now register their converters by name.Marcelo Lira2012-03-081-1/+3
* Fixes code generation for typedefs of C++ primitive types.Marcelo Lira2012-03-081-2/+10
* Register type converters by name.Marcelo Lira2012-03-081-6/+22
* Fixed generation for enum arguments with default values when avoiding the pro...Marcelo Lira2012-03-081-21/+32
* Make converter branch work on a Python3.2 setup.Hugo Parente Lima2012-03-081-1/+1
* New converters for C++ enum and qflags types.Marcelo Lira2012-03-084-338/+248
* Updates std::list methods writer to use the new converters.Marcelo Lira2012-03-081-5/+24
* Accept inject code as a way to deal with primitive type pointers.Hugo Parente Lima2012-03-081-7/+8
* Added SBK_CONVERTER, a macro to get the type converter whatever the type, but...Hugo Parente Lima2012-03-081-1/+1
* Fixed code generation for functions arguments that use object types as values.Marcelo Lira2012-03-081-0/+1
* Created convenience method to tell if an object type is used as value.Marcelo Lira2012-03-083-6/+14
* Fixed code generation for functions returning object types as values.Marcelo Lira2012-03-081-2/+15
* Fixed generation when avoiding to use the protected hack.Marcelo Lira2012-03-082-7/+17
* Moved some methods from ShibokenGenerator to GeneratorRunner.Marcelo Lira2012-03-082-64/+0
* Do not attribute a value for container variables, except when they have defau...Marcelo Lira2012-03-081-1/+1
* Shiboken exits with error for not handled pointers to primitive types.Marcelo Lira2012-03-082-22/+86
* Added test for instantiated container type used as primitive-type.Marcelo Lira2012-03-082-0/+38
* New conversions for containers.Marcelo Lira2012-03-085-119/+357
* New converters for C++ primitive types.Marcelo Lira2012-03-084-50/+148
* New converters for user added primitive types.Marcelo Lira2012-03-085-35/+233
* Implemented new type converters, but only for wrapper types.Marcelo Lira2012-03-085-305/+1114
* Fix Windows build of shiboken module.Hugo Parente Lima2012-03-081-3/+7
* Remove missuse of m_traverse function.Hugo Parente Lima2012-03-081-15/+1
* generator: function must return a valuePaulo Alcantara2012-03-081-0/+1
* Fix bug 1037 - "shiboken fails to build against python 3.2 (both normal and -...Hugo Parente Lima2012-03-081-1/+1
* Create qflags at runtime.Hugo Parente Lima2012-03-082-67/+5
* Fixes writeReturnValueHeuristics to not mess with constructors.Marcelo Lira2012-03-082-1/+2
* Fix python 2.x generation.Renato Filho2012-03-081-4/+4
* Updated shiboken generator to works with python3 code.Renato Filho2012-03-082-19/+75
* Update string usage to new Shiboken::String API.Renato Filho2012-03-082-1/+6
* Create SHIBOKEN MODULE INIT macro.Renato Filho2012-03-081-11/+2
* Fix getattro function on Python3.Hugo Parente Lima2012-03-081-2/+1
* Added SBK_PyString_FromCString and SBK_PyString_FromFormat as helper macro fo...Hugo Parente Lima2012-03-081-1/+1
* Correctly prints the return type of virtual functions instead of a C++ expres...Hugo Parente Lima2012-03-081-7/+7
* Port module initialization to Python3.Hugo Parente Lima2012-03-081-7/+42
* Use PyBytes instead of PyString on generated code.Hugo Parente Lima2012-03-081-3/+5
* Use ErrorCode class when writing enums.Hugo Parente Lima2012-03-082-11/+15
* Port libsample typesystem and glue codes to Python 3.Hugo Parente Lima2012-03-081-2/+1