summaryrefslogtreecommitdiff
path: root/giscanner/annotationparser.py
Commit message (Expand)AuthorAgeFilesLines
* Fix marshalling of GStrv.GOBJECT_INTROSPECTION_0_6_13Tomeu Vizoso2010-06-021-1/+5
* [giscanner] Parse multiline gtk-doc commentsJohan Dahlin2010-05-311-2/+10
* Add type annotation for propertiesJohan Dahlin2010-05-271-0/+4
* [scanner] Element-type annotation for GArray typesJohan Dahlin2010-05-271-4/+13
* [annotationparser] Avoid a couple of \Johan Dahlin2010-05-271-3/+3
* Support (out caller-allocates)Colin Walters2010-05-261-2/+22
* Add support for the 'foreign' annotation to g-i-scannerGOBJECT_INTROSPECTION_0_6_12Tomeu Vizoso2010-05-231-0/+7
* Fix parameter ordering in error messageOwen W. Taylor2010-05-071-1/+1
* Validate parameter referencesOwen W. Taylor2010-05-071-3/+20
* Validate scope annotation valuesOwen W. Taylor2010-05-071-0/+10
* Use -1 not None for closure/destroy indicesOwen W. Taylor2010-05-071-2/+2
* Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2010-05-041-2/+20
* Revert "Add support for GArrays: add g_type_info_get_array_type() and properl...Tomeu Vizoso2010-05-031-6/+0
* Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2010-04-301-0/+6
* [annotationparser] Disable warningJohan Dahlin2010-04-281-2/+3
* Warn about annotations for unknown argsTomeu Vizoso2010-04-281-0/+14
* Small fix to handle @attributes: .... (.....) as a parameter to a functionAlan Knowles2010-03-151-1/+2
* Assume allow-none for GCancellableColin Walters2010-02-111-2/+4
* scanner: Always explicitely set the scope of callbacksJohan Bilien2010-01-141-1/+1
* [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