summaryrefslogtreecommitdiff
path: root/tests/scanner/regress.h
Commit message (Expand)AuthorAgeFilesLines
* scanner: Correctly handle large 64 bit integer constantsColin Walters2012-11-121-0/+5
* [gobject-introspection] Add test method for GDestroy with no user dataSimon Feltman2012-10-171-0/+2
* regress: Add API to test signals with (u)int64 paramsNicolas Dufresne2012-09-121-0/+2
* scanner: methods cannot have an out-arg as their first argTorsten Schönfeld2012-08-211-0/+1
* Revert "Implement "rename to" annotation for records"Colin Walters2012-08-131-17/+0
* tests: Fix coding style and compiler warning in regressColin Walters2012-08-051-2/+2
* Test typedef in #defineAlban Browaeys2012-08-031-0/+3
* scanner: handle unsigned properly for type of defined sizeAlban Browaeys2012-08-031-0/+1
* giscanner: special case G_GINT64_CONSTANT and G_GUINT64_CONSTANT + miscAlban Browaeys2012-08-031-0/+1
* tests: Fix comment about expected resultJon Nordby2012-07-291-1/+1
* Add test for "rename to" annotation for recordsJon Nordby2012-07-271-0/+17
* regress: Fix regress_test_versioningJasper St. Pierre2012-07-161-1/+1
* scanner: support stability tagEvan Nemerson2012-07-101-0/+3
* scanner: Ensure "complete_ctype" patch doesn't throw an exception for anonymo...Colin Walters2012-07-081-0/+11
* giscanner: Write detailed information in "type" tag's "c:type" attribute.Krzesimir Nowak2012-07-071-0/+14
* scanner: complete the enum-to-error-quark fixGiovanni Campagna2012-06-181-0/+62
* tests: Add a refcounting boxedJasper St. Pierre2012-06-011-0/+11
* tests: Add a foreign struct signal testJasper St. Pierre2012-05-251-0/+1
* Fix GVariant handling in regress_test_closure_variantMartin Pitt2012-05-021-1/+1
* tests: Add GType property TestObj:gtypeBastian Winkler2012-04-191-0/+1
* Revert "annotationparser: indent _parse_comment_block gtkdoc code"Dieter Verfaillie2012-04-171-8/+0
* annotationparser: indent _parse_comment_block gtkdoc codeAlban Browaeys2012-04-171-0/+8
* Split parameter and tag storage in annotationparser parse treeDieter Verfaillie2012-04-051-0/+3
* Fix malformed GTK-Doc comment blocks:Dieter Verfaillie2012-04-051-1/+1
* Add regression tests for GHashTable holding GValueAlberto Mardegan2012-03-271-0/+2
* Add test for a GPtrArray return with transfer fullMartin Pitt2012-02-161-0/+1
* scanner: Allow adding annotations to vfuncs directlyJasper St. Pierre2012-02-091-0/+6
* Add tests for array arguments in callbacksGiovanni Campagna2012-02-061-0/+9
* Add regress_test_null_gerror_callbackPaolo Borelli2012-02-061-0/+1
* tests: Add another simple boxed type with a complex constructorJasper St. Pierre2012-02-031-0/+12
* Add regress test methods for callbacks taking GError and GHashTableMartin Pitt2012-01-241-0/+14
* tests: Add a long string constant testColin Walters2011-12-201-0/+8
* Add regress test method for a (skip) return value without out argumentsMartin Pitt2011-10-211-0/+4
* add test for checking refcounting of signals with transfer none object paramsJohn (J5) Palmieri2011-10-141-0/+1
* scanner: correctly handle structs with arrays of anon unionsTorsten Schönfeld2011-09-111-0/+17
* add regression test for skipped #defineXavier Claessens2011-08-261-0/+2
* Add a regress test for a method returning GPtrArrayXavier Claessens2011-08-261-0/+3
* annotationparser: Don't eat lines that look like parameters outside param listColin Walters2011-08-141-0/+1
* remove the flat struct array test and replace with object pointer array testJohn (J5) Palmieri2011-08-131-0/+2
* scanner: Don't throw away blank lines in the docsColin Walters2011-08-131-0/+2
* Add Regress method for a closure taking and returning a GVariantMartin Pitt2011-08-121-0/+1
* Don't use soon-to-be deprecated G_CONST_RETURNColin Walters2011-06-091-5/+5
* Fix accessing structure fields that are arraysGiovanni Campagna2011-06-081-4/+2
* scanner: Support _get_gtype() as a GType creation suffixColin Walters2011-06-031-1/+2
* scanner: Parse GNUC expression statementsColin Walters2011-06-021-0/+4
* Regress: Add GVariant testsColin Walters2011-05-251-0/+5
* Add more coverage for recently added (skip) regress additionsDavid Zeuthen2011-05-131-5/+33
* Move recently added (skip) tests to the regress moduleDavid Zeuthen2011-05-131-0/+12
* GScannerParser: recognize character constantsGiovanni Campagna2011-05-121-1/+10
* giscanner: read (array) and (element-type) annotations for fieldsGiovanni Campagna2011-05-111-0/+22