summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
...
* Support virtual interface signalsJürg Billeter2012-05-252-15/+17
* gdk-3.0: Fix gdk_window_destroy binding againJürg Billeter2012-02-231-1/+5
* Support initializer list for structs that have a base typeLuca Bruno2012-02-091-0/+3
* girparser: support changing names of virtual methods without wrappersEvan Nemerson2012-01-311-4/+2
* Consider GLib.Object?[] compatible to GLib.Object[]Jürg Billeter2012-01-261-1/+1
* Add missing fileJürg Billeter2012-01-261-0/+50
* Check type of default argumentsFlorian Brosch2012-01-261-0/+2
* Report warning for type arguments in type check expressionsFlorian Brosch2012-01-261-0/+4
* Report warning for type arguments in typeof expressionsFlorian Brosch2012-01-261-0/+4
* girparser: Add support for commentsFlorian Brosch2012-01-262-9/+113
* Do not allow overriding content property in Comment classFlorian Brosch2012-01-261-1/+1
* Fix possibly unassigned parameterJürg Billeter2012-01-241-0/+1
* Allow specialization of generic propertiesLuca Bruno2012-01-241-18/+30
* Initialize the variable directly when assigning a struct creationLuca Bruno2012-01-231-1/+2
* tag sizeof as constantFlorian Brosch2012-01-211-0/+4
* Check left parameter of isFlorian Brosch2012-01-171-0/+6
* Check accessibility of type argumentsLuca Bruno2012-01-141-0/+5
* gio-2.0: Fix some regressions intruduced by the GIR switchLuca Bruno2012-01-121-3/+2
* girparser: Only reparent static methods within the same GIRLuca Bruno2012-01-051-2/+8
* girparser: Allow specifying abstract metadata for classesLuca Bruno2011-12-221-1/+1
* Support creation of arrays with nullable elementsAaron Andersen2011-12-102-0/+16
* Report error on duplicate attributesJürg Billeter2011-12-091-0/+3
* girparser: Fix criticals on calculate_common_prefixLuca Bruno2011-12-091-1/+1
* Make .vapi files on the command line generate quoted includesDaniel Silverstone2011-11-153-4/+24
* Report error if type args were provided for a method without type paramsLuca Bruno2011-11-071-1/+1
* girparser: Box structs when used in type argumentsLuca Bruno2011-11-031-0/+19
* girparser: Warn when virtual methods don't match wrapper methodsLuca Bruno2011-10-211-0/+3
* girparser: Warn when signals don't match emitter methodsLuca Bruno2011-10-211-0/+20
* girparser: Add has_type_id=false for structs without registered GTypeLuca Bruno2011-10-091-0/+6
* girparser: Do not create ArrayType twice with array metadata argumentLuca Bruno2011-10-091-1/+1
* Fix regression when calling .resize() or .move() on arrays inside structsLuca Bruno2011-09-292-9/+9
* girparser: allow changing record names in metadataEvan Nemerson2011-09-231-1/+1
* girparser: fix parsing of nullable typesEvan Nemerson2011-09-231-1/+1
* girparser: obey zero-terminated="0"Evan Nemerson2011-09-101-0/+3
* girparser: correctly detect error domains in newer GIRsEvan Nemerson2011-09-101-1/+1
* Fix lambda expressions in static and class destructorsLuca Bruno2011-09-091-1/+2
* Fix length access to multidimensional arrays and access to array fieldsLuca Bruno2011-09-082-1/+14
* Fix Path.build_path call used for --includedirRaul Gutierrez Segales2011-09-061-1/+1
* Use Path.build_path instead of using raw string.printfLuca Bruno2011-09-052-11/+11
* Revert "Set lvalue access for struct properties"Luca Bruno2011-09-021-1/+1
* Set lvalue access for struct propertiesLuca Bruno2011-09-021-1/+1
* Use '/' as directory separator instead of using build_filenameLuca Bruno2011-09-021-6/+6
* girparser: Set NoAccessorMethod properly for abstract propertiesLuca Bruno2011-09-011-8/+23
* girparser: Make interface properties be abstract by defaultLuca Bruno2011-09-011-0/+3
* Show loaded packages in verbose modeLuca Bruno2011-08-281-0/+4
* Warn for deprecated and experimental only for symbols in external packagesLuca Bruno2011-08-261-2/+2
* girparser: Fix reporting unused metadataLuca Bruno2011-08-221-11/+13
* girparser: Use c:symbol-prefixes as lower_case_cprefix when availableLuca Bruno2011-08-221-1/+15
* Make Vala.Report.{errors,warnings} fields protectedAbderrahim Kitouni2011-08-191-2/+2
* codewriter: Write type parameters for struct declarationLuca Bruno2011-08-171-0/+2