summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Add invalid test for "unsupported stacked arrays"Rico Tzschichholz2018-08-092-0/+6
* tests: Deal with libtool differences resulting in lt-valac vs valac in vapiRico Tzschichholz2018-08-022-3/+1
* tests: Add "gtktemplate" test to increase coverageRico Tzschichholz2018-08-015-0/+93
* tests: Add "girwriter" test to increase coverageRico Tzschichholz2018-08-015-0/+964
* tests: Add more "method" tests to increase coverageRico Tzschichholz2018-08-014-0/+54
* glib-2.0: Add Array.remove*() wrapper to avoid leaking generic elementsRico Tzschichholz2018-07-272-0/+25
* Revert "codegen: Stop taking explicit references on 'this' for captured blocks"Rico Tzschichholz2018-07-262-59/+0
* tests: Add invalid "empty" enum/errordomain tests to increase coverageRico Tzschichholz2018-07-123-0/+16
* test: Add missing '\'sRico Tzschichholz2018-07-091-2/+2
* vala: Report error for invalid base access in method/property of compact classRico Tzschichholz2018-07-083-0/+38
* codegen: Fix invocation of abstract/virtual methods with NoWrapper in compact...Rico Tzschichholz2018-07-081-0/+11
* codegen: Let methods return -1 on error by default if possibleRico Tzschichholz2018-07-052-0/+19
* vala: Allow read-only propertiesAlistair Thomas2018-07-042-0/+27
* glib-2.0: Source.dispatch() accepts a null SourceFuncAlistair Thomas2018-06-181-1/+1
* codegen: Custom abstract methods of GLib.Source are handled differentlyRico Tzschichholz2018-06-162-0/+19
* tests: Add invalid array initializer tests to increase coverageRico Tzschichholz2018-06-143-0/+12
* tests: Add invalid assignment tests to increase coverageRico Tzschichholz2018-06-146-0/+62
* tests: Add more invalid class tests to increase coverageRico Tzschichholz2018-06-1311-1/+123
* tests: Add invalid "duped constructor/destructor" test to increase coverageRico Tzschichholz2018-06-137-0/+78
* tests: Add invalid "type-argument" tests to increase coverageRico Tzschichholz2018-06-137-0/+52
* codegen: Handle delegate_target attribute of fieldsRico Tzschichholz2018-05-312-0/+40
* codegen: Avoid critical for array in-parameters with custom length-typeRico Tzschichholz2018-05-211-0/+3
* tests: Drop fatal assert on big-endian archsRico Tzschichholz2018-05-211-1/+0
* codegen: Fix casting of length for "ref" array parametersRico Tzschichholz2018-05-202-0/+9
* vala: Allow specifying the nick of enum valuesRico Tzschichholz2018-05-171-0/+7
* scanner: Accept backreferences \1 through \99 in regex literalsRico Tzschichholz2018-05-162-0/+4
* vala: Abstract and virtual methods may not be variadicRico Tzschichholz2018-05-142-0/+9
* scanner: Accept \R and \N escape sequences in regex literalsRico Tzschichholz2018-05-142-0/+30
* codegen: Fix serializing multidimensional arraysRico Tzschichholz2018-05-122-0/+69
* tests: Treat new lock/unlock tests as compile-only which they areRico Tzschichholz2018-04-272-5/+0
* 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