summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-expected.gir
Commit message (Expand)AuthorAgeFilesLines
* Try harder to preserve c:typeJohan Dahlin2011-08-131-42/+42
* Add signal flagsJohan Dahlin2011-08-131-5/+45
* annotationparser: Only accept certain tagsColin Walters2011-08-131-2/+4
* scanner: add a moved_to property to backcompat functionsTorsten Schönfeld2011-08-131-1/+2
* scanner: handle static methods on all typesTorsten Schönfeld2011-08-131-0/+6
* scanner: Don't throw away blank lines in the docsColin Walters2011-08-131-0/+13
* Add Regress method for a closure taking and returning a GVariantMartin Pitt2011-08-121-0/+17
* giscanner: mark GAsyncReadyCallbacks as allow-noneDan Winship2011-07-011-1/+4
* Fix accessing structure fields that are arraysGiovanni Campagna2011-06-081-8/+1
* Always add a zero-terminated attribute when it cannot be impliedGiovanni Campagna2011-06-041-17/+19
* scanner: Support _get_gtype() as a GType creation suffixColin Walters2011-06-031-1/+1
* Update expected GIR for commit e70cdbce955475915ea441bdbd45d02d825786f6Colin Walters2011-06-031-5/+5
* Regress: Add GVariant testsColin Walters2011-05-251-0/+31
* Add more coverage for recently added (skip) regress additionsDavid Zeuthen2011-05-131-1/+143
* Move recently added (skip) tests to the regress moduleDavid Zeuthen2011-05-131-0/+52
* GScannerParser: recognize character constantsGiovanni Campagna2011-05-121-0/+9
* giscanner: read (array) and (element-type) annotations for fieldsGiovanni Campagna2011-05-111-8/+38
* Update expected gir for previous changeGOBJECT_INTROSPECTION_0_10_8Colin Walters2011-05-051-0/+5
* g_field_info_get_field: return correct pointer for C arrayMaxim Ermilov2011-05-041-0/+10
* Add warnings for the (constructor) annotationTomeu Vizoso2011-02-221-0/+5
* Add (method) overridesTomeu Vizoso2011-02-021-0/+5
* Add (constructor) annotationTomeu Vizoso2011-01-281-0/+11
* Preserve the c:type of array elementsTomeu Vizoso2011-01-211-17/+17
* Make caller-allocates detection work for struct aliasesPavel Holejsovsky2011-01-131-0/+18
* Add support for g[u]intptr in scanner and girwriter.Pavel Holejsovsky2011-01-131-4/+4
* tests: Update expected girs for --c-includeColin Walters2011-01-111-0/+1
* scanner: support typedefs for container typesJonathan Matthew2010-12-161-0/+31
* giscanner: don't ignore signal parameter names from annotations.Pavel Holejsovsky2010-12-151-3/+3
* Support hexadecimal escapes in constantsColin Walters2010-12-021-0/+3
* scanner: Only mark structures and unions as out-caller-allocatesColin Walters2010-11-191-0/+15
* scanner: use c-symbol-prefix for method pairing where possibleJonathan Matthew2010-11-161-31/+23
* Add support for gunichar in typelibColin Walters2010-11-121-0/+10
* Handle enumerations with the full range of signed and unsigned valuesOwen W. Taylor2010-11-011-1/+25
* scanner: Support GStrv as signal parametersColin Walters2010-10-211-0/+14
* Remove Regress tests with input args with transfer full or container.Pavel Holejsovsky2010-09-281-132/+0
* regress: Remove busted testsColin Walters2010-09-271-27/+0
* [scanner] Make sure private enums are filteredJohan Dahlin2010-09-261-2/+2
* [scanner] Support private/public directivesJohan Dahlin2010-09-201-0/+19
* scanner: Add c_type for callbacksColin Walters2010-09-141-0/+19
* scanner: Parse annotations for typedefsColin Walters2010-09-141-0/+7
* scanner: Handle G_TYPE_HASH_TABLEColin Walters2010-09-141-0/+15
* scanner: Add a test for G_TYPE_ARRAY and (element-type uint)Colin Walters2010-09-131-0/+14
* scanner: Mark '_'-prefixed fields as introspectable=0Colin Walters2010-09-091-0/+14
* Handle casing better for constantsOwen W. Taylor2010-09-071-0/+12
* scanner: Automatically skip callables which contain a skipped nodeColin Walters2010-09-071-0/+30
* tests: Update expected gir for previous commitsColin Walters2010-09-071-11/+17
* Revert "[scanner] Revert static method pairing"Johan Dahlin2010-09-071-83/+82
* [scanner] Revert static method pairingJohan Dahlin2010-09-061-82/+83
* scanner: Associate constructors with correct classColin Walters2010-09-021-1/+1
* Major rewriteColin Walters2010-08-311-59/+93