summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Fix critical warning with dynamic propertiesJürg Billeter2016-02-091-0/+2
* girparser: Do not unconditionally make a delegate ownedRico Tzschichholz2016-01-311-1/+6
* Always check unused attrs. Add [Version] to known attrsLuca Bruno2016-01-302-1/+8
* Deprecate [Deprecated] and [Experimental]Florian Brosch2016-01-301-0/+8
* Introduce [Version (...)]Florian Brosch2016-01-3011-101/+355
* vala: check for null parent symbolCorentin Noël2016-01-281-1/+1
* Symbol: fix docs for owner and scopeBen Iofel2016-01-271-1/+4
* girparser: add support for gintptr and guintptr types.Thomas Martitz2015-12-301-0/+8
* Fix typo in valadocPeter Lamby2015-12-161-1/+1
* genie: anonymous functions as function return values and assignment to variablesnieka@dsv.nl2015-11-251-48/+49
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-1131-105/+100
* girparser: remove dead codeBen Iofel2015-09-301-2/+0
* Fix 64-bit negative integer literalsJürg Billeter2015-06-221-2/+2
* parser: -val is now parsed as a literal instead of unary expressionLuca Bruno2015-06-211-0/+8
* Fix source filenames having non-utf8 path componentsLuca Bruno2015-03-041-1/+2
* girparser: Take in account base property for ConcreteAccessorLuca Bruno2014-12-281-0/+53
* Add DBus visible to used attrsLuca Bruno2014-12-221-1/+1
* Support concrete accessors for abstract properties in bindingsLuca Bruno2014-12-222-2/+16
* Allow SimpleType object initializer without a default constructorLuca Bruno2014-12-211-1/+1
* Add CCode notify to known attrsLuca Bruno2014-12-131-1/+1
* Add Description to known attrsLuca Bruno2014-12-091-0/+1
* Add Signal to known attrsLuca Bruno2014-12-091-0/+1
* Add used DBus attribute and fix UnixMountEntry lower_case_cprefixLuca Bruno2014-12-061-0/+2
* Support XOR operation for booleansLuca Bruno2014-12-051-3/+3
* Error when lambda parameter has incompatible direction with the delegateLuca Bruno2014-12-041-0/+6
* Add other missing CCode arguments, NoWrapper and DestroysInstanceLuca Bruno2014-12-041-1/+4
* Add more used attributesLuca Bruno2014-12-041-0/+6
* Add ScanfFormat to used attributesLuca Bruno2014-12-031-0/+1
* Add more default attributesLuca Bruno2014-12-031-2/+5
* Fix recent syntax errors with older valacLuca Bruno2014-12-031-2/+2
* Warn about unused attributesLuca Bruno2014-12-033-0/+193
* Recursively infer generic type argumentsSimon Werbeck2014-11-175-9/+49
* vapigen: add delegate_target_cnameMarc-André Lureau2014-11-151-1/+6
* Use .ascii_up() instead of .up()Luca Bruno2014-10-311-3/+3
* Infer array length of inline allocated arraysFlorian Brosch2014-10-251-0/+23
* fix typo for non-constant field initializersLuca Bruno2014-10-251-1/+1
* Add ownership-checks for field initializersFlorian Brosch2014-10-011-0/+10
* Do not report errors for automatic interface properties twiceFlorian Brosch2014-10-012-5/+7
* Improve error message for virtual/override/abstract class methodsFlorian Brosch2014-09-231-1/+1
* Add additional checks for main methodsFlorian Brosch2014-09-231-0/+8
* parser: Do not accept "static class"-members instead of ignoring "class"Florian Brosch2014-09-231-5/+15
* parser: Warn on if/else/lock without bodyFlorian Brosch2014-09-231-11/+15
* Check destructor namesFlorian Brosch2014-09-231-1/+4
* Add colored outputFlorian Brosch2014-09-232-35/+250
* Revert "Fix regression when assigning owned expressions to unowned variables."Luca Bruno2014-09-191-1/+2
* girwriter: Write accessor methods for interface propertiesLuca Bruno2014-09-141-1/+28
* Resolve symbols in named argumentsLuca Bruno2014-09-091-0/+4
* Fix critical on method varargs introduced by 7b6ee1beLuca Bruno2014-09-061-1/+1
* Fix regression when assigning owned expressions to unowned variables.Luca Bruno2014-09-051-2/+1
* Added option --vapi-comments to include comments in vapi-filesRichard Wiedenhöft2014-09-032-0/+102