summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* Remove generated .c files on make maintainer-cleanJürg Billeter2009-04-141-0/+7
* Updated genie scanner to handle all new/missing vala tokens and directivesJamie McCracken2009-04-132-1/+322
* Report error when using conflicting method modifiers in Genie parserJamie McCracken2009-04-131-0/+5
* Added support for static properties in Genie parserJamie McCracken2009-04-131-0/+6
* Fix error message when encountering invalid character literals in Genie parserJamie McCracken2009-04-131-1/+6
* Added property attributes to Genie parserJamie McCracken2009-04-131-1/+3
* Added missing source reference to Genie parserJamie McCracken2009-04-131-1/+2
* Fixed codegen problemJamie2009-04-131-3/+6
* Fix names of methods generated from lambda expressionsJürg Billeter2009-04-122-3/+1
* Arrays: Add experimental support for fixed-length arraysJürg Billeter2009-04-103-5/+46
* Remove result variable warningJürg Billeter2009-04-101-10/+0
* Remove unused cheader_filename fieldJürg Billeter2009-04-101-1/+0
* Do not delete existing .c filesJürg Billeter2009-04-101-1/+6
* Remove unused CodeContext.save_cheaders propertyJürg Billeter2009-04-101-4/+0
* Remove unused get_cheader_filename methodsJürg Billeter2009-04-102-32/+1
* Add ability to override certain cheaders when using CodeWriterRob Taylor2009-04-081-105/+46
* Add support for saving out the internal api as a vapiRob Taylor2009-04-071-4/+15
* Report error when trying to use signals as expressionsJürg Billeter2009-04-061-1/+9
* Fix error messages when using preprocessing directivesJürg Billeter2009-04-051-2/+2
* Drop legacy header supportJürg Billeter2009-04-051-7/+0
* Switch build system to not use legacy headersJürg Billeter2009-04-051-5/+5
* Fix leading whitespace in preprocessing directivesJürg Billeter2009-04-031-6/+10
* Make sender parameter in signal handlers optionalJürg Billeter2009-04-033-4/+25
* Support conditional compilationJürg Billeter2009-04-032-0/+273
* Add support for generating of a C header file for the internal APIAli Sabil2009-04-021-1/+6
* Support [CCode (delegate_target = false)] attribute for fieldsJürg Billeter2009-04-021-0/+9
* Rework header file generationJürg Billeter2009-03-3123-463/+25
* Improve flow analysis of catch clausesThijs Vermeir2009-03-301-3/+23
* GError: Include error code in cname of error typeJürg Billeter2009-03-302-1/+7
* Fix crash with nested lambda expressionsJürg Billeter2009-03-301-0/+19
* Use thread-local storage for context stackJürg Billeter2009-03-301-4/+11
* vapigen: Allow metadata files to set PrintfFormatEvan Nemerson2009-03-291-0/+4
* Fix member access when overriding signal class handlerJürg Billeter2009-03-293-2/+14
* Write custom attributes in VAPI filesDidier 'Ptitjes2009-03-291-0/+48
* Bug 574403: Direction of formal parameters ignoredFeng Yu2009-03-261-0/+1
* GIR parser: Add support for package and c:include tagsJürg Billeter2009-02-271-0/+9
* Add Scope.get_symbol_table method, patch by Abderrahim KitouniJürg Billeter2009-02-201-0/+4
* Support context-specific error reporting and add a context stack, based onJürg Billeter2009-02-204-12/+48
* Remove ParenthesizedExpression to simmplify ASTJürg Billeter2009-02-189-150/+9
* escape the dynamic keyword, and identifiers starting with a digitAli Sabil2009-02-171-2/+2
* Add support for a 'use_const' CCode attribute and GIDL XML attribute that,Ryan Lortie2009-02-162-0/+15
* only use g_value_set_pointer if the GType of a class is G_TYPE_POINTER;Ryan Lortie2009-02-161-2/+7
* Add error domains to VAPI files, fixes bug 571692Jürg Billeter2009-02-131-1/+1
* Warn when hiding members, support `new' keyword to suppress warning, basedJürg Billeter2009-02-1212-31/+61
* Add base_struct property to Struct class, patch by Andreas BrauchliJürg Billeter2009-02-122-11/+23
* Support `new' as member modifier in parser to prepare support for hidingJürg Billeter2009-02-122-3/+43
* For now, just forbid ref/out paramters on yielding functions since theyRyan Lortie2009-02-121-0/+12
* Fix else if parsing, fixes bug 562632Jürg Billeter2009-02-121-0/+7
* add some .gitignoreRyan Lortie2009-02-111-0/+1
* Bug 571256 – [CCode (async_only = true)] formal parameter annotationRyan Lortie2009-02-112-0/+13