summaryrefslogtreecommitdiff
path: root/tests/scanner/regress.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: Fix compiler warningsMartin Pitt2013-01-151-5/+5
* Clean up cairo handling somewhatColin Walters2013-01-071-1/+6
* Regress: Add signal returning a GArrayMartin Pitt2013-01-041-0/+20
* tests: Fix up WarnLib build, remove accidental additions to regress.cColin Walters2012-12-051-14/+0
* WarnLib: New library for testing API that emits warningsColin Walters2012-12-021-0/+14
* Add more tests for boxed typesGiovanni Campagna2012-11-201-0/+47
* regress: Add a test case for skipping a function with an unannotated callbackColin Walters2012-10-271-0/+12
* [gobject-introspection] Add test method for GDestroy with no user dataSimon Feltman2012-10-111-0/+14
* regress: Add API to test signals with (u)int64 paramsNicolas Dufresne2012-09-121-0/+62
* scanner: methods cannot have an out-arg as their first argTorsten Schönfeld2012-08-211-0/+12
* Revert "Implement "rename to" annotation for records"Colin Walters2012-08-131-17/+0
* tests: Fix coding style and compiler warning in regressColin Walters2012-08-051-3/+6
* Add test for "rename to" annotation for recordsJon Nordby2012-07-271-0/+14
* regress: Use G_DEFINE_INTERFACEJasper St. Pierre2012-07-161-14/+3
* regress: Fix regress_test_versioningJasper St. Pierre2012-07-161-1/+1
* scanner: support stability tagEvan Nemerson2012-07-101-0/+12
* scanner: complete the enum-to-error-quark fixGiovanni Campagna2012-06-181-0/+84
* tests: Add a refcounting boxedJasper St. Pierre2012-06-011-0/+32
* tests: Fix a memory leakJasper St. Pierre2012-05-251-1/+4
* tests: Add a foreign struct signal testJasper St. Pierre2012-05-251-0/+27