aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetabuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove Boost::graph dependence from ApiExtractor by using our own codeHugo Lima2010-03-031-43/+26
* Don't add external conversion operators that were removed on type system file.Marcelo Lira2010-03-011-0/+2
* Adds the AbstractMetaBuilder::setupExternalConversions(metaClass) method.Marcelo Lira2010-02-261-3/+13
* Added method AbstractMetaBuilder::fixReturnTypeOfConversionOperator(func).Marcelo Lira2010-02-261-0/+24
* Fix add-function tag when adding a global function.Hugo Lima2010-02-091-1/+1
* Fix AbstractMetaFunction::implicitConversions.Hugo Lima2010-02-081-0/+1
* Allow a class to multiple inherit from various object-types.Hugo Lima2010-02-011-9/+1
* Added function can be tagged as static methods.Hugo Lima2010-01-071-1/+2
* Adds support for varargs in AbstractMetaArgument, AbstractMetaType and Vararg...Marcelo Lira2009-12-161-0/+3
* Adds support for module level 'add-function' tag.Marcelo Lira2009-12-161-2/+10
* Fixed support for modify args in add-function tag.renato2009-12-081-3/+27
* TypeEntries created for unknown types found in user added functionsHugo Lima2009-12-011-1/+1
* Modified the AbstractMetaFunction class to have a separated flag toMarcelo Lira2009-11-241-1/+5
* Added methods to set and check for protected and virtual destructorMarcelo Lira2009-11-241-2/+4
* Fix topological sort for args with default expression 0 and value type.renato araujo oliveira2009-11-231-0/+3
* - All reverse operators are now properly tagged as "reverse operator".Hugo Lima2009-11-091-4/+4