summaryrefslogtreecommitdiff
path: root/giscanner/ast.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for gtk-doc annotations for allow-none. Add test case.Johan Dahlin2008-06-201-0/+1
* Start using abstract type instead of the raw C types. Register a bunch ofJohan Dahlin2008-06-201-7/+31
* Use <type> element for field types Update testcaseJürg Billeter2008-06-051-0/+10
* Improve enum member parsing and introspectionJohan Dahlin2008-06-031-1/+2
* Revert back to using temporary files to send in headers. Allow FunctionsJohan Dahlin2008-05-241-0/+1
* Clean up and refactor enum namespacingJohan Dahlin2008-05-091-2/+2
* Move part of the namespace prefix parsing from glibtransformer->transformerJohan Dahlin2008-05-091-2/+2
* Improve repr() for ast nodesJohan Dahlin2008-05-081-6/+6
* Introduce a namespace ast nodeJohan Dahlin2008-05-081-0/+6
* Add data type constantsJohan Dahlin2008-05-061-1/+55
* Parse struct fields properly, improve debugging.Johan Dahlin2008-05-031-2/+2
* Use transfer-ownership everywhere, to mark ownership/calle/caller etc.Johan Dahlin2008-04-301-2/+3
* Add a --strip-prefix and sort out confusion between names and symbols forJohan Dahlin2008-04-281-1/+2
* Rename most c:identifier to c:type. Add new ones toJohan Dahlin2008-04-281-1/+3
* Move c:identifier from return-value to subchild type, as per JürgsJohan Dahlin2008-04-281-1/+1
* Line wrap license headerJohan Dahlin2008-04-281-1/+2
* Allow parenthesis in annotationsJohan Dahlin2008-04-271-8/+24
* Split out nodes to ast.py and glibast.pyJohan Dahlin2008-04-261-0/+149