summaryrefslogtreecommitdiff
path: root/vala/valacodecontext.vala
Commit message (Expand)AuthorAgeFilesLines
* Merge Literal and LiteralExpressionJuerg Billeter2008-03-311-6/+0
* fix duplicate local variable, patch by Vlad GrecescuJuerg Billeter2008-03-041-3/+4
* add bindings for g_get_system_*_dirsJuerg Billeter2008-03-021-8/+5
* use source_reference for enum valuesJuerg Billeter2008-02-291-4/+4
* Support delete operator for pointers, fixes bug 512868Juerg Billeter2008-02-071-0/+6
* Separate errordomain from enum declaration, fixes bug 512616Juerg Billeter2008-02-071-0/+18
* Support flexible position of array length and delegate target parameters,Juerg Billeter2008-02-061-1/+1
* move get_package_path method to libvalaJuerg Billeter2008-02-031-0/+30
* add [Conditional (condition = "CONDITION")] attribute for methods, fixesJuerg Billeter2008-01-171-0/+20
* rename Callback to DelegateJuerg Billeter2008-01-121-3/+3
* Use non-null types by default when passing --enable-non-null to valac,Juerg Billeter2008-01-091-1/+15
* add support for pointer member accessJuerg Billeter2007-12-201-0/+6
* rename TypeReference to DataTypeJuerg Billeter2007-12-021-15/+15
* report error for missing return types in methodsJuerg Billeter2007-11-221-2/+2
* add --basedir option, fixes bug 483843Juerg Billeter2007-10-091-0/+5
* fix crash when using libvala without a code generatorJuerg Billeter2007-09-261-0/+7
* create code nodes with factory methods to support backend-specific codeJuerg Billeter2007-09-201-0/+438
* rename CodeGenerator to CCodeGenerator, add abstract CodeGenerator andJuerg Billeter2007-09-171-1/+6
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* don't implicitly derive from GLib.Object in preparation for a moreJuerg Billeter2007-08-301-1/+1
* support --directory option, use basename of input filenames, patch byJuerg Billeter2007-08-211-0/+5
* provide --save-temps option keep generated C source and header files whenMathias Hasselmann2007-08-081-0/+13
* support passing C source files to the command line, patch by NicolasJuerg Billeter2007-08-081-0/+19
* add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, andJuerg Billeter2007-07-271-36/+21
* derive from Symbol class where appropriate and move symbol table intoJuerg Billeter2007-07-211-39/+5
* convert the CodeContext.get_root method to a propertyJuerg Billeter2007-07-171-4/+4
* move namespaces from SourceFile to CodeContextJuerg Billeter2007-07-171-0/+36
* add --thread option to enable multithreading supportJuerg Billeter2007-07-101-0/+5
* remove obsolete ref modifier and callback keywordJuerg Billeter2007-07-091-4/+4
* enhance commandline interface, add support for invoking c compiler updateJürg Billeter2007-06-151-2/+72
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+237