summaryrefslogtreecommitdiff
path: root/tests/scanner/regress.c
Commit message (Expand)AuthorAgeFilesLines
* regress: Check array length before accessingPhilip Chimento2019-04-151-1/+7
* regress: Initialize all struct fields, or mark intent not toPhilip Chimento2019-04-151-4/+4
* tests: Mark unused function arguments with G_GNUC_UNUSEDPhilip Chimento2019-04-151-53/+59
* tests: Add functions using flat struct arraysTomasz Miąsko2019-01-081-0/+123
* regress: Implement interface and override propertiesPhilip Chimento2018-11-071-1/+79
* regress: Add test for write-only propertyPhilip Chimento2018-10-221-0/+14
* regress: implement the getter/setter for the new byte-array property.Christoph Reiter2018-08-111-0/+8
* build: enable -Wcast-function-typeChristoph Reiter2018-07-291-1/+1
* regress: Don't leak in property setter and destructorSimon Feltman2018-07-271-0/+10
* regress: Use g_list_free_full and g_list_copy_deepSimon Feltman2018-07-271-9/+3
* regress: Avoid double-promotion warningPhilip Chimento2018-06-201-1/+1
* regress: Add test with signal inout parameterPhilip Chimento2018-06-201-0/+36
* regress: Add test for interface signalPhilip Chimento2018-06-201-0/+25
* Add regression tests for default ByteArray element type.Tomasz Miąsko2018-04-151-1/+14
* tests: Fix declarationsPhilip Chimento2018-03-311-5/+6
* tests: Avoid global variable shadowing localPhilip Chimento2018-03-311-5/+5
* tests: Fix const-ness warningsPhilip Chimento2018-03-311-6/+8
* Fix parsing when type_specifier comes before type_qualifier.Tomasz Miąsko2018-02-091-1/+1
* regress: Check that enum value assignments work for all membersEmmanuele Bassi2018-01-251-0/+1
* regress: Test for property and method with conflicting namesRico Tzschichholz2017-07-211-1/+33
* regress: Add test for setting a NULL strv in a GValueSam Spilsbury2017-04-251-0/+17
* tests: Add a hidden fundamental classLionel Landwerlin2017-01-141-0/+37
* tests: Add regression test for signal w. array+lenPhilip Chimento2016-02-081-1/+13
* tests: Add regression test for out array of structPhilip Chimento2016-02-071-0/+17
* tests: Add more regression tests for (not nullable)Philip Withnall2015-11-061-0/+24
* tests: Usage a single allocation for test_ghash_gvalue_returnSimon Feltman2015-10-191-22/+26
* tests: Free input array in test_array_int_inout()Simon Feltman2015-10-191-0/+2
* tests: Free input string in regress_test_utf8_inout()Simon Feltman2015-10-191-0/+1
* tests: Unref async result after adding to idle callbackSimon Feltman2015-10-191-0/+1
* Add support for function typedefs without pointerBen Iofel2015-10-191-0/+14
* giscanner: Mark gpointer nodes as nullable by defaultPhilip Withnall2015-10-041-0/+1
* scanner: Fix allow-none on return valuesGarrett Regier2015-09-291-0/+24
* scanner: GVariants are also valid to be floatingColin Walters2015-09-281-0/+11
* regress: Add a test for (nullable)Colin Walters2015-09-031-0/+9
* test: Add a test for GList containing GType.Christoph Reiter2015-07-051-0/+18
* Add deprecation guards for GSimpleAsyncResult deprecationChristoph Reiter2015-06-191-0/+2
* tests: Add regression test for (transfer full) returning callbacksDebarshi Ray2015-06-181-0/+14
* Don't unconditionally include config.h in regress.cMatthias Clasen2014-10-101-0/+3
* scanner: Honor nested types on array declarations as wellColin Walters2014-09-051-0/+12
* tests/scanner: Decorate Symbols for ExportChun-wei Fan2014-08-151-0/+2
* tests: Add regression test for callbacks with an inout arrayGarrett Regier2014-08-071-0/+31
* Parse and expose ownership transfer for instance parametersGiovanni Campagna2014-07-031-0/+11
* Revert "giscanner: don't accept (allow-none) on Returns:"Ryan Lortie2014-05-061-1/+1
* giscanner: don't accept (allow-none) on Returns:Dieter Verfaillie2014-05-061-1/+1
* maintransformer: don't pair methods if the symbol prefix does not match with ...Giovanni Campagna2014-02-261-0/+10
* regress: Fix regress_test_torture_signature_2() to actually call the callbackMartin Pitt2014-01-141-0/+1
* giscanner: fix description field storage in .gir filesDieter Verfaillie2013-10-081-3/+6
* giscanner: deprecate GObject-Introspection GTK-Doc tagsDieter Verfaillie2013-10-081-25/+6
* tests: Add a struct with fixed-size gcharColin Walters2013-04-191-0/+8
* Add test case for signal with a C array and length argumentMartin Pitt2013-02-271-0/+22