index
:
users/pcacjr/shiboken.git
master
Paulo's Shiboken repository
Paulo Alcantara
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libshiboken
/
basewrapper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added functions to the new converters API to check if a type is value or object.
Marcelo Lira
2011-12-09
1
-1
/
+1
*
Register type converters by name.
Marcelo Lira
2011-12-09
1
-5
/
+5
*
Added SBK_CONVERTER, a macro to get the type converter whatever the type, but...
Hugo Parente Lima
2011-12-09
1
-6
/
+0
*
New converters for C++ primitive types.
Marcelo Lira
2011-12-09
1
-0
/
+2
*
Implemented new type converters, but only for wrapper types.
Marcelo Lira
2011-12-09
1
-26
/
+16
*
Implemented PSEP 0106.
Hugo Parente Lima
2011-12-09
1
-3
/
+98
*
Don't delete parentInfo when it seens to be useless to avoid crash on garbage...
Hugo Parente Lima
2011-10-18
1
-13
/
+5
*
Fixed object destruction.
Renato Filho
2011-10-06
1
-1
/
+2
*
Use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT.
Hugo Parente Lima
2011-10-06
1
-4
/
+2
*
Using Py_TYPE macro instead of direct access to ob_type to work with Python 2...
Hugo Parente Lima
2011-10-06
1
-14
/
+18
*
Fixed invalidate function in objects with refereces to other objects.
Renato Filho
2011-09-20
1
-0
/
+29
*
Revert "Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionali...
Hugo Parente Lima
2011-09-16
1
-93
/
+3
*
Fix bug 995 - "QDeclarativeView.itemAt returns faulty reference. (leading to ...
Hugo Parente Lima
2011-09-13
1
-3
/
+10
*
Fixed cyclic dependency resolution.
Renato Filho
2011-08-30
1
-16
/
+53
*
Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionality throu...
Hugo Parente Lima
2011-08-29
1
-3
/
+93
*
Check for NULL pointer on transferOwnership function.
Renato Filho
2011-08-12
1
-1
/
+2
*
Added a function to initialize a new wrapper type and add it to a module or e...
Marcelo Lira
2011-07-28
1
-2
/
+32
*
Introduces new API to create and import Python modules.
Marcelo Lira
2011-07-28
1
-0
/
+4
*
Fix bug 939 - "Shiboken::importModule must verify if PyImport_ImportModule su...
Hugo Parente Lima
2011-07-21
1
-2
/
+5
*
Improved documentation on ObjectType's cast related functions.
Marcelo Lira
2011-07-18
1
-6
/
+6
*
Cleared cptr data during the cpp object destruction.
Renato Filho
2011-07-01
1
-7
/
+15
*
Fix refleak during the parent c++ object destruction.
Renato Filho
2011-06-29
1
-1
/
+13
*
Fix object wrapper deletion.
Renato Filho
2011-06-28
1
-8
/
+9
*
Dealloc Python object before calling the C++ destructor.
Hugo Parente Lima
2011-06-22
1
-10
/
+29
*
optimized keepreference function.
Renato Filho
2011-06-01
1
-16
/
+26
*
Created the function 'removeReference', used to remove a specific
Renato Filho
2011-06-01
1
-0
/
+16
*
Generate code using the new pyside class DestroyListener.
Renato Filho
2011-05-23
1
-2
/
+2
*
Removed unused variables/functions.
Hugo Parente Lima
2011-05-17
1
-12
/
+0
*
Defined Shiboken.ObjectType tp_setattro to PyObject_GenericSetAttr.
Marcelo Lira
2011-05-17
1
-1
/
+1
*
Fixed keep reference funcion.
Renato Filho
2011-05-17
1
-6
/
+8
*
Improved garbage collector handling of Shiboken types.
Marcelo Lira
2011-05-13
1
-8
/
+27
*
Improved the SbkDbg to avoid throwing exceptions when showing an object.
Marcelo Lira
2011-05-10
1
-1
/
+10
*
Remove GCC 4.6 warning on basewrapper.cpp and shibokengenerator.cpp
Hugo Parente Lima
2011-04-11
1
-2
/
+2
*
Check for old-style bases before calling tp_new
1.0.1
Lauro Neto
2011-03-31
1
-10
/
+22
*
Do nothing when trying to make an valid object valid twice.
Hugo Parente Lima
2011-03-25
1
-1
/
+1
*
Updated module reload test.
Renato Filho
2011-03-23
1
-3
/
+8
*
Fixed parentInfo cleanup.
Renato Filho
2011-03-22
1
-3
/
+6
*
Fix bug 693 - "Heap corruption or double free reported on program exit"
Hugo Parente Lima
2011-03-18
1
-1
/
+2
*
Check for class initialization on function Object.isValid.
Renato Filho
2011-03-16
1
-16
/
+43
*
Avoid declar shiboken classes derived from old style objects.
Renato Filho
2011-03-16
1
-0
/
+11
*
Replaced use from QList to QSet in children list.
1.0.0-beta5
Renato Araujo Oliveira Filho
2011-02-02
1
-2
/
+2
*
Fix bug#605 - "Using metaclasses with the PySide classes doesn't work"
Hugo Parente Lima
2011-01-26
1
-2
/
+2
*
Add Shiboken::Object::isValid(SbkObject* pyObj, bool throwPyError = true) fun...
Hugo Parente Lima
2011-01-19
1
-0
/
+8
*
Optimized setParent function.
Renato Araujo Oliveira Filho
2011-01-13
1
-2
/
+2
*
Initialize ShibokenObject private data.
Renato Araujo Oliveira Filho
2011-01-07
1
-0
/
+3
*
Fix bug#554 - "Inner classes don't work and give us a segfault"
Hugo Parente Lima
2010-12-23
1
-4
/
+3
*
Removed WITH_THREAD ifdefs, it causes a lot of warnings on Windows and was al...
Hugo Parente Lima
2010-12-22
1
-2
/
+0
*
Fixed comments typo.
Renato Araujo Oliveira Filho
2010-12-15
1
-2
/
+2
*
Fix object destruction process to avoid pass a invalid object during the
Renato Araujo Oliveira Filho
2010-12-14
1
-11
/
+16
*
Finally fix bug#500 - "If an instance of QPrintDialog is created a deadlock h...
Hugo Parente Lima
2010-12-14
1
-1
/
+5
[next]