aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixes setting of template argument's usage pattern.Marcelo Lira2012-03-092-1/+42
* Fixed modifications to global functions.sb-0.10.7Marcelo Lira2012-03-092-0/+38
* Added improved functionality for the 'conversion-rule' tag.Marcelo Lira2012-03-092-4/+180
* Fixes method's argument types that are templates but the template variable wa...Marcelo Lira2012-03-095-5/+47
* Revert "Implement getTypeIndex function for types no generated types and prim...Hugo Parente Lima2012-03-096-167/+4
* Implement getTypeIndex function for types no generated types and primitive ty...Hugo Parente Lima2012-03-096-4/+167
* Added setTargetLangPackage and targetLangPackage methods to PrimitiveTypeEntry.sb-0.10.6Marcelo Lira2012-03-091-2/+2
* Included the unsigned types in TypeEntry::isCppPrimitive() method list of types.Marcelo Lira2012-03-092-0/+43
* Fix bug 731 - "Can't specify more than a single 'since' argument"Hugo Parente Lima2012-03-097-11/+12
* AbstractMetaClasses now hold the instantiation types for the templates they i...Marcelo Lira2012-03-092-1/+53
* Added default constructor option for value types.Marcelo Lira2012-03-093-0/+94
* Added a test for operator methods removal.Marcelo Lira2012-03-093-0/+152
* Fixed TypeEntry::isCppPrimitive() to process typedefs and "long long" type.Marcelo Lira2012-03-093-0/+108
* Added revision attribute to type entries tags and flags-revision to enum-type...Hugo Parente Lima2012-03-093-0/+101
* Fixed conversion operators type resolution for references to types.Marcelo Lira2012-03-092-0/+60
* Add support to template types as arguments on user added functions.sb-0.10.2Hugo Parente Lima2012-03-092-0/+18
* Added support for module extra includes.Marcelo Lira2012-03-093-0/+117
* Use QDir::currentPath() to avoid problems with armel-Meego target.Luciano Wolf2012-03-092-2/+2
* Added tests for template containers used as arguments for functions.Marcelo Lira2012-03-092-0/+75
* Added a depth counter to avoid segmentation faults when discarding type entries.Marcelo Lira2012-03-092-0/+30
* Added a test for dropped type system entries.Marcelo Lira2012-03-094-1/+153
* Global functions can now be renamed.Marcelo Lira2012-03-092-0/+26
* Use QCoreApplication instead of QApplication for TestModifyDocumentation.Hugo Parente Lima2012-03-091-2/+9
* Avoid crash reported on http://bugreports.qt.nokia.com/browse/QTBUG-16868Hugo Parente Lima2012-03-091-4/+1
* Un-hardcode test resources pathsb-0.9.3Lauro Neto2012-03-093-2/+9
* Add support to fix bug#493 - "__eq__ and friends not implemented for QKeyEven...Hugo Parente Lima2012-03-091-1/+16
* Make installed tests executableLauro Neto2012-03-091-1/+1
* Add option to install the tests binaries.Lauro Neto2012-03-091-0/+3
* Added unit test to field removal.Marcelo Lira2012-03-093-0/+93
* Implemented support to added functions for TypeAlias.sb-0.8.1renatofilho2012-03-092-0/+28
* Added a better support for resolution of enum value attribution.Marcelo Lira2012-03-092-0/+74
* Private enums are now accepted in the type system database.Marcelo Lira2012-03-092-0/+44
* Improved resolution of enum value attributions.Marcelo Lira2012-03-092-2/+54
* Fixed AbstractMetaBuilder to handle enum values receiving boolean values.Marcelo Lira2012-03-091-3/+40
* Argument types that are arrays with specified sizes are correctly recognized.Marcelo Lira2012-03-093-0/+159
* Added tests for global enums.Marcelo Lira2012-03-092-0/+38
* Updates tests to use nesting of type declarations.Marcelo Lira2012-03-095-17/+147
* Added tests for anonymous enums.Marcelo Lira2012-03-092-0/+31
* Fixed function modification propagation.Renato Filho2012-03-092-0/+87
* Created function to discovery when a class implement a container type.Renato Filho2012-03-093-0/+97
* If a class have a non final method doesn't mean that class is polymorphic.Hugo Parente Lima2012-03-092-0/+33
* Make libxml2 and libxslt optional dependencies.Hugo Parente Lima2012-03-091-1/+3
* Fixed memory leak.Renato Filho2012-03-091-2/+2
* Fix bug#260 - "Can't modify argument name of a function added with add-functi...Hugo Parente Lima2012-03-092-0/+28
* Added test for a class inheriting from a container template.Marcelo Lira2012-03-092-0/+37
* Added test for class member inside a two nested namespaces.Marcelo Lira2012-03-092-0/+30
* Added test for template inheritance involving forward declaration and namespace.Marcelo Lira2012-03-092-0/+36
* Adds test case to namespace members, namely enums and functions.Marcelo Lira2012-03-093-0/+94
* Added test for template inheritance involving a forward declaration.Marcelo Lira2012-03-092-0/+33
* Added test for type resolution order.Marcelo Lira2012-03-093-2/+97