aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Created test for namespace resolution name.Renato Filho2012-03-092-0/+44
* Only display warning for unnamed arguments when this argument hasRenato Filho2012-03-091-1/+1
* Enable warning for arguments without name.Renato Filho2012-03-091-6/+1
* Implemented support to "rename to" in argument modificationRenato Filho2012-03-092-0/+33
* Added the "default-constructor" attribute to the "primitive-type" tag.Marcelo Lira2012-03-093-0/+92
* The initialisation of TypeDatabase must happen first in TestUtil constructor.Marcelo Lira2012-03-091-2/+3
* Created unittest to flag "since".Renato Filho2012-03-0913-8/+205
* Add more tests for hasNonPrivateCtor method, when the type is a alias for a t...Hugo Parente Lima2012-03-092-3/+25
* Added tests for template instanciations using enum values, all under a nice n...Hugo Parente Lima2012-03-093-0/+110
* Adding tests for 'void' argument in functionsLauro Neto2012-03-093-0/+119
* Merge remote branch 'luck/fixprivctor'Luciano Wolf2012-03-093-0/+89
|\
| * Update class info once a default ctor is added.Luciano Wolf2012-03-093-0/+89
* | 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-095-4/+107
|/
* Adds reverse operator functions to the proper classes.Marcelo Lira2012-03-092-1/+49
* Adds many tests regarding default copy constructors.Marcelo Lira2012-03-095-14/+206
* Tests if added constructor with custom type creates an implicit converter.Marcelo Lira2012-03-091-1/+9
* An inner class should not be polymorphic just because his enclosing class is.Marcelo Lira2012-03-092-0/+24
* Meta type minimal signature should place reference symbol after pointer symbols.Marcelo Lira2012-03-093-0/+90