aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/typeresolver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check for python debug enviroment to print debug messages onRenato Filho2012-03-081-1/+2
* Removed random unreadable comment.Hugo Parente Lima2012-03-081-3/+0
* Fix bug 693 - "Heap corruption or double free reported on program exit"Hugo Parente Lima2012-03-081-0/+18
* Fix bug in TypeResolver::getType function.Hugo Parente Lima2012-03-081-2/+1
* Removed useless stuff from TypeResolver.Hugo Parente Lima2012-03-081-28/+13
* Remove SbkTypeInfo and CppObjectCopier structs, they aren't needed after the ...Hugo Parente Lima2012-03-081-2/+2
* Implemented support to conversion without memory allocation.renatofilho2012-03-081-7/+7
* Fix memory leak when someone tries to register a type already registered.Hugo Parente Lima2012-03-081-1/+5
* Optimize TypeResolver::getType function to avoid strcpy and misses on typeres...Hugo Parente Lima2012-03-081-16/+19
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-091-20/+8
* Fix bug#256 - "PySide does not support signals with containers."Hugo Parente Lima2010-06-291-1/+0
* Create getType function on TypeResolver.Renato Filho2010-06-171-0/+22
* Automatically register all primitive types on TypeResover.Hugo Parente Lima2010-06-101-12/+8
* Add missing include for MVSC.Thomas Berg2010-04-121-0/+1
* Do not get the pointer of SbkType<T> function, so the compiler doesn't needHugo Lima2010-02-261-4/+4
* Added SbkDbg stream class, used to print debug messages.Hugo Lima2010-01-141-1/+7
* Implemented type discovery feature.Hugo Lima2010-01-141-0/+125