summaryrefslogtreecommitdiff
path: root/giscanner/annotationparser.py
Commit message (Expand)AuthorAgeFilesLines
* [scanner] Fix various hardcoded type name checksDan Winship2009-12-091-7/+12
* Fix an annotationparser bug for empty tagsJohan Dahlin2009-12-091-0/+2
* Wrap line in 80 charactersJohan Dahlin2009-12-081-2/+3
* annotationparser: include symbol name in warningStefan Kost2009-12-041-2/+2
* Check for AsyncReadyCallback / DestroyNotifyJohan Dahlin2009-12-031-2/+3
* Better scope in GAsyncReadyCallback/GDestroyNotifyJohan Dahlin2009-12-021-1/+18
* Bug 556628 – (skip) annotationDan Winship2009-08-241-0/+7
* Allow annotations on fieldsAndreas Rottmann2009-07-031-5/+15
* Bug 579008 - Don't override element-type for arraysColin Walters2009-06-231-1/+2
* Bug 581685: Parse parameterized types (using <>) in annotations.C. Scott Ananian2009-06-121-14/+49
* Bug 584453 - Handle char ** correctly (and const variation)Colin Walters2009-06-091-3/+2
* Allow the use of the "Rename To" annotation for literal method renaming.C. Scott Ananian2009-05-121-2/+15
* Bug 574284 - Add support for a 'closure' and 'destroy' annotationsAndreas Rottmann2009-03-231-1/+26
* Bug 556475 – support Shadows: annotationAndreas Rottmann2009-03-191-1/+25
* Bug 565147 - Add (type) annotation to override the C type definitionColin Walters2009-03-161-1/+6
* Bug 557383 - Virtual method supportColin Walters2009-03-051-14/+43
* Bug 573332 - Allow annotation of enums as bitfieldsAndreas Rottmann2009-03-041-0/+7
* Introduce documentation-block optionsAndreas Rottmann2009-03-041-7/+18
* Bug 571548 - Generic attributesColin Walters2009-03-031-19/+41
* Parse doc-comment tags case-insensitiveOwen W. Taylor2009-02-171-5/+5
* Bug 562615 – Struct methods missingJohan Dahlin2009-01-201-4/+2
* Clean up some abstraction breakage to reduce code duplicationJohan Dahlin2009-01-131-10/+7
* Bug 555036 – put gtk-doc in GIRJohan Dahlin2009-01-131-15/+59
* Fix a bug where \n was not present in a commentJohan Dahlin2009-01-131-2/+12
* Organize annotation options/tags by using constants,Johan Dahlin2009-01-131-25/+48
* Bug 562467 – Property annotationJohan Dahlin2009-01-131-6/+8
* Bug 546739 – Introspection should know precise signal parameter typesJohan Dahlin2009-01-121-13/+39
* Bug 566419 – Element type of arrays not properly handled in all casesJohan Dahlin2009-01-121-8/+24
* Bug 563794 - Redo annotation parsing & applyingJohan Dahlin2009-01-121-0/+505