summaryrefslogtreecommitdiff
path: root/tests/scanner
Commit message (Expand)AuthorAgeFilesLines
* docwriter: Use the fully-qualified name for functions and methodsJasper St. Pierre2013-02-15367-367/+367
* doctool: Use format_xref to format some links to pagesJasper St. Pierre2013-02-151247-1413/+1417
* doctool: Make sure to add "new"Jasper St. Pierre2013-02-1515-15/+15
* doctool: Don't put curly braces around the construct props if there are noneJasper St. Pierre2013-02-1511-22/+11
* doctool: Don't link to the namespace from the namespace pageJasper St. Pierre2013-02-153-6/+3
* tests: Clean up doc generation testsJasper St. Pierre2013-02-151-3/+0
* docwriter: Don't render constants for nowJasper St. Pierre2013-02-1554-1353/+0
* doctool: Remove an extra <p> in the signalsJasper St. Pierre2013-02-158-8/+8
* doctool: Remove the ctype from the signal return valueJasper St. Pierre2013-02-148-8/+8
* doctool: Add an link for signal methodsJasper St. Pierre2013-02-1438-38/+38
* doctool: Fix Gjs class signatureJasper St. Pierre2013-02-1415-30/+77
* doctool: Gjs doesn't have extra signal parametersJasper St. Pierre2013-02-1419-171/+19
* doctool: Fix use of <dl> tag in templatesJasper St. Pierre2013-02-14952-5712/+9482
* docwriter: Skip non-introspectable nodes in introspectable languagesJasper St. Pierre2013-02-1444-1912/+0
* docwriter: Format list types as if they are arraysJasper St. Pierre2013-02-1441-77/+77
* tests/scanner: add Regress-1.0-*-expected to EXTRA_DISTRico Tzschichholz2013-02-121-1/+4
* tests: Use Regress GIR for doctoolJasper St. Pierre2013-02-111349-1/+55405
* annotation: Fix invalid typeJasper St. Pierre2013-02-072-4/+3
* tests: Move do_moo to warnlibJasper St. Pierre2013-02-076-60/+100
* tests: Move TestInherit into RegressJasper St. Pierre2013-02-074-36/+132
* tests: Move Foo into RegressJasper St. Pierre2013-02-074-483/+1909
* tests: Move Annotation into RegressJasper St. Pierre2013-02-075-1267/+1268
* ast: Make sure to export c:type for signals and propertiesJasper St. Pierre2013-02-013-39/+39
* girparser: Serialize and read back the instance_parameterJasper St. Pierre2013-02-017-0/+443
* giscanner: Apply standard annotations to constant valuesJasper St. Pierre2013-02-012-1/+6
* 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