summaryrefslogtreecommitdiff
path: root/vala/valapropertyaccessor.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Owned property accessors are not allowed for non-null simple typesRico Tzschichholz2023-03-211-0/+6
* vala: Allow more general usage of PropertyAccessor.get_method()Rico Tzschichholz2023-02-051-1/+1
* vala: Inherit more important attributes for PropertyAccessor methodRico Tzschichholz2023-02-051-0/+7
* Revert "Use ErrorType-based collection for CodeNode.get_error_types()"Rico Tzschichholz2021-10-251-3/+3
* Use ErrorType-based collection for CodeNode.get_error_types()Rico Tzschichholz2021-10-231-3/+3
* vala: Let method representing property accessor inherit GIR.visible attributeRico Tzschichholz2021-01-181-0/+3
* vala: Set this_parameter of method representing property accessorRico Tzschichholz2021-01-181-0/+1
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-4/+4
* vala: CodeNode.source_reference is optional, so let the API respect thatRico Tzschichholz2020-10-241-1/+1
* Fix various typos in comments and stringsRico Tzschichholz2020-08-191-1/+1
* vala: Don't check for unhandled error if error is set on bodyRico Tzschichholz2020-02-201-0/+2
* vala: Properly set CodeNode.error when reporting an errorRico Tzschichholz2020-02-101-0/+1
* codegen: Support gobject property of delegates not carrying their targetRico Tzschichholz2019-10-031-0/+1
* codegen: Support gobject property of null-terminated array without lengthRico Tzschichholz2019-10-021-0/+3
* vala: NoAccessorMethod checks require GOBJECT profileRico Tzschichholz2019-07-191-1/+2
* vala: 'construct' is not supported in POSIX profileRico Tzschichholz2019-07-191-1/+5
* vala: Only warn about imcompatible type of external construct propertyRico Tzschichholz2019-06-171-3/+8
* vala: No-accessor struct properties in GLib.Object class must be ownedRico Tzschichholz2019-05-161-0/+17
* codegen: Move construct property checks to SemanticAnalyzer passRico Tzschichholz2019-04-281-0/+10
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-1/+3
* vala: Accessors of abstract properties cannot have bodiesRico Tzschichholz2018-04-191-0/+6
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-3/+3
* vala: Disallow private accessors in overridable propertiesSimon Werbeck2017-03-091-0/+6
* vala: Clean up PropertyAccessor APIRico Tzschichholz2016-11-081-6/+6
* Use more "...".printf to concat stringsRico Tzschichholz2016-10-301-2/+2
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-6/+6
* 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