summaryrefslogtreecommitdiff
path: root/tests/scanner/annotation.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up annotation parsing, don't try to parse invalid annotationsColin Walters2010-06-251-1/+12
* Allow attributes on parameters and return valuesDavid Zeuthen2010-06-241-0/+37
* [giscanner] Parse multiline gtk-doc commentsJohan Dahlin2010-05-311-2/+4
* Add type annotation for propertiesJohan Dahlin2010-05-271-0/+16
* [scanner] Element-type annotation for GArray typesJohan Dahlin2010-05-271-0/+9
* Fix an annotationparser bug for empty tagsJohan Dahlin2009-12-091-1/+18
* Bug 579008 - Don't override element-type for arraysColin Walters2009-06-231-0/+10
* Bug 574284 - Add support for a 'closure' and 'destroy' annotationsAndreas Rottmann2009-03-231-0/+15
* Some small cosmetic tweaksAndreas Rottmann2009-03-191-0/+1
* Bug 556475 – support Shadows: annotationAndreas Rottmann2009-03-191-0/+35
* Bug 565147 - Add (type) annotation to override the C type definitionColin Walters2009-03-161-0/+20
* Bug 571548 - Generic attributesColin Walters2009-03-031-0/+9
* Misc warning fixesDan Winship2009-01-271-4/+3
* Add a few more test-casesJohan Dahlin2009-01-141-2/+23
* Add a list-signal test for using a GLib.List signal parameterJohan Dahlin2009-01-131-0/+17
* Bug 562467 – Property annotationJohan Dahlin2009-01-131-0/+57
* Bug 546739 – Introspection should know precise signal parameter typesJohan Dahlin2009-01-121-0/+30
* Bug 566419 – Element type of arrays not properly handled in all casesJohan Dahlin2009-01-121-0/+49
* Bug 563794 - Redo annotation parsing & applyingJohan Dahlin2009-01-121-2/+2
* Bug 556489 – callback annotationsAndreas Rottmann2009-01-031-0/+16
* Disable array auto-detection for out-annotated parametersOwen Taylor2008-12-161-0/+16
* Bug 563742 – introspection should record the introduced version ofTristan Van Berkom2008-12-091-0/+10
* Bug 561617 – Return value array annotationsJohan Dahlin2008-11-211-0/+12
* fix spelling of GHashTable. #561135Dan Winship2008-11-171-0/+18
* Bug 552568 - All the argv parameters in Gtk.gir map char*** to int8Colin Walters2008-11-171-0/+28
* Bug 560708 – Fix zero-termination defaults for arrays with length=Colin Walters2008-11-131-0/+16
* Bug 558436 - avoid having scanner load app codeColin Walters2008-11-131-1/+1
* Remove trailing whitespaceJohan Dahlin2008-10-311-7/+7
* Don't require trailing whitespace after uncommented parametersColin Walters2008-10-211-1/+1
* Default GObject transfer to fullColin Walters2008-10-161-4/+18
* One last typo in tests/scanner/annotation.cJohan Bilien2008-10-151-1/+1
* fixed a few copy-paste errorsJohan Bilien2008-10-151-5/+4
* Bug 555947 - update annotations syntaxColin Walters2008-10-111-14/+14
* Parse length= annotation as a parameter name, not a raw int.Colin Walters2008-10-061-2/+2
* Bug 554490: g-ir-scanner gets confused by '\\'Dan Winship2008-10-021-0/+4
* Write out list and map types, parse 'array' annotationColin Walters2008-09-291-9/+20
* Some work on arraysColin Walters2008-09-291-21/+51
* Bug 552065: Add deprecation information to GIRColin Walters2008-09-151-0/+12
* Split out annotation tests out of fooJohan Dahlin2008-08-201-0/+210