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
*
Shiboken enums now have a tp_print representation.
Marcelo Lira
2011-01-21
2
-1
/
+29
*
Added test for module reloading.
Marcelo Lira
2011-01-19
2
-0
/
+52
*
Add Shiboken::Object::isValid(SbkObject* pyObj, bool throwPyError = true) fun...
Hugo Parente Lima
2011-01-19
2
-1
/
+16
*
Added more test cases for protected attributes.
Marcelo Lira
2011-01-19
2
-7
/
+51
*
Fix windows compilation.
Renato Araujo Oliveira Filho
2011-01-19
2
-7
/
+20
*
Used c++ pointer during the c++ class attribute get function.
Renato Araujo Oliveira Filho
2011-01-17
3
-9
/
+36
*
Updated Shiboken documentation with advice about duck punching and virtual me...
Marcelo Lira
2011-01-13
3
-0
/
+74
*
Optimized setParent function.
Renato Araujo Oliveira Filho
2011-01-13
2
-2
/
+12
*
Append python name to libshiboken output file
Lauro Neto
2011-01-12
5
-28
/
+48
*
Added test to assert the precedence of enum arguments over int implicit conve...
Marcelo Lira
2011-01-12
5
-0
/
+119
*
The overload decisor must put enums before types implicitly convertible from ...
Marcelo Lira
2011-01-11
1
-0
/
+23
*
Fix SbkType name when setting exception in virtual
Lauro Neto
2011-01-10
1
-1
/
+1
*
Add test for invalid type returning from virtuals
Lauro Neto
2011-01-10
1
-0
/
+57
*
Initialize ShibokenObject private data.
Renato Araujo Oliveira Filho
2011-01-07
1
-0
/
+3
*
Fix bug#530 - "Importing division from future breaks QPoint division"
Hugo Parente Lima
2011-01-07
4
-1
/
+22
*
Use sleep function to give time to process breath.
1.0.0-beta3
Renato Araujo Oliveira Filho
2011-01-05
1
-1
/
+10
*
Release the gil for every C++ function call, ignoring allow-thread attribute ...
Hugo Parente Lima
2011-01-04
1
-17
/
+2
*
Added test case for Bug #572.
Marcelo Lira
2011-01-03
2
-0
/
+49
*
A convertible check must be done on named arguments as it is done on regular ...
Marcelo Lira
2011-01-03
1
-1
/
+8
*
Added a Linux man page for Shiboken.
Marcelo Lira
2011-01-03
2
-1
/
+79
*
Add support for operator overload injection.
Hugo Parente Lima
2010-12-29
4
-18
/
+38
*
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
4
-7
/
+40
*
Fix test after changes to SequenceToArgcArgv
Lauro Neto
2010-12-29
1
-1
/
+1
*
Put __file__ on argv only when a empty list is given.
Hugo Parente Lima
2010-12-29
1
-14
/
+22
*
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
8
-7
/
+158
*
Avoid compiler warning about unhandled constant in switch block.
Hugo Parente Lima
2010-12-28
1
-0
/
+3
*
Fix typo
Hugo Parente Lima
2010-12-28
1
-1
/
+1
*
Fix bug#554 - "Inner classes don't work and give us a segfault"
Hugo Parente Lima
2010-12-23
2
-4
/
+43
*
Used Qt4.7 code to normalize types for all previous Qt version.
Renato Araujo Oliveira Filho
2010-12-23
4
-6
/
+323
*
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
9
-15
/
+201
*
Fixed signal register function.
Renato Araujo Oliveira Filho
2010-12-22
1
-2
/
+5
*
Fix Py_DEBUG detection on Windows.
Hugo Parente Lima
2010-12-22
1
-1
/
+1
*
Minor changed in CMakeLists.txt
Hugo Parente Lima
2010-12-22
1
-5
/
+4
*
Removed WITH_THREAD ifdefs, it causes a lot of warnings on Windows and was al...
Hugo Parente Lima
2010-12-22
2
-3
/
+0
*
Print debug messages to stderr isntead of stdout.
Hugo Parente Lima
2010-12-22
1
-4
/
+4
*
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
*
Fix bug#484 - "Error compiling QtContacts 1.1 (problems with const QList<QVar...
Hugo Parente Lima
2010-12-20
1
-4
/
+6
*
Disable copy of ThreadStateSaver objects.
Hugo Parente Lima
2010-12-20
1
-0
/
+3
*
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
[next]