summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* codegen: Add "error_pos" CCode attribute and use it as neededRico Tzschichholz2019-01-101-0/+1
* vala: Async methods don't allow out-parameters before in-parametersRico Tzschichholz2019-01-081-0/+2
* vala: Report invalid instance member access to propertyRico Tzschichholz2018-12-311-0/+4
* codegen: Use temp-vars for ellipsis out-arguments to fix memory managementRico Tzschichholz2018-12-261-0/+1
* vala: Allow explicit interface methods to be virtualRico Tzschichholz2018-12-201-0/+1
* codegen: Use properly checked implicit interface implementationsRico Tzschichholz2018-12-201-0/+2
* vala: Search in all interfaces for an implementation match and don't bail earlyRico Tzschichholz2018-12-201-0/+1
* vala: Don't just guess and check for a matching base_interface_method tooRico Tzschichholz2018-12-201-0/+3
* vala: Array with fixed length don't require explicit instantiationRico Tzschichholz2018-12-161-0/+1
* codegen: Handle non-default AsyncResult parameter positionRico Tzschichholz2018-12-111-0/+2
* tests: Add "emit order" testsRico Tzschichholz2018-12-071-0/+4
* tests: Add "subtype cycle" tests to increase coverageRico Tzschichholz2018-12-061-0/+3
* codegen: Interfaces require including "glib-object.h"Rico Tzschichholz2018-12-061-0/+2
* vala: Allow null-type as intializer for static struct fieldsRico Tzschichholz2018-11-301-0/+1
* vala: Report dedicated error for static field/property initializer in structRico Tzschichholz2018-11-291-0/+2
* vala: Admit that structs are emtpy even with a static propertyRico Tzschichholz2018-11-291-0/+1
* vala: Don't emit member access of assignments on static propertiesRico Tzschichholz2018-11-281-0/+1
* codegen: Add support for delegate parameters in signalsRico Tzschichholz2018-11-281-0/+1
* vala: Type check for errors require an error expressionRico Tzschichholz2018-11-271-0/+1
* tests: Add and improve "foreach iterator" tests to increase coverageRico Tzschichholz2018-11-271-0/+1
* tests: Add invalid "switch" tests to increase coverageRico Tzschichholz2018-11-271-0/+4
* tests: Add default defines test for VALA_0_XX and GLIB_2_XXRico Tzschichholz2018-11-241-0/+2
* tests: Add some minimal test cases to catch insufficient headersRico Tzschichholz2018-11-211-0/+6
* posix: Add CommandPipe as a sub-type of FILEAlistair Thomas2018-11-211-0/+1
* testrunner: Pass buildsystem's CC through to valacRico Tzschichholz2018-11-191-4/+4
* vala: Compact classes don't allow private/class fields and to lock fieldsRico Tzschichholz2018-11-171-0/+3
* tests: Add bug specific "lock test"Rico Tzschichholz2018-11-171-0/+1
* tests: Add enum/errordomain tests for GIR parser to increase coverageRico Tzschichholz2018-11-151-0/+2
* codegen: Transfer ownership of compact class to DestroysInstance methodRico Tzschichholz2018-11-131-0/+1
* vala: Copy CCode instance_pos argument from virtual/abstract base methodsRico Tzschichholz2018-11-081-0/+1
* tests: Add GenericArray (GPtrArray) testsRico Tzschichholz2018-11-081-0/+1
* vala: Check for matching ownership of type-argumentsRico Tzschichholz2018-11-071-0/+1
* testrunner: Check if compiler flags are supported before using themRico Tzschichholz2018-11-031-4/+7
* tests: Add some "using directive" tests to increase coverageRico Tzschichholz2018-10-271-0/+3
* tests: Add "captured unassigned local variable" testRico Tzschichholz2018-10-261-0/+1
* tests: Add "assigned local variables" testsRico Tzschichholz2018-10-261-0/+1
* tests: Add implicit conversion tests for GLib.VariantRico Tzschichholz2018-10-251-0/+1
* valaparser: Don't allow to declare array parameters with "type array[]"Rico Tzschichholz2018-10-201-0/+1
* tests: Add "method override with compatible delegate parameter" testRico Tzschichholz2018-10-191-0/+1
* Add support for SingleInstance attribute for GObject classesRico Tzschichholz2018-10-171-0/+3
* test: Add some invalid "non-null" testsRico Tzschichholz2018-10-161-0/+3
* tests: Add some invalid "signal" tests to increase coverageRico Tzschichholz2018-09-221-0/+4
* vala: Enforce "return yield ..." syntax to be expectedRico Tzschichholz2018-09-221-0/+1
* tests: Add some "yield" test to increase coverageRico Tzschichholz2018-09-221-0/+5
* tests: Add invalid "object creation" tests to increase coverageRico Tzschichholz2018-09-221-0/+4
* tests: Update field "owned to unowned" test to increase coverageRico Tzschichholz2018-09-221-1/+1
* tests: Add invalid variable declaration tests to increase coverageRico Tzschichholz2018-09-221-0/+6
* tests: Add invalid "property for Object() chainup" tests to increase coverageRico Tzschichholz2018-09-211-0/+3
* tests: Add invalid "construct without GObject" test to increase coverageRico Tzschichholz2018-09-211-0/+1
* tests: Add invalid "method to delegate" test to increase coverageRico Tzschichholz2018-09-211-0/+1