summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: Add GenericArray (GPtrArray) testsRico Tzschichholz2018-11-082-0/+109
* vala: Check for matching ownership of type-argumentsRico Tzschichholz2018-11-072-0/+12
* testrunner: Check if compiler flags are supported before using themRico Tzschichholz2018-11-032-23/+13
* testrunner: Add -Werror=maybe-uninitializedRico Tzschichholz2018-11-031-0/+1
* testrunner: Add -Werror=declaration-after-statementRico Tzschichholz2018-11-031-0/+1
* testrunner: Add -Werror=duplicated-branches/duplicated-condRico Tzschichholz2018-11-031-0/+2
* tests: Add more string method testsRico Tzschichholz2018-10-301-0/+77
* tests: Make "/errors/errors" test fatalRico Tzschichholz2018-10-291-3/+3
* testrunner: Compile and run tests separatelyRico Tzschichholz2018-10-2718-57/+44
* testrunner: Reset $run_prefix before generating next test scriptRico Tzschichholz2018-10-271-0/+1
* tests: Add some "using directive" tests to increase coverageRico Tzschichholz2018-10-274-0/+43
* tests: Add "captured unassigned local variable" testRico Tzschichholz2018-10-262-0/+12
* tests: Add "assigned local variables" testsRico Tzschichholz2018-10-262-0/+24
* tests: Add implicit conversion tests for GLib.VariantRico Tzschichholz2018-10-252-0/+66
* codegen: Improve ccode for fixed-length array parametersRico Tzschichholz2018-10-211-0/+32
* valaparser: Don't allow to declare array parameters with "type array[]"Rico Tzschichholz2018-10-202-0/+8
* girwriter: Fix ctype of out/ref and array parametersRico Tzschichholz2018-10-191-17/+17
* tests: Add "method override with compatible delegate parameter" testRico Tzschichholz2018-10-192-0/+15