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
/
libshiboken
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid possible race condition when destroying wrappers.
Hugo Parente Lima
2010-10-04
1
-6
/
+7
*
Implement generation support to target conversion.
renatofilho
2010-10-01
1
-0
/
+4
*
Optimize TypeResolver::getType function to avoid strcpy and misses on typeres...
Hugo Parente Lima
2010-09-29
1
-16
/
+19
*
Implement support to object list on ownserhsip functions.
renatofilho
2010-09-29
5
-12
/
+40
*
Created a new rule to parent ownership.
renatofilho
2010-09-24
4
-4
/
+68
*
Use a auxiliar pointer to do the things faster.
renatofilho
2010-09-24
1
-11
/
+14
*
Shiboken generator code moved to the directory generator.
Hugo Parente Lima
2010-09-20
1
-0
/
+8
*
Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated file...
0.5.0
Renato Filho
2010-09-10
4
-48
/
+2
*
Change the license boiler plates of all LGPL files removing the special excep...
Hugo Parente Lima
2010-09-09
21
-426
/
+174
*
Fix bug#316 - "QAbstractItemModel.createIndex is broken"
Hugo Parente Lima
2010-09-01
1
-3
/
+5
*
Fix the type resolver algorithm.
Hugo Parente Lima
2010-08-30
5
-32
/
+91
*
Generated original_name with "*" for object classes.
Renato Filho
2010-08-26
1
-2
/
+6
*
Move gilstate implementation to a sparated file.
Renato Filho
2010-08-25
3
-3
/
+59
*
Verify if the arg received on invalidateWrapper, is Py_None or NULL.
Renato Filho
2010-08-25
1
-1
/
+1
*
Move ThreadStateSaver implementation from the header to a cpp file.
Renato Filho
2010-08-25
3
-12
/
+72
*
Fixed CMake config file for libshiboken.
Renato Filho
2010-08-23
1
-1
/
+1
*
Fixed shiboken library name on windows.
Hugo Parente Lima
2010-08-20
1
-2
/
+4
*
Fixed config file to work on windows.
Renato Filho
2010-08-20
1
-1
/
+7
*
Fixed install dir on windows.
Renato Filho
2010-08-20
1
-1
/
+4
*
Fix problems with dllimport/dllexport in some shiboken functions/variables.
Hugo Parente Lima
2010-08-19
3
-18
/
+17
*
Use CMake DEFINES to export symbols.
Renato Filho
2010-08-19
2
-3
/
+3
*
fixed tests exported symbols.
Renato Filho
2010-08-18
1
-6
/
+6
*
Invalidate remaining instances when shutting down
0.4.0
Lauro Neto
2010-08-03
1
-0
/
+8
*
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
*
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
1
-1
/
+12
*
BindingManager destructor now asserts if the wrapper map is empty.
Marcelo Lira
2010-07-27
1
-0
/
+11
*
Fix char* converter
Renato Filho
2010-07-27
1
-1
/
+25
*
Fix bug #252.
Luciano Wolf
2010-07-20
1
-0
/
+4
*
Moved python detection to root CMakelist.
Renato Filho
2010-07-19
1
-3
/
+0
*
Use correct python library in debug mode.
Renato Filho
2010-07-19
1
-12
/
+1
*
Fix segfault when dealing with converter(void *).
Luciano Wolf
2010-07-14
1
-1
/
+1
*
Use list on keep reference map.
Renato Filho
2010-07-09
2
-9
/
+52
*
Create referenceMap on demand.
Renato Filho
2010-07-09
1
-4
/
+14
*
Fixed ref leak on list cpp conversion.
Renato Filho
2010-07-09
1
-1
/
+1
*
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
2
-0
/
+3
*
Fix bug#256 - "PySide does not support signals with containers."
Hugo Parente Lima
2010-06-29
2
-1
/
+3
*
Fix cmake files used by other projects to detect Shiboken.
Hugo Parente Lima
2010-06-23
2
-3
/
+3
*
Fix bug: "Debug build fails to run the tests (doesn't work) [_Py_AddToAllObje...
Hugo Parente Lima
2010-06-21
1
-0
/
+11
*
Removed missing local include path for hash library.
Renato Filho
2010-06-18
1
-2
/
+1
*
Find installed google hash library.
Renato Filho
2010-06-18
1
-1
/
+9
*
Create getType function on TypeResolver.
Renato Filho
2010-06-17
2
-0
/
+30
*
Fix bug#237 - "core dump when call wrong constructor inside of a class"
Hugo Parente Lima
2010-06-16
2
-1
/
+36
*
Shiboken::cppObjectIsInvalid(PyObject*) now returns false when the argument i...
Marcelo Lira
2010-06-15
1
-1
/
+1
*
Fixed checkType of int and floating point converters.
Hugo Parente Lima
2010-06-10
1
-2
/
+2
*
Automatically register all primitive types on TypeResover.
Hugo Parente Lima
2010-06-10
3
-15
/
+15
[next]