summaryrefslogtreecommitdiff
path: root/vala/valaproperty.vala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change GObject properties to always notify on value change, remove theRaffaele Sandrini2008-07-091-4/+11
* Mark source_reference parameter in creation method as nullableJürg Billeter2008-07-071-1/+1
* Compute Method.base_method and Property.base_property when needed so thatJuerg Billeter2008-05-281-2/+83
* Rename Property.type_reference to Property.property_typeJuerg Billeter2008-05-131-11/+11
* Add support for class constructors, class fields, and class methods, fixesJuerg Billeter2008-04-231-5/+1
* fix build when using non-null typesJuerg Billeter2008-04-131-3/+3
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-9/+9
* optimize access to automatic properties, patch by Rob TaylorJuerg Billeter2008-03-081-0/+5
* support default values for properties, fixes bug 437434Juerg Billeter2008-02-051-0/+9
* add missing return statementJuerg Billeter2008-02-021-0/+2