aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetalang.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add AbstractMetaFunction::isCallOperator() method.Hugo Parente Lima2012-03-091-1/+6
* Skip functions added on base classes.Renato Filho2012-03-091-1/+6
* Turn some regex static, so we don't need to compile them in every function call.sb-0.10.0Hugo Parente Lima2012-03-091-2/+2
* Add more cache stuff to speed up the generation process.Hugo Parente Lima2012-03-091-39/+40
* Added the 'AbstractMetaField::isModifiedRemoved' method.Marcelo Lira2012-03-091-0/+17
* Implemented support to added functions for TypeAlias.sb-0.8.1renatofilho2012-03-091-0/+3
* Fixed AbstractMetaClassList::findEnumValue to search for the enum in all clas...Marcelo Lira2012-03-091-7/+14
* Fixed AbstractMetaClass::findEnumValue method.Marcelo Lira2012-03-091-1/+1
* Fixed function modification propagation.Renato Filho2012-03-091-2/+3
* If a class have a non final method doesn't mean that class is polymorphic.Hugo Parente Lima2012-03-091-1/+1
* Detect operator() as operator overload.Renato Filho2012-03-091-0/+1
* Does not consider private operators.Renato Filho2012-03-091-9/+9
* Fixed memory leak.Renato Filho2012-03-091-48/+48
* Fix bug#260 - "Can't modify argument name of a function added with add-functi...Hugo Parente Lima2012-03-091-48/+4
* Removed unused global variable.Hugo Parente Lima2012-03-091-3/+1
* Fix bug#253 - "Segmentation Fault when clicked on ListWidget with TableModel"Hugo Parente Lima2012-03-091-1/+1
* Only display warning for unnamed arguments when this argument hasRenato Filho2012-03-091-1/+2
* Enable warning for arguments without name.Renato Filho2012-03-091-0/+18
* Added methods to AbstractMetaClass to verify the presence of protected members.Marcelo Lira2012-03-091-5/+14
* 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