summaryrefslogtreecommitdiff
path: root/vala/valadelegate.vala
Commit message (Expand)AuthorAgeFilesLines
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-4/+4
* Revert "Set parent_node and always copy datatype when assigned to code nodes."Luca Bruno2013-10-071-1/+1
* Set parent_node and always copy datatype when assigned to code nodes.Luca Bruno2013-10-061-1/+1
* Drop C specific methods from the code treeLuca Bruno2011-08-011-131/+0
* Drop Symbol.process_experimental_attributeLuca Bruno2011-08-011-2/+0
* Drop Symbol.process_deprecated_attributeLuca Bruno2011-08-011-2/+0
* On-demand Delegate.has_targetLuca Bruno2011-08-011-4/+17
* Support array_length_type for delegate return valuesMichal Hruby2011-04-041-0/+8
* Add support for [Experimental] attributeMarco Trevisan (Treviño)2011-03-151-0/+2
* Add support for async signal handlersFrederik 'playya' Sdun2011-03-011-1/+1
* Report error for signal handlers throwing errorsJürg Billeter2010-11-111-1/+16
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-8/+8
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-8/+8
* Report error when trying to use async method as delegateJürg Billeter2010-10-091-0/+5
* Add Variable classJürg Billeter2010-07-271-5/+5
* Prepare support for generic delegatesJürg Billeter2010-07-031-4/+19
* Add support for [Deprecated] attributeEvan Nemerson2010-06-151-0/+2
* dova: Support delegatesJürg Billeter2010-06-051-0/+11
* Add [CCode (destroy_notify_pos = ...)] attribute for simple genericsJürg Billeter2010-03-281-1/+2
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-1/+1
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-4/+3
* Comment handling improvementsFlorian Brosch2009-09-041-2/+2
* Add initial support for generic methodsJürg Billeter2009-06-031-1/+0
* Update code using deprecated # modifier or operatorJürg Billeter2009-04-151-5/+5
* Replace static modifier for delegates by attributeJürg Billeter2009-04-141-0/+3
* Make sender parameter in signal handlers optionalJürg Billeter2009-04-031-0/+14
* Visit declared error types to resolve symbolsJürg Billeter2009-01-071-0/+4
* Support [CCode (array_null_terminated = true)] attribute to fix lengthJürg Billeter2009-01-041-0/+8
* Replace [NoArrayLength] by [CCode (array_length = false)], which can alsoJürg Billeter2009-01-041-20/+7
* Support delegates throwing errors, fixes bug 557332Jürg Billeter2008-12-161-0/+12
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+9
* Ensure attributes of field, property, parameter, and return types areJürg Billeter2008-11-091-0/+8
* Move type symbol checking to code nodesJürg Billeter2008-11-071-0/+14
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-3/+1
* Next attempt to correct parameter positions for instance and errorJürg Billeter2008-10-251-1/+2
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-2/+1
* Improve error message for incompatible signal handlers, fixes bug 535953Jürg Billeter2008-06-011-0/+48
* s/Typesymbol/TypeSymbol/Juerg Billeter2008-05-261-1/+1
* Rename FormalParameter.type_reference to FormalParameter.parameter_typeJuerg Billeter2008-05-131-1/+1
* Add support for class constructors, class fields, and class methods, fixesJuerg Billeter2008-04-231-2/+2
* report warning when using null literal as return expression of methodJuerg Billeter2008-04-141-4/+4
* fix build when using non-null typesJuerg Billeter2008-04-131-2/+2
* 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-7/+7
* type check initializer listsJuerg Billeter2008-04-071-1/+3
* write and process cheader_filename CCode attribute parameter for delegatesRaffaele Sandrini2008-02-251-0/+6
* support [NoArrayLength] attribute for delegatesJuerg Billeter2008-02-161-0/+22
* create wrapper functions for methods used as delegates to fix parameterJuerg Billeter2008-02-061-2/+2
* Support flexible position of array length and delegate target parameters,Juerg Billeter2008-02-061-1/+38
* rename Callback to DelegateJuerg Billeter2008-01-121-0/+214