aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added support for enums inside classes inside namespaces.Hugo Parente Lima2010-04-224-6/+9
* Write converters for classes inside namespaces.Hugo Parente Lima2010-04-221-20/+8
* Minor tweaks in global header generation.Hugo Parente Lima2010-04-221-92/+83
* Add test for classes and inner classes inside namespaces.Hugo Parente Lima2010-04-225-2/+58
* Add declaration of global functions on sample typesystem.Hugo Parente Lima2010-04-221-3/+24
* Add include headers of global enums.Hugo Parente Lima2010-04-223-45/+21
* Do not build tests if explicitly wanted to. Default is to build.Carlos Goncalves2010-04-221-2/+8
* Fixed argument policy propagate.Renato Filho2010-04-225-48/+77
* Fix memory leak when calling methods with some caracteristics.Hugo Parente Lima2010-04-141-1/+1
* Remove export macros from inlined classes.Thomas Berg2010-04-122-2/+2
* Add missing include for MVSC.Thomas Berg2010-04-121-0/+1
* Unit test for multiple derived classes.Renato Filho2010-04-121-2/+26
* Remove warnings about "deprecated conversion from string constant to 'char*'".Hugo Parente Lima2010-04-123-3/+3
* Remove extra blank spaces added in generated code.Hugo Parente Lima2010-04-081-1/+1
* Better error messages when reimplementing virtual methods.Hugo Parente Lima2010-04-083-16/+42
* Add another test case to multi_cpp_test.pyHugo Parente Lima2010-04-081-0/+30
* Adding test for mixed Python/C++ mult. inheritanceLauro Neto2010-04-081-0/+71
* Adding multiple inheritance + virtual method testLauro Neto2010-04-081-0/+83
* Only convert None to a null pointer when there aren't conversions defined for...Hugo Parente Lima2010-04-061-3/+4
* Small cosmetic changes to the generated code.Hugo Parente Lima2010-04-051-7/+5
* Fix crash caused by a None type passed as argument in comparison functions.Hugo Parente Lima2010-04-051-2/+11
* Add extra options for ShibokenGenerator::writeBaseConversion.Hugo Parente Lima2010-04-052-6/+7
* Added unit test for crash with references, None types and comparison functions.Hugo Parente Lima2010-04-051-1/+6
* Do not segfault when a null pointer is passed to Str constructor.Hugo Parente Lima2010-04-051-1/+2
* Do not write Py_RETURN_FALSE twice.Hugo Parente Lima2010-04-051-6/+2
* Added enum meta type, this will ease you to known if a PyObject is a Shiboken...Hugo Lima2010-04-054-1/+60
* Added flag is_user_type to identify types created by the user which inherits ...Hugo Lima2010-04-053-4/+16
* libsample's Point extended with a reverse operator defined in libother.Marcelo Lira2010-03-313-1/+72
* Improved the code that calls reverse operators added in other modules.Marcelo Lira2010-03-311-13/+29
* Extended extended reverse shift operator test.Marcelo Lira2010-03-311-3/+9
* Version bump to 0.3.0 due to many ABI changes.Hugo Lima2010-03-311-1/+1
* Do not install all headers, just the necessary ones.Hugo Lima2010-03-301-4/+15
* SbkBaseWrapper_Dealloc_PrivateDtor renamed to deallocWrapperWithPrivateDtor.Hugo Lima2010-03-303-3/+3
* SbkBaseWrapper_clearReferences not exported anymore.Hugo Lima2010-03-303-10/+10
* SbkBaseWrapper_keepReference renamed to keepReference.Hugo Lima2010-03-303-4/+4
* 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-307-49/+305
* 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-303-15/+34
* Added some simple tests about multiple inheritance from two C++ objects.Hugo Lima2010-03-301-0/+70
* 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
* Fixes type casting on generated copy constructors.Marcelo Lira2010-03-261-5/+10
* Adds test case for libsample's Size class copy constructor.Marcelo Lira2010-03-262-7/+14
* More descriptive warning message on OverloadData::sortNextOverloads().Marcelo Lira2010-03-261-4/+8
* Add SOVERSION to libshibokenHugo Lima2010-03-241-0/+1