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
/
cppgenerator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handles the situation properly when a custom code has a result value attribut...
1.0.0
Marcelo Lira
2011-03-02
1
-1
/
+2
*
Added a check on CppGenerator::writeClassDefinition for when there's no const...
Marcelo Lira
2011-03-02
1
-1
/
+1
*
The option "avoid protected hack" is now set via command line.
1.0.0-rc1
Marcelo Lira
2011-02-17
1
-137
/
+107
*
Shows "unicode" instead of "PyUnicode" on error messages.
Hugo Parente Lima
2011-02-16
1
-0
/
+2
*
Add support to the remove attribute of reference-count tag.
Hugo Parente Lima
2011-02-15
1
-6
/
+14
*
Fix bug 684 - "New-style signals does not accept signals with enums as argume...
Hugo Parente Lima
2011-02-15
1
-9
/
+50
*
Fixed style of code on CppGenerator::writeReturnValueHeuristics method.
Marcelo Lira
2011-02-11
1
-4
/
+4
*
Fix string used in tp_name on inner types.
Hugo Parente Lima
2011-02-11
1
-2
/
+3
*
The heuristics for return value parenting should be overridden by user changes.
Marcelo Lira
2011-02-11
1
-9
/
+14
*
Use action="set" instead of action="add" on reference-count tag.
Hugo Parente Lima
2011-02-09
1
-1
/
+3
*
Implemented support to iterator function generation.
Renato Araujo Oliveira Filho
2011-02-09
1
-2
/
+2
*
Fixed signal initialization for types with namespace and types defined
Renato Araujo Oliveira Filho
2011-02-07
1
-9
/
+28
*
Don't write return heuristic when there's a parent tag with the returned obje...
Hugo Parente Lima
2011-02-02
1
-6
/
+9
*
Fixed a type on a warning about polymorphic-id-expression.
Marcelo Lira
2011-02-02
1
-1
/
+1
*
Fix bug 616 - "error compiling when public and private methods differ by the ...
Hugo Parente Lima
2011-02-01
1
-3
/
+9
*
Fix bug 655 - "bad re-implementations of QApplication.notify result in a Syst...
Hugo Parente Lima
2011-02-01
1
-1
/
+8
*
Fix bug#640 - "(elasticnode) Crash in example elasticnodes.py"
Hugo Parente Lima
2011-01-25
1
-3
/
+4
*
Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj typ...
Hugo Parente Lima
2011-01-24
1
-3
/
+38
*
Fix windows compilation.
Renato Araujo Oliveira Filho
2011-01-19
1
-2
/
+1
*
Used c++ pointer during the c++ class attribute get function.
Renato Araujo Oliveira Filho
2011-01-17
1
-6
/
+28
*
Fix SbkType name when setting exception in virtual
Lauro Neto
2011-01-10
1
-1
/
+1
*
Fix bug#530 - "Importing division from future breaks QPoint division"
Hugo Parente Lima
2011-01-07
1
-1
/
+1
*
Release the gil for every C++ function call, ignoring allow-thread attribute ...
Hugo Parente Lima
2011-01-04
1
-17
/
+2
*
A convertible check must be done on named arguments as it is done on regular ...
Marcelo Lira
2011-01-03
1
-1
/
+8
*
Add support for operator overload injection.
Hugo Parente Lima
2010-12-29
1
-17
/
+23
*
Use QByteArray instead of QString to save 1 pico second :-)
Hugo Parente Lima
2010-12-29
1
-2
/
+2
*
Add support to fix the bug#493 - "__eq__ and friends not implemented for QKey...
Hugo Parente Lima
2010-12-29
1
-1
/
+7
*
Don't generate type resolvers using the const keyword.
Hugo Parente Lima
2010-12-29
1
-4
/
+1
*
Fix bug#495 - "Broken rich compare operators if they use an object-type as pa...
Hugo Parente Lima
2010-12-28
1
-7
/
+17
*
Used Qt4.7 code to normalize types for all previous Qt version.
Renato Araujo Oliveira Filho
2010-12-23
1
-6
/
+7
*
Removed '&' from type registration.
Renato Araujo Oliveira Filho
2010-12-23
1
-3
/
+3
*
Added support for promoting enums from removed namespaces to upper scope.
Marcelo Lira
2010-12-23
1
-12
/
+30
*
Fixed signal register function.
Renato Araujo Oliveira Filho
2010-12-22
1
-2
/
+5
*
Use converter during generation only for primitives types which is
Renato Araujo Oliveira Filho
2010-12-22
1
-8
/
+14
*
Fixed use of python conversion for type with typedefs.
Renato Araujo Oliveira Filho
2010-12-22
1
-3
/
+5
*
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
1
-21
/
+68
*
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
*
Write a simpler code to deal with dynamic QMetaObjects.
Hugo Parente Lima
2010-12-03
1
-28
/
+11
*
Remove cpp object copier as it was used by anyone and nobody missed him.
Hugo Parente Lima
2010-12-02
1
-16
/
+0
*
Cast PySideSignal object to PyObject before calling Py_DECREF.
1.0.0-beta1
Marcelo Lira
2010-11-25
1
-1
/
+1
*
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
1
-57
/
+55
|
\
|
*
SbkBaseType_Type renamed to SbkObjectType_Type.
Hugo Parente Lima
2010-11-23
1
-1
/
+1
[next]