summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* Warn when accessing static members with an instance referenceJürg Billeter2012-08-061-1/+5
* Do not access static members with instance referencesJürg Billeter2012-08-063-9/+9
* Drop warnings about unused internal symbols when using fast vapi filesJürg Billeter2012-08-062-3/+5
* Drop POSIX profileJürg Billeter2012-08-0619-101/+51
* Drop Dova profileJürg Billeter2012-08-0637-966/+79
* Allow trailing comma in initializer listSimon Werbeck2012-08-021-5/+7
* Accept comments in preprocessing directivesJürg Billeter2012-08-021-14/+19
* Support [CCode (scope = "async")] attribute for delegatesJürg Billeter2012-08-021-1/+2
* Improve error message for static access to instance variablesGeert Jordaens2012-08-021-0/+11
* Deprecate implicit .begin for async methodsJürg Billeter2012-07-311-1/+4
* codegen: Fix variadic constructorsSiegfried-Angel Gevatter Pujals2012-07-301-0/+9
* girparser: support class methodsEvan Nemerson2012-07-281-0/+22
* girparser: add GIR name attribute to reparented typesEvan Nemerson2012-07-281-2/+20
* girparser: Fix async creation methods throwing errorsJürg Billeter2012-07-181-13/+13
* Support 'using' directive with nested namespace in fast-vapiSimon Werbeck2012-07-181-1/+18
* Fix async object creation expressionsJürg Billeter2012-07-181-1/+13
* Merge attributes on merge of namespaceMaciej Piechotka2012-07-121-0/+5
* girparser: Fix criticals on varargs functionsJürg Billeter2012-06-261-1/+1
* girparser: Fix criticals when encountering async creation methodsJürg Billeter2012-06-261-1/+4
* Fix crash due to incorrect copy of attribute listJürg Billeter2012-06-262-4/+16
* GIR parser: allow setting async finish functions in GIREvan Nemerson2012-06-251-1/+6
* GIR parser: add default value to GCancellable arguments when possibleEvan Nemerson2012-06-251-0/+12
* GAsync: Support async creation methodsJürg Billeter2012-06-242-3/+12
* Report error when accessing constants of outer methodsJürg Billeter2012-06-241-0/+7
* Give priority to unversioned vapi directoryEvan Nemerson2012-06-221-4/+4
* girparser: handle multiple symbol prefixesEvan Nemerson2012-06-121-0/+7
* girparser: allow setting base_type of boxed types in metadataEvan Nemerson2012-06-121-1/+6
* Improve assertion messagesJürg Billeter2012-06-021-0/+5
* Use SourceLocation in SourceReferenceJürg Billeter2012-06-028-103/+95
* GVariant: Fix memory leak when boxing and unboxing variantsJürg Billeter2012-06-021-0/+9
* Add --enable-gobject-tracing optionJürg Billeter2012-05-311-0/+5
* 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