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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed comments typo.
Renato Araujo Oliveira Filho
2010-12-15
2
-3
/
+3
*
Fix object destruction process to avoid pass a invalid object during the
Renato Araujo Oliveira Filho
2010-12-14
3
-12
/
+19
*
Finally fix bug#500 - "If an instance of QPrintDialog is created a deadlock h...
Hugo Parente Lima
2010-12-14
1
-1
/
+5
*
Fix bug#513 - "Hardcoded bool return type for operator overloads"
Hugo Parente Lima
2010-12-13
1
-2
/
+3
*
Revert "Fix bug#500 - "If an instance of QPrintDialog is created a deadlock h...
Hugo Parente Lima
2010-12-13
1
-4
/
+1
*
Fix bug#500 - "If an instance of QPrintDialog is created a deadlock happens o...
Hugo Parente Lima
2010-12-13
1
-1
/
+4
*
Added another overload for makeTuple, this time with just one argument.
Hugo Parente Lima
2010-12-09
1
-1
/
+7
*
Add subtype init hook.
Hugo Parente Lima
2010-12-03
3
-3
/
+34
*
Remove cpp object copier as it was used by anyone and nobody missed him.
Hugo Parente Lima
2010-12-02
3
-20
/
+0
*
Removed useless stuff from TypeResolver.
Hugo Parente Lima
2010-12-01
2
-34
/
+17
*
Remove SbkTypeInfo and CppObjectCopier structs, they aren't needed after the ...
Hugo Parente Lima
2010-12-01
3
-49
/
+9
*
Remove objectDeleter function and use the well known Shiboken::callCppDestruc...
Hugo Parente Lima
2010-12-01
1
-7
/
+1
*
Remove const version of Converters to avoid hidding generator bugs.
Hugo Parente Lima
2010-12-01
1
-12
/
+0
*
Updated basewrapper.h docs.
Hugo Parente Lima
2010-11-30
1
-8
/
+60
*
Add function Shiboken::ObjectType::getUserData(SbjObjectTyoe*)
Hugo Parente Lima
2010-11-29
2
-0
/
+10
*
Added BindingManager::visitAllPyObjects function, used to visit all PyObjects...
Hugo Parente Lima
2010-11-24
2
-0
/
+21
*
Speed up hasWrapper function using the find method instead of count.
Hugo Parente Lima
2010-11-24
1
-1
/
+1
*
Merge branch 'fixapi'
Hugo Parente Lima
2010-11-23
6
-146
/
+147
|
\
|
*
SbkBaseType_Type renamed to SbkObjectType_Type.
Hugo Parente Lima
2010-11-23
2
-7
/
+7
|
*
Renamed some more internal objects and functions.
Hugo Parente Lima
2010-11-23
4
-16
/
+16
|
*
Namespace Shiboken::Wrapper renamed to Shiboken::Object.
Hugo Parente Lima
2010-11-23
5
-26
/
+26
|
*
namespace Shiboken::BaseType renamed to Shiboken::ObjectType.
Hugo Parente Lima
2010-11-23
3
-12
/
+12
|
*
Rename SbkBaseType back to SbkObjectType.
Hugo Parente Lima
2010-11-19
6
-90
/
+90
*
|
Fixed generation with AVOID_PROTECTED_HACK.
Renato Araujo Oliveira Filho
2010-11-23
2
-6
/
+5
|
/
*
Created private pointer for Shiboken Meta Type.
Renato Araujo Oliveira Filho
2010-11-19
7
-272
/
+448
*
Rewrite parent control functions.
Renato Araujo Oliveira Filho
2010-11-19
5
-255
/
+330
*
Add operator= to AutoDecRef.
Hugo Parente Lima
2010-11-11
1
-13
/
+34
*
Added Shiboken::Wrapper::hasParentInfo function.
Hugo Parente Lima
2010-11-10
2
-0
/
+7
*
Fix the metaObject method written by the generator after the changed in libsh...
Hugo Parente Lima
2010-11-10
1
-1
/
+3
*
Changed signature of cppPointer to receive SbkObject* instead of PyObject*.
Hugo Parente Lima
2010-11-10
3
-9
/
+8
*
Added Shiboken::Wrapper::hasOwnership function.
Hugo Parente Lima
2010-11-10
2
-0
/
+6
*
SbkBaseWrapperPrivate renamed to SbkObjectPrivate
Hugo Parente Lima
2010-11-10
3
-4
/
+4
*
Remove macro Shiboken_TypeCheck
Hugo Parente Lima
2010-11-10
2
-8
/
+1
*
Removed macros SbkBaseWrapper_Check and SbkBaseWrapper_CheckExact.
Hugo Parente Lima
2010-11-10
1
-3
/
+0
*
Variable SbkBaseWrapperType_Type renamed to SbkObjectType_Type
Hugo Parente Lima
2010-11-10
2
-7
/
+7
*
SbkBaseWrapper_Type variable renamed to SbkObject_Type
Hugo Parente Lima
2010-11-10
2
-5
/
+5
*
Rename some internal functions and structs.
Hugo Parente Lima
2010-11-10
1
-10
/
+10
*
SbkBaseWrapperType renamed to SbkObjectType.
Hugo Parente Lima
2010-11-10
7
-56
/
+56
*
SbkBaseWrapper_TpNew renamed to SbkObjectTpNew, now using C linkage and moved...
Hugo Parente Lima
2010-11-10
2
-23
/
+23
*
SbkBaseWrapperType and some other functions used by Python C-API moved outsid...
Hugo Parente Lima
2010-11-10
7
-168
/
+167
*
Fix camel case of decRefPyObjectlist
Hugo Parente Lima
2010-11-10
1
-4
/
+4
*
Replace Shiboken::cppObjectIsInvalid by Shiboken::Wraper::isValid
Hugo Parente Lima
2010-11-10
2
-14
/
+14
*
setCppPointer and getCppPointer moved to namespace Shiboken::Wrapper
Hugo Parente Lima
2010-11-10
3
-39
/
+41
*
Removed macros SbkBaseWrapper_instanceDict and SbkBaseWrapper_setInstanceDict
Hugo Parente Lima
2010-11-10
5
-33
/
+31
*
SbkBaseWrapper renamed to SbkObject
Hugo Parente Lima
2010-11-10
5
-78
/
+78
*
Replaced SbkBaseWrapper_setOwnership by getOwnership and releaseOwnership (bo...
Hugo Parente Lima
2010-11-10
4
-41
/
+59
*
Moved Shiboken::SbkBaseWrapper outside Shiboken namespace and added a d-point...
Hugo Parente Lima
2010-11-10
6
-123
/
+176
*
Refactor on sequenceToIntArray.
Hugo Parente Lima
2010-11-10
1
-22
/
+11
*
Removed deprecated function: PySequenceToArgcArgv
Hugo Parente Lima
2010-11-10
2
-13
/
+1
*
Create enum python types on the fly, avoiding generation of structs and dupli...
Hugo Parente Lima
2010-11-10
3
-59
/
+123
[next]