summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* codegen: Add support for finish_vfunc_name in CCodeRico Tzschichholz2016-09-181-1/+6
* Revert "valainterface: Don't allow 'type' properties"Rico Tzschichholz2016-09-171-5/+0
* valainterface: Don't allow 'type' propertiesTimm Bäder2016-09-171-0/+5
* D-Bus: Support DBus.timeout attribute for client methodsMichele Dionisio2016-09-171-1/+1
* vala: Don't force array-elements to be owned, unowned ones are supportedRico Tzschichholz2016-09-161-2/+0
* Report internal error for invalid type parameter comparisonJürg Billeter2016-07-151-1/+7
* Check type parameters when comparing typesMatthias Berndt2016-07-151-5/+1
* Set parent_node for resolved base typesMatthias Berndt2016-06-252-0/+2
* Check type arguments recursivelyMatthias Berndt2016-06-251-0/+6
* Add missing tokens to TokenType.to_string()Matthias Berndt2016-06-251-0/+2
* genie: Warn about "const static" declarations where "static" is superfluousRico Tzschichholz2016-06-131-0/+5
* valaparser: Warn about "static const" declarations where "static" is superfluousRico Tzschichholz2016-06-131-0/+4
* girparser: Respect "fixed-size" of arraysRico Tzschichholz2016-06-011-1/+9
* girparser: Respect "zero-terminated" annotation for fieldsRico Tzschichholz2016-06-011-1/+3
* girparser: Respect "transfer container" and support (unowned type)[] arraysRico Tzschichholz2016-04-241-2/+3
* 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