summaryrefslogtreecommitdiff
path: root/tests/scanner
Commit message (Expand)AuthorAgeFilesLines
* giscanner: Add a simple automatic sections file generatorJasper St. Pierre2013-06-162-1/+371
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-1/+2
* Revert addition of __int128 testsColin Walters2013-05-075-87/+0
* Add expected doc files for previous commitColin Walters2013-05-073-0/+75
* scanner: Parse __int128 and friends as "int"Colin Walters2013-05-072-0/+14
* build: use diff -r when testing generated docsDieter Verfaillie2013-05-061-3/+3
* build: silence "make[5]: unlink: Regress-1.0-Python: Is a directory"Dieter Verfaillie2013-05-061-3/+3
* build: make it clear generated documentation goes in $(builddir)Dieter Verfaillie2013-05-061-6/+6
* tests: add missing expected generated documentationDieter Verfaillie2013-04-226-0/+233
* fix "make distcheck"Dieter Verfaillie2013-04-211-3/+6
* tests: Add a struct with fixed-size gcharColin Walters2013-04-193-0/+36
* giscanner: fix broken xml:whitespace attributes in .gir filesDieter Verfaillie2013-04-093-358/+358
* tests: fix a too wide search/replaceDieter Verfaillie2013-04-0915-33/+32
* tests: Restore intentional mixed tab/space indentationDieter Verfaillie2013-04-091-8/+8
* tests: Add more torture CPPFLAGS for RegressColin Walters2013-03-061-3/+4
* tests: Remove duplicate specification of CPPFLAGS for RegressColin Walters2013-03-061-2/+2
* regress: Add a test case for passing -Dquoted_stringColin Walters2013-03-051-1/+3
* Reformat code to GNU styleMartin Pitt2013-02-271-7/+7
* Add test case for signal with a C array and length argumentMartin Pitt2013-02-275-0/+172
* tests: Add missing expected filesColin Walters2013-02-2717-0/+774
* scanner: internals cleanup: Key more things off NamespaceColin Walters2013-02-267-10/+0
* doctool: Use builtin namespace walkerColin Walters2013-02-2620-1/+643
* scanner: Synthesize argument names if we don't see oneColin Walters2013-02-263-9/+9
* Install utility.[hc]Martin Pitt2013-02-201-1/+1
* tests: Add RegressTestReferenceEnum to the doc testsJasper St. Pierre2013-02-183-0/+127
* sourcescanner: Make sure to mark constants as setJasper St. Pierre2013-02-181-0/+15
* sourcescanner: Fix symbolic references in enum membersJasper St. Pierre2013-02-162-15/+24
* 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