summaryrefslogtreecommitdiff
path: root/vala/valacreationmethod.vala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix parameter position defaultsJürg Billeter2008-09-251-0/+3
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-0/+1
* Add support for creation methods with a different (mostly super) type thanRaffaele Sandrini2008-07-091-0/+8
* s/Typesymbol/TypeSymbol/Juerg Billeter2008-05-261-1/+1
* Track error types that expressions can throw, based on patch by JaredJuerg Billeter2008-05-251-2/+2
* Add CCodeCreationMethodBinding and CCodeMethodBinding classesJuerg Billeter2008-04-191-0/+4
* fix build when using non-null typesJuerg Billeter2008-04-131-1/+1
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+4
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-3/+3
* change my email from rasa@gmx.ch to raffaele@sandrini.ch fix perviousRaffaele Sandrini2008-02-191-1/+1
* default cname should be _init instead of _new for creation methods inJuerg Billeter2008-01-301-5/+10
* fix return type for creation methodsJuerg Billeter2007-12-041-0/+1
* rename TypeReference to DataTypeJuerg Billeter2007-12-021-1/+1
* rename DataType to TypesymbolJuerg Billeter2007-12-021-3/+3
* don't let named creation methods conflict with normal methodsJuerg Billeter2007-12-011-2/+2
* report error for missing return types in methodsJuerg Billeter2007-11-221-2/+7
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1