summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vala: Ensure that the CodeContext has no reference to the node before removin...wip/tintou/source-file-remove-code-contextCorentin Noël2019-03-151-0/+7
* vte-2.90: Mark as deprecated, it was replaced by vte-2.91Rico Tzschichholz2019-03-142-0/+3
* parser: Implicit creation method of abstract classes must be protectedRico Tzschichholz2019-03-123-3/+3
* Mark defined constructors of abstract classes as protectedRico Tzschichholz2019-03-1213-13/+13
* gio-2.0: SocketAddress.from_native() is a factory method not a constructorRico Tzschichholz2019-03-122-2/+5
* vala: Allow assignment of 0U to enum typesRico Tzschichholz2019-03-103-1/+23
* ccodegen: Use unsigned default value for flags-enumRico Tzschichholz2019-03-101-1/+6
* tests: Add "method ccode return-type" test to increase coverageRico Tzschichholz2019-03-102-0/+15
* tests: Extend "struct with delegate" test to increase coverageRico Tzschichholz2019-03-101-2/+3
* gsignal: Move disconnect error from signal-module to semantic-analyzer passRico Tzschichholz2019-03-104-3/+21
* gsignal: Use guint to represent flags-enum in custom GMarshalFuncRico Tzschichholz2019-03-103-1/+28
* tests: Extend "detailed signal" test to increase coverageRico Tzschichholz2019-03-101-1/+4
* gsignal: get_detail_cexpression/get_signal_name_cexpression must not be nullRico Tzschichholz2019-03-101-11/+4
* Release 0.44.00.44.0Rico Tzschichholz2019-03-095-4/+15
* parser: Don't include member-initializer in src-ref of object-creation-exprRico Tzschichholz2019-03-081-3/+7
* parser: Don't include initializer in src-ref of array-creation-expressionRico Tzschichholz2019-03-081-1/+3
* parser: Extend source_reference of initializer-list to cover "{ ... }"Rico Tzschichholz2019-03-081-0/+1
* parser: Exclude trailing semicolon from source_reference of statementsRico Tzschichholz2019-03-081-7/+14
* parser: Don't include assigned value in source_reference of constantsRico Tzschichholz2019-03-081-7/+6
* parser: Restrict source_reference for catch/lock expression to its headerRico Tzschichholz2019-03-081-3/+6
* gtk4: Update to 3.94.0+eacbeb9eRico Tzschichholz2019-03-071-45/+42
* vapi: Update GIR-based bindingsRico Tzschichholz2019-03-071-1/+1
* gstreamer: Update from 1.15.2+ git masterRico Tzschichholz2019-03-072-4/+6
* vala: More regular invocations of check() on inferred Expression.value_typeRico Tzschichholz2019-03-0610-0/+23
* tests: Add regression test for generic-type interference of static functionRico Tzschichholz2019-03-062-0/+10
* Release 0.43.920.43.92Rico Tzschichholz2019-03-035-4/+31
* tests: Extent "post-condition" method test to increase coverageRico Tzschichholz2019-03-011-0/+16
* vapi: Update GIR-based bindingsRico Tzschichholz2019-03-012-0/+3
* gtk4: Update to 3.94.0+b4ae491bRico Tzschichholz2019-03-013-56/+99
* codegen: Include "glib-object.h" for typeof expressionRico Tzschichholz2019-03-015-0/+38
* vala: Don't ignore qualified parent when inferring type of enum memberRico Tzschichholz2019-03-014-1/+17
* vala: Correctly perform compatibility check of array length-typeRico Tzschichholz2019-02-283-4/+10
* girwriter: Always use get_gir_name() for TypeSymbolsRico Tzschichholz2019-02-271-3/+3
* codegen: Respect finish[_vfunc]_name attributes defined in vala sourcesRico Tzschichholz2019-02-274-9/+74
* codegen: Replace gvaluecollector_h_needed with dedidated add_include() callsRico Tzschichholz2019-02-272-9/+6
* poppler-glib: Update to 0.74Rico Tzschichholz2019-02-261-1/+29
* tests: Extent "girwriter" test to increase coverageRico Tzschichholz2019-02-263-0/+171
* girwriter: Support transfer-ownership="container" for arraysRico Tzschichholz2019-02-261-1/+4
* genieparser: Don't create VoidType unconditionallyRico Tzschichholz2019-02-261-2/+4
* genie: Allow the main function "init" to return an integer as exit statusAlistair Thomas2019-02-263-6/+16
* tests: Add some Genie tests to increase coverageAlistair Thomas2019-02-2662-0/+413
* testrunner: Add support for Genie source files (.gs)Alistair Thomas2019-02-261-0/+12
* gobject-2.0: Add SignalHandler.disconnect_by_data()Rico Tzschichholz2019-02-251-0/+3
* codegen: Respect array_length_cname attribute for global fieldsRico Tzschichholz2019-02-245-2/+40
* codegen: Add get_variable_array_length_cname() and use as possibleRico Tzschichholz2019-02-249-52/+26
* codegen: Replace if-else-tree with switch in visit_binary_expression()Rico Tzschichholz2019-02-241-20/+39
* codegen: Replace if-else-tree with switch in visit_unary_expression()Rico Tzschichholz2019-02-241-7/+14
* tests: TypeModule allows registering static types since 2.56Rico Tzschichholz2019-02-241-0/+3
* tests: Add "custom types" struct tests to increase coverageRico Tzschichholz2019-02-232-0/+52
* tests: Add "constructor chain up" generics test to increase coverageRico Tzschichholz2019-02-232-0/+13