summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.47.30.47.3Rico Tzschichholz2020-01-225-4/+28
* codegen: Cast instance parameter in member-initializer for base-propertiesRico Tzschichholz2020-01-213-0/+25
* codegen: Commonized generation of public/private fieldsSimon Werbeck2020-01-211-22/+14
* codegen: Refactor generation of fields for ccode structsSimon Werbeck2020-01-213-87/+34
* vapi: Update GIR-based bindingsRico Tzschichholz2020-01-209-10/+37
* gstreamer: Update from 1.17.0+ git masterRico Tzschichholz2020-01-202-0/+4
* gtk4: Update to 3.96.0+7e2e92a8Rico Tzschichholz2020-01-202-117/+78
* webkit2gtk-4.0: Update to 2.27.4Rico Tzschichholz2020-01-202-0/+85
* Regenerate for GIR-based bindings to apply explicit ctype attributesRico Tzschichholz2020-01-201-5/+5
* girparser: Apply explicitly given ctype metadata attributes on callablesRico Tzschichholz2020-01-201-0/+9
* girparser: Improve source_reference of parametersRico Tzschichholz2020-01-201-2/+11
* vala: Always bail if there are semantic errorsPrinceton Ferro2020-01-201-1/+3
* Add further support for params arraysRico Tzschichholz2020-01-1512-17/+216
* glib-2.0: Let (u)int.try_parse() return false if there is an unparsed partRico Tzschichholz2020-01-141-2/+2
* codegen: Use result value of assignment rather than its computationRico Tzschichholz2020-01-143-1/+31
* parser: Extend source_reference of parenthesized expr to cover "( ... )"Princeton Ferro2020-01-131-1/+4
* vala: Fix short-circuiting behavior of coalescing operatorJeremy Philippe2020-01-115-10/+79
* vala: Non-nullable value-type in coalesce expression needs to be copiedJeremy Philippe2020-01-083-0/+24
* vala: Infer target_type in coalescing expressionsJeremy Philippe2020-01-083-0/+29
* codegen: Don't set implemenation of interface property to its ownRico Tzschichholz2020-01-073-0/+22
* Release 0.47.20.47.2Rico Tzschichholz2020-01-075-8/+49
* tests: Fix make distcheckRico Tzschichholz2020-01-071-1/+1
* vapi: Update GIR-based bindingsRico Tzschichholz2020-01-072-1/+21
* gstreamer: Update from 1.17.0+ git masterRico Tzschichholz2020-01-074-6/+42
* gtk4: Update to 3.96.0+448a4023Rico Tzschichholz2020-01-072-234/+40
* glib-2.0: Reset errno before calling strto*() functions.Jeremy Philippe2020-01-061-0/+8
* genie: Fix parser's inner state when a struct is declared after a classJeremy Philippe2020-01-063-0/+16
* compiler: Add "--depfile" option writing package dependencies to given fileRico Tzschichholz2019-12-213-0/+32
* vala: Allow to override base interface properties explicitlyJeremy Philippe2019-12-213-1/+56
* vapi: Update GIR-based bindingsRico Tzschichholz2019-12-098-2/+17
* vala: Check before accessing "name" of parent_symbol which might be nullRico Tzschichholz2019-12-091-1/+1
* glib-2.0: Add new symbols from 2.64Rico Tzschichholz2019-12-061-0/+10
* glib-2.0: Add to_string() for GLib.PollFd and GLib.PidRico Tzschichholz2019-12-061-0/+9
* codegen: Don't attribute *_get_type_once() with G_GNUC_CONSTRico Tzschichholz2019-12-061-1/+1
* codegen: Improve *_get_type() fast path (requires glib >= 2.58)Rico Tzschichholz2019-12-053-4/+31
* codegen: Remove unreachable code in TypeRegisterFunction.init_from_type()Rico Tzschichholz2019-12-051-39/+15
* vala: Don't allow "va_list" as return-type or type of fieldsRico Tzschichholz2019-12-039-0/+56
* vala: Improve error message for unsupported inner types and declarationsRico Tzschichholz2019-12-021-14/+14
* gstreamer: Update from 1.17.0+ git masterRico Tzschichholz2019-11-271-0/+6
* gtk4: Update to 3.96.0+9f69c7f3Rico Tzschichholz2019-11-272-13/+8
* webkit2gtk-4.0: Update to 2.27.3Rico Tzschichholz2019-11-271-0/+15
* test: Add some "method-call" tests to increase coverageRico Tzschichholz2019-11-275-0/+48
* vala: Don't report further errors if MemberInitializer.check() failedRico Tzschichholz2019-11-271-1/+3
* vala: Don't ignore inner errors in Block and acknowledge them furtherRico Tzschichholz2019-11-273-3/+5
* codegen: Fix precondition in creation method of structsRico Tzschichholz2019-11-262-5/+37
* vala: Include type_name to default implementation of CCode.to_string()Rico Tzschichholz2019-11-261-0/+1
* scanner: Improve check of "\u" escape sequenceRico Tzschichholz2019-11-255-18/+42
* scanner: "\x" requires two hex digits at most and ignore leading zero #2Rico Tzschichholz2019-11-259-22/+73
* vala: Drop Namespace.remove_struct()Rico Tzschichholz2019-11-251-10/+0
* vala: Let the parser have set namespace members as staticRico Tzschichholz2019-11-245-40/+57