aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 939 - "Shiboken::importModule must verify if PyImport_ImportModule su...Hugo Parente Lima2012-03-081-2/+5
* Improved documentation on ObjectType's cast related functions.Marcelo Lira2012-03-082-9/+22
* Replaced trailing space by a period in documentation comment.Marcelo Lira2012-03-082-4/+4
* Now the generated code stores the enum cpp name on the PyThon type.Renato Filho2012-03-082-8/+35
* Cleared cptr data during the cpp object destruction.Renato Filho2012-03-081-7/+15
* Fix refleak during the parent c++ object destruction.Renato Filho2012-03-081-1/+13
* Fix object wrapper deletion.Renato Filho2012-03-081-8/+9
* Dealloc Python object before calling the C++ destructor.Hugo Parente Lima2012-03-082-12/+33
* Removed random unreadable comment.Hugo Parente Lima2012-03-081-3/+0
* Created Shiboken::warning function.Renato Filho2012-03-082-0/+35
* Added Shiboken buffer interface.Hugo Parente Lima2012-03-084-0/+123
* optimized keepreference function.Renato Filho2012-03-082-17/+27
* Created the function 'removeReference', used to remove a specificRenato Filho2012-03-082-0/+24
* Generate code using the new pyside class DestroyListener.Renato Filho2012-03-081-2/+2
* Removed unused variables/functions.Hugo Parente Lima2012-03-081-12/+0
* Defined Shiboken.ObjectType tp_setattro to PyObject_GenericSetAttr.Marcelo Lira2012-03-081-1/+1
* Fixed keep reference funcion.Renato Filho2012-03-081-6/+8
* Improved garbage collector handling of Shiboken types.Marcelo Lira2012-03-081-8/+27
* Improved the SbkDbg to avoid throwing exceptions when showing an object.Marcelo Lira2012-03-083-2/+19
* Fixed enum repr, print functions.Renato Filho2012-03-081-13/+18
* Remove GCC 4.6 warning on basewrapper.cpp and shibokengenerator.cppHugo Parente Lima2012-03-081-2/+2
* Check for old-style bases before calling tp_newsb-1.0.1Lauro Neto2012-03-081-10/+22
* Don't return a overload method if the object is dieing.Hugo Parente Lima2012-03-081-1/+3
* Do nothing when trying to make an valid object valid twice.Hugo Parente Lima2012-03-081-1/+1
* Updated module reload test.Renato Filho2012-03-081-3/+8
* Fixed parentInfo cleanup.Renato Filho2012-03-081-3/+6
* Fix bug 693 - "Heap corruption or double free reported on program exit"Hugo Parente Lima2012-03-083-1/+28
* Fix bug in TypeResolver::getType function.Hugo Parente Lima2012-03-081-2/+1
* Check for class initialization on function Object.isValid.Renato Filho2012-03-082-16/+45
* Avoid declar shiboken classes derived from old style objects.Renato Filho2012-03-081-0/+11
* SbkNumber_Check now makes use of PyNumber_Check.Marcelo Lira2012-03-081-1/+3
* Replaced use from QList to QSet in children list.Renato Araujo Oliveira Filho2012-03-082-3/+3
* Fixed enum __repr__ function.Renato Araujo Oliveira Filho2012-03-082-9/+33
* Use SBK_PYTHON_INCLUDE_DIR instead of PYTHON_INCLUDE_DIRS or PYTHON_INCLUDE_P...Hugo Parente Lima2012-03-081-1/+1
* Fix bug#605 - "Using metaclasses with the PySide classes doesn't work"Hugo Parente Lima2012-03-081-2/+2
* Shiboken enums now have a tp_print representation.Marcelo Lira2012-03-081-1/+15
* Add Shiboken::Object::isValid(SbkObject* pyObj, bool throwPyError = true) fun...Hugo Parente Lima2012-03-082-1/+16
* Used c++ pointer during the c++ class attribute get function.Renato Araujo Oliveira Filho2012-03-081-2/+0
* Optimized setParent function.Renato Araujo Oliveira Filho2012-03-081-2/+2
* Append python name to libshiboken output fileLauro Neto2012-03-081-1/+1
* Initialize ShibokenObject private data.Renato Araujo Oliveira Filho2012-03-081-0/+3
* Put __file__ on argv only when a empty list is given.Hugo Parente Lima2012-03-081-14/+22
* Fix bug#554 - "Inner classes don't work and give us a segfault"Hugo Parente Lima2012-03-081-4/+3
* Removed WITH_THREAD ifdefs, it causes a lot of warnings on Windows and was al...Hugo Parente Lima2012-03-082-3/+0
* Print debug messages to stderr isntead of stdout.Hugo Parente Lima2012-03-081-4/+4
* Disable copy of ThreadStateSaver objects.Hugo Parente Lima2012-03-081-0/+3
* Fixed comments typo.Renato Araujo Oliveira Filho2012-03-082-3/+3
* Fix object destruction process to avoid pass a invalid object during theRenato Araujo Oliveira Filho2012-03-083-12/+19
* Finally fix bug#500 - "If an instance of QPrintDialog is created a deadlock h...Hugo Parente Lima2012-03-081-1/+5
* Fix bug#513 - "Hardcoded bool return type for operator overloads"Hugo Parente Lima2012-03-081-2/+3