summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vala: Add define VALA_ARCH_* to allow buildtime architecture checkwip/arch-definesRico Tzschichholz2022-01-175-0/+63
* vala: Require lvalue access of delegate target/destroy "fields"Rico Tzschichholz2022-01-165-2/+122
* Release 0.55.10.55.1Rico Tzschichholz2022-01-145-8/+49
* vapi: Update GIR-based bindingsRico Tzschichholz2022-01-146-4/+10
* gtk4: Update to 4.6.0+06e5da45Rico Tzschichholz2022-01-142-43/+60
* codegen: Generated SimpleType structs don't have a type idRico Tzschichholz2022-01-091-0/+5
* Sync NEWS from 0.54Rico Tzschichholz2022-01-081-0/+15
* vapi: Update GIR-based bindingsRico Tzschichholz2022-01-081-0/+2
* tests: Skip runtime of array length type test on "32-bit"Rico Tzschichholz2022-01-062-0/+8
* codegen: Clear existing length values when revisiting a slice expressionRico Tzschichholz2022-01-052-1/+13
* tests: Add "async signal handler" test to increase coverageRico Tzschichholz2022-01-053-0/+456
* Add native support to specify non default length-type for arraysRico Tzschichholz2022-01-0411-4/+422
* Support "emit" for explicit signal emissionLorenz Wildberg2022-01-049-2/+481
* tests: Add XFAIL tests if undefined behavior sanitizer is enabledRico Tzschichholz2022-01-031-0/+6
* tests: Skip constants/member-access-enum.vala for ASANRico Tzschichholz2022-01-031-0/+1
* codegen: Use __once instead of __volatile in generated codeVal Och2022-01-03433-3059/+3059
* codegen: Initialize "result" variable on declaration for abstract methods onlyRico Tzschichholz2022-01-03207-418/+428
* codegen: Cast given default-value of struct with possible member initializerRico Tzschichholz2022-01-033-1/+75
* codegen: Allow boxing of non-external SimpleType structsRico Tzschichholz2022-01-034-2/+74
* gio-2.0: Add custom MemoryOutputStream.with_*data() wrappersRico Tzschichholz2021-12-285-0/+293
* vala: Show source location when reporting deprecationsRico Tzschichholz2021-12-271-1/+1
* Revert "Make more use of native GLib.Regex syntax"Rico Tzschichholz2021-12-273-3/+18
* Make more use of native GLib.Regex syntaxRico Tzschichholz2021-12-223-18/+3
* parser: Improve partial classes supportRico Tzschichholz2021-12-215-63/+601
* vala: Correctly replace "in" expression in pre-/postconditions of methodRico Tzschichholz2021-12-214-0/+114
* vala: Silently accept unsafe assignment of "0" literal to enum typeRico Tzschichholz2021-12-172-2/+4
* Properly use [Flags] feature for ModifierFlags and CCodeModifiersRico Tzschichholz2021-12-172-30/+31
* vala: Non nullable enum types are simple typesRico Tzschichholz2021-12-169-42/+704
* vala: Allow unsafe assignment of integer to enum while reporting a noticeRico Tzschichholz2021-12-166-0/+90
* Sync NEWS from 0.54Rico Tzschichholz2021-12-161-0/+19
* girparser: Avoid possibily creating duplicated attributesRico Tzschichholz2021-12-152-2/+19
* vapi: Update GIR-based bindingsRico Tzschichholz2021-12-153-5/+22
* gstreamer-1.0: Unskip the ElementFactory.make/create_full() symbolsCorentin Noël2021-12-152-6/+16
* codegen: Initialize type parameter properties for generics earlierRico Tzschichholz2021-12-1415-13/+343
* tests: Add "type-parameter property clash" test to increase coverageRico Tzschichholz2021-12-143-0/+442
* codegen: Use a dedicated EmitContext for _variant_get*() functionsRico Tzschichholz2021-12-138-616/+618
* vala: Report statement parsing error if it is not meant to be an expressionRico Tzschichholz2021-12-131-1/+5
* vala: Drop duplicate check for unsupported flag of struct methodsRico Tzschichholz2021-12-121-7/+1
* vala: Drop duplicate check for unsupported flag of creation methodsRico Tzschichholz2021-12-121-6/+0
* tests: Add more "chain up" tests to increase coverageRico Tzschichholz2021-12-123-0/+30
* vala: Set is_yield_expression in async context when chaining up to async base...Rico Tzschichholz2021-12-121-1/+5
* codegen: Correctly handle chain up of struct creation methodsRico Tzschichholz2021-12-1111-15/+29
* tests: Add missing tests/structs/struct-static-field-initializer.c-expectedRico Tzschichholz2021-12-111-0/+83
* vala: NullLiteral is not a valid argument for string concatenationwxx2021-12-085-1/+28
* gtkmodule: Handle nested closure elements and bind them accordinglyRico Tzschichholz2021-12-061-3/+15
* tests/girwriter: Use the actual expected output of our girwriterLorenz Wildberg2021-12-022-71/+71
* build: Update git-version-gen to latest upstreamRico Tzschichholz2021-12-021-7/+6
* vapigen.m4: use $PKG_CONFIG_SYSROOT_DIRAlexander Kanavin2021-12-011-4/+4
* vala: Check accessibility of initializer for constant and enum valueRico Tzschichholz2021-11-305-0/+32
* glib-2.0: Always use the actual C type for CCode.array_length_typeRico Tzschichholz2021-11-301-10/+10