summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* vala: Add support for sealed classestintou/sealedCorentin Noël2020-01-081-0/+2
* genie: Fix parser's inner state when a struct is declared after a classJeremy Philippe2020-01-061-0/+1
* vala: Allow to override base interface properties explicitlyJeremy Philippe2019-12-211-0/+1
* vala: Don't allow "va_list" as return-type or type of fieldsRico Tzschichholz2019-12-031-0/+4
* test: Add some "method-call" tests to increase coverageRico Tzschichholz2019-11-271-0/+4
* scanner: Improve check of "\u" escape sequenceRico Tzschichholz2019-11-251-0/+2
* scanner: "\x" requires two hex digits at most and ignore leading zero #2Rico Tzschichholz2019-11-251-0/+2
* tests: Add "member-access" tests to increase coverageRico Tzschichholz2019-11-241-0/+4
* tests: Add "scanner" tests to increase coverageRico Tzschichholz2019-11-241-0/+15
* vala: Add a basic parameter check for [Print] methodsRico Tzschichholz2019-11-211-0/+2
* vala: Keep formal_target_type when transforming method-call/object-creationRico Tzschichholz2019-11-191-0/+1
* tests: Add "invalid address-of" test to increase coverageRico Tzschichholz2019-11-161-0/+1
* codegen: Fix vfunc signature of delegate-typed property in interfaceRico Tzschichholz2019-11-141-0/+1
* vala: Report error for async creation expression without yieldRico Tzschichholz2019-11-141-0/+1
* codegen: Fix support of dynamic DBus methodsRico Tzschichholz2019-11-141-0/+1
* test: Add "GLib.Closure parameter" test to increase coverageRico Tzschichholz2019-11-121-0/+1
* test: Add "GLib.Log constants" tests to increase coverageRico Tzschichholz2019-11-121-0/+1
* vala: Improve check of delegate assignments and initializersRico Tzschichholz2019-11-081-0/+3
* vala: Restore DestroysInstance behaviour for non-compact classesRico Tzschichholz2019-11-061-0/+1
* vala: Support "unowned var" to declare local variablesRico Tzschichholz2019-11-051-0/+1
* vala: Add GenericType.dup/destroy fieldsRico Tzschichholz2019-11-041-0/+1
* codegen: Make type-parameter properties readableRico Tzschichholz2019-11-041-0/+1
* tests: Add invalid "multiple base classes" tests to increase coverageRico Tzschichholz2019-11-031-0/+2
* vala: Improve error reporting for invalid interface prerequisitesRico Tzschichholz2019-11-031-0/+2
* vala: Improve error message for arrays as type argumentsFlorian Brosch2019-10-291-0/+1
* vala: Do not allow to .resize() on arrays with fixed lengthFlorian Brosch2019-10-291-0/+1
* vala: Do not allow += for arrays with fixed lengthFlorian Brosch2019-10-291-0/+1
* vala: Don't falsely resolve binary-expression to boolRico Tzschichholz2019-10-241-0/+2
* tests: Add invalid "silent cast of array" test to increase coverageRico Tzschichholz2019-10-231-0/+1
* tests: Add "typeof" tests for fundamental GLib.TypeRico Tzschichholz2019-10-231-0/+1
* tests: Fix makefile syntax :(Rico Tzschichholz2019-10-171-3/+3
* codegen: Use G_TYPE_INSTANCE_GET_INTERFACE to get vtable for base-accessRico Tzschichholz2019-10-171-0/+3
* tests: Add "default-handler with base-access" signal test to increase coverageRico Tzschichholz2019-10-171-0/+1
* vala: Accept interface as inner type for object-type symbolsRico Tzschichholz2019-10-161-0/+2
* tests: Add "wrongly named constructor" testsRico Tzschichholz2019-10-151-0/+2
* parser: `owned` is not allowed on ConstantsRico Tzschichholz2019-10-111-0/+2
* codegen: Fix custom reference-counting for compact classesSimon Werbeck2019-10-091-0/+1
* vala: Fix compatible/disposable check between structs and their subtypesRico Tzschichholz2019-10-041-0/+1
* vala: Add DelegateType.target/destroy fields to access its user-dataRico Tzschichholz2019-10-031-0/+1
* codegen: Support gobject property of delegates not carrying their targetRico Tzschichholz2019-10-031-0/+1
* codegen: Allow passing/retrieving any delegate to/from varargs parameterRico Tzschichholz2019-10-031-0/+1
* tests: Add dedicated "delegate without target through varargs" testRico Tzschichholz2019-10-031-0/+1
* codegen: Support gobject property of null-terminated array without lengthRico Tzschichholz2019-10-021-0/+1
* vala: Perform stricter compatibility check for delegatesRico Tzschichholz2019-09-291-0/+2
* vala: Allow to override virtual interface implementationsRico Tzschichholz2019-09-261-0/+1
* tests: Add more "invalid expression" tests to increase coverageRico Tzschichholz2019-09-241-0/+9
* tests: Add "main block" parser test to increase coverageRico Tzschichholz2019-09-241-0/+1
* tests: Add invalid "parser" tests to increase coverageRico Tzschichholz2019-09-231-0/+2
* tests: Add "qualified member/symbol access" tests to increase coverageRico Tzschichholz2019-09-231-0/+2
* vala: Exclude nullable simple-type structs from gobject-property supportRico Tzschichholz2019-09-031-0/+1