summaryrefslogtreecommitdiff
path: root/giscanner/annotationparser.py
Commit message (Expand)AuthorAgeFilesLines
* Accept trailing whitespace at the start of a comment blockColin Walters2010-10-191-5/+3
* annotationparser: Don't ignore annotations if there's a : in docsGOBJECT_INTROSPECTION_0_9_8Colin Walters2010-09-281-1/+5
* [annotationparser] Extract (skip) for doc blocksJohan Dahlin2010-09-251-1/+8
* Print out line numbersJohan Dahlin2010-09-241-3/+7
* Add a script to extract gio annotationsJohan Dahlin2010-09-241-2/+6
* Add an annotation toolJohan Dahlin2010-09-241-0/+52
* [annotationparser] Allow param less closuresJohan Dahlin2010-09-241-1/+5
* Add more array warnings + testsJohan Dahlin2010-09-241-5/+25
* [annotationparser] Validate the rest of the annotationsJohan Dahlin2010-09-241-19/+87
* Add a position to doc optionsJohan Dahlin2010-09-241-2/+8
* [annotation] Add constants for out optionsJohan Dahlin2010-09-241-0/+4
* Add scope annotation value warningsJohan Dahlin2010-09-231-15/+39
* Make the invalid annotation warning a bit prettierJohan Dahlin2010-09-231-1/+1
* Validate transfer annnotationsJohan Dahlin2010-09-231-1/+25
* Remove TAG_TRANSFERJohan Dahlin2010-09-231-1/+0
* [annotationparser] Make it a bit stricterJohan Dahlin2010-09-231-1/+12
* [scanner] Warn for invalid scanner annotationsJohan Dahlin2010-09-231-9/+72
* [scanner] Add a Position classJohan Dahlin2010-09-201-10/+4
* [annotationparser] Preserve line numbersJohan Dahlin2010-09-191-17/+35
* Save the line number of a source commentJohan Dahlin2010-09-191-1/+2
* Add a parameter mismatch warningJohan Dahlin2010-09-141-0/+3
* [annotationparser] Send in comments directlyJohan Dahlin2010-09-021-4/+3
* Major rewriteColin Walters2010-08-311-729/+5
* Use GLib types consistentlyColin Walters2010-08-311-1/+1
* Add support for non-GObject fundamental objectsJohan Dahlin2010-07-091-0/+15
* Initialize value memberColin Walters2010-06-251-0/+1
* Clean up annotation parsing, don't try to parse invalid annotationsColin Walters2010-06-251-62/+87
* Allow attributes on parameters and return valuesDavid Zeuthen2010-06-241-0/+6
* [annotationparser] Reuse method for determining array typeJohan Dahlin2010-06-221-3/+1
* Apply annotations from invoker to vfuncColin Walters2010-06-161-1/+6
* Support the (transfer) annotation for properties.Tomeu Vizoso2010-06-081-2/+13
* 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