summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix compiler warningsMartin Pitt2013-01-153-7/+7
* gimarshallingtests: Add method taking a GParamSpec argumentMartin Pitt2013-01-142-2/+14
* gimarshallingtests: Add boxed GList propertyMartin Pitt2013-01-142-0/+34
* gimarshallingtests: Add string_ to boxed structureVadim Rutkovsky2013-01-112-3/+8
* girepository: gchar is a signed typeMartin Pitt2013-01-111-0/+55
* gimarshallingtests: Add vfunc with an array outputPaolo Borelli2013-01-112-0/+20
* tests: add invalid identifier test caseDieter Verfaillie2013-01-091-0/+18
* giscanner: Don't fail on empty GTK-Doc comment blocksDieter Verfaillie2013-01-091-0/+8
* mallardwriter: Improve type formatting for PythonJasper St. Pierre2013-01-095-17/+17
* doc: Add self to methods in the Python declarationsJasper St. Pierre2013-01-091-1/+1
* doc: Make the Python declarations look a tiny bit nicerJasper St. Pierre2013-01-094-4/+8
* mallardwriter: Add support for parametersJasper St. Pierre2013-01-098-10/+18
* Clean up cairo handling somewhatColin Walters2013-01-073-6/+28
* Regress: Add signal returning a GArrayMartin Pitt2013-01-042-0/+33
* tests/annotationparser: Drop Python API usage down to 2.6, not 2.7Colin Walters2012-12-301-8/+8
* gimarshallingtests: Add test for value array of boxed structsMartin Pitt2012-12-182-0/+14
* gimarshallingtests:: Add test for returning a caller-allocated GArrayGonzalo Odiard2012-12-172-0/+18
* scanner: Warn if we're missing (element-type) for GPtrArrayColin Walters2012-12-102-0/+9
* build: Include tests/scanner/annotationparser/* to EXTRA_DISTRico Tzschichholz2012-12-051-0/+49
* tests: Fix up WarnLib build, remove accidental additions to regress.cColin Walters2012-12-053-15/+33
* tests: don't fake Automake silent modeDieter Verfaillie2012-12-031-2/+8
* tests: fix incremental buildDieter Verfaillie2012-12-031-2/+2
* WarnLib: New library for testing API that emits warningsColin Walters2012-12-024-1/+60
* scanner: Parse comments with */ not on a new line, but emit a warningDieter Verfaillie2012-12-023-4/+54
* gimarshallingtests: Add a utf8-in-bytearray testColin Walters2012-11-292-0/+22
* giscanner: update annotationparser to most recent gtkdoc-mkdb bug fixes.Dieter Verfaillie2012-11-282-0/+70
* giscanner: Correctly detect invalid GTK-Doc comment block end markersDieter Verfaillie2012-11-281-0/+19
* giscanner: treat the GTK-Doc Description: tag like any other tagDieter Verfaillie2012-11-281-0/+117
* giscanner: construct list of possible tag names for TAG_RE from _ALL_TAGS...Dieter Verfaillie2012-11-281-2/+2
* giscanner: move unit tests from giscanner/annotationpatters.py...Dieter Verfaillie2012-11-282-0/+601
* giscanner: add AnnotationParser testsDieter Verfaillie2012-11-2845-0/+5778
* GIMarshallingTests: Add more virtual methods with out argumentsMartin Pitt2012-11-212-0/+55
* Regress: Update expected gir for previous changesRico Tzschichholz2012-11-211-0/+34
* Add more tests for boxed typesGiovanni Campagna2012-11-202-0/+57
* GIMarshallingTests: Add GVariant propertyMartin Pitt2012-11-142-0/+17
* gimarshallingtests: Fix return data typeMartin Pitt2012-11-092-2/+2
* gimarshallingtests: Add some GBytes testsColin Walters2012-11-072-0/+35
* scanner: Emit correct type for unsigned integer constantsColin Walters2012-11-071-1/+1
* tests: work around make check warningDieter Verfaillie2012-10-311-2/+5
* tests/offsets: Remove leftover g_type_init() callColin Walters2012-10-311-2/+0
* scanner: Correctly handle large 64 bit integer constantsColin Walters2012-10-302-0/+20
* Expand on the documentation testsGiovanni Campagna2012-10-2812-0/+423
* Add documentation for enumeration membersGiovanni Campagna2012-10-286-77/+166
* regress: Add a test case for skipping a function with an unannotated callbackColin Walters2012-10-273-0/+29
* gimarshallingtests: Attempt to avoid using reserved wordsColin Walters2012-10-272-276/+276
* gmarshallingtests: Fix prototype () -> (void)Colin Walters2012-10-272-3/+3
* scanner: Ignore #defines starting with _Colin Walters2012-10-271-1/+5
* Drop calls to g_type_init()Colin Walters2012-10-164-7/+0
* [gobject-introspection] Add test method for GDestroy with no user dataSimon Feltman2012-10-113-0/+36
* gimarshallingtests: Add array/GList uint32/64 in/out APIMartin Pitt2012-10-112-0/+68