summaryrefslogtreecommitdiff
path: root/giscanner/maintransformer.py
Commit message (Expand)AuthorAgeFilesLines
* scanner: methods cannot have an out-arg as their first argTorsten Schönfeld2012-08-211-0/+6
* Revert "Implement "rename to" annotation for records"Colin Walters2012-08-131-15/+5
* Implement "rename to" annotation for recordsJon Nordby2012-07-271-5/+15
* scanner: support stability tagEvan Nemerson2012-07-101-1/+11
* Maintransfomer: fix again paring error domains with unregistered enumsGiovanni Campagna2012-07-021-13/+3
* Revert scanner fix in 64f3832Jasper St. Pierre2012-06-271-1/+1
* scanner: complete the enum-to-error-quark fixGiovanni Campagna2012-06-181-1/+1
* scanner: fix pairing of error quarks with registered enumsGiovanni Campagna2012-06-161-3/+5
* scanner: allow for functions that look like constructors but aren'tDan Winship2012-05-261-3/+4
* Split parameter and tag storage in annotationparser parse treeDieter Verfaillie2012-04-051-20/+20
* Now make AnnotationParser do what gobject-introspection needs it to do.Dieter Verfaillie2012-04-051-3/+4
* Fix matching of methods named *_get_type()Matthew Booth2012-03-061-3/+4
* giscanner: Add better errors for unknown param namesJasper St. Pierre2012-02-131-11/+14
* scanner: Allow adding annotations to vfuncs directlyJasper St. Pierre2012-02-091-0/+4
* Allow using GLib.List(Foo) instead of GLib.List<Foo>Olivier Crête2012-01-101-3/+4
* Add a floating alias for noneJohan Dahlin2011-11-251-3/+10
* scanner: allow GObject.Object as a superclass return typeDan Winship2011-10-131-1/+1
* Add constant value annotationJohan Dahlin2011-09-141-1/+11
* scanner: Don't try to copy c:type if we're parsing (element-type)Colin Walters2011-08-291-5/+10
* scanner: Remove some dead debugging codeColin Walters2011-08-291-3/+0
* Add tests for newly added warningsGiovanni Campagna2011-08-181-3/+3
* Disallow non byte types for GByteArraysGiovanni Campagna2011-08-181-2/+14
* Forbid GPtrArrays holding non-pointer typesGiovanni Campagna2011-08-181-0/+14
* Allow enums and bitfields to have static methodsTorsten Schönfeld2011-08-161-1/+1
* Recognize constructors ending in 'newv'Torsten Schönfeld2011-08-141-4/+15
* Try harder to preserve c:typeJohan Dahlin2011-08-131-1/+5
* scanner: add a moved_to property to backcompat functionsTorsten Schönfeld2011-08-131-3/+3
* scanner: handle static methods on all typesTorsten Schönfeld2011-08-131-11/+27
* Switch to storing string form of error quarksDan Winship2011-08-121-4/+2
* giscanner: mark GAsyncReadyCallbacks as allow-noneDan Winship2011-07-011-0/+1
* Rework how fundamental GObject types are introspectedGiovanni Campagna2011-06-081-3/+1
* Always add a zero-terminated attribute when it cannot be impliedGiovanni Campagna2011-06-041-0/+2
* scanner: Support _get_gtype() as a GType creation suffixColin Walters2011-06-031-1/+3
* Add support for the (skip) annotation on parameters or return valuesDavid Zeuthen2011-05-131-0/+3
* giscanner: read (array) and (element-type) annotations for fieldsGiovanni Campagna2011-05-111-3/+7
* Add warnings for the (constructor) annotationTomeu Vizoso2011-02-221-11/+50
* Add warnings for the (method) annotationTomeu Vizoso2011-02-221-4/+16
* Add (method) overridesTomeu Vizoso2011-02-021-13/+33
* Preserve gtk-doc section namesJohan Dahlin2011-02-011-0/+5
* Add (constructor) annotationTomeu Vizoso2011-01-281-11/+22
* [scanner] Don't crash if we don't have a ctype in array element typesTomeu Vizoso2011-01-211-1/+2
* Preserve the c:type of array elementsTomeu Vizoso2011-01-211-2/+3
* Disable missing class structure warning, add a bug referenceJohan Dahlin2011-01-201-2/+3
* Make caller-allocates detection work for struct aliasesPavel Holejsovsky2011-01-131-0/+1
* scanner: Make sure that vfuncs made to the GIRTomeu Vizoso2011-01-071-13/+0
* scanner: avoid crash when annotation explicitly changes 'self' argumentPavel Holejsovsky2010-12-211-1/+1
* scanner: support typedefs for container typesJonathan Matthew2010-12-161-10/+0
* giscanner: don't ignore signal parameter names from annotations.Pavel Holejsovsky2010-12-151-1/+4
* scanner: Only mark structures and unions as out-caller-allocatesColin Walters2010-11-191-1/+4
* scanner: Fall back to default uscoring for method pairing if possibleColin Walters2010-11-161-6/+16