aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Removed unused method ShibokenGenerator::signatureForDefaultVirtualMethod.Marcelo Lira2009-11-231-18/+0
* | Added the method injectedCodeCallsPythonOverride(func) toMarcelo Lira2009-11-231-4/+20
* | Added the type system %PYTHON_ARGUMENTS variable. It is used inMarcelo Lira2009-11-231-38/+70
* | The code injections in the native/beginning position come after theMarcelo Lira2009-11-231-1/+1
* | Added method ShibokenGenerator::injectedCodeUsesPySelf to checkMarcelo Lira2009-11-231-0/+10
* | Added the method ShibokenGenerator::injectedCodeHasReturnValueAttributionMarcelo Lira2009-11-201-0/+11
* | Modified ShibokenGenerator::writeCodeSnips to receive also anMarcelo Lira2009-11-191-5/+14
* | Added the type system variable "%ARG#_TYPE" which returns the C++ typeMarcelo Lira2009-11-191-2/+16
* | Fixed type system variable replacement for %# and %ARGUMENT_NAMESMarcelo Lira2009-11-191-6/+18
|/
* Commented unused static function 'dumpFunction'.Marcelo Lira2009-11-181-1/+3
* Fixed virtual method writer and Py_BuildValue format string generatorMarcelo Lira2009-11-171-0/+1
* Added the %PYTHONTYPEOBJECT type system variable, which is replacedMarcelo Lira2009-11-171-1/+18
* Add variables CONVERTTOPYTHO[###] and PYARG_# to code snips.Hugo Lima2009-11-161-0/+87
* improved the generator detection of user's custom code calling theMarcelo Lira2009-11-161-1/+9
* added two convenience methods to ShibokenGenerator that receiveMarcelo Lira2009-11-131-0/+20
* Add visibility policies to libshiboken and for bindings generated by shiboken...Hugo Lima2009-11-121-0/+6
* Adding signed int/long/char to primitiveType dictLauro Neto2009-11-101-0/+3
* Added support for reverse operators.Hugo Lima2009-11-101-14/+0
* added boolean parameter checkExact to ShibokenGenerator::cpythonCheckFunctionMarcelo Lira2009-11-051-8/+8
* ShibokenGenerator::cpythonBaseName updated to deal with flag typesMarcelo Lira2009-11-051-2/+2
* Merge remote branch 'setanta/master'Hugo Lima2009-11-041-2/+7
|\
| * updated toPython conversions to deal with C++ methods that returnMarcelo Lira2009-11-041-2/+7
* | Do not generate code for operator[] (sequence protocol must be used) or opera...Hugo Lima2009-11-041-2/+0
|/
* modified ShibokenGenerator::cpythonIsConvertibleFunction argumentMarcelo Lira2009-11-041-2/+2
* Skip generation of unecessary wrapper classes.renato araujo oliveira2009-11-031-5/+10
* Add initial support for python sequence protocol.Hugo Lima2009-11-031-1/+1
* fixed ShibokenGenerator::translateTypeForWrapperMethod to append theMarcelo Lira2009-11-031-1/+1
* improved and organized the workings of conversion templates: addedMarcelo Lira2009-11-031-7/+10
* added the method ShibokenGenerator::shouldDereferenceArgumentPointer,Marcelo Lira2009-11-031-0/+7
* created a simpler version of ShibokenGenerator::writeBaseConversionMarcelo Lira2009-11-011-2/+12
* changed ShibokenGenerator::writeBaseConversion return type fromMarcelo Lira2009-11-011-10/+7
* moved method ShibokenGenerator::implicitConversions to baseMarcelo Lira2009-10-301-16/+0
* removed method ShibokenGenerator::sortContructor, already implementedMarcelo Lira2009-10-301-21/+1
* modified overload method decisor to create an instance of a value-typeMarcelo Lira2009-10-301-1/+4
* added convenience methods to call ShibokenGenerator::cpythonWrapperCPtr;Marcelo Lira2009-10-301-1/+13
* modified ShibokenGenerator::writeBaseConversion to write only the functionMarcelo Lira2009-10-301-2/+4
* 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