summaryrefslogtreecommitdiff
path: root/tests/scanner
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix compiler warningsMartin Pitt2013-01-151-5/+5
* 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
* 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
* 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
* 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-022-4/+43
* 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
* Regress: Update expected gir for previous changesRico Tzschichholz2012-11-211-0/+34
* Add more tests for boxed typesGiovanni Campagna2012-11-202-0/+57
* scanner: Emit correct type for unsigned integer constantsColin Walters2012-11-071-1/+1
* scanner: Correctly handle large 64 bit integer constantsColin Walters2012-10-302-0/+20
* 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
* scanner: Ignore #defines starting with _Colin Walters2012-10-271-1/+5
* Drop calls to g_type_init()Colin Walters2012-10-161-1/+0
* [gobject-introspection] Add test method for GDestroy with no user dataSimon Feltman2012-10-113-0/+36
* regress: Add API to test signals with (u)int64 paramsNicolas Dufresne2012-09-123-0/+102
* scanner: methods cannot have an out-arg as their first argTorsten Schönfeld2012-08-213-0/+51
* build: Ensure cairo-gobject always ends up in cairo.girColin Walters2012-08-141-6/+5
* Revert "Implement "rename to" annotation for records"Colin Walters2012-08-133-63/+0
* tests: Fix coding style and compiler warning in regressColin Walters2012-08-052-5/+8
* Test typedef in #defineAlban Browaeys2012-08-032-0/+11
* scanner: handle unsigned properly for type of defined sizeAlban Browaeys2012-08-032-0/+6
* giscanner: special case G_GINT64_CONSTANT and G_GUINT64_CONSTANT + miscAlban Browaeys2012-08-032-0/+6
* Regress: Update expected gir for previous changesColin Walters2012-07-311-1/+1
* tests: Fix comment about expected resultJon Nordby2012-07-291-1/+1
* Add test for "rename to" annotation for recordsJon Nordby2012-07-273-0/+60
* regress: Use G_DEFINE_INTERFACEJasper St. Pierre2012-07-161-14/+3
* regress: Fix regress_test_versioningJasper St. Pierre2012-07-162-2/+2
* scanner: support stability tagEvan Nemerson2012-07-103-0/+25
* scanner: Ensure "complete_ctype" patch doesn't throw an exception for anonymo...Colin Walters2012-07-082-1/+26
* giscanner: Write detailed information in "type" tag's "c:type" attribute.Krzesimir Nowak2012-07-075-50/+88
* Maintransfomer: fix again paring error domains with unregistered enumsGiovanni Campagna2012-07-023-0/+27
* Add missing SLetter expected girColin Walters2012-07-021-0/+44
* tests: Add GSpawnError-alike to SLetterColin Walters2012-07-022-0/+15
* tests: Add SLetterColin Walters2012-07-023-0/+35
* scanner: complete the enum-to-error-quark fixGiovanni Campagna2012-06-183-0/+269
* tests: Add a refcounting boxedJasper St. Pierre2012-06-013-0/+60
* scanner: allow for functions that look like constructors but aren'tDan Winship2012-05-263-0/+24
* tests: Fix a memory leakJasper St. Pierre2012-05-251-1/+4
* tests: Add a foreign struct signal testJasper St. Pierre2012-05-253-0/+45