summaryrefslogtreecommitdiff
path: root/vala/valapropertyaccessor.vala
Commit message (Expand)AuthorAgeFilesLines
* Do not report errors for automatic interface properties twiceFlorian Brosch2014-10-011-5/+0
* girwriter: Write accessor methods for interface propertiesLuca Bruno2014-09-141-1/+28
* Revert "Set parent_node and always copy datatype when assigned to code nodes."Luca Bruno2013-10-071-2/+1
* Set parent_node and always copy datatype when assigned to code nodes.Luca Bruno2013-10-061-1/+2
* Drop Dova profileJürg Billeter2012-08-061-17/+5
* Drop C specific methods from the code treeLuca Bruno2011-08-011-41/+0
* Transfer ownership of owned value parameter in set accessorLuca Bruno2011-06-091-1/+5
* Fix check for missing return statements in non-void methodsJürg Billeter2010-11-151-0/+4
* Add Subroutine classJürg Billeter2010-10-291-26/+1
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-10/+10
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-2/+2
* Use public accesibility by default for property accessorsJürg Billeter2010-10-161-0/+1
* Properties, Methods: Relax some checksRyan Lortie2010-09-091-1/+1
* Write CCode attributes for property accessors in VAPI filesMarc-André Lureau2010-08-041-8/+11
* Append doc comments to generated C filesJürg Billeter2010-07-271-2/+2
* dova: Drop checked exceptionsJürg Billeter2010-07-181-4/+6
* dova: Fix flow analysis of error handling in non-void methodsJürg Billeter2010-06-171-0/+2
* dova: Add implicit result variableJürg Billeter2010-03-131-2/+21
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-1/+1
* valac: Add --use-header command-line optionJürg Billeter2009-10-091-0/+4
* Warn about unhandled errors in property accessorsJürg Billeter2009-09-131-0/+6
* Replace current_return_type field by propertyJürg Billeter2009-08-161-8/+0
* Simplify current symbol trackingJürg Billeter2009-08-161-9/+19
* Support set accessors in internal VAPI propertiesJürg Billeter2009-04-141-3/+3
* Honor lower_case_cprefix attribute for property accessors, fixes bugJürg Billeter2009-01-291-2/+2
* Replace `#' in property declarations by `owned' modifier before `get'Jürg Billeter2009-01-101-4/+31
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+3
* Move member checking to code nodesJürg Billeter2008-11-071-0/+51
* Add support for [CCode (cname = "foo")] to property accessors, based onJürg Billeter2008-07-051-0/+33
* fix build when using non-null typesJuerg Billeter2008-04-131-3/+3
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+6
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-2/+2
* optimize access to automatic properties, patch by Rob TaylorJuerg Billeter2008-03-081-0/+5
* add support for private property accessorsJuerg Billeter2008-02-051-1/+6
* build control flow graph for property accessorsJuerg Billeter2008-02-051-2/+6
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* derive from Symbol class where appropriate and move symbol table intoJuerg Billeter2007-07-211-7/+7
* move iteration of symbol nodes from accept to accept_children methodJürg Billeter2007-06-151-5/+5
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+82