summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* gobject-2.0: Add constructor to GLib.Object classJürg Billeter2009-08-311-0/+1
* valac: Add flag to specify a separate basedir for the public headerMark Lee2009-08-201-0/+3
* glib-2.0: Fix g_strchomp, g_strchug, and g_strstrip bindingsJürg Billeter2009-08-151-1/+1
* Report error on missing or duplicate entry pointJürg Billeter2009-08-151-0/+7
* Add VALAFLAGSJaap A. Haitsma2009-07-081-1/+1
* GIR writer: Remove GLib.Regex referenceMark Lee2009-05-281-12/+19
* GIR writer: Generate <package/> tagDidier 'Ptitjes2009-05-171-1/+1
* Add --gir option to enable GIR generationDidier 'Ptitjes2009-05-171-7/+21
* Rename gobject directory to codegenJürg Billeter2009-05-091-3/+3
* Add --vapi command-line optionJürg Billeter2009-05-091-3/+11
* Remove unused CodeContext.library propertyJürg Billeter2009-05-091-1/+0
* Add initial support for POSIX profileJürg Billeter2009-05-081-27/+51
* Strip whitespace from lines in .deps filesSamuel Cormier-Iijima2009-04-151-0/+1
* Add --verbose command-line optionJürg Billeter2009-04-141-0/+3
* Remove generated .c files on make maintainer-cleanJürg Billeter2009-04-141-0/+5
* Override cheader to internal cheader when writing the internal vapi.Rob Taylor2009-04-081-0/+7
* small fixes for invocation with --internal-vapiRob Taylor2009-04-071-2/+2
* Add support for saving out the internal api as a vapiRob Taylor2009-04-071-0/+15
* Switch build system to not use legacy headersJürg Billeter2009-04-051-3/+5
* Support conditional compilationJürg Billeter2009-04-031-0/+10
* Add support for generating of a C header file for the internal APIAli Sabil2009-04-021-0/+3
* valac: Default basedir to current directoryJürg Billeter2009-03-311-1/+3
* Support context-specific error reporting and add a context stack, based onJürg Billeter2009-02-201-13/+14
* add some .gitignoreRyan Lortie2009-02-111-0/+1
* Add -H command-line option to generate C header file for public API, stubJürg Billeter2009-01-131-0/+3
* Add --enable-deprecated and --enable-experimental command-line options toJürg Billeter2009-01-101-0/+6
* Remove --disable-non-null option after transition period of 9 monthsJürg Billeter2009-01-101-3/+0
* Do not pass null as option to CCodeCompilerJürg Billeter2009-01-091-1/+1
* Drop obsolete foreach support for null-terminated arraysJürg Billeter2009-01-041-4/+4
* Replace [NoArrayLength] by [CCode (array_length = false)], which can alsoJürg Billeter2009-01-041-4/+8
* Add --dump-tree command-line option to write code tree to fileJürg Billeter2008-11-301-2/+9
* Report use of possibly uninitialized variables, fixes bug 508477 and bugJürg Billeter2008-11-141-2/+2