aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetalang.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implemented support to flag "since" on typesystem.Renato Filho2012-03-091-1/+1
* Merge remote branch 'luck/fixprivctor'Luciano Wolf2012-03-091-0/+1
|\
| * Update class info once a default ctor is added.Luciano Wolf2012-03-091-0/+1
* | TypeDatabase class moved to its own header/cpp.Hugo Parente Lima2012-03-091-0/+1
|/
* Adds convenience methods regarding copy constructors to AbstractMetaClass.Marcelo Lira2012-03-091-0/+50
* Fixes attributes for default constructors and class' "isPolymorphic" flag.Marcelo Lira2012-03-091-3/+4
* Meta type minimal signature should place reference symbol after pointer symbols.Marcelo Lira2012-03-091-2/+2
* External conversion operators are now part of a class' implicit conversions.Marcelo Lira2010-02-261-4/+7
* Fix AbstractMetaFunction::implicitConversions.Hugo Lima2010-02-081-2/+3
* Do not count user added constructor when searching for implicity conversions.Hugo Lima2010-02-031-1/+7
* 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-261-0/+9
* When a constructor able to trigger implicity conversions is removedHugo Lima2010-01-201-1/+1
* Fix AbstractMetaClass->isPolymorphic method, it was returning false for QEven...Hugo Lima2010-01-151-4/+4
* Adds normalizedSignature static method to TypeDatabase.Marcelo Lira2009-12-161-2/+2
* 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
* Adds support for module level 'add-function' tag.Marcelo Lira2009-12-161-5/+15
* Add public visibility for more classes.Hugo Lima2009-11-161-1/+1
* Added convenience method AbstractMetaFunction::injectedCodeSnips.Hugo Lima2009-10-301-0/+15
* Added convenience method AbstractMetaClass::findFunction.Hugo Lima2009-10-301-4/+10
* Add method AbstractMetaFunction::isCastOperator.Hugo Lima2009-10-161-0/+5
* Check for constructors in isVirtual function.Renato Araujo Oliveira Filho2009-09-091-1/+1
* AbstractMetaClass::name() and AbstractMetaType::name() now return onlyMarcelo Lira2009-08-251-2/+1
* The genesis...Hugo Lima2009-08-171-0/+2175