summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* girparser: Stop parsing if the context already has the provided packageLuca Bruno2010-11-081-6/+0
* Add CodeContext.check methodJürg Billeter2010-10-281-14/+3
* valac: Set locale from environmentJürg Billeter2010-10-191-0/+3
* Do not allow passing owned ref argument to unowned reference parameterJürg Billeter2010-10-141-1/+2
* Require and target GLib >= 2.16Jürg Billeter2010-10-101-1/+1
* Move package adding logic to CodeContextLuca Bruno2010-10-031-70/+11
* Move source file adding logic to CodeContextLuca Bruno2010-10-031-115/+9
* valac: Output make-style dependency fileRyan Lortie2010-09-091-0/+6
* valac: Add --use-fast-vapi commandline argumentRyan Lortie2010-09-091-1/+12
* valac: Add --fast-vapi= commandline argumentRyan Lortie2010-09-091-0/+9
* CodeWriter: Introduce CodeWriterType enumerationRyan Lortie2010-09-091-2/+2
* SourceFile: Introduce SourceFileType enumerationRyan Lortie2010-09-091-4/+4
* glib-2.0: Deprecate string.len () in favor of string.lengthJürg Billeter2010-08-201-6/+6
* valac: Add --fatal-warnings optionEvan Nemerson2010-08-201-8/+10
* Use relative path as specified on the command-line in error messagesJürg Billeter2010-08-201-1/+5
* Deprecate use of D-Bus GLibJürg Billeter2010-08-201-0/+3
* Bump version suffixJürg Billeter2010-08-191-1/+1
* Fix dbus-glib supportJürg Billeter2010-08-121-13/+13
* codegen: Drop CCodeModuleJürg Billeter2010-08-121-1/+11
* valac: Enable version header by defaultJürg Billeter2010-08-091-1/+1
* Add version suffix to installed files to allow parallel installationJürg Billeter2010-08-052-3/+7
* Define VALA_X_Y according to compiler versionJürg Billeter2010-08-051-0/+4
* dova: Include dova-base.h/dova-types.hJürg Billeter2010-07-161-0/+1
* Add experimental vala tool for use with #!Jürg Billeter2010-06-302-1/+91
* glib-2.0: Skip ObjectPath class when using dbus-glib-1Jürg Billeter2010-06-271-0/+3
* build: Use $(srcdir) instead of relative pathsDarren Warner2010-06-041-1/+1
* valac: Do not enable experimental-non-null with --enable-experimentalJürg Billeter2010-03-311-1/+1
* valac: Fix C warning in add_package methodJürg Billeter2010-03-261-1/+1
* compiler: Automatically define GLIB_2_XX if --target-glib is usedSebastian Dröge2010-03-251-0/+4
* Require and target GLib >= 2.14Jürg Billeter2010-03-251-1/+1
* build: Enable silent rules by defaultMarc-André Lureau2010-03-211-2/+5
* valac: Add --enable-version-header optionJürg Billeter2010-03-211-1/+6
* Drop support for bootstrapping with vala < 0.7.6Jürg Billeter2010-03-131-1/+0
* valac: Add --nostdpkg optionJürg Billeter2010-03-131-12/+20
* Add stub dova profileJürg Billeter2010-03-131-1/+14
* build: Use git-version-genJürg Billeter2010-03-132-2/+1
* GIR Namespace supportRob Taylor2010-02-011-11/+13
* Remove traces of NoArrayLength, and warn on its usageMarc-André Lureau2010-01-291-6/+0
* valac: Add --enable-mem-profiler optionJörn Magens2010-01-091-0/+3
* valac: Add --symbols optionJürg Billeter2009-12-151-0/+3
* valac: Require --header when using --use-headerJürg Billeter2009-12-061-0/+3
* valac: Do not check for an entry point when using C source filespancake2009-11-151-1/+4
* Allow use of .gir directly from valacRyan Lortie2009-10-181-3/+28
* Use strict non-null types with --enable-experimental-non-nullJürg Billeter2009-10-181-12/+3
* valac: Add --use-header command-line optionJürg Billeter2009-10-091-0/+3
* Add support for coverage analysis using gcov and lcovJürg Billeter2009-09-261-1/+3
* valac: Add --disable-warnings command-line optionJürg Billeter2009-09-261-0/+3
* valac: Add --main command-line optionJürg Billeter2009-09-261-0/+5
* Support using directives inside namespacesJürg Billeter2009-09-261-2/+6
* Do not check for an entry point when compiling a libraryMark Lee2009-09-141-1/+1