summaryrefslogtreecommitdiff
path: root/vala/valadynamicproperty.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-4/+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
* Report unused fields, methods, and local variablesJürg Billeter2008-11-141-2/+0
* Fix crash when using dynamic properties, fixes bug 559304Jürg Billeter2008-11-041-0/+3
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-3/+1
* Add CCodeDynamicPropertyModuleJürg Billeter2008-10-241-3/+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
* Add support for dynamic propertiesJuerg Billeter2008-05-181-0/+47