summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Add "nested namespace" girwriter test to increase coverageRico Tzschichholz2020-08-103-0/+14
* tests: Add "constant and union" gir test to increase coverageRico Tzschichholz2020-08-103-0/+44
* tests: Add "property accessor with try statement" test to increase coverageRico Tzschichholz2020-08-102-0/+21
* tests: Add more "invalid" tests to increase coverageRico Tzschichholz2020-08-103-0/+14
* Revert "girwriter: Use appropriate get_ccode_* functions"Rico Tzschichholz2020-08-101-1/+1
* tests: Add "signal error marshalling" test to increase coverageRico Tzschichholz2020-08-102-0/+27
* tests: Add "return in construct/destructor" tests to increase coverageRico Tzschichholz2020-08-102-0/+26
* tests: Add "enum typed property" tests to increase coverageRico Tzschichholz2020-08-102-0/+63
* vala: Mark tranformed member-access as qualifiedRico Tzschichholz2020-08-102-0/+21
* vala: Inherit CCode.returns_floating_reference attribute from base methodRico Tzschichholz2020-08-102-0/+50
* girwriter: Use appropriate get_ccode_* functionsRico Tzschichholz2020-07-291-1/+1
* girwriter: Don't include symbols outside of a namespaceRico Tzschichholz2020-07-292-0/+54
* codegen: Properly destroy elements of an inline struct arrayRico Tzschichholz2020-07-292-0/+19
* vala: Check error-type accessibility of creation methods and delegatesRico Tzschichholz2020-07-263-0/+25
* codegen: Check param for null before using itRico Tzschichholz2020-07-262-0/+15
* vala: Allow prototype access to signal with emitterRico Tzschichholz2020-07-264-0/+78
* tests: Add "access vfunc pointer" test to increase coverageRico Tzschichholz2020-07-262-0/+31
* girwriter: Write c:symbol-prefix on supported elementsJean Pierre Dudey2020-07-261-16/+16
* girwriter: Write c:type="void" when name="none"Jean Pierre Dudey2020-07-261-96/+96
* girwriter: Add c:identifier-prefixes to <namespace>Jean Pierre Dudey2020-07-261-1/+1
* vala: Improve check of expression passed to yieldRico Tzschichholz2020-07-262-0/+13
* tests: Fix "methods/extern" test with -Werror=address and gcc 5.4.0Rico Tzschichholz2020-07-261-3/+3
* vala: Tranform instance member-access to a static one if possibleRico Tzschichholz2020-07-262-0/+13
* vala: Fully qualify member-access when using-directive was used to resolveRico Tzschichholz2020-07-263-0/+14
* tests: Add "pre/post-increment" tests to increase coverageRico Tzschichholz2020-07-262-0/+22
* vala: Handle parameter initializer without value-typeRico Tzschichholz2020-07-262-0/+9
* codegen: Properly compare string if binary-expression contains string-literalRico Tzschichholz2020-07-262-0/+11
* tests: Add "unique namespace" testRico Tzschichholz2020-07-262-0/+17
* tests: Extend "default gtype" tests to increase coverageRico Tzschichholz2020-07-261-0/+34
* vala: Recursive check of assignment target to recognize constantsRico Tzschichholz2020-07-263-0/+22
* vala: Property must be writable when invoking ReturnsModifiedPointer methodRico Tzschichholz2020-07-262-0/+11
* vala: Don't allow "resize" invocation on variable with unowned array typeRico Tzschichholz2020-07-265-0/+59
* tests: Don't use invalid syntax to declare local variable with array typeRico Tzschichholz2020-07-262-3/+3
* vala: Avoid subsequent critical caused by invalid array type for constantRico Tzschichholz2020-07-262-0/+7
* vala: Don't carry floating reference into unknown target type expressionRico Tzschichholz2020-06-303-0/+40
* tests: Add "named argument" test to increase coverageRico Tzschichholz2020-06-302-0/+23
* vala: Improve parameter check of "get" method meant to be used by foreachRico Tzschichholz2020-06-301-0/+45
* codegen: Cast initializer-list to struct for non-constant/non-array assignmentsRico Tzschichholz2020-06-222-0/+64
* vala: Use correct value-type for ArrayCreationExpression used as argumentRico Tzschichholz2020-06-222-0/+21
* Consistently use get_ccode_lower_case_prefix() for function namesRico Tzschichholz2020-06-222-0/+24
* tests: Build typelib if g-ir-compiler is availableRico Tzschichholz2020-06-221-2/+6
* girwriter: Append symbol-attributes to callback field rather than its typeRico Tzschichholz2020-06-223-0/+280
* vala: Correctly handle qualified struct type reference in initializer listRico Tzschichholz2020-06-222-0/+28
* codegen: Improve array-dup-wrapper for empty arraysRico Tzschichholz2020-06-222-0/+53
* tests: Extend "s[p]lice" tests to increase coverageRico Tzschichholz2020-06-222-0/+13
* vala: Explicit "new" method may be incompatible with a posssible base methodRico Tzschichholz2020-05-192-0/+18
* vala: Transform cast from integer-type to boxed-typeRico Tzschichholz2020-05-193-0/+24
* vala: Transform cast from floating-type to boxed-typeRico Tzschichholz2020-05-193-0/+18
* codegen: Correctly handle cast-expression of real struct to nullable structRico Tzschichholz2020-05-192-0/+22
* vala: Set value_type of undefined member-access to avoid further criticalsRico Tzschichholz2020-05-182-0/+9