summaryrefslogtreecommitdiff
path: root/giscanner/annotationparser.py
AgeCommit message (Expand)AuthorFilesLines
2010-09-19[annotationparser] Preserve line numbersJohan Dahlin1-17/+35
2010-09-19Save the line number of a source commentJohan Dahlin1-1/+2
2010-09-14Add a parameter mismatch warningJohan Dahlin1-0/+3
2010-09-02[annotationparser] Send in comments directlyJohan Dahlin1-4/+3
2010-08-31Major rewriteColin Walters1-729/+5
2010-08-31Use GLib types consistentlyColin Walters1-1/+1
2010-07-09Add support for non-GObject fundamental objectsJohan Dahlin1-0/+15
2010-06-25Initialize value memberColin Walters1-0/+1
2010-06-25Clean up annotation parsing, don't try to parse invalid annotationsColin Walters1-62/+87
2010-06-24Allow attributes on parameters and return valuesDavid Zeuthen1-0/+6
2010-06-22[annotationparser] Reuse method for determining array typeJohan Dahlin1-3/+1
2010-06-16Apply annotations from invoker to vfuncColin Walters1-1/+6
2010-06-08Support the (transfer) annotation for properties.Tomeu Vizoso1-2/+13
2010-06-02Fix marshalling of GStrv.GOBJECT_INTROSPECTION_0_6_13Tomeu Vizoso1-1/+5
2010-05-31[giscanner] Parse multiline gtk-doc commentsJohan Dahlin1-2/+10
2010-05-27Add type annotation for propertiesJohan Dahlin1-0/+4
2010-05-27[scanner] Element-type annotation for GArray typesJohan Dahlin1-4/+13
2010-05-27[annotationparser] Avoid a couple of \Johan Dahlin1-3/+3
2010-05-26Support (out caller-allocates)Colin Walters1-2/+22
2010-05-23Add support for the 'foreign' annotation to g-i-scannerGOBJECT_INTROSPECTION_0_6_12Tomeu Vizoso1-0/+7
2010-05-07Fix parameter ordering in error messageOwen W. Taylor1-1/+1
2010-05-07Validate parameter referencesOwen W. Taylor1-3/+20
2010-05-07Validate scope annotation valuesOwen W. Taylor1-0/+10
2010-05-07Use -1 not None for closure/destroy indicesOwen W. Taylor1-2/+2
2010-05-04Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso1-2/+20
2010-05-03Revert "Add support for GArrays: add g_type_info_get_array_type() and properl...Tomeu Vizoso1-6/+0
2010-04-30Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso1-0/+6
2010-04-28[annotationparser] Disable warningJohan Dahlin1-2/+3
2010-04-28Warn about annotations for unknown argsTomeu Vizoso1-0/+14
2010-03-15Small fix to handle @attributes: .... (.....) as a parameter to a functionAlan Knowles1-1/+2
2010-02-11Assume allow-none for GCancellableColin Walters1-2/+4
2010-01-14scanner: Always explicitely set the scope of callbacksJohan Bilien1-1/+1
2009-12-09[scanner] Fix various hardcoded type name checksDan Winship1-7/+12
2009-12-09Fix an annotationparser bug for empty tagsJohan Dahlin1-0/+2
2009-12-08Wrap line in 80 charactersJohan Dahlin1-2/+3
2009-12-04annotationparser: include symbol name in warningStefan Kost1-2/+2
2009-12-03Check for AsyncReadyCallback / DestroyNotifyJohan Dahlin1-2/+3
2009-12-02Better scope in GAsyncReadyCallback/GDestroyNotifyJohan Dahlin1-1/+18
2009-08-24Bug 556628 – (skip) annotationDan Winship1-0/+7
2009-07-03Allow annotations on fieldsAndreas Rottmann1-5/+15
2009-06-23Bug 579008 - Don't override element-type for arraysColin Walters1-1/+2
2009-06-12Bug 581685: Parse parameterized types (using <>) in annotations.C. Scott Ananian1-14/+49
2009-06-09Bug 584453 - Handle char ** correctly (and const variation)Colin Walters1-3/+2
2009-05-12Allow the use of the "Rename To" annotation for literal method renaming.C. Scott Ananian1-2/+15
2009-03-23Bug 574284 - Add support for a 'closure' and 'destroy' annotationsAndreas Rottmann1-1/+26
2009-03-19Bug 556475 – support Shadows: annotationAndreas Rottmann1-1/+25
2009-03-16Bug 565147 - Add (type) annotation to override the C type definitionColin Walters1-1/+6
2009-03-05Bug 557383 - Virtual method supportColin Walters1-14/+43
2009-03-04Bug 573332 - Allow annotation of enums as bitfieldsAndreas Rottmann1-0/+7
2009-03-04Introduce documentation-block optionsAndreas Rottmann1-7/+18