aboutsummaryrefslogtreecommitdiffstats
path: root/cppgenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixing includesLauro Neto2010-01-261-1/+1
* Do not remove the "const" from "const char*" types when convertingHugo Lima2010-01-221-1/+2
* Adds support for Duck Punching (aka Monkey Patching).Marcelo Lira2010-01-211-0/+13
* Generator now supports overloads with both static and non-static methods.Marcelo Lira2010-01-191-14/+78
* Common variable names are stored as #defines instead of C++ static methods.Marcelo Lira2010-01-181-29/+29
* Generator now makes use of the GilState and ThreadStateSaver classes.Marcelo Lira2010-01-181-15/+12
* Adds CppGenerator::writeCppSelfDefinition method.Marcelo Lira2010-01-151-32/+26
* Wrapped virtual methods now locking the GIL in the right places.Marcelo Lira2010-01-151-12/+25
* Adds support for "allow-thread" type system tag on Python method wrappers.Marcelo Lira2010-01-151-17/+24
* Values returned from C++ are now stored in a C++ variable.Marcelo Lira2010-01-151-26/+19
* Inc. the reference of the return value when returning self on inplace operato...Hugo Lima2010-01-141-5/+6
* Changed prefix of local generated C functions to avoid name clash with bindin...Hugo Lima2010-01-141-1/+1
* Added a convenience overload for cpythonBaseName, with AbstractMetaClass as p...Hugo Lima2010-01-141-5/+5
* Implemented type discovery feature.Hugo Lima2010-01-141-6/+26
* Fix transfer ownership on return values.Hugo Lima2010-01-131-7/+12
* Fix object initialization.Hugo Lima2010-01-131-46/+42
* Try to decref py_result if an error happenned.Hugo Lima2009-12-301-2/+4
* Always use global method indexes in qt_metacalls instead of local indexes.Hugo Lima2009-12-301-2/+2
* Implemented support for classname on MetaObject.renato2009-12-301-4/+9
* Modifies ShibokenGenerator::writeCodeSnips semantics.Marcelo Lira2009-12-281-7/+12
* Wrapper classes of QObjects store a pointer to their own meta object, a dynam...Hugo Lima2009-12-281-7/+19
* Replaces SbkCopyCppObject template function with the CppObjectCopier template...Marcelo Lira2009-12-221-4/+2
* Improves TypeResolver code generation for the PySide extension.Marcelo Lira2009-12-211-8/+4
* Adds support for added functions that receives varargs arguments.Marcelo Lira2009-12-181-11/+29
* Register object-types with * at end into TypeResolver.Hugo Lima2009-12-171-2/+6
* Add metaObject() method to every class derived from QObject whenHugo Lima2009-12-161-1/+22
* Added the option --enable-pyside-extensions to enable PySide extensions.Hugo Lima2009-12-161-0/+9
* Updates generator to use improvements in API Extractor regarding function mod...Marcelo Lira2009-12-151-8/+10
* All wrapped classes now inherit from the SbkBaseWrapper of the metatype SbkBa...Marcelo Lira2009-12-141-28/+33
* Renamed ShiboTypeObject to SbkBaseWrapperType to clearify its relationship wi...Marcelo Lira2009-12-111-3/+3
* Converter<T>::copyCppObject method was replaced by a template function.Marcelo Lira2009-12-101-17/+20
* Added convenience method to get the file name for a module's global header.Marcelo Lira2009-12-081-2/+2
* Implement support to slice operator.Luciano Wolf2009-12-081-2/+4
* Improved rich comparison writer to use cpythonBaseName method.Marcelo Lira2009-12-081-3/+4
* Renamed a lot of Shiboken things with "Py" prefix to use "Sbk" prefix.Marcelo Lira2009-12-081-20/+20
* Added Shiboken_TypeCheck macro that makes use of PyType<T>().Marcelo Lira2009-12-071-16/+23
* Do not generate the method Converter<T>::createWrapper, it'll beHugo Lima2009-12-071-21/+0
* Constructor initializes multiple inheritance information for Python derived c...Marcelo Lira2009-12-051-7/+28
* Multiple inheritance works as desired for 99.9% of all known use cases!Hugo Lima2009-12-051-2/+24
* Fixed argument conversion writer and type translator to handle references to ...Marcelo Lira2009-12-021-5/+7
* Modified the BindingManager::getOverride method to use Python __mro__.Marcelo Lira2009-12-021-2/+2
* Try to guess the check function for custom types.Hugo Lima2009-12-011-1/+1
* Do not try to write the C++ version of an argument when the argument type is aHugo Lima2009-12-011-0/+3
* Fixed inverted parentship semantics.Marcelo Lira2009-12-011-12/+14
* Type check writer now adds isConvertible check to object-types and value-type...Marcelo Lira2009-12-011-3/+6
* Fix issues with parent tag.Hugo Lima2009-11-301-4/+6
* Support parent rules for return values.Hugo Lima2009-11-301-2/+4
* Add the generator flag "enable-parent-ctor-heuristic".Hugo Lima2009-11-301-3/+18
* Added method to take care of the details of ownership transfer to C++.Marcelo Lira2009-11-301-16/+7
* Fix identation of generated code for C++ wrapper destructor.Marcelo Lira2009-11-271-0/+1