summaryrefslogtreecommitdiff
path: root/vala/valaproperty.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Don't bail early on property with not supported default valueRico Tzschichholz2018-08-171-2/+0
* Replace `%s` with `%s' in format strings of output messagesRico Tzschichholz2018-08-081-1/+1
* vala: Allow read-only propertiesAlistair Thomas2018-07-041-9/+11
* vala: Transform Lockable.*_lock_used() methods into "lock_used" propertyRico Tzschichholz2018-04-251-10/+2
* codegen: Support automatic properties as GtkChildRico Tzschichholz2018-04-231-0/+5
* vala: Report an error when initializing non-auto propertiesJeeyong Um2018-04-191-0/+6
* vala: Move creation of reference field from parser into propertyRico Tzschichholz2018-04-191-2/+29
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-10/+10
* codegen: Add support for abstract/virtual methods and properties in compact c...Daniel Espinosa2018-01-151-9/+9
* SemanticAnalyzer.get_data_type_for_symbol() doesn't require a TypeSymbolRico Tzschichholz2017-12-091-1/+1
* Move "blurb", "nick" and "notify" into PropertyRico Tzschichholz2016-11-111-0/+45
* vala: check a property has an accessor and/or a mutatorAlistair Thomas2016-11-081-0/+6
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-6/+6
* 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
* codegen: Support non-auto property initializer in gobjectsLuca Bruno2013-06-111-1/+17
* Support virtual interface propertiesJürg Billeter2012-08-131-1/+1
* Do not access static members with instance referencesJürg Billeter2012-08-061-2/+2
* Fix possibly unassigned parameterJürg Billeter2012-01-241-0/+1
* Allow specialization of generic propertiesLuca Bruno2012-01-241-18/+30
* Drop C specific methods from the code treeLuca Bruno2011-08-011-118/+0
* Drop Symbol.process_deprecated_attributeLuca Bruno2011-08-011-2/+0
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-12/+12
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-1/+1
* Report error when variable or property type is voidJiří Zárevúcky2010-10-191-0/+6
* glib-2.0: Deprecate string.len () in favor of string.lengthJürg Billeter2010-08-201-1/+1
* Add Variable classJürg Billeter2010-07-271-7/+7
* Remove Member classJürg Billeter2010-07-271-1/+1
* Remove visit_memberJürg Billeter2010-07-271-2/+0
* Do not allow abstract properties in non-abstract classesLuca Bruno2010-06-161-0/+42
* Add support for [Deprecated] attributeEvan Nemerson2010-06-151-0/+2
* Fix crash on invalid field initializerJürg Billeter2010-03-221-2/+2
* Documentation fixesDidier 'Ptitjes2009-10-311-2/+2
* Comment handling improvementsFlorian Brosch2009-09-041-2/+2
* Simplify current symbol trackingJürg Billeter2009-08-161-2/+2
* Fix GStrv properties in bindingsJürg Billeter2009-06-281-0/+10
* Fix type checks for virtual and abstract propertiesJürg Billeter2009-06-151-4/+14
* GIR writer: Generate property's cannonical name instead of nameDidier 'Ptitjes2009-04-301-1/+1
* Fix crash with invalid property default expressionsLevi Bard2009-04-151-1/+1
* Rework header file generationJürg Billeter2009-03-311-9/+0
* Warn when hiding members, support `new' keyword to suppress warning, basedJürg Billeter2009-02-121-0/+4
* Support overriding members in .vapi filesJürg Billeter2009-02-011-9/+4
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-3/+3
* Ensure attributes of field, property, parameter, and return types areJürg Billeter2008-11-091-2/+2
* Move member checking to code nodesJürg Billeter2008-11-071-0/+2
* Fix crash when using dynamic properties, fixes bug 559304Jürg Billeter2008-11-041-1/+3
* Check properties when accessing themJürg Billeter2008-10-311-0/+66
* Set PropertyAccessor.prop property earlier, don't require the semanticJürg Billeter2008-10-311-2/+20
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-5/+3
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-0/+1