summaryrefslogtreecommitdiff
path: root/vala/valadynamicmethod.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Remove some public API from symbols and typesRico Tzschichholz2022-02-061-1/+1
* Drop C specific methods from the code treeLuca Bruno2011-08-011-15/+0
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-1/+1
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-2/+1
* Comment handling improvementsFlorian Brosch2009-09-041-2/+2
* Rename InvocationExpression to MethodCallJürg Billeter2008-11-201-1/+1
* Fix checking of dynamic methods and signalsJürg Billeter2008-11-171-0/+4
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-4/+1
* Add CCodeMethodModule and DBusModuleJürg Billeter2008-10-241-4/+0
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-0/+1
* Add support for dynamic properties of GObjectsJuerg Billeter2008-05-301-1/+1
* Use Gee.List instead of Gee.Collection to improve iteration performanceJuerg Billeter2008-05-291-2/+2
* generate unique names for wrapper methods, fixes bug 529251Juerg Billeter2008-04-211-2/+2
* Improve support for dynamic types, add `dynamic' type modifier, portJuerg Billeter2008-04-201-0/+59