aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adds reverse operator functions to the proper classes.Marcelo Lira2012-03-093-1/+62
* Do not add an operator function to a class from a referred type system.Marcelo Lira2012-03-091-2/+3
* Adds many tests regarding default copy constructors.Marcelo Lira2012-03-095-14/+206
* Value type classes now have implicit copy constructors added when needed.Marcelo Lira2012-03-092-4/+43
* Marks user added constructors with one argument of a custom type as explicit.Marcelo Lira2012-03-091-2/+5
* Adds convenience methods regarding copy constructors to AbstractMetaClass.Marcelo Lira2012-03-092-0/+53
* Tests if added constructor with custom type creates an implicit converter.Marcelo Lira2012-03-091-1/+9
* Fixes attributes for default constructors and class' "isPolymorphic" flag.Marcelo Lira2012-03-091-3/+4
* An inner class should not be polymorphic just because his enclosing class is.Marcelo Lira2012-03-092-0/+24
* Changed routine to build source packages.Hugo Lima2012-03-092-583/+7
* Bump version to 0.4.1Hugo Lima2012-03-091-1/+1
* Bump version to 0.4.0Hugo Lima2012-03-091-2/+2
* Meta type minimal signature should place reference symbol after pointer symbols.Marcelo Lira2012-03-094-2/+92
* Remove some java-oriented stuff from ApiExtractor inherited from QtJambi gene...Hugo Lima2012-03-092-39/+6
* Pass QHash by reference for dumpDot method.Hugo Lima2010-03-192-2/+2
* Fixed error checking about already existing conversion rules.Marcelo Lira2010-03-181-5/+4
* Fix conversionoperator test code.Hugo Lima2010-03-041-5/+6
* Disable debug output about typesystem on conversionoperatortest.Hugo Lima2010-03-031-3/+3
* Remove Boost::graph dependence from ApiExtractor by using our own codeHugo Lima2010-03-038-45/+333
* Don't add external conversion operators that were removed on type system file.Marcelo Lira2010-03-013-8/+61
* Adds the AbstractMetaBuilder::setupExternalConversions(metaClass) method.Marcelo Lira2010-02-262-3/+14
* External conversion operators are now part of a class' implicit conversions.Marcelo Lira2010-02-264-5/+41
* Added method AbstractMetaBuilder::fixReturnTypeOfConversionOperator(func).Marcelo Lira2010-02-265-0/+143
* AbstractMetaClasses now store a collection of external conversions.Marcelo Lira2010-02-261-0/+19
* Fix Config.cmake library pathLauro Neto2010-02-251-1/+1
* Remove FindApiExtractor.cmake file in favor of ApiExtractorConfig and Version...Hugo Lima2010-02-244-28/+27
* Fix add-function tag when adding a global function.Hugo Lima2010-02-095-18/+48
* Remove debug output from unit test.Hugo Lima2010-02-091-2/+1
* Reactivated 'reference-count' tag.Marcelo Lira2010-02-095-20/+138
* Fix AbstractMetaFunction::implicitConversions.Hugo Lima2010-02-086-3/+168
* Assumes utf-8 encoding for conversion rules stored in external files.Hugo Lima2010-02-082-2/+5
* Code injection from external files are always read using UTF-8.Hugo Lima2010-02-085-4/+95
* Do not count user added constructor when searching for implicity conversions.Hugo Lima2010-02-031-1/+7
* Added tests for ownership modification.Hugo Lima2010-02-023-0/+94
* Allow a class to multiple inherit from various object-types.Hugo Lima2010-02-014-9/+109
* Fixed implicitly conversion retrieve values, for accept constructors with def...Renato Filho2010-01-291-1/+1
* Fix AbstractMetaClass::has* methods, so they only check your own methods.Hugo Lima2010-01-261-8/+8
* Add helper method AbstractMetaClassList::findClass(const TypeEntry* typeEntry).Hugo Lima2010-01-262-0/+10
* Test TestModifyDocumentation does not need X11 server connection to run.Hugo Lima2010-01-211-1/+6
* When a constructor able to trigger implicity conversions is removedHugo Lima2010-01-204-1/+102
* Fix AbstractMetaClass->isPolymorphic method, it was returning false for QEven...Hugo Lima2010-01-151-4/+4
* Correctly search for typesystem in all available typesystem paths.Hugo Lima2010-01-081-8/+5
* Added function can be tagged as static methods.Hugo Lima2010-01-076-3/+41
* Disable verbose output on tests.Hugo Lima2009-12-281-4/+4
* Bump version to 0.3.4renato2009-12-211-1/+1
* Updated ChangeLog.renato2009-12-171-1/+128
* Adds support for varargs in AbstractMetaArgument, AbstractMetaType and Vararg...Marcelo Lira2009-12-166-4/+62
* Adds normalizedSignature static method to TypeDatabase.Marcelo Lira2009-12-163-4/+24
* Modifications in ancestors are not returned if the current class reimplements...Marcelo Lira2009-12-161-1/+1
* Modified AbstractMetaFunction::hasSignatureModifications to check for functio...Marcelo Lira2009-12-161-0/+2