summaryrefslogtreecommitdiff
path: root/tests/methods
Commit message (Expand)AuthorAgeFilesLines
* codegen: Stabilize CCode.cname for backing method of lamdba expressionRico Tzschichholz2023-04-0622-340/+340
* codegen: Cast vfunc of property accessors by using cast_method_pointer()Rico Tzschichholz2023-02-051-4/+4
* tests: Update c-expectedwszqkzqk2023-01-1167-67/+67
* tests: Add "entry point exists" test to increase coverageRico Tzschichholz2022-09-261-0/+9
* codegen: Emit GType definition for error domainsRico Tzschichholz2022-02-244-1/+101
* codegen: Emit G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC() for structsRico Tzschichholz2022-02-241-0/+1
* codegen: Emit G_DEFINE_AUTOPTR_CLEANUP_FUNC() for interfaces with base classRico Tzschichholz2022-02-244-0/+6
* codegen: Write array length of formal parameters with fixed lengthRico Tzschichholz2022-01-261-4/+4
* glib-2.0: Fix criticals in string.joinv() with arrays that start with nullNahuel Gomez2022-01-251-37/+45
* codegen: Use __once instead of __volatile in generated codeVal Och2022-01-0338-272/+272
* codegen: Initialize "result" variable on declaration for abstract methods onlyRico Tzschichholz2022-01-0348-110/+110
* vala: Correctly replace "in" expression in pre-/postconditions of methodRico Tzschichholz2021-12-212-0/+96
* codegen: Accept CCode.type attribute on parametersRico Tzschichholz2021-11-272-0/+236
* codegen: Drop inconsistent space for ObjectType parametersRico Tzschichholz2021-11-273-16/+16
* tests: Rename colliding test cases to avoid conflictsRico Tzschichholz2021-11-262-0/+68
* tests: Add [Profile] method test to increase coverageRico Tzschichholz2021-11-242-0/+133
* codegen: Emit constants without initializer list in defines sectionRico Tzschichholz2021-11-071-1/+1
* vala: Add support for nested methods (local functions)Rico Tzschichholz2021-10-302-0/+237
* vala: Parameter following ellipsis parameter is not allowedwxx2021-10-141-0/+7
* vala: Multi-dimensional params-array not allowedRico Tzschichholz2021-09-221-0/+7
* codegen: Add type declaration for implicit temporary local variableRico Tzschichholz2021-09-181-0/+2
* tests: Add expected generated C sourcesRico Tzschichholz2021-07-1670-0/+23071
* vala: Parameter following params-array parameter is not allowedRico Tzschichholz2021-05-261-0/+7
* codegen: Free intermediate temp-variables of postcondition expressionRico Tzschichholz2021-03-092-0/+25
* codegen: "_first_array" parameter for params-array is variadic tooRico Tzschichholz2021-03-041-0/+57
* tests: Don't leak array if length is -1Rico Tzschichholz2021-02-041-0/+3
* codegen: Handle NoWrapper attribute of interface methods on caller sideRico Tzschichholz2021-01-301-0/+15
* vala: NoWrapper methods must be declared abstract or virtualRico Tzschichholz2021-01-301-0/+10
* Add further support for params arrays in constructorsRico Tzschichholz2021-01-281-0/+45
* vala: Avoid critical when trying to use symbol_reference of ElementAccessOle André Vadla Ravnås2021-01-221-0/+10
* codegen: Don't leak memory of already assigned out-parameter on errorRico Tzschichholz2020-12-311-0/+39
* tests: Add more "delegate" tests to increase coverageRico Tzschichholz2020-11-142-0/+51
* codegen: Update outdated array _size_ variable of captured local-variableRico Tzschichholz2020-10-221-0/+18
* codegen: Check param for null before using itRico Tzschichholz2020-07-221-0/+14
* tests: Fix "methods/extern" test with -Werror=address and gcc 5.4.0Rico Tzschichholz2020-07-171-3/+3
* tests: Add "named argument" test to increase coverageRico Tzschichholz2020-06-261-0/+22
* vala: Improve parameter check of "get" method meant to be used by foreachRico Tzschichholz2020-06-261-0/+45
* vala: Use correct value-type for ArrayCreationExpression used as argumentRico Tzschichholz2020-06-151-0/+20
* vala: params-array parameter is not allowed in abstract/virtual methodRico Tzschichholz2020-05-051-0/+8
* tests: Drop usage of "--main main" and avoid ambigious entry-pointsRico Tzschichholz2020-03-221-5/+0
* codegen: Improve handling of "array_length_type" attributeRico Tzschichholz2020-03-171-0/+156
* codegen: Correctly access captured parameter in precondition of methodRico Tzschichholz2020-03-131-0/+35
* codegen: Emit postconditions before free'ing local variablesRico Tzschichholz2020-03-131-0/+51
* codegen: Reset outdated array _size_ variable after use as ref parameterRico Tzschichholz2020-03-121-0/+11
* codegen: Actually respect "delegate_target" attribute of method/parameterRico Tzschichholz2020-03-081-0/+105
* Add further support for params arraysRico Tzschichholz2020-01-151-0/+42
* codegen: Fix precondition in creation method of structsRico Tzschichholz2019-11-261-0/+27
* vala: Add a basic parameter check for [Print] methodsRico Tzschichholz2019-11-212-0/+51
* tests: Extent "post-condition" virtual method test to increase coverageRico Tzschichholz2019-10-171-0/+20
* codegen: Allow passing/retrieving any delegate to/from varargs parameterRico Tzschichholz2019-10-031-0/+30