aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* Update shiboken documentation.Luciano Wolf2010-05-031-1/+0
* Remove export macros from inlined classes.Thomas Berg2010-04-122-2/+2
* Add missing include for MVSC.Thomas Berg2010-04-121-0/+1
* Remove warnings about "deprecated conversion from string constant to 'char*'".Hugo Parente Lima2010-04-121-1/+1
* Only convert None to a null pointer when there aren't conversions defined for...Hugo Parente Lima2010-04-061-3/+4
* Added enum meta type, this will ease you to known if a PyObject is a Shiboken...Hugo Lima2010-04-053-0/+59
* Added flag is_user_type to identify types created by the user which inherits ...Hugo Lima2010-04-052-3/+14
* Do not install all headers, just the necessary ones.Hugo Lima2010-03-301-4/+15
* SbkBaseWrapper_Dealloc_PrivateDtor renamed to deallocWrapperWithPrivateDtor.Hugo Lima2010-03-302-2/+2
* SbkBaseWrapper_clearReferences not exported anymore.Hugo Lima2010-03-303-10/+10
* SbkBaseWrapper_keepReference renamed to keepReference.Hugo Lima2010-03-302-2/+2
* Class Shiboken::ParentInfo doesn't need to be exported.Hugo Lima2010-03-302-16/+18
* Add support for multiple inheritance involving more than one C++ object.Hugo Lima2010-03-306-38/+295
* Removed "Shibo" prefix from ShiboParent and ShiboChildrenList.Hugo Lima2010-03-303-11/+11
* Move all python2.5 compatibility code to a separate header.Hugo Lima2010-03-302-48/+89
* Use PyTuple_GET_SIZE instead of PyTuple_GetSize.Hugo Lima2010-03-301-1/+1
* SbkBaseWrapper_New gets a non-const void pointer instead of a const one.Hugo Lima2010-03-303-4/+4
* Use a non-template function for Python object deallocation.Hugo Lima2010-03-302-13/+29
* On setParent, when the child is a sequence, do not always call setParent for ...Hugo Lima2010-03-301-2/+9
* Add std::ostream& operator<<(std::ostream& out, PyObject* obj) to create bett...Hugo Lima2010-03-301-0/+13
* Fix setParent function when the child is a sequence object.Hugo Lima2010-03-301-2/+3
* Add SOVERSION to libshibokenHugo Lima2010-03-241-0/+1
* Shiboken generator and libshiboken now share the same version number.sb-0.2.0Hugo Lima2010-03-231-3/+3
* Remove duplicated definition of libshiboken_VERSION.Hugo Lima2010-03-231-1/+0
* Fixes Converter<void*>::toPython method.Marcelo Lira2010-03-231-0/+2
* Converter<T*>::toCpp specialization now converts None to NULL pointer first.Marcelo Lira2010-03-221-1/+3
* Merge branch 'operator'Lauro Neto2010-03-221-1/+1
|\
| * Fix SbkBaseWrapper_Check castLauro Neto2010-03-221-1/+1
* | Fix pkgconfig libdir variable with lib64/ or lib32/ directories.Hugo Lima2010-03-221-2/+2
|/
* Speed up conversions of lists from python to c++ if the list classHugo Lima2010-03-181-0/+3
* Added ObjectTypeReferenceConverter, so object-types can be used as references.Hugo Lima2010-03-181-0/+13
* Sequence conversion are made ONLY for python sequences.Hugo Lima2010-03-181-3/+7
* Added Shiboken::isShibokenType function to check is a object have a typeHugo Lima2010-03-181-0/+7
* Just try to reduce a bit the noise in source code caused by the use of templa...Hugo Lima2010-03-181-4/+2
* Add a default implementation for SbkType, so not binded types will return a n...Hugo Lima2010-03-181-1/+4
* Move the checks to verify if an object is invalid to Shiboken::cppObjectIsInv...Hugo Lima2010-03-181-2/+5
* Renamed templates used for conversions of containers.Hugo Lima2010-03-181-5/+5
* Changed the semantic of Converter<T>::isConvertible method.Hugo Lima2010-03-181-21/+70
* Do not incref and decref the python dict reference on python to c++ conversions.Hugo Lima2010-03-181-5/+0
* Fix reference leak in StdPair converter.Hugo Lima2010-03-181-2/+2
* Merge branch 'master' into extensibleconversionsMarcelo Lira2010-03-043-23/+36
|\
| * Merge remote branch 'hugopl/typediscovery2'Hugo Lima2010-03-033-23/+36
| |\
| | * Init tb_base of SbkBaseWrapperType_Type on struct declaration instead ofHugo Lima2010-03-031-3/+1
| | * Use polymorphic-id-expression to discover the correct type of a C++ object.Hugo Lima2010-03-023-20/+35
* | | Adds support for extensible converters for value type classes.Marcelo Lira2010-03-021-4/+24
* | | Wrapper meta type can now point to converter extensions.Marcelo Lira2010-03-022-1/+12
|/ /
* / Refactored and documented base Converters.Marcelo Lira2010-03-021-59/+68
|/
* Rename SbkCreateWrapper to createWrapper, to follow our fuction naming conven...Hugo Lima2010-02-261-4/+4
* Do not get the pointer of SbkType<T> function, so the compiler doesn't needHugo Lima2010-02-262-7/+7
* Fix bug #142 by eliminating the CppCopier::copy function and adding it to a f...Hugo Lima2010-02-262-7/+30