summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* codegen: Pass lambda expression of variable initializer to signal connectRico Tzschichholz2019-02-032-0/+40
* codegen: Properly handle and catch inner-error of finally-blockRico Tzschichholz2019-01-243-0/+133
* vala: Don't tweak closure on static lambdasRico Tzschichholz2019-01-212-0/+19
* tests: Add asynchronous "catch-error-scope" regression testRico Tzschichholz2019-01-212-0/+28
* codegen: Don't apply address-of operator on literals when casting to arrayRico Tzschichholz2019-01-202-0/+8
* vala: Multiple lamdba arguments in method call should all use closure scopeRico Tzschichholz2019-01-152-0/+109
* vala: Allow direct access to the integer constants of an error-domainRico Tzschichholz2019-01-122-0/+33
* codegen: Emit struct declaration typedef before resolving its fieldsRico Tzschichholz2019-01-103-1/+11
* girparser: Recognize error parameter before delegate target parameterRico Tzschichholz2019-01-102-0/+30
* codegen: Add "error_pos" CCode attribute and use it as neededRico Tzschichholz2019-01-102-0/+48
* vala: Async methods don't allow out-parameters before in-parametersRico Tzschichholz2019-01-083-0/+67
* tests: Extend "DBus errors" tests to increase coverageRico Tzschichholz2019-01-051-0/+29
* tests: Fix try_parse() tests to not compare to already free'd memoryRico Tzschichholz2019-01-041-4/+8
* vala: Report invalid instance member access to propertyRico Tzschichholz2018-12-315-0/+51
* codegen: Use temp-vars for ellipsis out-arguments to fix memory managementRico Tzschichholz2018-12-262-0/+44
* vala: Allow explicit interface methods to be virtualRico Tzschichholz2018-12-202-0/+35
* codegen: Use properly checked implicit interface implementationsRico Tzschichholz2018-12-203-0/+65
* vala: Search in all interfaces for an implementation match and don't bail earlyRico Tzschichholz2018-12-202-0/+19
* vala: Don't just guess and check for a matching base_interface_method tooRico Tzschichholz2018-12-205-3/+63
* vala: Array with fixed length don't require explicit instantiationRico Tzschichholz2018-12-162-0/+28
* tests: Warnings and criticals should be fatal on compile time tooRico Tzschichholz2018-12-162-2/+2
* testrunner: Warnings and criticals should be fatal on compile time tooRico Tzschichholz2018-12-161-3/+3
* codegen: Handle non-default AsyncResult parameter positionRico Tzschichholz2018-12-113-0/+106
* tests: Add "emit order" testsRico Tzschichholz2018-12-075-0/+42
* tests: Add "subtype cycle" tests to increase coverageRico Tzschichholz2018-12-064-0/+33
* codegen: Interfaces require including "glib-object.h"Rico Tzschichholz2018-12-063-0/+12
* vala: Allow null-type as intializer for static struct fieldsRico Tzschichholz2018-11-302-0/+9
* vala: Report dedicated error for static field/property initializer in structRico Tzschichholz2018-11-293-0/+20
* vala: Admit that structs are emtpy even with a static propertyRico Tzschichholz2018-11-293-0/+11
* vala: Don't emit member access of assignments on static propertiesRico Tzschichholz2018-11-282-0/+42
* codegen: Add support for delegate parameters in signalsRico Tzschichholz2018-11-282-0/+70
* vala: Type check for errors require an error expressionRico Tzschichholz2018-11-272-0/+13
* tests: Simplify "errors/errors" test a bitRico Tzschichholz2018-11-271-18/+12
* tests: Add and improve "foreach iterator" tests to increase coverageRico Tzschichholz2018-11-273-2/+42
* tests: Add invalid "switch" tests to increase coverageRico Tzschichholz2018-11-275-0/+46
* tests: Add default defines test for VALA_0_XX and GLIB_2_XXRico Tzschichholz2018-11-243-0/+84
* tests: Extend assignment and array element access testsRico Tzschichholz2018-11-222-0/+33
* tests: Add some minimal test cases to catch insufficient headersRico Tzschichholz2018-11-217-0/+43
* posix: Add CommandPipe as a sub-type of FILEAlistair Thomas2018-11-212-0/+11
* testrunner: Pass buildsystem's CC through to valacRico Tzschichholz2018-11-192-4/+5
* girwriter: Write glib-type attributes for Enums/Structs with type_idRico Tzschichholz2018-11-183-1/+56
* codegen: Fix canonical string for quark of error domainsRico Tzschichholz2018-11-181-1/+1
* vala: Compact classes don't allow private/class fields and to lock fieldsRico Tzschichholz2018-11-174-0/+34
* tests: Add "static fields" to compact class to increase coverageRico Tzschichholz2018-11-171-1/+3
* tests: Add bug specific "lock test"Rico Tzschichholz2018-11-172-0/+33
* tests: Add more GLib.Array testsCorentin Noël2018-11-161-1/+65
* tests: Add enum/errordomain tests for GIR parser to increase coverageRico Tzschichholz2018-11-153-0/+128
* codegen: Transfer ownership of compact class to DestroysInstance methodRico Tzschichholz2018-11-132-0/+18
* tests: Avoid use of g_ptr_array_find() which requires glib >= 2.54Rico Tzschichholz2018-11-121-0/+4
* vala: Copy CCode instance_pos argument from virtual/abstract base methodsRico Tzschichholz2018-11-082-0/+39