summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* Support iteration via index to improve performanceJürg Billeter2010-09-091-0/+33
* Support to_string() for non-GType enumsLuca Bruno2010-09-091-2/+16
* codewriter: Correctly write deprecated replacement attributes.Evan Nemerson2010-08-211-1/+1
* Improve consistency in constructor chain up handlingJürg Billeter2010-08-211-1/+11
* Unable to chain up to base constructor is fatalJürg Billeter2010-08-211-10/+2
* Fix writing of construct_function attributeJürg Billeter2010-08-211-1/+1
* Refactor parser to avoid parse_*_member methodsJürg Billeter2010-08-2110-302/+307
* glib-2.0: Return char instead of unichar from string element accessJürg Billeter2010-08-201-8/+0
* glib-2.0: Deprecate string.size () in favor of string.lengthJürg Billeter2010-08-203-6/+6
* Fix error handling for character literalsJürg Billeter2010-08-202-1/+5
* glib-2.0: Deprecate string.len () in favor of string.lengthJürg Billeter2010-08-2014-24/+24
* Report error on invalid using directivesAaron Andersen2010-08-201-1/+1
* Use relative path as specified on the command-line in error messagesJürg Billeter2010-08-201-3/+14
* Fix crash on invalid switch expressionCarlo Teubner2010-08-201-3/+4
* dova: Add support for [NoThrow] methodsJürg Billeter2010-08-192-0/+6
* Fix regression introduced by codegen refactoringJürg Billeter2010-08-191-1/+7
* girparser: Fix hidden parameters at the end of the parameter listJürg Billeter2010-08-171-0/+4
* girparser: Add support for parsing error domainsPhilip Withnall2010-08-122-22/+89
* gtk+-2.0, gtk+-3.0: Fix gtk_widget_new bindingJürg Billeter2010-08-122-12/+26
* Fix Symbol.get_cheader_filenamesJürg Billeter2010-08-121-4/+4
* Do not create array lists where not necessaryJürg Billeter2010-08-122-13/+36
* Do not create CCodeLineDirective objects if not neededJürg Billeter2010-08-121-1/+1
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-1056-30/+476
* Drop deprecated support for assigning to construct-only propertiesJürg Billeter2010-08-093-48/+4
* Allow overriding content property in Comment classFlorian Brosch2010-08-091-1/+1
* Remove trailing whitespace from content in markup readerFlorian Brosch2010-08-091-3/+10
* Fix line and column counter in markup readerFlorian Brosch2010-08-091-4/+15
* dova: Support string literals without allocationJürg Billeter2010-08-073-4/+10
* dova: Fix default values for boolean and numeric typesJürg Billeter2010-08-061-0/+9
* Process & > < " ' in markup readerFlorian Brosch2010-08-051-23/+60
* Add version suffix to installed files to allow parallel installationJürg Billeter2010-08-052-5/+14
* Better error message for invalid number of argumentsMarc-André Lureau2010-08-044-23/+66
* Support null source references in more placesEvan Nemerson2010-08-046-12/+14
* Fix writing of object creation expressions with --dump-treeVlad Grecescu2010-08-041-0/+6
* Write CCode attributes for property accessors in VAPI filesMarc-André Lureau2010-08-042-8/+35
* Append doc comments to generated C filesJürg Billeter2010-07-273-4/+10
* Simplify signal handler assignment checkJürg Billeter2010-07-271-27/+5
* Add Variable classJürg Billeter2010-07-2723-197/+166
* Derive EnumValue from ConstantJürg Billeter2010-07-277-72/+31
* Rename Constant.initializer to Constant.valueJürg Billeter2010-07-271-22/+22
* Remove Member classJürg Billeter2010-07-2711-171/+84
* Remove visit_memberJürg Billeter2010-07-276-21/+1
* dova: Fix cname of null typeJürg Billeter2010-07-231-2/+6
* girparser: Ensure interfaces have at least one instantiable prerequisitePhilip Withnall2010-07-211-0/+12
* girparser: Add mapping from GIR's gsize to Vala's size_tPhilip Withnall2010-07-211-0/+2
* girparser: Completely ignore <doc> tagsPhilip Withnall2010-07-211-0/+4
* dova: Support string equality expressionsJürg Billeter2010-07-211-0/+12
* vapigen: Support array_length_type for method return valuesJürg Billeter2010-07-201-0/+4
* dova: Drop checked exceptionsJürg Billeter2010-07-186-27/+72
* dova: Do not let Value subclass ObjectJürg Billeter2010-07-182-2/+5