summaryrefslogtreecommitdiff
path: root/tests/scanner
Commit message (Expand)AuthorAgeFilesLines
* Allow using GLib.List(Foo) instead of GLib.List<Foo>Olivier Crête2012-01-102-2/+51
* tests: Add a long string constant testColin Walters2011-12-202-0/+13
* Add a floating alias for noneJohan Dahlin2011-11-253-1/+21
* Add regress test method for a (skip) return value without out argumentsMartin Pitt2011-10-213-0/+44
* tests: Also dist headeronly.hColin Walters2011-10-201-0/+2
* tests: Actually add headeronly.hColin Walters2011-10-201-0/+9
* scanner: Support --header-only flagColin Walters2011-10-191-1/+4
* barapp: Don't call g_thread_init()Colin Walters2011-10-181-1/+0
* add test for checking refcounting of signals with transfer none object paramsJohn (J5) Palmieri2011-10-143-0/+50
* scanner: allow GObject.Object as a superclass return typeDan Winship2011-10-133-1/+19
* Add constant value annotationJohan Dahlin2011-09-144-8/+54
* scanner: correctly handle structs with arrays of anon unionsTorsten Schönfeld2011-09-112-0/+56
* Windows port: disable barapp test program on WindowsDieter Verfaillie2011-09-071-0/+2
* Windows port: set CAIRO_LIBS in LIBADD, not LDFLAGSDieter Verfaillie2011-09-071-1/+2
* regress: Fix wrong type of variable in regression testVincent Untz2011-09-021-1/+1
* scanner: Don't try to copy c:type if we're parsing (element-type)Colin Walters2011-08-293-52/+52
* add regression test for skipped #defineXavier Claessens2011-08-262-0/+8
* Add a regress test for a method returning GPtrArrayXavier Claessens2011-08-263-0/+29
* tests: build tests only on make checkAlexandre Rostovtsev2011-08-231-10/+6
* Allow enums and bitfields to have static methodsTorsten Schönfeld2011-08-162-4/+47
* Regress-1.0-expected: Update for previous changeColin Walters2011-08-151-0/+40
* annotationparser: Don't eat lines that look like parameters outside param listColin Walters2011-08-142-0/+39
* Try harder to preserve c:typeJohan Dahlin2011-08-135-56/+74
* Add signal flagsJohan Dahlin2011-08-134-10/+87
* annotationparser: Only accept certain tagsColin Walters2011-08-131-2/+4
* remove the flat struct array test and replace with object pointer array testJohn (J5) Palmieri2011-08-132-0/+17
* scanner: add a moved_to property to backcompat functionsTorsten Schönfeld2011-08-132-2/+5
* scanner: handle static methods on all typesTorsten Schönfeld2011-08-134-0/+55
* scanner: Don't throw away blank lines in the docsColin Walters2011-08-133-0/+31
* Switch to storing string form of error quarksDan Winship2011-08-121-1/+1
* Add Regress method for a closure taking and returning a GVariantMartin Pitt2011-08-123-0/+50
* Don't use deprecated G_CONST_RETURNDominique Leuenberger2011-08-081-5/+5
* Don't copy python files in scanner testsColin Walters2011-07-271-16/+0
* giscanner: Make comments starting with tab characters workJasper St. Pierre2011-07-222-1/+30
* giscanner: mark GAsyncReadyCallbacks as allow-noneDan Winship2011-07-012-1/+5
* Don't use soon-to-be deprecated G_CONST_RETURNColin Walters2011-06-091-5/+5
* Fix accessing structure fields that are arraysGiovanni Campagna2011-06-082-12/+3
* Always add a zero-terminated attribute when it cannot be impliedGiovanni Campagna2011-06-042-26/+28
* scanner: Support _get_gtype() as a GType creation suffixColin Walters2011-06-033-4/+5
* Update expected GIR for commit e70cdbce955475915ea441bdbd45d02d825786f6Colin Walters2011-06-031-5/+5
* scanner: Parse GNUC expression statementsColin Walters2011-06-021-0/+4
* Regress: fix GVariant testsGiovanni Campagna2011-06-011-5/+5
* Regress: Add GVariant testsColin Walters2011-05-253-0/+99
* Add more coverage for recently added (skip) regress additionsDavid Zeuthen2011-05-133-21/+286
* Move recently added (skip) tests to the regress moduleDavid Zeuthen2011-05-136-107/+113
* Add support for the (skip) annotation on parameters or return valuesDavid Zeuthen2011-05-133-0/+107
* GScannerParser: recognize character constantsGiovanni Campagna2011-05-123-1/+20
* giscanner: read (array) and (element-type) annotations for fieldsGiovanni Campagna2011-05-112-8/+60
* Update expected gir for previous changeGOBJECT_INTROSPECTION_0_10_8Colin Walters2011-05-051-0/+5
* Add test function regress_test_struct_fixed_array_frobColin Walters2011-05-042-0/+12