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
/
basewrapper.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Shiboken::Object::isValid(SbkObject* pyObj, bool throwPyError = true) fun...
Hugo Parente Lima
2011-01-19
1
-1
/
+8
*
Fixed comments typo.
Renato Araujo Oliveira Filho
2010-12-15
1
-1
/
+1
*
Fix object destruction process to avoid pass a invalid object during the
Renato Araujo Oliveira Filho
2010-12-14
1
-0
/
+1
*
Add subtype init hook.
Hugo Parente Lima
2010-12-03
1
-1
/
+13
*
Remove cpp object copier as it was used by anyone and nobody missed him.
Hugo Parente Lima
2010-12-02
1
-7
/
+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
1
-0
/
+5
*
SbkBaseType_Type renamed to SbkObjectType_Type.
Hugo Parente Lima
2010-11-23
1
-1
/
+1
*
Renamed some more internal objects and functions.
Hugo Parente Lima
2010-11-23
1
-2
/
+2
*
Namespace Shiboken::Wrapper renamed to Shiboken::Object.
Hugo Parente Lima
2010-11-23
1
-5
/
+5
*
namespace Shiboken::BaseType renamed to Shiboken::ObjectType.
Hugo Parente Lima
2010-11-23
1
-1
/
+1
*
Rename SbkBaseType back to SbkObjectType.
Hugo Parente Lima
2010-11-19
1
-25
/
+25
*
Created private pointer for Shiboken Meta Type.
Renato Araujo Oliveira Filho
2010-11-19
1
-87
/
+106
*
Rewrite parent control functions.
Renato Araujo Oliveira Filho
2010-11-19
1
-21
/
+42
*
Added Shiboken::Wrapper::hasParentInfo function.
Hugo Parente Lima
2010-11-10
1
-0
/
+2
*
Changed signature of cppPointer to receive SbkObject* instead of PyObject*.
Hugo Parente Lima
2010-11-10
1
-1
/
+1
*
Added Shiboken::Wrapper::hasOwnership function.
Hugo Parente Lima
2010-11-10
1
-0
/
+1
*
SbkBaseWrapperPrivate renamed to SbkObjectPrivate
Hugo Parente Lima
2010-11-10
1
-2
/
+2
*
Remove macro Shiboken_TypeCheck
Hugo Parente Lima
2010-11-10
1
-5
/
+0
*
Removed macros SbkBaseWrapper_Check and SbkBaseWrapper_CheckExact.
Hugo Parente Lima
2010-11-10
1
-3
/
+0
*
Variable SbkBaseWrapperType_Type renamed to SbkObjectType_Type
Hugo Parente Lima
2010-11-10
1
-2
/
+2
*
SbkBaseWrapper_Type variable renamed to SbkObject_Type
Hugo Parente Lima
2010-11-10
1
-3
/
+3
*
SbkBaseWrapperType renamed to SbkObjectType.
Hugo Parente Lima
2010-11-10
1
-7
/
+7
*
SbkBaseWrapper_TpNew renamed to SbkObjectTpNew, now using C linkage and moved...
Hugo Parente Lima
2010-11-10
1
-3
/
+2
*
SbkBaseWrapperType and some other functions used by Python C-API moved outsid...
Hugo Parente Lima
2010-11-10
1
-23
/
+20
*
Replace Shiboken::cppObjectIsInvalid by Shiboken::Wraper::isValid
Hugo Parente Lima
2010-11-10
1
-3
/
+4
*
setCppPointer and getCppPointer moved to namespace Shiboken::Wrapper
Hugo Parente Lima
2010-11-10
1
-10
/
+10
*
Removed macros SbkBaseWrapper_instanceDict and SbkBaseWrapper_setInstanceDict
Hugo Parente Lima
2010-11-10
1
-3
/
+0
*
SbkBaseWrapper renamed to SbkObject
Hugo Parente Lima
2010-11-10
1
-16
/
+16
*
Replaced SbkBaseWrapper_setOwnership by getOwnership and releaseOwnership (bo...
Hugo Parente Lima
2010-11-10
1
-4
/
+5
*
Moved Shiboken::SbkBaseWrapper outside Shiboken namespace and added a d-point...
Hugo Parente Lima
2010-11-10
1
-38
/
+28
*
Implement support to object list on ownserhsip functions.
renatofilho
2010-09-29
1
-1
/
+4
*
Change the license boiler plates of all LGPL files removing the special excep...
Hugo Parente Lima
2010-09-09
1
-20
/
+8
*
Fix the type resolver algorithm.
Hugo Parente Lima
2010-08-30
1
-11
/
+4
*
Fix problems with dllimport/dllexport in some shiboken functions/variables.
Hugo Parente Lima
2010-08-19
1
-5
/
+5
*
Use list on keep reference map.
Renato Filho
2010-07-09
1
-2
/
+3
*
Store class orignal name to future use.
Renato Filho
2010-07-05
1
-0
/
+2
*
Fix bug#237 - "core dump when call wrong constructor inside of a class"
Hugo Parente Lima
2010-06-16
1
-0
/
+5
*
Created userdata on Python type object.
Renato Filho
2010-05-10
1
-0
/
+13
*
Added flag is_user_type to identify types created by the user which inherits ...
Hugo Lima
2010-04-05
1
-3
/
+13
*
SbkBaseWrapper_Dealloc_PrivateDtor renamed to deallocWrapperWithPrivateDtor.
Hugo Lima
2010-03-30
1
-1
/
+1
*
SbkBaseWrapper_clearReferences not exported anymore.
Hugo Lima
2010-03-30
1
-6
/
+0
*
SbkBaseWrapper_keepReference renamed to keepReference.
Hugo Lima
2010-03-30
1
-1
/
+1
*
Class Shiboken::ParentInfo doesn't need to be exported.
Hugo Lima
2010-03-30
1
-16
/
+2
*
Add support for multiple inheritance involving more than one C++ object.
Hugo Lima
2010-03-30
1
-3
/
+15
*
Removed "Shibo" prefix from ShiboParent and ShiboChildrenList.
Hugo Lima
2010-03-30
1
-5
/
+5
*
Move all python2.5 compatibility code to a separate header.
Hugo Lima
2010-03-30
1
-48
/
+1
*
SbkBaseWrapper_New gets a non-const void pointer instead of a const one.
Hugo Lima
2010-03-30
1
-1
/
+1
*
Use a non-template function for Python object deallocation.
Hugo Lima
2010-03-30
1
-13
/
+7
*
Fix SbkBaseWrapper_Check cast
Lauro Neto
2010-03-22
1
-1
/
+1
[next]