aboutsummaryrefslogtreecommitdiffstats
path: root/cppgenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Automatically register all primitive types on TypeResover.Hugo Parente Lima2010-06-101-5/+13
* Added Converter<T>::checkType.Hugo Parente Lima2010-06-091-11/+17
* CppGenerator now considers user defined default constructors for primitive ty...Marcelo Lira2010-06-081-1/+5
* Avoid crashing CppGenerator if the module entry couldn't be retrieved.Marcelo Lira2010-06-031-1/+3
* Added support for protected fields when not using the "protected hack".Marcelo Lira2010-06-031-9/+27
* Fixes code generation for classes with private destructors.Marcelo Lira2010-06-021-1/+13
* Generator improved to handle protected enums without the protected hack.Marcelo Lira2010-06-021-17/+76
* Fixes generation of classes with protected virtual destructors.Marcelo Lira2010-05-311-1/+7
* Fixed use of constructor for code snip.Renato Filho2010-05-261-2/+2
* Fix segfault in function return modification.Renato Filho2010-05-241-2/+6
* Cosmetic changes.Hugo Parente Lima2010-05-211-38/+44
* Add a call to PySide::initQtMetaType for every type when the pyside extension...Hugo Parente Lima2010-05-201-1/+9
* Moved creation of MetaObject before injection code on constructor.Renato Filho2010-05-191-7/+9
* API fixes.Renato Filho2010-05-181-1/+2
* Export signals to the generated cpp files.Luciano Wolf2010-05-171-2/+44
* generate code necessary to register signal and slot.Renato Filho2010-05-171-1/+11
* Replaced current generated code to DynamicQMetaObject to new way, toRenato Filho2010-05-131-3/+1
* Created userdata on Python type object.Renato Filho2010-05-101-7/+19
* Register values types as object types too.Renato Filho2010-05-071-4/+6
* Known what flag to use on PyBuildValue when a container is used.Hugo Parente Lima2010-04-291-0/+1
* Use qualified C++ names on multiple inheritance helper functions.Hugo Parente Lima2010-04-291-7/+8
* Merge remote branch 'luck/fixprivctor'Luciano Wolf2010-04-231-4/+8
|\
| * Support to "only private constructor available" case.Luciano Wolf2010-04-211-4/+8
* | Fix problem when 2 globals functions with the same name were declared in diff...Hugo Parente Lima2010-04-231-4/+4
* | Do not delegate inner class initialization to the enclosed classes.Hugo Parente Lima2010-04-221-31/+10
* | Add namespaces to the array of type indexes.Hugo Parente Lima2010-04-221-3/+1
* | Remove generation of unused code.Hugo Parente Lima2010-04-221-12/+0
* | Use qualified class name when callign a method like self->ClassName::method().Hugo Parente Lima2010-04-221-2/+2
* | Added support for enums inside classes inside namespaces.Hugo Parente Lima2010-04-221-6/+3
* | Add include headers of global enums.Hugo Parente Lima2010-04-221-16/+6
* | Fixed argument policy propagate.Renato Filho2010-04-221-45/+61
|/
* Fix memory leak when calling methods with some caracteristics.Hugo Parente Lima2010-04-141-1/+1
* Remove warnings about "deprecated conversion from string constant to 'char*'".Hugo Parente Lima2010-04-121-1/+1
* Remove extra blank spaces added in generated code.Hugo Parente Lima2010-04-081-1/+1
* Better error messages when reimplementing virtual methods.Hugo Parente Lima2010-04-081-15/+27
* Small cosmetic changes to the generated code.Hugo Parente Lima2010-04-051-7/+5
* Fix crash caused by a None type passed as argument in comparison functions.Hugo Parente Lima2010-04-051-2/+11
* Do not write Py_RETURN_FALSE twice.Hugo Parente Lima2010-04-051-6/+2
* Added enum meta type, this will ease you to known if a PyObject is a Shiboken...Hugo Lima2010-04-051-1/+1
* Added flag is_user_type to identify types created by the user which inherits ...Hugo Lima2010-04-051-1/+2
* Improved the code that calls reverse operators added in other modules.Marcelo Lira2010-03-311-13/+29
* SbkBaseWrapper_Dealloc_PrivateDtor renamed to deallocWrapperWithPrivateDtor.Hugo Lima2010-03-301-1/+1
* SbkBaseWrapper_keepReference renamed to keepReference.Hugo Lima2010-03-301-2/+2
* Add support for multiple inheritance involving more than one C++ object.Hugo Lima2010-03-301-11/+10
* Use a non-template function for Python object deallocation.Hugo Lima2010-03-301-2/+5
* Fixes type casting on generated copy constructors.Marcelo Lira2010-03-261-5/+10
* Enum's __invert__ method must use 'self' argument.Marcelo Lira2010-03-231-1/+1
* The __not__ method is not generated any more since it is not being used.Marcelo Lira2010-03-231-1/+0
* Fixes virtual method writer to handle modification to return type.Marcelo Lira2010-03-221-5/+11
* Fixed virtual method callers to consider modifications to return type.Marcelo Lira2010-03-221-1/+6