aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only convert None to a null pointer when there aren't conversions defined for...Hugo Parente Lima2010-04-061-3/+4
* Added enum meta type, this will ease you to known if a PyObject is a Shiboken...Hugo Lima2010-04-053-0/+59
* Added flag is_user_type to identify types created by the user which inherits ...Hugo Lima2010-04-052-3/+14
* Do not install all headers, just the necessary ones.Hugo Lima2010-03-301-4/+15
* SbkBaseWrapper_Dealloc_PrivateDtor renamed to deallocWrapperWithPrivateDtor.Hugo Lima2010-03-302-2/+2
* SbkBaseWrapper_clearReferences not exported anymore.Hugo Lima2010-03-303-10/+10
* SbkBaseWrapper_keepReference renamed to keepReference.Hugo Lima2010-03-302-2/+2
* Class Shiboken::ParentInfo doesn't need to be exported.Hugo Lima2010-03-302-16/+18
* Add support for multiple inheritance involving more than one C++ object.Hugo Lima2010-03-306-38/+295
* Removed "Shibo" prefix from ShiboParent and ShiboChildrenList.Hugo Lima2010-03-303-11/+11
* Move all python2.5 compatibility code to a separate header.Hugo Lima2010-03-302-48/+89
* Use PyTuple_GET_SIZE instead of PyTuple_GetSize.Hugo Lima2010-03-301-1/+1
* SbkBaseWrapper_New gets a non-const void pointer instead of a const one.Hugo Lima2010-03-303-4/+4
* Use a non-template function for Python object deallocation.Hugo Lima2010-03-302-13/+29
* On setParent, when the child is a sequence, do not always call setParent for ...Hugo Lima2010-03-301-2/+9