summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Forbid non-constant initializers for static fields in compact classesSimon Werbeck2014-08-291-0/+6
* Fix critical when using binary expression in a generics contextLuca Bruno2014-08-291-0/+1
* build: Avoid using ".." for referencing paths and reorganize valac-callsRico Tzschichholz2014-08-241-6/+13
* Error on non-const field initializer in namespaceSimon Werbeck2014-08-231-0/+6
* Report warning instead of error for private struct fieldsLuca Bruno2014-08-211-1/+1
* parser: Report error only for private instance fields in structsLuca Bruno2014-08-141-4/+5
* Report an error when parsing non-public struct fieldsLuca Bruno2014-08-112-2/+6
* Add some missing get_used_variables methodsSimon Werbeck2014-08-114-0/+24
* Detect format string errors when instancing errorsSimon Werbeck2014-07-073-141/+168
* Mark regular expression literals as stableJürg Billeter2014-06-301-4/+0
* Fix comparison of nullable value typesSimon Werbeck2014-06-301-6/+6
* Fix previous 6c36eb4 commitLuca Bruno2014-06-281-1/+1
* codewriter: Do not write (unowned string)[] for constantsLuca Bruno2014-06-281-1/+1
* non-nullable: Accessing array methods is safe when the array is nullLuca Bruno2014-06-181-1/+2
* girparser: only replace ref/unref funcs with better matchesEvan Nemerson2014-06-041-2/+2
* girparser: use identifier prefix from GIR when appropriateLuca Bruno2014-06-031-6/+31
* girparser: handle multiple identifier-prefixes in namespacesEvan Nemerson2014-05-301-1/+12
* girparser: don't deprecate children of deprecated containersEvan Nemerson2014-05-281-7/+57
* girparser: improve support for changing symbol types away from instanceEvan Nemerson2014-05-281-3/+8
* girparser: support return_void metadata argumentEvan Nemerson2014-05-281-3/+6
* Support explicit interface methods implementationLuca Bruno2014-05-183-16/+83
* Fix gir and gidl bindings due to (unowned type)[] arraysLuca Bruno2014-05-171-1/+6
* Revert "girparser: Make array element type owned by default"Luca Bruno2014-05-171-1/+0
* girparser: Make array element type owned by defaultLuca Bruno2014-05-171-0/+1
* Fix writing vapis with (unowned type)[]Luca Bruno2014-05-171-2/+7
* Support (unowned type)[] syntax for transfer-container arraysLuca Bruno2014-05-171-66/+128
* girparser: grok "nullable"Ryan Lortie2014-05-061-3/+6
* codegen: Fix local and field names starting with a digitSimon Werbeck2014-04-061-1/+0
* girparser: reset cheader_filenames before parsing a girLuca Bruno2014-04-051-0/+1
* girparser: Support interface aliasesLuca Bruno2014-03-311-0/+10
* Support non-literal length in fixed-size arraysSimon2014-03-304-18/+29
* Hide internal methods in ABIMaciej Piechotka2014-03-241-0/+5
* Accept single ellipsis parameter for instance methodsRichard Wiedenhöft2014-03-161-2/+2
* codewriter: Emit 'unowned' keyword for local variablesSimon2014-03-141-0/+3
* girparser: Add array_null_terminated, fixes hand-written change in gioLuca Bruno2014-03-021-8/+14