aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added Converter<T>::isConvertible to replace the T_Check functions.Hugo Lima2009-10-279-75/+139
* Dont generate conversion rules for types with user definied conversion rules.Hugo Lima2009-10-271-0/+2
* fixed Generator::Option flag usage errorMarcelo Lira2009-10-261-1/+1
* Fix shiboken, so it can use the new conversion rule API from APIExtractor.Hugo Lima2009-10-261-13/+4
* changed the way that added special methods ("__str__", "__repr__") areMarcelo Lira2009-10-234-16/+26
* added test for definition of __str__ method on type systemMarcelo Lira2009-10-232-1/+51
* removed debug line from SimpleFile test classMarcelo Lira2009-10-231-1/+0
* fixes error that causes return value to be used on method wrappersMarcelo Lira2009-10-231-2/+2
* renamed template variable %SELF to %PYSELF and %CPPOBJ to %CPPSELFMarcelo Lira2009-10-233-10/+10
* Use template variables for inject codeHugo Lima2009-10-231-3/+3
* Added better support for functions with inject code.Hugo Lima2009-10-232-113/+127
* added the convenience method implicitConversions(const AbstractMetaType*)Marcelo Lira2009-10-233-14/+21
* Revert "modified the generator do deal with all value type conversions in"Marcelo Lira2009-10-233-52/+20
* Revert "The implicit conversions of value types generate a new instance"Marcelo Lira2009-10-233-45/+16
* added two new variables for the type system template system:Marcelo Lira2009-10-215-8/+14
* added the SimpleFile class to the sample library to check how aMarcelo Lira2009-10-209-3/+240
* The implicit conversions of value types generate a new instanceMarcelo Lira2009-10-023-16/+45
* modified the generator do deal with all value type conversions inMarcelo Lira2009-10-013-20/+52
* Removed useless const_casts.Hugo Lima2009-09-291-13/+9
* Support for reverse operators without declaring __rOP__ methods.Hugo Lima2009-09-291-5/+13
* Rich comparison is back!Hugo Lima2009-09-282-12/+17
* Register wrapper function __neg__ into number protocol structure.Hugo Lima2009-09-281-1/+1
* Do not fill the number protocol struct with __rmul__ where it should be __mul__.Hugo Lima2009-09-281-7/+4
* Removed redundant code.Hugo Lima2009-09-281-4/+0
* Do not create method wrappers for assigment operators and cast operators.Hugo Lima2009-09-281-1/+1
* Fix QTextCodec and QTextCodec::ConverterState generation:Luciano Wolf2009-09-224-29/+40
* Removing unneeded hard-coded -lgenrunnerLauro Neto2009-09-181-2/+1
* Shiboken now fixes the conversions and calls passing Object Types by valueMarcelo Lira2009-09-182-2/+7
* added support for multiple inheritance on Python wrapperMarcelo Lira2009-09-181-0/+15
* expanded the unit tests for multiple inheritanceMarcelo Lira2009-09-181-3/+8
* ShibokenGenerator::translateTypeForWrapperMethod stoped mixingMarcelo Lira2009-09-171-1/+2
* - CppGenerator::writeOverloadedMethodDecisor takes care of pure virtual funct...Hugo Lima2009-09-171-20/+30
* argument conversion now deals with pointers to Value TypesMarcelo Lira2009-09-161-1/+12
* modified ShibokenGenerator::getFormatUnitString signature to receiveMarcelo Lira2009-09-163-6/+7
* generated converters uses 'const' for all Object-Type parametersMarcelo Lira2009-09-163-5/+21
* Do not register a tp_new function for classes without a public constructor.Hugo Lima2009-09-161-4/+6
* Changed signature of PySequence_to_argc_argv.Hugo Lima2009-09-162-19/+16
* added suport to flag-like enums (aka QFlags)Marcelo Lira2009-09-165-9/+314
* Removed useless ValueHolder template.Hugo Lima2009-09-1510-63/+51
* Removed rich comparison support until it stops generating bad C++ code.Hugo Lima2009-09-152-9/+8
* Fix more compiler errors on generated code.Hugo Lima2009-09-112-6/+12
* - Fix CppGenerator::writeMinimalConstructorCallArguments to support containers.Hugo Lima2009-09-112-5/+11
* Use const void* instead of void*. This solve the problem when we are insideHugo Lima2009-09-112-13/+14
* Return a default value when cant find a python implementation for C++ pure vi...Hugo Lima2009-09-112-1/+23
* Use Py_RETURN_NONE for functions with null return.Renato Araujo Oliveira Filho2009-09-104-2/+48
* Create multiple heritance tests.Renato Araujo Oliveira Filho2009-09-107-0/+199
* Fix file name of class wrappers for inner classes.Hugo Lima2009-09-102-2/+2
* Do not create implicity conversions for ctors removed by typesystem.Hugo Lima2009-09-101-2/+5
* Add includes of global functionsHugo Lima2009-09-101-1/+3
* Implement oddBool unit test.Luciano Wolf2009-09-091-0/+63