summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* parser: Add support for explicit "unlock" syntaxRico Tzschichholz2018-04-252-0/+20
* codegen: Respect cname ccode-attribute of lockable fieldsRico Tzschichholz2018-04-252-0/+43
* vala: Report an error when initializing non-auto propertiesJeeyong Um2018-04-194-0/+43
* codegen: *Drop* support for non-auto property initializer in gobjectsRico Tzschichholz2018-04-192-23/+0
* vala: Accessors of abstract properties cannot have bodiesRico Tzschichholz2018-04-192-0/+13
* Revert "codegen: Handle property initializers of non-gobject classes"Rico Tzschichholz2018-04-161-13/+0
* codegen: Keep arrays alive during async server method callsOle André Vadla Ravnås2018-04-142-0/+71
* codegen: Handle property initializers of non-gobject classesRico Tzschichholz2018-04-141-0/+13
* codegen: Apply G_PARAM_EXPLICIT_NOTIFY on properties with "notify = false"Rico Tzschichholz2018-04-012-0/+37
* gdbus: Fix missing declaration of _fd_list for async methodsRico Tzschichholz2018-03-282-0/+100
* Drop trailing spaces/tabsRico Tzschichholz2018-03-2723-69/+69
* tests: Add GLib.ParamSpec tests to increase coverageRico Tzschichholz2018-03-272-0/+110
* codegen: Stop taking explicit references on 'this' for captured blocksMichal Hruby2018-03-212-0/+59
* codegen: Free generic elements of glib collectionsRico Tzschichholz2018-03-214-0/+70
* tests: Add basic GLib.Node testRico Tzschichholz2018-03-201-0/+15
* tests: Fix make distRico Tzschichholz2018-02-271-0/+1
* tests: Extend "properties" tests to increase coverageDr. Michael Lauer2018-02-231-0/+13
* tests: Add linux-specific test for feature test macrosRico Tzschichholz2018-02-202-0/+10
* tests: Add chain-up lambda regression testRico Tzschichholz2018-02-192-0/+27
* codegen: Add valid support for const multi-dimensional arraysMarco Trevisan (Treviño)2018-02-172-0/+27
* vala: The rank of an array-initializer should match the target's rankRico Tzschichholz2018-02-172-0/+6
* Fix recursive declaration in generic base typeSimon Werbeck2018-02-172-0/+10
* vala: Properly handle array-initializers inside struct-initializersRico Tzschichholz2018-02-152-0/+51
* codegen: Don't append fixed-length of array fields in initializersRico Tzschichholz2018-02-151-0/+14
* vala: Issue a warning on DBus methods which are not throwing an ErrorDr. Michael Lauer2018-02-112-0/+22
* tests: Add some "girparser" tests to increase coverageRico Tzschichholz2018-02-086-0/+274
* tests: Add invalid "foreach" tests to increase coverageCorentin Noël2018-02-0815-0/+231
* tests: Move namespaces.vala into parser and merge its main methodsRico Tzschichholz2018-02-082-6/+3
* tests: Add various regression "codegen" tests to increase coverageRico Tzschichholz2018-02-0616-0/+189
* tests: Add "destructors" test to increase coverageRico Tzschichholz2018-02-052-0/+35
* tests: Add invalid "method" tests to increase coverageRico Tzschichholz2018-02-0524-0/+208
* testrunner: Accept Packages in header of Invalid Code testsRico Tzschichholz2018-02-051-1/+2
* tests: Add invalid "struct" tests to increase coverageRico Tzschichholz2018-02-055-0/+43
* tests: Add invalid "control-semantic" tests to increase coverageRico Tzschichholz2018-02-0520-0/+192
* tests: Add invalid "control-flow" tests to increase coverageRico Tzschichholz2018-02-059-0/+70
* tests: Add invalid "constant" tests to increase coverageRico Tzschichholz2018-02-056-0/+39
* tests: Add invalid "property" tests to increase coverageRico Tzschichholz2018-02-0514-0/+142
* tests: Add invalid "parameter" tests to increase coverageRico Tzschichholz2018-02-057-0/+51
* tests: Add more "parser" tests to increase coverageCorentin Noël2018-02-0553-1/+477
* tests: Add invalid "field" tests to increase coverageRico Tzschichholz2018-02-0510-0/+83
* codegen: Don't try to infer error argument on async begin methodsRico Tzschichholz2018-02-042-0/+21
* codegen: Fix return-type for cancelled async creation methods of classesErnestas Kulik2018-01-272-0/+16
* tests: Add missing PrintfFormat attributeRico Tzschichholz2018-01-271-0/+1
* codegen: Infer error parameter from abstract/virtual method implementationsRico Tzschichholz2018-01-272-0/+60
* tests: Add test for invalid variadic functionRico Tzschichholz2018-01-242-0/+8
* vala: Variadic constructors without a real first parameter are not allowedRico Tzschichholz2018-01-242-0/+10
* tests: Add test for parameter type checking of async methodsRico Tzschichholz2018-01-182-0/+16
* test: Drop workaround for fixed bug with compact classesRico Tzschichholz2018-01-151-3/+0
* codegen: Add support for abstract/virtual methods and properties in compact c...Daniel Espinosa2018-01-152-0/+87
* tests: Add invalid "base" tests to increase coverageRico Tzschichholz2018-01-075-0/+40