index
:
users/pcacjr/shiboken.git
master
Paulo's Shiboken repository
Paulo Alcantara
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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
2
-4
/
+2
*
Fix register type function to register the type with two names.
Renato Araujo Oliveira Filho
2010-12-16
2
-21
/
+72
*
Added tests to check the release of ownership of objects returned from Python.
Marcelo Lira
2010-12-16
10
-11
/
+185
*
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
*
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
4
-13
/
+20
*
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
10
-27
/
+245
*
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
*
Code generated for Qt's signals wrapping now deal with arguments with default...
Marcelo Lira
2010-12-09
1
-0
/
+7
*
Added another overload for makeTuple, this time with just one argument.
Hugo Parente Lima
2010-12-09
1
-1
/
+7
*
Test case for proper generation of constructor altered by conversion-rule tag.
Marcelo Lira
2010-12-06
5
-0
/
+98
*
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
*
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
5
-37
/
+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
5
-63
/
+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
*
Fix shiboken version in doc generation.
Hugo Parente Lima
2010-11-26
1
-2
/
+2
*
Cast PySideSignal object to PyObject before calling Py_DECREF.
1.0.0-beta1
Marcelo Lira
2010-11-25
1
-1
/
+1
*
Fix compilation errors on Windows.
Hugo Parente Lima
2010-11-25
2
-5
/
+5
*
Bump ApiExtractor dependency to 0.9.0
Lauro Neto
2010-11-24
1
-1
/
+1
*
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
*
Fix last commit, compre was a fragile and stupid solution.
Hugo Parente Lima
2010-11-23
2
-1
/
+3
*
Fix value of variable AVOID_PROTECTED_HACK.
Hugo Parente Lima
2010-11-23
1
-2
/
+3
*
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
10
-237
/
+242
|
\
|
*
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
3
-8
/
+8
|
*
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
8
-55
/
+55
|
*
namespace Shiboken::BaseType renamed to Shiboken::ObjectType.
Hugo Parente Lima
2010-11-23
7
-72
/
+76
|
*
Rename SbkBaseType back to SbkObjectType.
Hugo Parente Lima
2010-11-19
8
-104
/
+104
*
|
Fixed generation with AVOID_PROTECTED_HACK.
Renato Araujo Oliveira Filho
2010-11-23
3
-30
/
+47
*
|
Created debug function on samle bindings.
Renato Araujo Oliveira Filho
2010-11-23
2
-5
/
+29
*
|
Fixes SHIBOKEN_PYTHON_INCLUDE_DIR variable for cmake versions lesser than 2.8.
Marcelo Lira
2010-11-19
2
-3
/
+7
*
|
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
9
-339
/
+515
*
Rewrite parent control functions.
Renato Araujo Oliveira Filho
2010-11-19
6
-265
/
+349
*
Updated some tests to work with new API.
Renato Araujo Oliveira Filho
2010-11-19
2
-4
/
+4
[next]