summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't create constant Regex on demand and use static field where possibleRico Tzschichholz2016-11-012-4/+7
* writer: Some string optimizationsRico Tzschichholz2016-11-011-15/+10
* field: Drop unused methodsRico Tzschichholz2016-11-011-8/+0
* vala: Add missing TokeType cases for to_string()Rico Tzschichholz2016-11-012-0/+10
* Avoid some string copyingRico Tzschichholz2016-11-011-3/+3
* vala: Avoid superfluous string copyingRico Tzschichholz2016-10-302-2/+2
* Use more "...".printf to concat stringsRico Tzschichholz2016-10-302-8/+8
* Add explicit copy method for arraysLuca Bruno2016-10-203-0/+55
* girparser: Avoid fatal handling of nameless unionsRico Tzschichholz2016-10-181-1/+27
* valaparser: Allow casts of pointer expressions without enclosing parensRico Tzschichholz2016-10-171-0/+10
* girparser: Use type_id information from gir if not already overriddenRico Tzschichholz2016-10-151-26/+33
* girparser: More complete parsing of field informationRico Tzschichholz2016-10-151-4/+15
* Warn about mismatched parameter direction before mismatched typeSam Thursfield2016-10-131-11/+14
* Support [HasEmitter] for vala sourcesSimon Werbeck2016-10-121-0/+36
* genie: Add empty file check to read_token ()Alistair Thomas2016-10-121-1/+5
* codegen: Trigger deprecation warning for NoArrayLength from a better placeRico Tzschichholz2016-10-111-0/+1
* Make use of Callable to replace some if-else-treesRico Tzschichholz2016-10-111-24/+7
* vala: Add common Callable interface for Method, Delegate and Signal.Luca Bruno2016-10-115-3/+49
* Ignore --thread commandline option and drop all gthread-2.0 referencesRico Tzschichholz2016-10-101-5/+0
* Deny access to protected constructorsRico Tzschichholz2016-10-081-3/+7
* Add missing generic-type arguments of delegatesRico Tzschichholz2016-10-082-7/+4
* vala: Check accessibility of default argumentsSimon Werbeck2016-10-0618-0/+118
* Do not report internal error for invalid code with nested genericsJürg Billeter2016-10-061-4/+4