summaryrefslogtreecommitdiff
path: root/giscanner/maintransformer.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* [maintransformer] Use AssertionErrorJohan Dahlin2010-09-241-5/+2
* Add scope annotation value warningsJohan Dahlin2010-09-231-12/+3
* Validate transfer annnotationsJohan Dahlin2010-09-231-1/+1
* Paper-bag fix, add an OPT_TRANSFER importJohan Dahlin2010-09-231-1/+1
* Replace TAG_TRANSFER with OPT_TRANSFERJohan Dahlin2010-09-231-3/+3
* [scanner] Warn for invalid scanner annotationsJohan Dahlin2010-09-231-7/+7
* [maintransformer] Improve type resolution warningsJohan Dahlin2010-09-201-13/+36
* [scanner] Add a Position classJohan Dahlin2010-09-201-2/+2
* [maintransformer] Make warning more robustJohan Dahlin2010-09-201-2/+2
* Include proper line number for scope warningJohan Dahlin2010-09-191-3/+4
* Include proper filename and lineno in doc warningJohan Dahlin2010-09-191-1/+3
* [annotationparser] Preserve line numbersJohan Dahlin2010-09-191-1/+1
* [maintransformer] Do not warn for returns and varargsJohan Dahlin2010-09-181-1/+1
* Make Full the default transfer for returned foreign structs.Tomeu Vizoso2010-09-171-4/+16
* [maintransformer] Do not warn for vararg docsJohan Dahlin2010-09-161-0/+3
* Add a warning for unresolved typesJohan Dahlin2010-09-151-6/+15
* scanner: Add temporary workaround for GStreamerColin Walters2010-09-151-0/+2
* Add a parameter mismatch warningJohan Dahlin2010-09-141-1/+24
* scanner: Parse annotations for typedefsColin Walters2010-09-141-1/+7
* scanner: Consistently use ctype for documentation blocksColin Walters2010-09-131-11/+22
* scanner: Mark '_'-prefixed fields as introspectable=0Colin Walters2010-09-091-0/+16
* Foreign structs can have constructorsTomeu Vizoso2010-09-091-2/+2
* Use Node.ctype instead of Node.c_name when looking up comment blocksTomeu Vizoso2010-09-091-1/+4
* scanner: Kill glibastColin Walters2010-09-081-16/+19