aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/typeresolver.h
Commit message (Expand)AuthorAgeFilesLines
* Removed useless stuff from TypeResolver.Hugo Parente Lima2012-03-081-6/+4
* Remove SbkTypeInfo and CppObjectCopier structs, they aren't needed after the ...Hugo Parente Lima2012-03-081-11/+6
* Remove objectDeleter function and use the well known Shiboken::callCppDestruc...Hugo Parente Lima2012-03-081-7/+1
* Created private pointer for Shiboken Meta Type.Renato Araujo Oliveira Filho2012-03-081-2/+0
* SbkBaseWrapperType renamed to SbkObjectType.Hugo Parente Lima2012-03-081-1/+1
* SbkBaseWrapperType and some other functions used by Python C-API moved outsid...Hugo Parente Lima2012-03-081-2/+2
* Implemented support to conversion without memory allocation.renatofilho2012-03-081-7/+11
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-091-20/+8
* Create getType function on TypeResolver.Renato Filho2010-06-171-0/+8
* Automatically register all primitive types on TypeResover.Hugo Parente Lima2010-06-101-0/+6
* Do not get the pointer of SbkType<T> function, so the compiler doesn't needHugo Lima2010-02-261-3/+3
* Implemented type discovery feature.Hugo Lima2010-01-141-0/+113