aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Fix bug#500 - "If an instance of QPrintDialog is created a deadlock h...Hugo Parente Lima2012-03-081-4/+1
* Fix bug#500 - "If an instance of QPrintDialog is created a deadlock happens o...Hugo Parente Lima2012-03-081-2/+5
* Added another overload for makeTuple, this time with just one argument.Hugo Parente Lima2012-03-081-1/+7
* Add subtype init hook.Hugo Parente Lima2012-03-083-3/+34
* Remove cpp object copier as it was used by anyone and nobody missed him.Hugo Parente Lima2012-03-083-20/+0
* Removed useless stuff from TypeResolver.Hugo Parente Lima2012-03-082-34/+17
* Remove SbkTypeInfo and CppObjectCopier structs, they aren't needed after the ...Hugo Parente Lima2012-03-083-49/+9
* Remove objectDeleter function and use the well known Shiboken::callCppDestruc...Hugo Parente Lima2012-03-081-7/+1
* Remove const version of Converters to avoid hidding generator bugs.Hugo Parente Lima2012-03-081-12/+0
* Updated basewrapper.h docs.Hugo Parente Lima2012-03-081-8/+60
* Add function Shiboken::ObjectType::getUserData(SbjObjectTyoe*)Hugo Parente Lima2012-03-082-0/+10
* Added BindingManager::visitAllPyObjects function, used to visit all PyObjects...Hugo Parente Lima2012-03-082-0/+21
* Speed up hasWrapper function using the find method instead of count.Hugo Parente Lima2012-03-081-1/+1
* Merge branch 'fixapi'Hugo Parente Lima2012-03-086-147/+148
|\
| * SbkBaseType_Type renamed to SbkObjectType_Type.Hugo Parente Lima2012-03-082-7/+7
| * Renamed some more internal objects and functions.Hugo Parente Lima2012-03-084-16/+16
| * Namespace Shiboken::Wrapper renamed to Shiboken::Object.Hugo Parente Lima2012-03-085-26/+26
| * namespace Shiboken::BaseType renamed to Shiboken::ObjectType.Hugo Parente Lima2012-03-083-12/+12
| * Rename SbkBaseType back to SbkObjectType.Hugo Parente Lima2012-03-086-90/+90
* | Fixed generation with AVOID_PROTECTED_HACK.Renato Araujo Oliveira Filho2012-03-082-6/+5
|/
* Created private pointer for Shiboken Meta Type.Renato Araujo Oliveira Filho2012-03-087-272/+448
* Rewrite parent control functions.Renato Araujo Oliveira Filho2012-03-085-255/+330
* Add operator= to AutoDecRef.Hugo Parente Lima2012-03-081-13/+34
* Added Shiboken::Wrapper::hasParentInfo function.Hugo Parente Lima2012-03-082-0/+7
* Fix the metaObject method written by the generator after the changed in libsh...Hugo Parente Lima2012-03-081-1/+3
* Changed signature of cppPointer to receive SbkObject* instead of PyObject*.Hugo Parente Lima2012-03-083-9/+8
* Added Shiboken::Wrapper::hasOwnership function.Hugo Parente Lima2012-03-082-0/+6
* SbkBaseWrapperPrivate renamed to SbkObjectPrivateHugo Parente Lima2012-03-083-4/+4
* Remove macro Shiboken_TypeCheckHugo Parente Lima2012-03-082-8/+1
* Removed macros SbkBaseWrapper_Check and SbkBaseWrapper_CheckExact.Hugo Parente Lima2012-03-081-3/+0
* Variable SbkBaseWrapperType_Type renamed to SbkObjectType_TypeHugo Parente Lima2012-03-082-7/+7
* SbkBaseWrapper_Type variable renamed to SbkObject_TypeHugo Parente Lima2012-03-082-5/+5
* Rename some internal functions and structs.Hugo Parente Lima2012-03-081-10/+10
* SbkBaseWrapperType renamed to SbkObjectType.Hugo Parente Lima2012-03-087-56/+56
* SbkBaseWrapper_TpNew renamed to SbkObjectTpNew, now using C linkage and moved...Hugo Parente Lima2012-03-082-23/+23