summaryrefslogtreecommitdiff
path: root/giscanner/girparser.py
Commit message (Expand)AuthorAgeFilesLines
...
* Ignore <include>. Parse them. Generate them. Process <include>Colin Walters2008-08-231-0/+7
* Type checking reworkColin Walters2008-08-191-2/+4
* Redo type resolving and validation. Add a couple of new tests. PatchJohan Dahlin2008-08-181-2/+4
* Set ctype of enums Improve enum parsing for enums without a GType. MakeJohan Dahlin2008-08-181-3/+2
* Parse enumeration/bitfield.Johan Dahlin2008-08-161-9/+29
* Parse boxed types.Johan Dahlin2008-08-161-2/+16
* Refactor the parser a bit. Add parent type to interfaces and updateJohan Dahlin2008-08-141-71/+72
* Run pep8.py in make check, fix old errors.Johan Dahlin2008-08-141-10/+5
* Parse records.Colin Walters2008-08-131-1/+4
* Use correct namespace, add GType. Handle aliases. Record aliases. MakeColin Walters2008-08-131-1/+7
* Fix processing of functions from last commit.Colin Walters2008-08-131-6/+10
* Parse more than just <class. Put aliases in a separate data structureColin Walters2008-08-131-20/+70
* PEP8ifyJohan Dahlin2008-08-091-1/+4
* Ignore a few more tagsJohan Dahlin2008-06-211-0/+3
* Add a new source type enum for member. Use __repr__ for improved debuggingJohan Dahlin2008-05-311-1/+3
* Improve error reporting when trying to quote None. Do not print warningsJohan Dahlin2008-05-311-0/+4
* Line wrap license headerJohan Dahlin2008-04-281-1/+2
* Prettify NS parsing using elementtree.Johan Dahlin2008-04-281-8/+15
* Switch over to GIR as the default format. Add a simple GIDL parser. UpdateJohan Dahlin2008-04-281-0/+57