aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetabuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed AbstractMetaType::cppSignature() method.Marcelo Lira2012-03-091-1/+6
* Removed unused variable.Marcelo Lira2012-03-091-1/+0
* Moved down AbstractMetaType creation line to avoid possible memory leak.Marcelo Lira2012-03-091-1/+1
* Global functions can now be renamed.Marcelo Lira2012-03-091-0/+2
* Fixed polymorphic value for classes.sb-0.9.2Renato Araujo Oliveira Filho2012-03-091-0/+4
* Add support to fix bug#493 - "__eq__ and friends not implemented for QKeyEven...Hugo Parente Lima2012-03-091-2/+6
* Discards class' fields removed in the type system binding description.Marcelo Lira2012-03-091-1/+1
* Implemented support to added functions for TypeAlias.sb-0.8.1renatofilho2012-03-091-0/+9
* Better qproperty function checkLauro Neto2012-03-091-5/+11
* Change "or" to "||".Hugo Parente Lima2012-03-091-1/+1
* Add toStringCapability attribute to AbstractMetaClass.Hugo Parente Lima2012-03-091-4/+1
* Added a better support for resolution of enum value attribution.Marcelo Lira2012-03-091-6/+25
* Private enums are now accepted in the type system database.Marcelo Lira2012-03-091-8/+11
* Improved resolution of enum value attributions.Marcelo Lira2012-03-091-40/+37
* Avoid check ifr include file exists during the generation.renatofilho2012-03-091-2/+1
* Fixed AbstractMetaBuilder to handle enum values receiving boolean values.Marcelo Lira2012-03-091-17/+25
* Fixes compiler warning on AbstractMetaBuilder.Marcelo Lira2012-03-091-1/+1
* Fixes segmentation fault caused by bad handling of global enums.Marcelo Lira2012-03-091-15/+15
* Argument types that are arrays with specified sizes are correctly recognized.Marcelo Lira2012-03-091-3/+21
* The AbstractMetaBuilder::figureOutEnumValues method now operates over global ...Marcelo Lira2012-03-091-0/+10
* Anonymous enums now supported.Marcelo Lira2012-03-091-1/+15
* 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