summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update expected C sourcestintou/gdbus-propertiesRico Tzschichholz2021-10-3132-27/+4669
* gdbus: Bind properties with the GDBusProxy directlyCorentin Noël2021-10-315-6/+470
* codegen: Expose some GValue conversion API for propertiesCorentin Noël2021-10-311-82/+90
* alsa: Add more API and fix a few thingsNikola Hadžić2021-10-301-11/+187
* tests: Add missing tests/objects/class-partial.c-expectedRico Tzschichholz2021-10-301-0/+602
* vala: Add support for nested methods (local functions)Rico Tzschichholz2021-10-304-1/+298
* Add support for partial classesSimon Werbeck2021-10-3010-2/+173
* gstreamer-1.0: Make Gst.Uri a sealed classRico Tzschichholz2021-10-302-2/+3
* girparser: Accept "sealed" for transformed records and compact classesRico Tzschichholz2021-10-301-0/+8
* vala: Improve error message for invalid handler of dynamic signalLorenz Wildberg2021-10-303-1/+14
* Sync NEWS from 0.54Rico Tzschichholz2021-10-301-0/+16
* vapi: Add webkit2gtk-5.0 bindingsRico Tzschichholz2021-10-2511-0/+6775
* vapi: Add libsoup-3.0 bindingRico Tzschichholz2021-10-255-0/+1086
* vapi: Update GIR-based bindingsRico Tzschichholz2021-10-255-6/+86
* gstreamer: Update from 1.19.2+ git mainRico Tzschichholz2021-10-2511-52/+150
* Revert "Use ErrorType-based collection for CodeNode.get_error_types()"Rico Tzschichholz2021-10-2540-94/+100
* tests: Add "throws error code" tests to increase coverageRico Tzschichholz2021-10-235-0/+161
* Use ErrorType-based collection for CodeNode.get_error_types()Rico Tzschichholz2021-10-2340-100/+94
* vala: Improve CodeWriter.visit_catch_clause()Rico Tzschichholz2021-10-231-3/+6
* vala: Implement CodeWriter.visit_foreach_statement()Rico Tzschichholz2021-10-231-0/+9
* parser: Make sure ErrorCodes are accessible as neededRico Tzschichholz2021-10-232-0/+2
* codegen: Use ErrorType.error_domain if possibleRico Tzschichholz2021-10-231-4/+4
* vala: Report error for non ErrorType in throwsRico Tzschichholz2021-10-235-0/+23
* tests: Add "no error type in catch" tests to increase coverageRico Tzschichholz2021-10-232-0/+8
* vala: Replace and drop UnaryExpression.find_member_access()Rico Tzschichholz2021-10-231-10/+1
* tests: Add invalid "unary decrement" test to increase coverageRico Tzschichholz2021-10-232-0/+10
* tests: Add more invalid "(un)lock" tests to increase coverageRico Tzschichholz2021-10-235-0/+48
* vala: Correctly output signature of callable throwing errorRico Tzschichholz2021-10-214-1/+46
* vala: Really check compatiblity of error types for delegate symbolRico Tzschichholz2021-10-213-2/+21
* Sync NEWS from 0.54Rico Tzschichholz2021-10-191-0/+13
* tests: Split "Variant (de)serialization" test to trigger one error at a timeRico Tzschichholz2021-10-184-13/+14
* tests: Extend "access virtual signal of interface" test to increase coverageRico Tzschichholz2021-10-182-0/+111
* tests: Add more invalid "member access" tests to increase coverageRico Tzschichholz2021-10-184-0/+28
* tests: Add missing tests/enums/bug614424.c-expectedRico Tzschichholz2021-10-181-0/+85
* tests: Add "instance access to implicit to_string() method of enum" testRico Tzschichholz2021-10-182-0/+12
* tests: Add invalid "target/destroy access" tests to increase coverageRico Tzschichholz2021-10-183-0/+20
* vala: Set more missing source references of CodeNode instancesRico Tzschichholz2021-10-1711-29/+29
* codegen: Move some errors to semantic analyzer passRico Tzschichholz2021-10-172-9/+17
* parser: Don't bail parsing of yield expression on errorRico Tzschichholz2021-10-171-1/+1
* tests: Avoid causing unrelated errors in invalid test casesRico Tzschichholz2021-10-171-0/+2
* tests: Add more "type-arguments" tests to increase coverageRico Tzschichholz2021-10-175-0/+44
* tests: Rename invalid yield-return test to avoid conflictRico Tzschichholz2021-10-173-1/+615
* codegen: Actually free data when using "remove(_all)" on GLib.Queue/(S)ListRico Tzschichholz2021-10-155-0/+798
* vala: More thorough check of ValueType and set CodeNode.error on failureRico Tzschichholz2021-10-153-1/+16
* vala: No need to run return_type.check() twice for methodRico Tzschichholz2021-10-151-4/+0
* tests: Add more "type-arguments" tests to increase coverageRico Tzschichholz2021-10-155-0/+44
* tests/girwriter: Add missing type-argumentRico Tzschichholz2021-10-152-2/+2
* gee: Add missing type-argumentsRico Tzschichholz2021-10-153-7/+7
* girparser: Add support for "ref_/ref_sink_/unref_function" metadata for classesRico Tzschichholz2021-10-141-0/+22
* vala: Parameter following ellipsis parameter is not allowedwxx2021-10-143-0/+16