aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix conversionoperator test code.Hugo Lima2010-03-041-5/+6
* Disable debug output about typesystem on conversionoperatortest.Hugo Lima2010-03-031-3/+3
* Remove Boost::graph dependence from ApiExtractor by using our own codeHugo Lima2010-03-034-0/+106
* Don't add external conversion operators that were removed on type system file.Marcelo Lira2010-03-012-8/+59
* External conversion operators are now part of a class' implicit conversions.Marcelo Lira2010-02-262-0/+33
* Added method AbstractMetaBuilder::fixReturnTypeOfConversionOperator(func).Marcelo Lira2010-02-263-0/+107
* Fix add-function tag when adding a global function.Hugo Lima2010-02-092-1/+26
* Remove debug output from unit test.Hugo Lima2010-02-091-2/+1
* Reactivated 'reference-count' tag.Marcelo Lira2010-02-093-7/+103
* Fix AbstractMetaFunction::implicitConversions.Hugo Lima2010-02-083-0/+163
* Assumes utf-8 encoding for conversion rules stored in external files.Hugo Lima2010-02-081-0/+3
* Code injection from external files are always read using UTF-8.Hugo Lima2010-02-084-0/+92
* Added tests for ownership modification.Hugo Lima2010-02-023-0/+94
* Allow a class to multiple inherit from various object-types.Hugo Lima2010-02-013-0/+108
* Test TestModifyDocumentation does not need X11 server connection to run.Hugo Lima2010-01-211-1/+6
* When a constructor able to trigger implicity conversions is removedHugo Lima2010-01-203-0/+101
* Added function can be tagged as static methods.Hugo Lima2010-01-072-0/+23
* Disable verbose output on tests.Hugo Lima2009-12-281-4/+4
* Adds support for varargs in AbstractMetaArgument, AbstractMetaType and Vararg...Marcelo Lira2009-12-162-1/+31