summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP vala: Check coverage of switch on enum-type and issue warnings if neededwip/issue/777Rico Tzschichholz2020-04-244-1/+61
* tests: Extend "fastvapi" test to increase coverageRico Tzschichholz2020-04-232-2/+20
* Revert "vala: Set default_construction_method in semantic-analyzer check if r...Rico Tzschichholz2020-04-232-9/+9
* Sync NEWS from 0.48Rico Tzschichholz2020-04-211-0/+37
* tests: Fix make distRico Tzschichholz2020-04-211-0/+2
* gtk4: Update to 3.98.3Rico Tzschichholz2020-04-211-3/+1
* gtk4: Update to 3.98.2+2869f80bRico Tzschichholz2020-04-202-38/+9
* gio-2.0: Add "async_result_pos" attributes to *.call_with_unix_fd_list()Rico Tzschichholz2020-04-191-0/+2
* girparser: Improve detection of AsyncReadyCallback/AsyncResult parametersRico Tzschichholz2020-04-191-10/+23
* girparser: Drop special handling of GLib.Data, GLib.PtrArray and GLib.StringRico Tzschichholz2020-04-192-9/+1
* girparser: Move special handling for certain parameters to process_callable()Rico Tzschichholz2020-04-191-34/+36
* codegen: Fix default of CCode.pos for parameters in async methodsRico Tzschichholz2020-04-191-1/+11
* gtk4: Update to 3.98.2+6a4f7889Rico Tzschichholz2020-04-185-406/+195
* vapi: Update GIR-based bindingsRico Tzschichholz2020-04-183-6/+7
* glib-2.0: Add Unicode 13.0 symbolsRico Tzschichholz2020-04-181-1/+7
* vala: Ensure non-empty argument list for "disconnect" before accessing itPrinceton Ferro2020-04-173-2/+12
* tests: Actually make the "version check" tests workRico Tzschichholz2020-04-161-2/+2
* tests: Add "version check" tests to increase coverageRico Tzschichholz2020-04-167-0/+42
* vala: Quote symbol on report by version attribute checkRico Tzschichholz2020-04-161-3/+3
* vala: Perform version check for types of non-external variable declarationsRico Tzschichholz2020-04-163-0/+17
* vala: Don't perform version check on internal lambda methodRico Tzschichholz2020-04-161-1/+0
* glib-2.0: Guard Pid.to_string() with GLIB_2_50 to deal with G_PID_FORMATRico Tzschichholz2020-04-161-0/+2
* vala: Fix cleaning of output in CodeContext.pkg_config_modversion()Rico Tzschichholz2020-04-161-1/+3
* Revert "vala: Drop mitigation in CodeContext.pkg_config_modversion() when it ...Rico Tzschichholz2020-04-161-1/+4
* vala: Check assigned handler of dynamic signal before proceeding furtherRico Tzschichholz2020-04-153-0/+12
* codegen: Check vfunc of abstract/virtual properties for NULL before using itRico Tzschichholz2020-04-151-4/+31
* codegen: Check vfunc of abstract/virtual methods for NULL before using itRico Tzschichholz2020-04-151-7/+31
* codegen: Fix base-access to non-abstract/non-virtual propertiesRico Tzschichholz2020-04-154-22/+51
* testrunner: Add -Werror=array-boundsRico Tzschichholz2020-04-131-0/+1
* codegen: Use specified indices to access multidimensional array constantsRico Tzschichholz2020-04-135-4/+59
* codegen: Correctly handle signals returning real non-nullable structRico Tzschichholz2020-04-123-29/+107
* codegen: Use get_value_*_function() in GSignalModule.generate_marshaller()Rico Tzschichholz2020-04-124-34/+63
* codegen: Fix binary 'in' operator on array with boxed value-typed needleAndrea Del Signore2020-04-113-7/+29
* parser: Handle incomplete expression statementsPrinceton Ferro2020-04-111-1/+13
* vala: Add SourceLocation.to_string()Rico Tzschichholz2020-04-111-0/+9
* vala: Add SourceReference.contains()Rico Tzschichholz2020-04-111-0/+20
* gstreamer-1.0: Don't skip GST_*_FORMAT stringsRico Tzschichholz2020-04-112-0/+12
* vala: Don't use possibly uninitialized backing field of package_namePrinceton Ferro2020-04-111-1/+1
* vala: Drop mitigation in CodeContext.pkg_config_modversion() when it failedRico Tzschichholz2020-04-111-4/+1
* glib-2.0: Fix Filename.canonicalize() binding of g_canonicalize_filenamevanadiae2020-04-101-1/+2
* gstreamer-app-1.0: Don't merge Src.push_buffer_*() signal with its methodRico Tzschichholz2020-04-092-4/+10
* vala: Set default_construction_method in semantic-analyzer check if requiredRico Tzschichholz2020-04-082-9/+9
* tests: Add "Bus/DBusConnection.get_proxy*()" tests to increase coverageRico Tzschichholz2020-04-074-0/+180
* Sync NEWS from 0.48Rico Tzschichholz2020-04-061-0/+24
* gobject-2.0: Add ParamSpec/Signal.is_valid_name() since 2.66Rico Tzschichholz2020-04-061-0/+4
* gio-2.0: Update to 2.65.0~a136776eRico Tzschichholz2020-04-061-11/+11
* gstreamer: Update from 1.17.0+ git masterRico Tzschichholz2020-04-053-34/+66
* gtk4: Update to 3.98.2+11495027Rico Tzschichholz2020-04-053-163/+191
* codegen: Don't pass CCodeCastExpression to NULL-aware free macroRico Tzschichholz2020-04-053-0/+21
* gdbus: Use GDBusProxy API to set `g-interface-info` at initialization timeCorentin Noël2020-04-053-14/+75