summaryrefslogtreecommitdiff
path: root/giscanner/ast.py
Commit message (Expand)AuthorAgeFilesLines
* self.x = not not x -> self.x = xJohan Dahlin2009-01-111-1/+1
* commit annotation parse patchJohan Dahlin2009-01-111-7/+23
* 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
* Remove non-repository types from GIRColin Walters2008-09-251-1/+1
* Merge branch 'bug552566-timet/wip'Colin Walters2008-09-231-3/+3
* Fix up previous deprecated commit for review commentsColin Walters2008-09-151-0/+1
* Bug 552065: Add deprecation information to GIRColin Walters2008-09-151-0/+1
* Bind pid_t to INT for vteColin Walters2008-09-131-0/+2
* Write out and parse full GObject property information (readable, writable, etc)Colin Walters2008-09-081-1/+6
* Suppress size/ssize from being generated in GLibColin Walters2008-08-281-0/+2
* Add interfaces property to class. Write out implemented interfaces.Colin Walters2008-08-251-0/+1
* And parse them.Colin Walters2008-08-201-0/+1
* Suppress aliases whose name is a builtin. Define some more aliases.Colin Walters2008-08-201-0/+5
* Make time_t an alias for longJohan Dahlin2008-08-201-0/+1
* Add basic support for union, base the code much on Struct. Add a testcase.Johan Dahlin2008-08-191-0/+11
* Type checking reworkColin Walters2008-08-191-30/+31
* Redo type resolving and validation. Add a couple of new tests. PatchJohan Dahlin2008-08-181-3/+13