aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Generator now writes the proper variable name on C++ constructor calls.Marcelo Lira2012-03-081-1/+2
* Write a simpler code to deal with dynamic QMetaObjects.Hugo Parente Lima2012-03-082-30/+11
* 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-085-37/+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-085-63/+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
* Fix shiboken version in doc generation.Hugo Parente Lima2012-03-081-2/+2
* Cast PySideSignal object to PyObject before calling Py_DECREF.sb-1.0.0-beta1Marcelo Lira2012-03-081-1/+1
* Fix compilation errors on Windows.Hugo Parente Lima2012-03-082-5/+5
* Bump ApiExtractor dependency to 0.9.0Lauro Neto2012-03-081-1/+1
* 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
* Fix last commit, compre was a fragile and stupid solution.Hugo Parente Lima2012-03-082-1/+3
* Fix value of variable AVOID_PROTECTED_HACK.Hugo Parente Lima2012-03-081-2/+3
* Fix compilation without protect hack.Hugo Parente Lima2012-03-082-5/+23
* Fixed generation with use of protect hack.Renato Araujo Oliveira Filho2012-03-081-2/+1
* Merge branch 'fixapi'Hugo Parente Lima2012-03-0810-243/+246
|\
| * Do not use const and ref when writing converters for object-types, qflags, co...Hugo Parente Lima2012-03-081-5/+5
| * SbkBaseType_Type renamed to SbkObjectType_Type.Hugo Parente Lima2012-03-083-8/+8
| * 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-088-55/+55
| * namespace Shiboken::BaseType renamed to Shiboken::ObjectType.Hugo Parente Lima2012-03-087-72/+76
| * Rename SbkBaseType back to SbkObjectType.Hugo Parente Lima2012-03-088-104/+104
* | Fixed generation with AVOID_PROTECTED_HACK.Renato Araujo Oliveira Filho2012-03-083-30/+47
* | Created debug function on samle bindings.Renato Araujo Oliveira Filho2012-03-082-5/+29
* | Fixes SHIBOKEN_PYTHON_INCLUDE_DIR variable for cmake versions lesser than 2.8.Marcelo Lira2012-03-082-3/+7
* | Fix merge mistakes:Renato Araujo Oliveira Filho2012-03-081-1/+1
|/
* Created private pointer for Shiboken Meta Type.Renato Araujo Oliveira Filho2012-03-089-339/+515
* Rewrite parent control functions.Renato Araujo Oliveira Filho2012-03-086-265/+349
* Updated some tests to work with new API.Renato Araujo Oliveira Filho2012-03-082-4/+4
* Replaces PySide::deleteDynamicQMetaObject by Shiboken::callCppDestructor<Dyna...Hugo Parente Lima2012-03-081-1/+1
* Add operator= to AutoDecRef.Hugo Parente Lima2012-03-081-13/+34
* Do not generate return type check when the return type was modified to PyObject.Hugo Parente Lima2012-03-081-1/+1
* Fix the fix that was previously reverted in d8e2d87f.Marcelo Lira2012-03-081-1/+18
* 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-082-5/+7
* 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-083-28/+7
* Removed macros SbkBaseWrapper_Check and SbkBaseWrapper_CheckExact.Hugo Parente Lima2012-03-082-4/+1
* Variable SbkBaseWrapperType_Type renamed to SbkObjectType_TypeHugo Parente Lima2012-03-085-10/+10
* SbkBaseWrapper_Type variable renamed to SbkObject_TypeHugo Parente Lima2012-03-084-7/+7
* Rename some internal functions and structs.Hugo Parente Lima2012-03-081-10/+10
* SbkBaseWrapperType renamed to SbkObjectType.Hugo Parente Lima2012-03-089-71/+71
* SbkBaseWrapper_TpNew renamed to SbkObjectTpNew, now using C linkage and moved...Hugo Parente Lima2012-03-083-24/+24