summaryrefslogtreecommitdiff
path: root/giscanner/ast.py
Commit message (Expand)AuthorAgeFilesLines
* Bug 556628 – (skip) annotationDan Winship2009-08-241-0/+1
* Bug 584423 – Add short/ushort supportMark Lee2009-06-221-9/+13
* Bug 581685: Parse parameterized types (using <>) in annotations.C. Scott Ananian2009-06-121-1/+1
* Bug 574284 - Add support for a 'closure' and 'destroy' annotationsAndreas Rottmann2009-03-231-0/+10
* Bug 556475 – support Shadows: annotationAndreas Rottmann2009-03-191-0/+20
* Bug 557383 - Virtual method supportColin Walters2009-03-051-10/+26
* Bug 571548 - Generic attributesColin Walters2009-03-031-0/+1
* Revert "Bug 557383 - Virtual function support"Colin Walters2009-02-261-1/+5
* Bug 557383 - Virtual function supportColin Walters2009-02-261-5/+1
* Bug 572434 - Associate interfaces with their C structuresColin Walters2009-02-251-5/+3
* Bug 571483 - Sort toplevel .gir entriesColin Walters2009-02-171-0/+3
* Bug 551738 - Associate classes with their structsColin Walters2009-02-061-0/+4
* Bug 562615 – Struct methods missingJohan Dahlin2009-01-201-0/+3
* Bug 555036 – put gtk-doc in GIRJohan Dahlin2009-01-131-0/+11
* Bug 563591 – Flags not recognized when there is no introspection dataJohan Dahlin2009-01-121-0/+11
* Bug 563794 - Redo annotation parsing & applyingJohan Dahlin2009-01-121-8/+24
* Bug 556489 – callback annotationsAndreas Rottmann2009-01-031-1/+4
* Fix inconsistencies with PEP8Jürg Billeter2009-01-031-1/+0
* Bug 563742 – introspection should record the introduced version ofTristan Van Berkom2008-12-091-0/+1
* Bug 559705 – Missing association between static methods and classesColin Walters2008-11-251-0/+1
* Define socklen_t as an alias for int32.Johan Dahlin2008-11-251-4/+6
* Bug 552568 - All the argv parameters in Gtk.gir map char*** to int8Colin Walters2008-11-171-1/+1
* Bug 559706 - interface prequisitesColin Walters2008-11-171-0/+1
* Bug 560248 – "disguised structures"Owen Taylor2008-11-101-1/+2
* Write throws attribute for virtual functions, fixes bug 559703Jürg Billeter2008-11-091-0/+1
* Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin2008-11-041-11/+11
* map 'id' (ObjC) to 'any' typeTommi Komulainen2008-10-301-0/+3
* Bug 557786 - support fixed size arraysColin Walters2008-10-251-0/+1
* Always write out transfer-ownership attributeColin Walters2008-10-231-16/+19
* Bug 557241 – "throws" flag for functionsJohan Bilien2008-10-211-1/+2
* Fix __repr__ for PropertyColin Walters2008-10-201-2/+2
* Also register g variants of default_array_types.Colin Walters2008-10-201-0/+1
* Bug 557011 - Add g_object_info_get_abstractColin Walters2008-10-201-1/+2
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-1/+3
* Also assume direction=out for size_t*, ssize_t* argumentsJohan Bilien2008-10-171-1/+1
* Bug 556610 – giscanner/girparser.py drops parameter optionsJohan Bilien2008-10-171-4/+19
* Merge branch 'bug556331-includecleanup'Colin Walters2008-10-161-0/+26
* Bug 556433 – assume direction = out for int * parametersJohan Bilien2008-10-151-0/+4
* add signed integer and off_t to type_namesJürg Billeter2008-10-131-0/+6
* Bug 552858: versioningColin Walters2008-10-121-3/+4
* Bug 555947 - update annotations syntaxColin Walters2008-10-111-4/+6
* Bug 552370: add one more test for unsigned as a type, not as a typeLucas Rocha2008-10-111-0/+1
* Bug 555712: Struct and union issuesAndreas Rottmann2008-10-111-2/+6
* Bug 554854: The --typelib-xml and --inject options should reuse giscannerLucas Rocha2008-10-111-2/+4
* Parse length= annotation as a parameter name, not a raw int.Colin Walters2008-10-061-0/+1
* Merge branch 'bug552393-varargs'Colin Walters2008-10-021-0/+6
* Bug 554632: Create type tag for GTypeColin Walters2008-10-021-1/+2
* Rework to use recursive XMLColin Walters2008-09-291-2/+2
* Write out list and map types, parse 'array' annotationColin Walters2008-09-291-1/+2
* Some work on arraysColin Walters2008-09-291-12/+40