summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* codegen: Support renamed signalsRico Tzschichholz2017-06-071-0/+6
* vala: Don't warn about deprecated symbols if installed_version is olderRico Tzschichholz2017-05-091-1/+3
* codegen: Fix finally blocks with async yieldsLuca Bruno2017-05-094-6/+0
* scanner: Fix calculation of column value for tokens after multiline commentMagomed Abdurakhmanov2017-05-021-0/+1
* build: Make sure to dist all generated headersRico Tzschichholz2017-04-261-1/+1
* build: Use --use-header for librariesRico Tzschichholz2017-04-251-0/+1
* vala: Enums require at least one value otherwise report an errorRico Tzschichholz2017-04-242-0/+12
* vala: Handle non-null in coalescing expressionMarvin W2017-04-171-4/+29
* compiler: Add --color=WHEN optionRico Tzschichholz2017-04-171-2/+8
* build: Make ccode and codegen private APIRico Tzschichholz2017-04-141-9/+13
* girparser: Add destroy argument for metadataRico Tzschichholz2017-03-271-0/+4
* subroutine: Set parent_node of body blockTimm Bäder2017-03-241-0/+1
* vala: Slightly improve lamdba-expression error on target-type mismatchRico Tzschichholz2017-03-221-1/+5
* vala: Perform arguments-check against actual .end() method-signatureRico Tzschichholz2017-03-222-0/+26
* method: Always consider compatible with itselfMarvin W2017-03-201-0/+6
* vala: Fix MemberAccess.is_non_null() for EnumValue constantsOle André Vadla Ravnås2017-03-141-1/+1
* vala: Make MarkupReader a simple class *not* derived from GLib.ObjectRico Tzschichholz2017-03-141-1/+1
* class: Perform more thorough compatibility check of inherited propertiesRico Tzschichholz2017-03-101-0/+7
* vala: Disallow private accessors in overridable propertiesSimon Werbeck2017-03-091-0/+6
* Mark chained relational expressions as stableRico Tzschichholz2017-03-091-6/+0
* girparser: Add metadata-support for "returns_modified_pointer"Rico Tzschichholz2017-03-081-0/+4
* Add "finish_instance" CCode attributeFlorian Brosch2017-03-062-1/+5
* memberaccess: Don't resolve base_method/property twiceRico Tzschichholz2017-03-051-25/+6
* geniescanner: Remove trailing spaces/tabsVladislav2017-02-171-7/+7
* genieparser: Allow comma-separated identifiers in definition of enumsRico Tzschichholz2017-02-171-3/+25
* Fix broken 20a1536f9911c1aadbfbe046bc01afc57bb724a5Rico Tzschichholz2017-02-121-2/+2
* vala: Non-null initializers are not allowed for owned namespace fieldsRico Tzschichholz2017-02-121-0/+8
* girparser: Let alias inherit more information from base_typeRico Tzschichholz2017-01-051-0/+10
* vala: Fix output of syntax errors reportsRico Tzschichholz2017-01-052-52/+54
* girparser: Allow to specify the base_type of an aliasRico Tzschichholz2017-01-041-0/+4
* girparser: Improve function to method conversionRico Tzschichholz2017-01-041-10/+29
* vala: Check generic-types count of DelegateTypeMatthias Berndt2016-12-101-1/+22
* Improve constructor chain-up checksSimon Werbeck2016-12-071-59/+39
* girwriter: Add fullname GIR attribute, and set fullname of GObject.TypeYu Feng2016-12-051-1/+1
* methodcall: Don't try to remove N_/NC_ while they are properly handled in CRico Tzschichholz2016-11-301-19/+0
* girparser: No support for fixed-size array as return-valueRico Tzschichholz2016-11-241-0/+8
* Move "blurb", "nick" and "notify" into PropertyRico Tzschichholz2016-11-111-0/+45
* Don't initilize local variable if not requestedRico Tzschichholz2016-11-101-1/+1
* codegen: Remove unused create_local()Rico Tzschichholz2016-11-101-2/+0
* Revert "Always initialize temp variables to fix fatal warnings of GCC 4.8"Rico Tzschichholz2016-11-101-1/+0
* vala: Clean up PropertyAccessor APIRico Tzschichholz2016-11-081-6/+6
* vala: check a property has an accessor and/or a mutatorAlistair Thomas2016-11-081-0/+6
* vala: Pass through the format-literalRico Tzschichholz2016-11-072-2/+2
* method: Print encountered type if return types mismatchTimm Bäder2016-11-051-1/+1
* Do not use non-literal printf format stringsJürg Billeter2016-11-032-5/+5
* Add [FormatArg] attribute to Parser.get_errorJürg Billeter2016-11-032-2/+2
* Support [FormatArg] attribute for parametersJürg Billeter2016-11-036-4/+46
* Fix deprecation of class/struct fieldsRico Tzschichholz2016-11-031-1/+1
* parser: Cache current token if possibleRico Tzschichholz2016-11-012-14/+16
* Check printf arguments of object creation expressionsJürg Billeter2016-11-012-0/+38