aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testaddfunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support to template types as arguments on user added functions.sb-0.10.2Hugo Parente Lima2012-03-091-0/+17
* Implemented support to added functions for TypeAlias.sb-0.8.1renatofilho2012-03-091-0/+27
* Fix bug#260 - "Can't modify argument name of a function added with add-functi...Hugo Parente Lima2012-03-091-0/+27
* Created unittest to flag "since".Renato Filho2012-03-091-6/+25
* Adds many tests regarding default copy constructors.Marcelo Lira2012-03-091-3/+3
* Fix add-function tag when adding a global function.Hugo Lima2010-02-091-1/+25
* Remove debug output from unit test.Hugo Lima2010-02-091-2/+1
* Added function can be tagged as static methods.Hugo Lima2010-01-071-0/+22
* Disable verbose output on tests.Hugo Lima2009-12-281-4/+4
* Adds support for varargs in AbstractMetaArgument, AbstractMetaType and Vararg...Marcelo Lira2009-12-161-1/+30
* Adds support for module level 'add-function' tag.Marcelo Lira2009-12-161-0/+32
* Fixed support for modify args in add-function tag.renato2009-12-081-1/+33
* Modified the AbstractMetaFunction class to have a separated flag toMarcelo Lira2009-11-241-3/+26
* Added convenience method AbstractMetaFunction::injectedCodeSnips.Hugo Lima2009-10-301-2/+23
* Fix a crash when the function signature provided by add-function tag does notHugo Lima2009-10-291-0/+8
* Added functions aren't marked as virtual anymore.Hugo Lima2009-10-221-0/+5
* Added support for add-function tag into typesystem.Hugo Lima2009-10-211-15/+80
* Implemented a signature parser for the AddedFunction class.Hugo Lima2009-10-211-0/+80