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
*
Invalidate remaining instances when shutting down
0.4.0
Lauro Neto
2010-08-03
1
-0
/
+8
*
Modified tests using Point and assertNotEqual to use assert_(not a == b).
Marcelo Lira
2010-08-03
2
-2
/
+2
*
Revert "Created operator != or __ne__ in Point class, to avoid tests errors ...
Marcelo Lira
2010-08-03
2
-7
/
+0
*
Added custom code to VoidHolder.gimmeMeSomeVoidPointer().
Marcelo Lira
2010-08-03
1
-1
/
+11
*
Modified the void* converter to deal with all pointers as coming from Python.
Marcelo Lira
2010-08-03
1
-14
/
+5
*
Objects of the BaseWrapper type must call a deallocator.
Marcelo Lira
2010-08-03
1
-1
/
+1
*
Added a case for VoidHolder test that uses a native Python object.
Marcelo Lira
2010-08-03
1
-1
/
+9
*
Created operator != or __ne__ in Point class, to avoid tests errors with Pyt...
Renato Filho
2010-08-02
2
-0
/
+7
*
Bump version due to ABI changes.
Lauro Neto
2010-08-02
1
-2
/
+2
*
Uses insert to append items to std::list.
Renato Filho
2010-08-02
1
-1
/
+3
*
Fixed reference leak on shiboken make tuple.
Renato Filho
2010-07-29
2
-13
/
+21
*
Dealloc dict object on wrapper destructor.
Renato Filho
2010-07-29
1
-0
/
+1
*
Create a new copy from object when convert from PyObject to const ref.
Renato Filho
2010-07-27
5
-31
/
+24
*
BindingManager destructor now asserts if the wrapper map is empty.
Marcelo Lira
2010-07-27
2
-0
/
+24
*
Fixed build to completely avoid debug symbols when compiling in release mode.
Marcelo Lira
2010-07-27
1
-0
/
+1
*
Fix char* converter
Renato Filho
2010-07-27
7
-36
/
+81
*
Fix elasticnodes segfault.
Luciano Wolf
2010-07-23
1
-1
/
+1
*
Fixed memory leak.
Renato Filho
2010-07-23
2
-2
/
+5
*
Added a custom cmake file to help finding Python debug provisions.
Marcelo Lira
2010-07-21
2
-1
/
+25
*
Fix error message, avoiding segfaults when dealing with primitive types.
Luciano Wolf
2010-07-21
1
-1
/
+4
*
Fix bug #252.
Luciano Wolf
2010-07-20
1
-0
/
+4
*
Fixed inject code to works on windows.
Renato Filho
2010-07-19
1
-1
/
+2
*
Moved python detection to root CMakelist.
Renato Filho
2010-07-19
2
-3
/
+2
*
Use correct python library in debug mode.
Renato Filho
2010-07-19
4
-14
/
+23
*
Removed "lib" prefix from shiboken plugin.
Renato Filho
2010-07-19
1
-0
/
+1
*
Fixed protected hack generation to work with new libapiextracotr api.
Renato Filho
2010-07-15
1
-1
/
+1
*
Fix segfault when dealing with converter(void *).
Luciano Wolf
2010-07-14
1
-1
/
+1
*
Enable support for NativePointer type (eg.: void *, QChar *, etc)
Luciano Wolf
2010-07-13
2
-2
/
+9
*
Use 60 secs to default test timeout.
Renato Filho
2010-07-13
1
-1
/
+4
*
Fixed wrong overload decisor generated code.
Marcelo Lira
2010-07-13
4
-11
/
+102
*
Use list on keep reference map.
Renato Filho
2010-07-09
2
-9
/
+52
*
Create referenceMap on demand.
Renato Filho
2010-07-09
4
-39
/
+25
*
Fixed ref leak on list cpp conversion.
Renato Filho
2010-07-09
1
-1
/
+1
*
Increase required versions of ApiExtractor and GeneratorRunner.
Hugo Parente Lima
2010-07-09
1
-2
/
+2
*
Remove old code inherited from boost python generator.
Hugo Parente Lima
2010-07-09
1
-12
/
+1
*
Adapt to recent changed in ApiExtractor API.
Hugo Parente Lima
2010-07-09
2
-14
/
+14
*
Implemented support to properties.
Renato Filho
2010-07-08
4
-18
/
+65
*
Fixes bug#253 - "Segmentation Fault when clicked on ListWidget with TableModel"
Hugo Parente Lima
2010-07-06
3
-1
/
+52
*
Fix Converter<bool>::toCpp, to correctly convert number to boolean values.
Hugo Parente Lima
2010-07-06
1
-1
/
+1
*
Store class orignal name to future use.
Renato Filho
2010-07-05
3
-1
/
+6
*
Add support for static fields.
Hugo Parente Lima
2010-07-02
4
-1
/
+27
*
Do not write setters for const fields.
Hugo Parente Lima
2010-07-01
2
-6
/
+8
*
Added test for finding type scope in cases involving inheritance.
Marcelo Lira
2010-06-29
2
-0
/
+44
*
Create specializations for createWrapper function when a class inherits QObject.
Hugo Parente Lima
2010-06-29
1
-0
/
+21
*
Fix bug#256 - "PySide does not support signals with containers."
Hugo Parente Lima
2010-06-29
3
-1
/
+21
*
Fix overload decisor written on constructors.
Hugo Parente Lima
2010-06-25
2
-5
/
+5
*
Fixed scope for class fields.
Renato Filho
2010-06-25
1
-5
/
+3
*
Generate cpp file with "using namespace ..." if class inside of
Renato Filho
2010-06-25
2
-17
/
+42
*
Do not export init_CLASSNAME functions.
Hugo Parente Lima
2010-06-25
1
-8
/
+5
*
Don't use PyAPI_FUNC in cpp files.
Catalin Iacob
2010-06-23
1
-1
/
+1
[next]