summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* girwriter: Evaluate and output non literal enum-value if it is a simple constantwip/issue/996Rico Tzschichholz2020-05-234-4/+26
* glib-2.0: Map given end == 0 for string.slice/splice() to string.lengthwb96882020-05-232-0/+16
* gtk+-3.0: Deprecated abstract methods are not required to be implementedRico Tzschichholz2020-05-232-4/+6
* Sync NEWS from 0.48Rico Tzschichholz2020-05-191-0/+22
* vapi: Update GIR-based bindingsRico Tzschichholz2020-05-192-5/+12
* gstreamer: Update from 1.17.0+ git masterRico Tzschichholz2020-05-195-6/+29
* webkit2gtk-4.0: Update to 2.29.1Rico Tzschichholz2020-05-192-0/+8
* gtk4: Update to 3.98.3+028942c8Rico Tzschichholz2020-05-183-94/+87
* girparser: Add support for boolean "new" argument for methodsRico Tzschichholz2020-05-181-0/+4
* vala: Explicit "new" method may be incompatible with a posssible base methodRico Tzschichholz2020-05-183-1/+19
* codegen: Use loop index instead of get_ccode_pos() for ellipsis parameterRico Tzschichholz2020-05-181-1/+1
* gtk4: Update to 3.98.3+386b36a6Rico Tzschichholz2020-05-101-33/+68
* vala: Transform cast from integer-type to boxed-typeRico Tzschichholz2020-05-104-2/+25
* vala: Transform cast from floating-type to boxed-typeRico Tzschichholz2020-05-104-0/+40
* codegen: Correctly handle cast-expression of real struct to nullable structRico Tzschichholz2020-05-103-0/+26
* vala: Set value_type of undefined member-access to avoid further criticalsRico Tzschichholz2020-05-093-0/+10
* Use "str_equal" as equal_func for ArrayList<string> instancesRico Tzschichholz2020-05-084-4/+4
* parser: Use [Flags] for ModifierFlagsRico Tzschichholz2020-05-081-11/+12
* vala: Use stable hash for methods in HashMap of implicit_implementationsRico Tzschichholz2020-05-072-1/+22
* valadoc: Add implicit "Posix" using-directive for POSIX profileRico Tzschichholz2020-05-071-1/+6
* valadoc: Keep using add_package() for default packages and handle POSIXRico Tzschichholz2020-05-071-1/+14
* vala: params-array parameter is not allowed in abstract/virtual methodRico Tzschichholz2020-05-053-2/+11
* vala: SemanticAnalyzer.get_instance_base_type() is not allowed to return nullRico Tzschichholz2020-05-051-1/+1
* vala: Allow node_reference being null in SemanticAnalyzer.get_instance_base_t...Rico Tzschichholz2020-05-051-1/+1
* gtk4: Update to 3.98.3+429e0bfaRico Tzschichholz2020-05-021-21/+34
* gitignore: Update and add some IDE filesRico Tzschichholz2020-04-271-11/+5
* vala: Check coverage of switch on enum-type and issue warnings if neededRico Tzschichholz2020-04-273-0/+59
* Sync NEWS from 0.48Rico Tzschichholz2020-04-231-0/+7
* 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