summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* support assignment of lambda expressions to local variablesJuerg Billeter2007-12-121-7/+5
* verify that the `abstract', `virtual', and `overrides' method modifiersJuerg Billeter2007-12-121-0/+27
* always use VoidTypeJuerg Billeter2007-12-125-11/+19
* use subclasses of DataTypeJuerg Billeter2007-12-041-16/+13
* fix return type for creation methodsJuerg Billeter2007-12-042-18/+1
* use subclasses of DataTypeJuerg Billeter2007-12-048-50/+27
* add NullType and VoidType classesJuerg Billeter2007-12-043-0/+64
* add ArrayType, PointerType, ReferenceType, and ValueType classesJuerg Billeter2007-12-045-0/+150
* don't call replace_type when type resolving failedJuerg Billeter2007-12-041-1/+3
* implement replace_type for sizeof and typeof expressionsJuerg Billeter2007-12-032-2/+30
* move unresolved type information from DataType into new UnresolvedTypeJuerg Billeter2007-12-0229-216/+593
* rename replace method to replace_expression and require arguments of typeJuerg Billeter2007-12-0223-50/+50
* prevent conflicts in type macrosJuerg Billeter2007-12-022-0/+20
* rename TypeReference to DataTypeJuerg Billeter2007-12-0236-263/+264
* rename DataType to TypesymbolJuerg Billeter2007-12-0218-82/+82
* don't let named creation methods conflict with normal methodsJuerg Billeter2007-12-017-12/+30
* check interfaces before base class in symbol lookupJuerg Billeter2007-11-301-6/+26
* support virtual methods without wrapper with the [NoWrapper] attribute,Juerg Billeter2007-11-291-1/+1
* add is_pure method to Expression classJuerg Billeter2007-11-2923-6/+115
* fix distcheckJuerg Billeter2007-11-291-1/+1
* add support for inline methodsJuerg Billeter2007-11-283-1/+16
* add support for volatile fields, fixes bug #499960Juerg Billeter2007-11-283-2/+18
* don't use filter function in makefiles as it's a GNU make extensionJuerg Billeter2007-11-271-315/+12
* replace deprecated INCLUDES by AM_CPPFLAGSJuerg Billeter2007-11-271-1/+1
* remove short-living reference warning, too many false positivesJuerg Billeter2007-11-251-5/+0
* report error for missing return types in methodsJuerg Billeter2007-11-224-6/+18
* add symbol dependency for generic type argumentsJuerg Billeter2007-11-221-0/+4
* use gconstpointer where appropriate for genericsJuerg Billeter2007-11-041-3/+6
* mark Report class as static, fixes bug 492107Jürg Billeter2007-11-011-2/+2
* add support for `in' operator for enums, fixes bug 473820Juerg Billeter2007-10-283-4/+28
* add get_values methodJuerg Billeter2007-10-281-0/+9
* display line number when reporting type error in conditional expression,Juerg Billeter2007-10-271-3/+3
* ensure that new arrays own their elements, fixes bug 488326Juerg Billeter2007-10-271-0/+1
* support Flags attribute support Flags and ErrorDomain attributes for enumsJuerg Billeter2007-10-192-5/+21
* Use --basedir in build system and rename all VAPI files to .vapi, requiresJuerg Billeter2007-10-091-3/+3
* add --basedir option, fixes bug 483843Juerg Billeter2007-10-092-12/+34
* use .vapi as file extension for bindings, fixes bug 483840Juerg Billeter2007-10-081-1/+1
* report error for invalid assignments, fixes bug 482997Juerg Billeter2007-10-051-0/+5
* add CCodeExpressionBinding and CCodeAssignmentBinding classes and moveJuerg Billeter2007-09-272-3/+11
* fix crash when using libvala without a code generatorJuerg Billeter2007-09-262-2/+10
* support custom cname for classes, based on patch by Andrea Del SignoreJuerg Billeter2007-09-262-2/+15
* Fix memory leak with non reference counting reference types in propertyRaffaele Sandrini2007-09-201-0/+15
* create code nodes with factory methods to support backend-specific codeJuerg Billeter2007-09-204-137/+854
* Add support for ownership transfer with properties using the HASH (#)Raffaele Sandrini2007-09-201-0/+14
* support notify attribute for propertiesJuerg Billeter2007-09-201-2/+10
* rename CodeGenerator to CCodeGenerator, add abstract CodeGenerator andJuerg Billeter2007-09-175-2/+84
* switch lambda expression to external visitorJuerg Billeter2007-09-175-17/+17
* switch object creation expression to external visitorJuerg Billeter2007-09-175-17/+16
* switch invocation expression to external visitorJuerg Billeter2007-09-175-75/+68
* switch return statement to external visitorJuerg Billeter2007-09-175-25/+21