aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetabuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added the "<custom-type>" tag, and better requirements for function signatures.sb-0.10.10Marcelo Lira2012-03-091-2/+19
* Fixed typo on warning message.Marcelo Lira2012-03-091-1/+1
* Don't report cyclic dependency when there not a single to form a graph.Hugo Parente Lima2012-03-091-1/+1
* Fixes setting of template argument's usage pattern.Marcelo Lira2012-03-091-0/+1
* Fixed modifications to global functions.sb-0.10.7Marcelo Lira2012-03-091-1/+9
* Fixes method's argument types that are templates but the template variable wa...Marcelo Lira2012-03-091-73/+156
* AbstractMetaBuilder fixed to set base container type correctly in meta class'...Marcelo Lira2012-03-091-0/+3
* Fix bug 731 - "Can't specify more than a single 'since' argument"Hugo Parente Lima2012-03-091-24/+0
* AbstractMetaClasses now hold the instantiation types for the templates they i...Marcelo Lira2012-03-091-4/+1
* Copied AbstractMetaBuilder::decideUsagePattern() method to AbstractMetaType.Marcelo Lira2012-03-091-84/+1
* Fix PySide code generation.sb-0.10.5Hugo Parente Lima2012-03-091-1/+2
* Check inconsistencies for enums and disable generation of private entities.Hugo Parente Lima2012-03-091-46/+65
* Fixed conversion operators type resolution for references to types.Marcelo Lira2012-03-091-0/+5
* Don't compute function modification from API versions greater than the curren...Hugo Parente Lima2012-03-091-0/+4
* Add support to template types as arguments on user added functions.sb-0.10.2Hugo Parente Lima2012-03-091-2/+29
* Add support for adding reverse operators with add-function tag.Hugo Parente Lima2012-03-091-16/+46
* Remove GCC 4.6 warnings on abstractmetabuilder.cpp and parser.cppHugo Parente Lima2012-03-091-4/+0
* 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