summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Python-expected
Commit message (Collapse)AuthorAgeFilesLines
* scanner: Don't barf on anonymous unionsColin Walters2013-10-302-0/+50
| | | | | | | | I'd like to be able to use this inside GTK+. See: https://bugzilla.gnome.org/show_bug.cgi?id=711153 https://bugzilla.gnome.org/show_bug.cgi?id=711157
* giscanner: Test fixups for field annotations and documentationStef Walter2013-10-281-0/+25
| | | | Related to: https://bugzilla.gnome.org/show_bug.cgi?id=710561
* giscanner: write virtual method instance parameter docs to .gir fileDieter Verfaillie2013-10-082-2/+2
|
* giscanner: honor line and paragraph breaks in description fieldsDieter Verfaillie2013-10-083-3/+6
| | | | | | | | | GTK-Doc parameter description fields are allowed to span multiple lines, tag description fields are allowed to span multiple lines and paragraphs. A tool fixing/rewriting GTK-Doc comment blocks in source files would need to have description fields parsed and stored (almost) exactly as they appear in the source file.
* Revert addition of __int128 testsColin Walters2013-05-071-25/+0
| | | | | | | | It's not available on 32 bit architectures, which is a pain for our testing because we can't easily make Regress architecture independent. This reverts commit ca93f8474c9f6ca184d0b5806a4e459ad3dcd132.
* Add expected doc files for previous commitColin Walters2013-05-071-0/+25
|
* tests: add missing expected generated documentationDieter Verfaillie2013-04-222-0/+80
| | | | | | | | a09072bd1f75dfc7497ed599e03e331bff411fd4 introduced new symbols in tests/scanner/regress.[ch] but was missing the expected generated documentation. https://bugzilla.gnome.org/show_bug.cgi?id=698616
* tests: fix a too wide search/replaceDieter Verfaillie2013-04-094-4/+4
| | | | | | Changed by accident in 2df621c53cdffbc3c43c3745947ee859020c8338 https://bugzilla.gnome.org/show_bug.cgi?id=697613
* Add test case for signal with a C array and length argumentMartin Pitt2013-02-271-0/+49
| | | | By-product of https://bugzilla.gnome.org/show_bug.cgi?id=662241.
* tests: Add missing expected filesColin Walters2013-02-278-0/+372
|
* tests: Add RegressTestReferenceEnum to the doc testsJasper St. Pierre2013-02-181-0/+51
| | | | I really messed this one up :(
* docwriter: Use the fully-qualified name for functions and methodsJasper St. Pierre2013-02-15261-261/+261
|
* doctool: Use format_xref to format some links to pagesJasper St. Pierre2013-02-15390-556/+556
| | | | | | We don't do a full 100% conversion for all link tags, yet, because I don't want to break too much here. This may come later.
* doctool: Don't link to the namespace from the namespace pageJasper St. Pierre2013-02-151-2/+1
|
* docwriter: Don't render constants for nowJasper St. Pierre2013-02-1518-451/+0
| | | | | | Clutter has thousands of keysym constants, and until we get them all on one page, this is just tons of tiny files that are just noise.
* doctool: Remove an extra <p> in the signalsJasper St. Pierre2013-02-154-4/+4
|
* doctool: Remove the ctype from the signal return valueJasper St. Pierre2013-02-144-4/+4
| | | | WTF was this here for?
* doctool: Add an link for signal methodsJasper St. Pierre2013-02-1419-19/+19
|
* doctool: Fix use of <dl> tag in templatesJasper St. Pierre2013-02-14303-1900/+3156
| | | | This isn't legal Mallard
* docwriter: Skip non-introspectable nodes in introspectable languagesJasper St. Pierre2013-02-1422-979/+0
|
* docwriter: Format list types as if they are arraysJasper St. Pierre2013-02-1421-40/+40
| | | | Language bindings don't actually care
* tests: Use Regress GIR for doctoolJasper St. Pierre2013-02-11431-0/+18411
This makes us test a lot more functionality in the doc tool, and removes the need to have a lot of different test libraries, and different test infrastructure.