summaryrefslogtreecommitdiff
path: root/giscanner/maintransformer.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* scanner: use c-symbol-prefix for method pairing where possibleJonathan Matthew2010-11-161-1/+4
* Revert "Apply `(type bitfield)' annotations for enums"Johan Dahlin2010-10-061-9/+2
* Revert "block can be None, fixup last commit"Johan Dahlin2010-10-061-4/+3
* block can be None, fixup last commitJohan Dahlin2010-10-051-3/+4
* Apply `(type bitfield)' annotations for enumsAndreas Rottmann2010-10-051-2/+9
* scanner: Abort if we would be generating an empty namespaceColin Walters2010-09-291-0/+6
* [annotationparser] Allow param less closuresJohan Dahlin2010-09-241-1/+1
* Add more array warnings + testsJohan Dahlin2010-09-241-1/+5
* [maintransformer] Add more warnings for element-typeJohan Dahlin2010-09-241-5/+28
* [maintransformer] Use constantsJohan Dahlin2010-09-241-3/+3
* [annotation] Add constants for out optionsJohan Dahlin2010-09-241-2/+3