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
/
generator
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unnecessary code to check the refcount of Python objects returned on ...
1.0.0-beta2
Marcelo Lira
2010-12-17
1
-13
/
+1
*
Fixed code generation for virtual method ownership release of returned value.
Marcelo Lira
2010-12-17
1
-3
/
+1
*
Fix register type function to register the type with two names.
Renato Araujo Oliveira Filho
2010-12-16
2
-21
/
+72
*
Generate code to release ownership on Python values returned to C++ on virtua...
Marcelo Lira
2010-12-16
1
-0
/
+10
*
Fixed typo on generated error message.
Marcelo Lira
2010-12-16
1
-1
/
+1
*
Replaced code generated on funtion getattro to function present on
Renato Araujo Oliveira Filho
2010-12-15
1
-80
/
+4
*
Fix object destruction process to avoid pass a invalid object during the
Renato Araujo Oliveira Filho
2010-12-14
1
-1
/
+1
*
Fix bug#513 - "Hardcoded bool return type for operator overloads"
Hugo Parente Lima
2010-12-13
1
-24
/
+10
*
Code generated for Qt's signals wrapping now deal with arguments with default...
Marcelo Lira
2010-12-09
1
-0
/
+7
*
Generator now writes the proper variable name on C++ constructor calls.
Marcelo Lira
2010-12-06
1
-1
/
+2
*
Write a simpler code to deal with dynamic QMetaObjects.
Hugo Parente Lima
2010-12-03
2
-30
/
+11
*
Remove cpp object copier as it was used by anyone and nobody missed him.
Hugo Parente Lima
2010-12-02
2
-17
/
+0
*
Remove SbkTypeInfo and CppObjectCopier structs, they aren't needed after the ...
Hugo Parente Lima
2010-12-01
2
-14
/
+0
*
Cast PySideSignal object to PyObject before calling Py_DECREF.
1.0.0-beta1
Marcelo Lira
2010-11-25
1
-1
/
+1
*
Fix compilation without protect hack.
Hugo Parente Lima
2010-11-23
2
-5
/
+23
*
Fixed generation with use of protect hack.
Renato Araujo Oliveira Filho
2010-11-23
1
-2
/
+1
*
Merge branch 'fixapi'
Hugo Parente Lima
2010-11-23
3
-84
/
+88
|
\
|
*
Do not use const and ref when writing converters for object-types, qflags, co...
Hugo Parente Lima
2010-11-23
1
-5
/
+5
|
*
SbkBaseType_Type renamed to SbkObjectType_Type.
Hugo Parente Lima
2010-11-23
1
-1
/
+1
|
*
Namespace Shiboken::Wrapper renamed to Shiboken::Object.
Hugo Parente Lima
2010-11-23
2
-26
/
+26
|
*
namespace Shiboken::BaseType renamed to Shiboken::ObjectType.
Hugo Parente Lima
2010-11-23
3
-54
/
+58
|
*
Rename SbkBaseType back to SbkObjectType.
Hugo Parente Lima
2010-11-19
2
-14
/
+14
*
|
Fixed generation with AVOID_PROTECTED_HACK.
Renato Araujo Oliveira Filho
2010-11-23
1
-24
/
+42
*
|
Fix merge mistakes:
Renato Araujo Oliveira Filho
2010-11-19
1
-1
/
+1
|
/
*
Created private pointer for Shiboken Meta Type.
Renato Araujo Oliveira Filho
2010-11-19
2
-67
/
+67
*
Rewrite parent control functions.
Renato Araujo Oliveira Filho
2010-11-19
1
-10
/
+19
*
Replaces PySide::deleteDynamicQMetaObject by Shiboken::callCppDestructor<Dyna...
Hugo Parente Lima
2010-11-18
1
-1
/
+1
*
Do not generate return type check when the return type was modified to PyObject.
Hugo Parente Lima
2010-11-11
1
-1
/
+1
*
Fix the fix that was previously reverted in d8e2d87f.
Marcelo Lira
2010-11-11
1
-1
/
+18
*
Fix the metaObject method written by the generator after the changed in libsh...
Hugo Parente Lima
2010-11-10
1
-4
/
+4
*
Remove macro Shiboken_TypeCheck
Hugo Parente Lima
2010-11-10
1
-20
/
+6
*
Removed macros SbkBaseWrapper_Check and SbkBaseWrapper_CheckExact.
Hugo Parente Lima
2010-11-10
1
-1
/
+1
*
Variable SbkBaseWrapperType_Type renamed to SbkObjectType_Type
Hugo Parente Lima
2010-11-10
2
-2
/
+2
*
SbkBaseWrapper_Type variable renamed to SbkObject_Type
Hugo Parente Lima
2010-11-10
1
-1
/
+1
*
SbkBaseWrapperType renamed to SbkObjectType.
Hugo Parente Lima
2010-11-10
2
-15
/
+15
*
SbkBaseWrapper_TpNew renamed to SbkObjectTpNew, now using C linkage and moved...
Hugo Parente Lima
2010-11-10
1
-1
/
+1
*
SbkBaseWrapperType and some other functions used by Python C-API moved outsid...
Hugo Parente Lima
2010-11-10
1
-8
/
+8
*
Replace Shiboken::cppObjectIsInvalid by Shiboken::Wraper::isValid
Hugo Parente Lima
2010-11-10
1
-5
/
+5
*
setCppPointer and getCppPointer moved to namespace Shiboken::Wrapper
Hugo Parente Lima
2010-11-10
1
-1
/
+1
*
Removed macros SbkBaseWrapper_instanceDict and SbkBaseWrapper_setInstanceDict
Hugo Parente Lima
2010-11-10
1
-2
/
+2
*
SbkBaseWrapper renamed to SbkObject
Hugo Parente Lima
2010-11-10
1
-7
/
+7
*
Replaced SbkBaseWrapper_setOwnership by getOwnership and releaseOwnership (bo...
Hugo Parente Lima
2010-11-10
1
-3
/
+3
*
Moved Shiboken::SbkBaseWrapper outside Shiboken namespace and added a d-point...
Hugo Parente Lima
2010-11-10
1
-6
/
+6
*
Create enum python types on the fly, avoiding generation of structs and dupli...
Hugo Parente Lima
2010-11-10
2
-114
/
+21
*
pyenum.{h|cpp} moved to sbkenum.{h|cpp}
Hugo Parente Lima
2010-11-10
1
-1
/
+1
*
Remove unused variables.
Hugo Parente Lima
2010-11-10
1
-2
/
+0
*
Revert "Fixed overload decisor sorting to put QStrings after pointers to wrap...
renatofilho
2010-11-10
1
-17
/
+0
*
Fixed overload functions with QVariant.
renatofilho
2010-11-09
1
-1
/
+8
*
Removed debug statements mistakenly commited.
Marcelo Lira
2010-11-09
1
-4
/
+0
*
Fixed overload decisor sorting to put QStrings after pointers to wrapped obje...
Marcelo Lira
2010-11-09
1
-0
/
+14
[next]