aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-0921-426/+174
* Fix bug#316 - "QAbstractItemModel.createIndex is broken"Hugo Parente Lima2010-09-011-3/+5
* Fix the type resolver algorithm.Hugo Parente Lima2010-08-305-32/+91
* Generated original_name with "*" for object classes.Renato Filho2010-08-261-2/+6
* Move gilstate implementation to a sparated file.Renato Filho2010-08-253-3/+59
* Verify if the arg received on invalidateWrapper, is Py_None or NULL.Renato Filho2010-08-251-1/+1
* Move ThreadStateSaver implementation from the header to a cpp file.Renato Filho2010-08-253-12/+72
* Fixed CMake config file for libshiboken.Renato Filho2010-08-231-1/+1
* Fixed shiboken library name on windows.Hugo Parente Lima2010-08-201-2/+4
* Fixed config file to work on windows.Renato Filho2010-08-201-1/+7
* Fixed install dir on windows.Renato Filho2010-08-201-1/+4
* Fix problems with dllimport/dllexport in some shiboken functions/variables.Hugo Parente Lima2010-08-193-18/+17
* Use CMake DEFINES to export symbols.Renato Filho2010-08-192-3/+3
* fixed tests exported symbols.Renato Filho2010-08-181-6/+6
* Invalidate remaining instances when shutting downsb-0.4.0Lauro Neto2010-08-031-0/+8
* Modified the void* converter to deal with all pointers as coming from Python.Marcelo Lira2010-08-031-14/+5
* Objects of the BaseWrapper type must call a deallocator.Marcelo Lira2010-08-031-1/+1
* Uses insert to append items to std::list.Renato Filho2010-08-021-1/+3
* Fixed reference leak on shiboken make tuple.Renato Filho2010-07-292-13/+21
* Dealloc dict object on wrapper destructor.Renato Filho2010-07-291-0/+1
* Create a new copy from object when convert from PyObject to const ref.Renato Filho2010-07-271-1/+12
* BindingManager destructor now asserts if the wrapper map is empty.Marcelo Lira2010-07-271-0/+11
* Fix char* converterRenato Filho2010-07-271-1/+25
* Fix bug #252.Luciano Wolf2010-07-201-0/+4
* Moved python detection to root CMakelist.Renato Filho2010-07-191-3/+0
* Use correct python library in debug mode.Renato Filho2010-07-191-12/+1
* Fix segfault when dealing with converter(void *).Luciano Wolf2010-07-141-1/+1
* Use list on keep reference map.Renato Filho2010-07-092-9/+52
* Create referenceMap on demand.Renato Filho2010-07-091-4/+14
* Fixed ref leak on list cpp conversion.Renato Filho2010-07-091-1/+1
* Fix Converter<bool>::toCpp, to correctly convert number to boolean values.Hugo Parente Lima2010-07-061-1/+1
* Store class orignal name to future use.Renato Filho2010-07-052-0/+3
* Fix bug#256 - "PySide does not support signals with containers."Hugo Parente Lima2010-06-292-1/+3
* Fix cmake files used by other projects to detect Shiboken.Hugo Parente Lima2010-06-232-3/+3
* Fix bug: "Debug build fails to run the tests (doesn't work) [_Py_AddToAllObje...Hugo Parente Lima2010-06-211-0/+11
* Removed missing local include path for hash library.Renato Filho2010-06-181-2/+1
* Find installed google hash library.Renato Filho2010-06-181-1/+9
* Create getType function on TypeResolver.Renato Filho2010-06-172-0/+30
* Fix bug#237 - "core dump when call wrong constructor inside of a class"Hugo Parente Lima2010-06-162-1/+36
* Shiboken::cppObjectIsInvalid(PyObject*) now returns false when the argument i...Marcelo Lira2010-06-151-1/+1
* Fixed checkType of int and floating point converters.Hugo Parente Lima2010-06-101-2/+2
* Automatically register all primitive types on TypeResover.Hugo Parente Lima2010-06-103-15/+15
* Added Converter<T>::checkType.Hugo Parente Lima2010-06-091-0/+32
* API fixes.Renato Filho2010-05-183-124/+138
* Created userdata on Python type object.Renato Filho2010-05-102-1/+45
* Fix SONAME, as proposed by Didier Raboud.Hugo Parente Lima2010-05-041-1/+2
* Update shiboken documentation.Luciano Wolf2010-05-031-1/+0
* Remove export macros from inlined classes.Thomas Berg2010-04-122-2/+2
* Add missing include for MVSC.Thomas Berg2010-04-121-0/+1
* Remove warnings about "deprecated conversion from string constant to 'char*'".Hugo Parente Lima2010-04-121-1/+1