summaryrefslogtreecommitdiff
path: root/vala/valacreationmethod.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Drop duplicate check for unsupported flag of creation methodsRico Tzschichholz2021-12-121-6/+0
* vala: Set is_yield_expression in async context when chaining up to async base...Rico Tzschichholz2021-12-121-1/+5
* vala: Report error on missing gio-2.0 package for async constructorsRico Tzschichholz2021-11-251-0/+6
* vala: Drop SemanticAnalyzer.is_type_accessible()Rico Tzschichholz2021-11-061-1/+1
* Revert "Use ErrorType-based collection for CodeNode.get_error_types()"Rico Tzschichholz2021-10-251-6/+6
* Use ErrorType-based collection for CodeNode.get_error_types()Rico Tzschichholz2021-10-231-6/+6
* Add further support for params arrays in constructorsRico Tzschichholz2021-01-281-0/+25
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-4/+4
* vala: Check error-type accessibility of creation methods and delegatesRico Tzschichholz2020-07-221-0/+7
* vala: Properly set CodeNode.error when reporting an errorRico Tzschichholz2020-02-101-0/+1
* vala: Don't ignore errors in Parameter and acknowledge them furtherRico Tzschichholz2020-02-051-1/+3
* vala: Don't ignore inner errors in Block and acknowledge them furtherRico Tzschichholz2019-11-271-1/+1
* vala: Check "this_parameter" if availableRico Tzschichholz2019-11-171-0/+4
* vala: Micro optimizationsRico Tzschichholz2019-09-301-1/+1
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-8/+16
* Reintroduce POSIX profileRico Tzschichholz2018-05-081-1/+2
* vala: Variadic constructors without a real first parameter are not allowedRico Tzschichholz2018-01-241-0/+6
* Drop POSIX profileJürg Billeter2012-08-061-2/+1
* Drop C specific methods from the code treeLuca Bruno2011-08-011-60/+0
* Move custom_return_type_cname CCode attribute down to MethodLuca Bruno2011-06-041-8/+0
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-26/+26
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-2/+2
* Improve consistency in constructor chain up handlingJürg Billeter2010-08-211-1/+11
* Unable to chain up to base constructor is fatalJürg Billeter2010-08-211-10/+2
* gtk+-2.0, gtk+-3.0: Fix gtk_widget_new bindingJürg Billeter2010-08-121-5/+9
* Drop deprecated support for assigning to construct-only propertiesJürg Billeter2010-08-091-26/+1
* dova: Unable to chain up to base constructor is fatalJürg Billeter2010-06-081-3/+12
* dova: Do not use infix for creation methods of basic typesJürg Billeter2010-06-051-1/+16
* Accept pre- and postconditions for constructorsMarc-André Lureau2010-01-201-0/+16
* Also drop dynamic error warning from constructorsJürg Billeter2009-09-131-1/+1
* Comment handling improvementsFlorian Brosch2009-09-041-2/+2
* Chain up to g_object_new where possibleJürg Billeter2009-09-031-2/+0
* Support creation method chain up to g_object_newJürg Billeter2009-09-031-0/+5
* Do not chain up creation methods when using construct blockJürg Billeter2009-09-031-2/+2
* gobject-2.0: Add constructor to GLib.Object classJürg Billeter2009-08-311-2/+2
* Do not chain up constructors when using construct propertiesJürg Billeter2009-08-171-1/+18
* Ensure constructors are chained upJürg Billeter2009-08-161-0/+31
* Replace current_return_type field by propertyJürg Billeter2009-08-161-9/+0
* Simplify current symbol trackingJürg Billeter2009-08-161-9/+0
* Check for unhandled errors in creation methodsJürg Billeter2009-08-151-0/+15
* Warn when hiding members, support `new' keyword to suppress warning, basedJürg Billeter2009-02-121-6/+6
* Fix bogus errors about missing return type in creation methods, fixes bugJürg Billeter2009-01-161-2/+3
* Ensure that members are checked when accessing them, fixes bug 561018Jürg Billeter2008-11-171-0/+14
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+11
* Ensure attributes of field, property, parameter, and return types areJürg Billeter2008-11-091-2/+5
* Move member checking to code nodesJürg Billeter2008-11-071-0/+38
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-4/+1
* Add CCodeMethodModule and DBusModuleJürg Billeter2008-10-241-4/+0
* Support chaining constructors using `base' and `this'Jürg Billeter2008-10-111-4/+10
* Generate code for construct functions in preparation to support baseJürg Billeter2008-10-111-0/+16