summaryrefslogtreecommitdiff
path: root/vala/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Replace generated Vala scanner and parser by handwritten classesJuerg Billeter2008-04-131-4/+5
* Merge Literal and LiteralExpressionJuerg Billeter2008-03-311-1/+0
* remove Array class, arrays are not type symbolsJuerg Billeter2008-03-141-1/+0
* reduce use of raw DataType instancesJuerg Billeter2008-03-041-0/+1
* generalize symbol resolving to fully support inner typesJuerg Billeter2008-02-241-0/+1
* Support delete operator for pointers, fixes bug 512868Juerg Billeter2008-02-071-0/+1
* Separate errordomain from enum declaration, fixes bug 512616Juerg Billeter2008-02-071-0/+3
* move get_package_path method to libvalaJuerg Billeter2008-02-031-1/+3
* build control flow graph, report error for missing return statement inJuerg Billeter2008-01-231-0/+2
* improve implicit conversion from integer literals, fixes bug 492475Juerg Billeter2008-01-221-0/+1
* rename Callback to DelegateJuerg Billeter2008-01-121-1/+1
* add InvalidType classJuerg Billeter2007-12-241-0/+1
* remove Pointer classJuerg Billeter2007-12-151-1/+0
* add ClassType and InterfaceType classes, let ArrayType derive fromJuerg Billeter2007-12-151-0/+2
* replace Invokable interface by DelegateType, MethodType, and SignalTypeJuerg Billeter2007-12-141-1/+3
* add NullType and VoidType classesJuerg Billeter2007-12-041-0/+2
* add ArrayType, PointerType, ReferenceType, and ValueType classesJuerg Billeter2007-12-041-0/+4
* move unresolved type information from DataType into new UnresolvedTypeJuerg Billeter2007-12-021-0/+1
* rename TypeReference to DataTypeJuerg Billeter2007-12-021-1/+1
* rename DataType to TypesymbolJuerg Billeter2007-12-021-1/+1
* fix distcheckJuerg Billeter2007-11-291-1/+1
* 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
* Use --basedir in build system and rename all VAPI files to .vapi, requiresJuerg Billeter2007-10-091-3/+3
* rename CodeGenerator to CCodeGenerator, add abstract CodeGenerator andJuerg Billeter2007-09-171-0/+8
* add support for object initializersJuerg Billeter2007-09-151-0/+4
* rename MemberAccessibility to SymbolAccessibility and move its declarationJuerg Billeter2007-08-301-4/+0
* fix build system to pass distcheck, based on patch by Nicolas Trangez,Juerg Billeter2007-08-211-0/+1
* add experimental D-Bus client supportJuerg Billeter2007-08-061-0/+4
* add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, andJuerg Billeter2007-07-271-1/+2
* add move method to arraysJuerg Billeter2007-07-271-0/+6
* derive from Symbol class where appropriate and move symbol table intoJuerg Billeter2007-07-211-12/+4
* support sizeof expression update add struct_size param to GLib.SourceJürg Billeter2007-05-311-0/+4
* separate declaration output remove comma at end of enum remove unusedJürg Billeter2007-05-101-12/+0
* move code generator to new gobject directory updateJürg Billeter2007-05-031-9/+5
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+450
* Rename vala to vala-pkgJürg Billeter2007-05-021-38/+0
* move from vapigen updateJürg Billeter2007-05-021-0/+20
* add manual page for valac written by Marc-André Lureau updateJürg Billeter2007-04-031-0/+1
* consider install prefix when searching for packages, patch by MathiasJürg Billeter2007-03-171-1/+4
* only parse .vala source files support disabling automatic propertyJürg Billeter2006-08-051-0/+5
* add interface documentation, use implicit namespace specification testJürg Billeter2006-07-041-0/+1
* support ELLIPSIS, use g_strdup instead of strdup support variable argumentJürg Billeter2006-05-251-1/+4
* Initial import.Jürg Billeter2006-04-211-0/+5