| Commit message (Expand) | Author | Age | Files | Lines |
* | Move "blurb", "nick" and "notify" into Property | Rico Tzschichholz | 2016-11-11 | 1 | -0/+45 |
* | vala: check a property has an accessor and/or a mutator | Alistair Thomas | 2016-11-08 | 1 | -0/+6 |
* | Fix parameter names in the documentation for libvala | Ben Iofel | 2015-11-11 | 1 | -6/+6 |
* | Revert "Set parent_node and always copy datatype when assigned to code nodes." | Luca Bruno | 2013-10-07 | 1 | -2/+1 |
* | Set parent_node and always copy datatype when assigned to code nodes. | Luca Bruno | 2013-10-06 | 1 | -1/+2 |
* | codegen: Support non-auto property initializer in gobjects | Luca Bruno | 2013-06-11 | 1 | -1/+17 |
* | Support virtual interface properties | Jürg Billeter | 2012-08-13 | 1 | -1/+1 |
* | Do not access static members with instance references | Jürg Billeter | 2012-08-06 | 1 | -2/+2 |
* | Fix possibly unassigned parameter | Jürg Billeter | 2012-01-24 | 1 | -0/+1 |
* | Allow specialization of generic properties | Luca Bruno | 2012-01-24 | 1 | -18/+30 |
* | Drop C specific methods from the code tree | Luca Bruno | 2011-08-01 | 1 | -118/+0 |
* | Drop Symbol.process_deprecated_attribute | Luca Bruno | 2011-08-01 | 1 | -2/+0 |
* | Replace SemanticAnalyzer with CodeContext in CodeNode.check parameter | Jürg Billeter | 2010-10-28 | 1 | -12/+12 |
* | Rename FormalParameter to Parameter | Jürg Billeter | 2010-10-28 | 1 | -1/+1 |
* | Report error when variable or property type is void | Jiří Zárevúcky | 2010-10-19 | 1 | -0/+6 |
* | glib-2.0: Deprecate string.len () in favor of string.length | Jürg Billeter | 2010-08-20 | 1 | -1/+1 |
* | Add Variable class | Jürg Billeter | 2010-07-27 | 1 | -7/+7 |
* | Remove Member class | Jürg Billeter | 2010-07-27 | 1 | -1/+1 |
* | Remove visit_member | Jürg Billeter | 2010-07-27 | 1 | -2/+0 |
* | Do not allow abstract properties in non-abstract classes | Luca Bruno | 2010-06-16 | 1 | -0/+42 |
* | Add support for [Deprecated] attribute | Evan Nemerson | 2010-06-15 | 1 | -0/+2 |
* | Fix crash on invalid field initializer | Jürg Billeter | 2010-03-22 | 1 | -2/+2 |
* | Documentation fixes | Didier 'Ptitjes | 2009-10-31 | 1 | -2/+2 |
* | Comment handling improvements | Florian Brosch | 2009-09-04 | 1 | -2/+2 |
* | Simplify current symbol tracking | Jürg Billeter | 2009-08-16 | 1 | -2/+2 |
* | Fix GStrv properties in bindings | Jürg Billeter | 2009-06-28 | 1 | -0/+10 |
* | Fix type checks for virtual and abstract properties | Jürg Billeter | 2009-06-15 | 1 | -4/+14 |
* | GIR writer: Generate property's cannonical name instead of name | Didier 'Ptitjes | 2009-04-30 | 1 | -1/+1 |
* | Fix crash with invalid property default expressions | Levi Bard | 2009-04-15 | 1 | -1/+1 |
* | Rework header file generation | Jürg Billeter | 2009-03-31 | 1 | -9/+0 |
* | Warn when hiding members, support `new' keyword to suppress warning, based | Jürg Billeter | 2009-02-12 | 1 | -0/+4 |
* | Support overriding members in .vapi files | Jürg Billeter | 2009-02-01 | 1 | -9/+4 |
* | Remove unnecessary accept calls in semantic analyzer | Jürg Billeter | 2008-11-10 | 1 | -3/+3 |
* | Ensure attributes of field, property, parameter, and return types are | Jürg Billeter | 2008-11-09 | 1 | -2/+2 |
* | Move member checking to code nodes | Jürg Billeter | 2008-11-07 | 1 | -0/+2 |
* | Fix crash when using dynamic properties, fixes bug 559304 | Jürg Billeter | 2008-11-04 | 1 | -1/+3 |
* | Check properties when accessing them | Jürg Billeter | 2008-10-31 | 1 | -0/+66 |
* | Set PropertyAccessor.prop property earlier, don't require the semantic | Jürg Billeter | 2008-10-31 | 1 | -2/+20 |
* | Use constructor chaining instead of helper method | Jürg Billeter | 2008-10-27 | 1 | -5/+3 |
* | Don't derive from GObject in libvala where not necessary to improve | Jürg Billeter | 2008-08-14 | 1 | -0/+1 |
* | Change GObject properties to always notify on value change, remove the | Raffaele Sandrini | 2008-07-09 | 1 | -4/+11 |
* | Mark source_reference parameter in creation method as nullable | Jürg Billeter | 2008-07-07 | 1 | -1/+1 |
* | Compute Method.base_method and Property.base_property when needed so that | Juerg Billeter | 2008-05-28 | 1 | -2/+83 |
* | Rename Property.type_reference to Property.property_type | Juerg Billeter | 2008-05-13 | 1 | -11/+11 |
* | Add support for class constructors, class fields, and class methods, fixes | Juerg Billeter | 2008-04-23 | 1 | -5/+1 |
* | fix build when using non-null types | Juerg Billeter | 2008-04-13 | 1 | -3/+3 |
* | report warning when using obsolete syntax for non-null types | Juerg Billeter | 2008-04-13 | 1 | -9/+9 |
* | optimize access to automatic properties, patch by Rob Taylor | Juerg Billeter | 2008-03-08 | 1 | -0/+5 |
* | support default values for properties, fixes bug 437434 | Juerg Billeter | 2008-02-05 | 1 | -0/+9 |
* | add missing return statement | Juerg Billeter | 2008-02-02 | 1 | -0/+2 |