summaryrefslogtreecommitdiff
path: root/giscanner/maintransformer.py
Commit message (Expand)AuthorAgeFilesLines
* scanner: Only warn about signal parameters if there are someColin Walters2013-05-071-1/+3
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-30/+31
* giscanner: emit 'incorrect number of parameters in comment block' warningDieter Verfaillie2013-05-071-12/+18
* annotationparser: Remove get_tag/get_paramJasper St. Pierre2013-05-071-17/+17
* giscanner: simplify the MainTransformer().transform() methodDieter Verfaillie2013-05-071-6/+4
* giscanner: make _pass_read_annotations2() more readableDieter Verfaillie2013-05-071-26/+22
* giscanner: make _pass_fixup_hidden_fields() more readableDieter Verfaillie2013-04-091-8/+5
* giscanner: remove unused variables and importsDieter Verfaillie2013-04-091-3/+1
* ast: Rename Class.parent to parent_typeJasper St. Pierre2013-02-151-6/+6
* transformer: Ensure that types aren't resolved if we can't find themJasper St. Pierre2013-02-071-1/+1
* giscanner: Apply standard annotations to constant valuesJasper St. Pierre2013-02-011-3/+6
* giscanner: fix DocBlock().commentDieter Verfaillie2012-11-281-2/+2
* giscanner: remove unused variablesDieter Verfaillie2012-11-281-5/+4
* giscanner: use dict.items()...Dieter Verfaillie2012-11-281-1/+1
* giscanner: improve wording of inline documentationDieter Verfaillie2012-11-281-1/+1
* Add documentation for enumeration membersGiovanni Campagna2012-10-281-0/+11
* 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