summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* support multiple namespace mappings for binding really broken librariesMathias Hasselmann2007-09-061-14/+22
* emit line directives in debug modeJuerg Billeter2007-09-041-1/+1
* fix internal warnings on syntax errorsJuerg Billeter2007-09-011-4/+12
* fix implicit casts to support non-GObject classes, enable run-time checksJuerg Billeter2007-09-011-2/+5
* let DataType.is_subtype_of return true if the specified type is the sameJuerg Billeter2007-09-014-10/+15
* visit finally body, fixes bug 467919Juerg Billeter2007-09-011-0/+4
* check arguments of methods with ellipsis parametersJuerg Billeter2007-09-011-2/+20
* improve error reporting for expression, while, and for statements and forJuerg Billeter2007-08-311-0/+25
* fix binding provider supportJuerg Billeter2007-08-311-0/+2
* use G_TYPE_POINTER for not registered classes, add has_type_id attributeJuerg Billeter2007-08-312-6/+14
* support prototype access to allow accessing instance members without anJuerg Billeter2007-08-302-5/+28
* rename MemberAccessibility to SymbolAccessibility and move its declarationJuerg Billeter2007-08-3016-114/+81
* remove support for reference-type structs, improve support for non-GObjectJuerg Billeter2007-08-303-103/+32
* fix internal warnings on syntax errorsJuerg Billeter2007-08-301-171/+356
* improve error reporting for parenthesized expressionsJuerg Billeter2007-08-301-0/+6
* improve error reporting for foreach statementsJuerg Billeter2007-08-301-0/+6
* remove obsolete ctype attributeJuerg Billeter2007-08-301-20/+6
* support classes without base classJuerg Billeter2007-08-302-44/+30
* don't implicitly derive from GLib.Object in preparation for a moreJuerg Billeter2007-08-3010-31/+12
* add signal to keyword listJuerg Billeter2007-08-291-1/+1
* allow property accessors in arbitrary order, fixes bug 470233Juerg Billeter2007-08-291-11/+32
* improve error reporting in invocation expressionsJuerg Billeter2007-08-291-1/+6
* deny access to instance members from static methods, improve errorJuerg Billeter2007-08-292-21/+47
* fix internal warnings on syntax errors, fixes bug 471226Juerg Billeter2007-08-291-41/+90
* fix warnings on invalid codeJuerg Billeter2007-08-291-2/+10
* ensure that the error domains match when comparing two methods forJuerg Billeter2007-08-281-1/+13
* support custom field cname in generated VAPI fileJuerg Billeter2007-08-282-10/+29
* add support for partial structs, patch by Mathias HasselmannJuerg Billeter2007-08-281-37/+47
* support non-GObject classes, will replace reference-type structsJuerg Billeter2007-08-282-13/+142
* include type-name in to_string result implement to_string method, fixesMathias Hasselmann2007-08-272-2/+28
* use exceptions instead of GError parameters for generated bindings, basedJuerg Billeter2007-08-271-3/+8
* write dup_function and free_function attribute values recognize ref,Juerg Billeter2007-08-242-11/+28
* fix build system to pass distcheck, based on patch by Nicolas Trangez,Juerg Billeter2007-08-211-0/+1
* support --directory option, use basename of input filenames, patch byJuerg Billeter2007-08-212-2/+18
* consider switch statements when releasing local variables, fixes bugMathias Hasselmann2007-08-212-1/+5
* fix memory management for throw statements, fixes bug 465071Juerg Billeter2007-08-202-2/+1
* support C# like as operator test the as operatorMathias Hasselmann2007-08-203-5/+17
* support cheader_filename attribute, fixes bug 464988Juerg Billeter2007-08-201-0/+6
* support namespace fields and public static class fields, fixes bug 464985Juerg Billeter2007-08-201-1/+1
* enclose prefix increment and decrement unary expressions transformend toRaffaele Sandrini2007-08-201-5/+6
* report error and fix critical to prevent private members in namespacesJuerg Billeter2007-08-201-1/+7
* consider sentinel information provide sentinel information for functionsMathias Hasselmann2007-08-162-1/+36
* add size property allow array creation with initializer list withoutRaffaele Sandrini2007-08-162-12/+74
* adapt visit initializer and visit array creation to external visitor checkRaffaele Sandrini2007-08-166-68/+73
* generate "throws" clause when neededMathias Hasselmann2007-08-141-3/+21
* add vfunc_name attribute, patch by Philip Van HoofJuerg Billeter2007-08-091-0/+20
* provide --save-temps option keep generated C source and header files whenMathias Hasselmann2007-08-081-0/+13
* don't crash on missing type arguments, fixes bug 464699Juerg Billeter2007-08-081-1/+8
* support passing C source files to the command line, patch by NicolasJuerg Billeter2007-08-081-0/+19
* support exceptions in foreach collection expressions, fix testJuerg Billeter2007-08-071-0/+2