summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP Regen with latest girparserwip/libgtop-2.0Rico Tzschichholz2019-11-112-7/+9
* WIPRico Tzschichholz2019-11-112-3/+6
* WIPRico Tzschichholz2019-11-112-86/+84
* vapi: Add libgtop-2.0 bindingsRico Tzschichholz2019-11-114-0/+1508
* Release 0.47.10.47.1Rico Tzschichholz2019-11-115-4/+50
* Sync NEWS from 0.46Rico Tzschichholz2019-11-111-0/+45
* codegen: Commonize the determining of return-type for delegates and methodsRico Tzschichholz2019-11-095-64/+34
* codegen: Use SemanticAnalyzer.get_data_type_for_symbol()Rico Tzschichholz2019-11-097-54/+32
* vala: Make Callable derive from SymbolRico Tzschichholz2019-11-091-1/+1
* vala: Set GLib.Error as symbol of error-types if no error-domain was givenRico Tzschichholz2019-11-092-2/+2
* glib-2.0: Add "has_typedef = false" to custom MarkupParser*Func delegatesRico Tzschichholz2019-11-091-4/+5
* vala: Improve check of delegate assignments and initializersRico Tzschichholz2019-11-089-32/+88
* vala: Restore DestroysInstance behaviour for non-compact classesRico Tzschichholz2019-11-063-1/+18
* compiler: Add "--list-sources" options to output a list of all sourcesRico Tzschichholz2019-11-062-0/+17
* vapi: Update GIR-based bindingsRico Tzschichholz2019-11-063-0/+26
* gstreamer: Update from 1.17.0+ git masterRico Tzschichholz2019-11-066-3/+44
* vala: Add missing gmodule-2.0 to Requires.private of pkg-config fileOle André Vadla Ravnås2019-11-061-0/+1
* libvaladoc: Move gmodule-2.0 to Requires.private of pkg-config fileRico Tzschichholz2019-11-062-2/+3
* vala: Support "unowned var" to declare local variablesRico Tzschichholz2019-11-056-7/+67
* gtk4,gtk4-unix-print: Update to 3.96.0+fbea677aRico Tzschichholz2019-11-053-8/+20
* g-i: Ignore flags like -mfpmath=sse, -msse or -msse2Rico Tzschichholz2019-11-051-0/+3
* g-i: Avoid use of uninitialized "markup" warningRico Tzschichholz2019-11-051-0/+4
* g-i: Calculate size correctly, avoid use-after-freeRico Tzschichholz2019-11-051-5/+14
* gio-2.0: Use custom TaskReadyCallback delegate in Task.report*_error()Rico Tzschichholz2019-11-052-4/+4
* vala: Don't mark method as used on recursive usage of itselfRico Tzschichholz2019-11-051-1/+11
* vala: Write value of constants/enums in fast-vapi if they are constant onlyRico Tzschichholz2019-11-051-2/+2
* vala: Add GenericType.dup/destroy fieldsRico Tzschichholz2019-11-049-0/+199
* codegen: Make type-parameter properties readableRico Tzschichholz2019-11-043-3/+70
* tests: Add invalid "multiple base classes" tests to increase coverageRico Tzschichholz2019-11-033-0/+28
* vala: Improve error reporting for invalid interface prerequisitesRico Tzschichholz2019-11-034-12/+28
* codegen: G_DEFINE_AUTOPTR_CLEANUP_FUNC must not declared more than onceRico Tzschichholz2019-11-031-2/+4
* girwriter: Fix position of priv field (--abi-stability)Rico Tzschichholz2019-11-011-8/+21
* girwriter: Add readable="0"/private="1" attribute to type-specific fieldsRico Tzschichholz2019-11-012-34/+34
* codegen: Fix setting of generic-type properties for gobject style chain upRico Tzschichholz2019-10-311-4/+4
* vala: Improve error message for arrays as type argumentsFlorian Brosch2019-10-293-0/+11
* vala: Do not allow to change .length of arrays with fixed lengthFlorian Brosch2019-10-292-0/+10
* vala: Do not allow to .resize() on arrays with fixed lengthFlorian Brosch2019-10-293-0/+15
* vala: Infer array length of inline allocated arrays for fieldsFlorian Brosch2019-10-291-0/+21
* vala: Do not allow += for arrays with fixed lengthFlorian Brosch2019-10-293-0/+11
* gtk+-*.0: Fix iter parameter of TextBuffer.backspace()Rico Tzschichholz2019-10-296-3/+6
* glib-2.0: Add new symbols from 2.64Rico Tzschichholz2019-10-291-1/+12
* gtksourceview-2.0: Fix iter parameter in SourceBuffer.backward/forward/...Alberto Fanjul2019-10-292-4/+8
* vala: Don't falsely resolve binary-expression to boolRico Tzschichholz2019-10-244-1/+21
* linux: Add memfd_create(2)Rico Tzschichholz2019-10-231-0/+11
* tests: Add invalid "silent cast of array" test to increase coverageRico Tzschichholz2019-10-232-0/+7
* tests: Add "typeof" tests for fundamental GLib.TypeRico Tzschichholz2019-10-232-0/+45
* vala: Issue warning when passing arrays to typeof(), except for "string[]"Rico Tzschichholz2019-10-231-0/+4
* vapi: Update GIR-based bindingsRico Tzschichholz2019-10-223-10/+12
* webkit2gtk-4.0: Update to 2.27.2Rico Tzschichholz2019-10-222-1/+76
* girparser: Detect and replace "-" in parameter namesRico Tzschichholz2019-10-221-0/+3