summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Remove non-working support for conditional compilationJürg Billeter2008-10-251-9/+0
* Move gobject-2.0 bindings to separate VAPI fileJürg Billeter2008-10-222-3/+6
* Add partial support for writing .gir files, replaces .gidl writerJürg Billeter2008-10-131-6/+6
* Replace NamespaceReference by UsingDirective and UnresolvedSymbol, fixesJürg Billeter2008-09-261-1/+1
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-1/+1
* compiler/valacompiler.valaLevi Bard2008-08-141-4/+4
* Add --target-glib command-line option, default to 2.12, based on patch byJürg Billeter2008-08-101-0/+14
* Inspect CC environment variable to recognize a C compiler, based on patchRaffaele Sandrini2008-07-071-0/+3
* Import members of the GLib namespace by default, fixes bug 539596Jürg Billeter2008-06-231-1/+6
* Fix memory management for ref and out argumentsJürg Billeter2008-05-311-11/+11
* Use verbose error messages by default, display relative filenames in errorJuerg Billeter2008-05-291-3/+1
* Move memory management into CCodeGenerator.transform_expression asJuerg Billeter2008-05-281-7/+0
* Add parser for Genie, patch by Jamie McCrackenJuerg Billeter2008-05-191-3/+6
* Build executable by defaultJuerg Billeter2008-04-262-3/+8
* Improve support for dynamic types, add `dynamic' type modifier, portJuerg Billeter2008-04-201-4/+0
* move experimental null reference checking to separate visitorJuerg Billeter2008-04-141-0/+9
* fix typoJuerg Billeter2008-04-131-2/+2
* enable non-null types by default, replace --enable-non-null commandlineJuerg Billeter2008-04-131-3/+3
* fix build when using non-null typesJuerg Billeter2008-04-131-2/+6
* Add --enable-non-null-experimental commandline optionJuerg Billeter2008-04-131-1/+4
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-2/+2
* add -v commandline option to improve error reporting, patch by DanielJuerg Billeter2008-03-231-0/+3
* add GIdlWriter to generate .gidl files when building librariesJuerg Billeter2008-03-111-1/+13
* don't use GRegex to avoid dependency on GLib 2.14Juerg Billeter2008-03-041-8/+2
* add dir separator bindings, fix g_regex_escape_string bindingJuerg Billeter2008-03-021-13/+40
* remove non-portable -O commandline option, fixes bug 518660Juerg Billeter2008-02-261-3/+0
* be quiet on zero errors and zero, fixes bug 516925Raffaele Sandrini2008-02-241-0/+3
* fix .vapi location without -d optionJuerg Billeter2008-02-041-1/+4
* move get_package_path method to libvalaJuerg Billeter2008-02-031-31/+1
* use --directory when writing vapi fileJuerg Billeter2008-02-021-1/+5
* build control flow graph, report error for missing return statement inJuerg Billeter2008-01-231-0/+7
* add --quiet option to valac and vapigen, patch by Emmanuele Bassi, fixesJuerg Billeter2008-01-211-2/+8
* add [Conditional (condition = "CONDITION")] attribute for methods, fixesJuerg Billeter2008-01-171-0/+9
* fix memory management of out parameters, fixes bug 501838Juerg Billeter2008-01-101-1/+1
* Use non-null types by default when passing --enable-non-null to valac,Juerg Billeter2008-01-091-1/+4
* remove option to disable automatic memory management, manual memoryJuerg Billeter2007-12-151-14/+9
* fix distcheckJuerg Billeter2007-11-291-1/+1
* don't use filter function in makefiles as it's a GNU make extensionJuerg Billeter2007-11-271-4/+7
* replace deprecated INCLUDES by AM_CPPFLAGSJuerg Billeter2007-11-271-5/+3
* fix signedness mismatchJuerg Billeter2007-11-041-1/+1
* Use --basedir in build system and rename all VAPI files to .vapi, requiresJuerg Billeter2007-10-092-22/+1
* add --basedir option, fixes bug 483843Juerg Billeter2007-10-091-5/+69
* use .vapi as file extension for bindings, fixes bug 483840Juerg Billeter2007-10-081-2/+25
* rename CodeGenerator to CCodeGenerator, add abstract CodeGenerator andJuerg Billeter2007-09-171-2/+3
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* fix implicit casts to support non-GObject classes, enable run-time checksJuerg Billeter2007-09-011-3/+3
* don't implicitly derive from GLib.Object in preparation for a moreJuerg Billeter2007-08-301-1/+1
* 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-211-0/+1
* provide --save-temps option keep generated C source and header files whenMathias Hasselmann2007-08-081-0/+3