summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* Fix dynamic signal parameters, patch by Ali SabilJürg Billeter2008-08-141-1/+1
* Fixed segfault in ternary expressions, bug 547165.Jared Moore2008-08-101-0/+4
* Add --target-glib command-line option, default to 2.12, based on patch byJürg Billeter2008-08-101-0/+18
* Support IntegerType and FloatingType attributes, patch by Emmanuele Bassi,Jürg Billeter2008-08-101-0/+12
* Use accessor vfuncs to implement virtual and abstract properties, fixesJürg Billeter2008-08-101-16/+0
* Set source_reference of blocks, patch by Abderrahim Kitouni, fixes bugJürg Billeter2008-08-044-5/+8
* Fix crash on incremental parsing, patch by Abderrahim KitouniJürg Billeter2008-08-041-1/+2
* Add [CCode (type_check_function = "BLAH_IS_FOO")] for classes.Jared Moore2008-07-232-0/+14
* Fix regression introduced by last commitJürg Billeter2008-07-221-4/+15
* Support "global::" for object creation expressions.Jared Moore2008-07-221-3/+4
* Support [CCode (type = "Foo")] for parameters, based on patch by DanielJürg Billeter2008-07-172-0/+12
* Fix symbol dependency calculation for arrays, fixes bug 537255Jürg Billeter2008-07-171-0/+4
* Add parser support for internal symbol accessibilityJürg Billeter2008-07-173-0/+11
* Fixed error in handling formal parameters of signals, fixes bug 542293.Jared Moore2008-07-171-1/+1
* Fix support for static and class fields in interface writer, based onJürg Billeter2008-07-161-0/+6
* Don't transform non-lowercase names to CamelCaseJürg Billeter2008-07-111-0/+3
* Generate a type_real_name function also for abstract methods to warn fromRaffaele Sandrini2008-07-111-3/+3
* Change GObject properties to always notify on value change, remove theRaffaele Sandrini2008-07-091-4/+11
* Add support for creation methods with a different (mostly super) type thanRaffaele Sandrini2008-07-092-0/+11
* Mark array methods as externalJürg Billeter2008-07-073-5/+8
* Mark source_reference parameter in creation method as nullableJürg Billeter2008-07-071-1/+1
* Fix error message when encountering invalid character literals, fixes bugJürg Billeter2008-07-072-8/+7
* Support methods and property accessors with body in VAPI filesJürg Billeter2008-07-073-15/+55
* Allow non-external methods in VAPI filesJürg Billeter2008-07-071-2/+2
* Add support for [CCode (cname = "foo")] to property accessors, based onJürg Billeter2008-07-053-1/+42
* Prevent "main" method from throwing errors, fixes bug 538248.Jared Moore2008-07-051-0/+4
* Add workaround for exception codegen problem, fixes bug 535247.Jared Moore2008-07-051-1/+2
* Set source_reference for error codesJürg Billeter2008-07-012-3/+6
* Report error when an abstract method has a body, an extern method has aJared Moore2008-06-301-0/+8
* Add workaround for exception codegen problem, fixes bug 539608.Jamie McCracken2008-06-291-1/+2
* Add workaround for exception codegen problem, fixes bug 539608.Jared Moore2008-06-261-1/+2
* Support `in' operator for Gee.Collection and Gee.Map, patch by JamieJürg Billeter2008-06-251-2/+26
* Report error when trying to access 'class' member statically rather thanJared Moore2008-06-231-1/+4
* Support connecting to and emitting detailed signals, fixes bug 536794Jürg Billeter2008-06-236-37/+79
* Support [CCode (type = "Foo")] to insert appropriate casts in generated CJürg Billeter2008-06-235-11/+37
* Import members of the GLib namespace by default, fixes bug 539596Jürg Billeter2008-06-233-16/+9
* Allow arbitrary whitespace/tabs at start of line when its a lineJamie McCracken2008-06-231-1/+23
* make parens optional when using new operator on objectsJamie McCracken2008-06-231-8/+11
* Support inherited interface implementation, fixes bug 536863Jürg Billeter2008-06-221-2/+12
* Fix pointer member access to value types, fixes bug 539337Jürg Billeter2008-06-221-0/+10
* Remove unused fieldJürg Billeter2008-06-211-2/+1
* Use CamelCase for methods and signals exported to D-Bus, fixes bug 538818Jürg Billeter2008-06-171-0/+29
* Constant arrays don't own their elementsJamie McCracken2008-06-171-0/+6
* Add support for overriding default method handlers of signals that haveJamie McCracken2008-06-171-0/+4
* Don't generate default creation method for abstract classesJamie McCracken2008-06-171-1/+1
* Report error when using invalid modifiers for methods and fields,Jamie McCracken2008-06-171-3/+10
* set equal func for list automatically based on typeJamie McCracken2008-06-171-0/+9
* added built in list and dict (HashMap) support with automatic typeJamie McCracken2008-06-163-13/+135
* Free error variable in catch clauses, fixes bug 538331Jürg Billeter2008-06-151-0/+1
* Fix memory management of error types, fixes bug 537951Jürg Billeter2008-06-152-1/+13