aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* modified Converter<T>::isConvertible(PyObject*) to check only if the givenMarcelo Lira2009-10-301-14/+9
* the Python check macros are generated once again since it is aMarcelo Lira2009-10-301-8/+22
* Revert "changed the way value-type references are converted: instead of"Marcelo Lira2009-10-301-4/+1
* changed the way value-type references are converted: instead ofMarcelo Lira2009-10-281-1/+4
* arguments whose types pointers to value-types are now converted as theyMarcelo Lira2009-10-271-8/+3
* reverted changes on the associations of C++ primitive types to PythonMarcelo Lira2009-10-271-18/+18
* Added Converter<T>::isConvertible to replace the T_Check functions.Hugo Lima2009-10-271-35/+43
* changed the way that added special methods ("__str__", "__repr__") areMarcelo Lira2009-10-231-0/+10
* renamed template variable %SELF to %PYSELF and %CPPOBJ to %CPPSELFMarcelo Lira2009-10-231-5/+5
* Added better support for functions with inject code.Hugo Lima2009-10-231-0/+2
* added the convenience method implicitConversions(const AbstractMetaType*)Marcelo Lira2009-10-231-0/+11
* Revert "modified the generator do deal with all value type conversions in"Marcelo Lira2009-10-231-24/+9
* Revert "The implicit conversions of value types generate a new instance"Marcelo Lira2009-10-231-11/+0
* added two new variables for the type system template system:Marcelo Lira2009-10-211-0/+12
* The implicit conversions of value types generate a new instanceMarcelo Lira2009-10-021-0/+11
* modified the generator do deal with all value type conversions inMarcelo Lira2009-10-011-9/+24
* Fix QTextCodec and QTextCodec::ConverterState generation:Luciano Wolf2009-09-221-9/+10
* Shiboken now fixes the conversions and calls passing Object Types by valueMarcelo Lira2009-09-181-1/+1
* ShibokenGenerator::translateTypeForWrapperMethod stoped mixingMarcelo Lira2009-09-171-1/+2
* argument conversion now deals with pointers to Value TypesMarcelo Lira2009-09-161-1/+12
* modified ShibokenGenerator::getFormatUnitString signature to receiveMarcelo Lira2009-09-161-4/+5
* generated converters uses 'const' for all Object-Type parametersMarcelo Lira2009-09-161-0/+8
* added suport to flag-like enums (aka QFlags)Marcelo Lira2009-09-161-3/+12
* Removed useless ValueHolder template.Hugo Lima2009-09-151-2/+2
* Fix more compiler errors on generated code.Hugo Lima2009-09-111-1/+3
* - Implementation of some functions moved to .cppHugo Lima2009-09-081-0/+24
* fixed some typos on license platesBruno dos Santos de Araujo2009-09-021-1/+1
* - CppGenerator and HeaderGenerator modified to take classes withMarcelo Lira2009-09-021-5/+0
* method ShibokenGenerator::writeToPythonConversion now checks forMarcelo Lira2009-09-011-0/+2
* Correctly handle uints and ushorts, because APIExtractor does not knowns theHugo Lima2009-08-281-0/+2
* Removed all warningsHugo Lima2009-08-281-1/+2
* Shiboken ported to the new generator/apiextractor architeture.Hugo Lima2009-08-271-110/+25
* fixed type conversions for C++ arguments passed to virtual method wrappersMarcelo Lira2009-08-271-4/+6
* fixed conversion of arguments on wrapper virtual methods;Marcelo Lira2009-08-271-3/+5
* moved specific CPython wrapper code from ShibokenGenerator::translateTypeMarcelo Lira2009-08-261-2/+74
* Generator uses PySequence functions instead of PyTuple or PyList onesMarcelo Lira2009-08-251-3/+4
* fixed typo on if statementMarcelo Lira2009-08-171-1/+1
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+829