summaryrefslogtreecommitdiff
path: root/tests/arrays
Commit message (Expand)AuthorAgeFilesLines
* codegen: Stabilize CCode.cname for backing method of lamdba expressionRico Tzschichholz2023-04-061-6/+6
* vala: Allow assignment of namespace fields with inline allocated arraysRico Tzschichholz2023-03-202-0/+59
* vala: Improve compatibility type checks of array elements in assignmentsRico Tzschichholz2023-01-303-0/+463
* tests: Update c-expectedwszqkzqk2023-01-1116-16/+16
* codegen: Correctly handle fixed-length array initialization of fields in classesRico Tzschichholz2023-01-043-0/+448
* codegen: Emit G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC() for structsRico Tzschichholz2022-02-245-0/+5
* codegen: Write array length of formal parameters with fixed lengthRico Tzschichholz2022-01-261-2/+2
* vala: Transform assignment of an array element as neededwxx2022-01-262-0/+165
* codegen: Access of inline allocated array is guaranteed to be non nullRico Tzschichholz2022-01-231-7/+7
* tests: Skip runtime of array length type test on "32-bit"Rico Tzschichholz2022-01-062-0/+8
* Add native support to specify non default length-type for arraysRico Tzschichholz2022-01-042-0/+259
* codegen: Use __once instead of __volatile in generated codeVal Och2022-01-038-52/+52
* codegen: Initialize "result" variable on declaration for abstract methods onlyRico Tzschichholz2022-01-032-7/+7
* codegen: Emit constants without initializer list in defines sectionRico Tzschichholz2021-11-071-1/+2
* vala: Disallow resize() for constant arrayswxx2021-08-141-0/+6
* tests: Add expected generated C sourcesRico Tzschichholz2021-07-1620-0/+5011
* codegen: Allow null to initialize non-null struct inside initializer listRico Tzschichholz2021-06-061-0/+12
* tests: Extend "array field intializer" test to increase coverageRico Tzschichholz2021-04-281-0/+8
* codegen: Don't free temp-var for element-access to array with boxed structs (2)Rico Tzschichholz2021-04-111-8/+110
* codegen: Don't free temp-var for element-access to array with boxed structsRico Tzschichholz2021-04-111-0/+22
* tests: Add more "array field initializer" tests to increase coverageRico Tzschichholz2021-01-011-0/+36
* tests: Add "array creation" tests to increase coverageRico Tzschichholz2020-12-301-0/+5
* vala: Ownership transfer of inline-allocated array is not allowedRico Tzschichholz2020-12-281-0/+6
* vala: SliceExpression need to return heap-allocated or unowned referencesUlrich Küttler2020-12-221-0/+75
* codegen: Update outdated array _size_ variable of captured local-variableRico Tzschichholz2020-10-222-0/+23
* codegen: Properly destroy elements of an inline struct arrayRico Tzschichholz2020-07-271-0/+18
* vala: Don't allow "resize" invocation on variable with unowned array typeRico Tzschichholz2020-07-044-0/+55
* vala: Correctly handle qualified struct type reference in initializer listRico Tzschichholz2020-06-061-0/+27
* codegen: Improve array-dup-wrapper for empty arraysRico Tzschichholz2020-05-271-0/+52
* codegen: Use specified indices to access multidimensional array constantsRico Tzschichholz2020-04-131-0/+33
* codegen: Fix binary 'in' operator on array with boxed value-typed needleAndrea Del Signore2020-04-111-0/+12
* codegen: Append initializer for "_*_size_" of array field in internal structRico Tzschichholz2020-03-251-0/+33
* vala: Inline-allocated array can't be instantiated with creation expressionRico Tzschichholz2020-03-211-0/+5
* codegen: Use memset to initialize inline-allocated array with non-constant sizeRico Tzschichholz2020-03-181-9/+45
* vala: Accept enum-values as length for inline allocated arraysRico Tzschichholz2020-03-141-0/+19
* codegen: Don't initialize stack-allocated array with local-constant lengthRico Tzschichholz2020-02-171-0/+13
* codegen: Explicitly include header for length-type of arraysRico Tzschichholz2020-02-011-0/+3
* vala: Inline allocated arrays require length or initializerRico Tzschichholz2020-02-014-0/+26
* codegen: Use result value of assignment rather than its computationRico Tzschichholz2020-01-141-0/+29
* vala: Do not allow to change .length of arrays with fixed lengthFlorian Brosch2019-10-291-0/+6
* vala: Do not allow to .resize() on arrays with fixed lengthFlorian Brosch2019-10-291-0/+6
* vala: Do not allow += for arrays with fixed lengthFlorian Brosch2019-10-291-0/+6
* tests: Add invalid "silent cast of array" test to increase coverageRico Tzschichholz2019-10-231-0/+6
* tests: Add more invalid "assignment" tests to increase coverageCorentin Noël2019-03-222-0/+19
* tests: Add some invalid "array slice" tests to increase coverageRico Tzschichholz2019-03-203-0/+21
* vala: Correctly perform compatibility check of array length-typeRico Tzschichholz2019-02-281-0/+5
* codegen: Respect array_length_cname attribute for global fieldsRico Tzschichholz2019-02-243-0/+35