summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* warningtester: Hack in DATADIRGOBJECT_INTROSPECTION_1_29_15Colin Walters2011-07-271-0/+4
* 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
* Added marshalling tests for GPtrArrayAlex Eftimie2011-06-172-0/+259
* gimarshallingtests: Fix and change byte array testsColin Walters2011-06-171-11/+7
* gimarshallingtests: Fix gi_marshalling_tests_init_function()Colin Walters2011-06-171-1/+1
* gimarshallingtests: Add a test function that looks like gtk_init()Colin Walters2011-06-162-0/+23
* gimarshallingtests: Remove gi_marshalling_tests_array_nested_inColin Walters2011-06-162-24/+0
* Add tests for complex arrays as in argumentsGOBJECT_INTROSPECTION_1_29_0Giovanni Campagna2011-06-132-93/+235
* gimarshallingtests: add a few more array testsDan Winship2011-06-102-0/+69
* 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
* Add tests for returning zero-terminated arrays of non-stringsGiovanni Campagna2011-05-122-2/+27
* 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
* g_field_info_get_field: return correct pointer for C arrayMaxim Ermilov2011-05-042-0/+15
* gimarshallingtests: Remove incorrect castColin Walters2011-04-181-1/+1
* [tests] add a gclosure_return method to test passing GClosures between methodsJohn (J5) Palmieri2011-03-162-1/+38
* Add "c:identifier" attribute to GIrNodeValue (for flags and enum values).GOBJECT_INTROSPECTION_0_10_3Laszlo Pandy2011-02-232-3/+77
* Add GIMarshalllingTests function with in parameter as well as GError.Laszlo Pandy2011-02-232-0/+15
* Add mask flags to GIMarshallingTests to test for flags with the same value.Laszlo Pandy2011-02-232-2/+10
* Add warnings for the (constructor) annotationTomeu Vizoso2011-02-225-0/+35
* Update exact wording of warning in testTomeu Vizoso2011-02-221-1/+1
* Add warnings for the (method) annotationTomeu Vizoso2011-02-222-0/+27
* Add non GType flags to GIMarshallingTests.Laszlo Pandy2011-02-222-0/+58
* [tests] Add GIMarshallingTests function for multiple in and multiple out args.Laszlo Pandy2011-02-182-2/+20
* Include cairo.h instead of cairo/cairo.hSimon van der Linden2011-02-111-1/+1
* Add (method) overridesTomeu Vizoso2011-02-023-0/+16
* Preserve gtk-doc section namesJohan Dahlin2011-02-011-0/+1
* Add (constructor) annotationTomeu Vizoso2011-01-283-0/+22
* Preserve the c:type of array elementsTomeu Vizoso2011-01-213-26/+26
* Add GIMarshallingTests.Interface2Tomeu Vizoso2011-01-202-0/+44
* Initialize GIMarshallingTestsBoxedStruct so we can test its valuesTomeu Vizoso2011-01-191-1/+1
* Add GIMarshallingTests function which sets a GError, to test exception handli...Laszlo Pandy2011-01-192-0/+19
* [tests] add tests for guint8 arraysIgnacio Casal Quinteiro2011-01-192-0/+16
* Add a second enum to GIMarshallingTests to support pygi tests for non-gtype e...Laszlo Pandy2011-01-171-0/+6
* test: gi_marshalling_tests_array_gvariant_inMikkel Kamstrup Erlandsen2011-01-172-0/+16
* Make caller-allocates detection work for struct aliasesPavel Holejsovsky2011-01-133-0/+37