aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetabuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Created function to discovery when a class implement a container type.Renato Filho2012-03-091-0/+1
* Fixed error during the property functions parser.Renato Filho2012-03-091-1/+2
* Fix wrong behaviour of topological sort.Luciano Wolf2012-03-091-2/+4
* Fixed memory leak.Renato Filho2012-03-091-17/+40
* Fix bug#260 - "Can't modify argument name of a function added with add-functi...Hugo Parente Lima2012-03-091-2/+29
* Namespaces must be traversed recursively as they should.Marcelo Lira2012-03-091-16/+56
* Guarantees that namespaces and inner classes will not be repeated.Marcelo Lira2012-03-091-2/+10
* Fixes usage of std::unique method.Marcelo Lira2012-03-091-0/+1
* Class members are traversed after the classes themselves.Marcelo Lira2012-03-091-4/+33
* Type translation now looks in the class' parent scope.Marcelo Lira2012-03-091-4/+20
* Fixed namespace resolution name.Renato Filho2012-03-091-1/+14
* Fix trivial spelling errors.Renato Filho2012-03-091-1/+1
* Fixes AbstractMetaBuilder::fixDefaultValue method.Marcelo Lira2012-03-091-2/+0
* Exclude signals from named arguments check test.Luciano Wolf2012-03-091-1/+1
* Append more details on message related to nameless arguments.Renato Filho2012-03-091-1/+1
* Only display warning for unnamed arguments when this argument hasRenato Filho2012-03-091-13/+6
* Fixed warning message output.Renato Filho2012-03-091-5/+14
* Enable warning for arguments without name.Renato Filho2012-03-091-0/+4
* Simplify progress message.Renato Filho2012-03-091-5/+5
* Use qualified c++ names instead to do the topological sort.Hugo Parente Lima2012-03-091-8/+28
* Disabled GCC optimization flags by default.Renato Filho2012-03-091-1/+1
* Implemented support to flag "since" on typesystem.Renato Filho2012-03-091-9/+36
* Remove ancient code commented out years ago.Hugo Parente Lima2012-03-091-144/+0
* Comestic changes to follow our code style.Hugo Parente Lima2012-03-091-112/+111
* When the class is a alias for a template class, proper rename their construct...Hugo Parente Lima2012-03-091-0/+1
* When the class is a alias for a template class, copy all properties from the ...Hugo Parente Lima2012-03-091-0/+10
* Remove useless castType variable.Hugo Parente Lima2012-03-091-12/+1
* Do not add the base class as a dependency if the base class is not in the graph.Hugo Parente Lima2012-03-091-2/+4
* Add better error message when a cyclic type dependency is found.Hugo Parente Lima2012-03-091-1/+10
* Do not copy the QList, use a const reference instead.Hugo Parente Lima2012-03-091-5/+1
* Tag user added function inside namespaces as static functions.Hugo Parente Lima2012-03-091-0/+2
* Fixes template instanciation when the template parameter is a enum value.Hugo Parente Lima2012-03-091-47/+33
* Only add an enclosing class to the dependency graph if it's part of the graph.Hugo Parente Lima2012-03-091-1/+1
* Add EnumValueTypeEntry.Hugo Parente Lima2012-03-091-0/+13
* Remove detection of duplicated enum values, this was implemented due to a bug...Hugo Parente Lima2012-03-091-49/+0
* Support 'void' argument.Lauro Neto2012-03-091-0/+8
* Do not generate bindings for global functions when the typesystem was loaded ...Hugo Parente Lima2012-03-091-2/+2
* Add method setTypeEntry to AbstractMetaFunction.Hugo Parente Lima2012-03-091-0/+1
* Show a warning if a global function defined in typesystem was not found by th...Hugo Parente Lima2012-03-091-25/+37
* Do not create two AbstractMetaClass for every template class.Hugo Parente Lima2012-03-091-1/+5
* Fix class dependence in topological sort.Hugo Parente Lima2012-03-091-27/+4
* Do not set the include file on TypeEntries when the include file does not exi...Hugo Parente Lima2012-03-091-18/+23
* TypeDatabase class moved to its own header/cpp.Hugo Parente Lima2012-03-091-0/+1
* Added the "function" tag to ApiExtractor.Hugo Parente Lima2012-03-091-4/+15
* Removed methods includeFile and setIncludeFile from AbstractMetaAttribute.Hugo Parente Lima2012-03-091-3/+2
* Set the include file for enums.Hugo Parente Lima2012-03-091-6/+11
* Adds reverse operator functions to the proper classes.Marcelo Lira2012-03-091-0/+13
* Do not add an operator function to a class from a referred type system.Marcelo Lira2012-03-091-2/+3
* Value type classes now have implicit copy constructors added when needed.Marcelo Lira2012-03-091-4/+40
* Marks user added constructors with one argument of a custom type as explicit.Marcelo Lira2012-03-091-2/+5