summaryrefslogtreecommitdiff
path: root/giscanner/glibast.py
Commit message (Expand)AuthorAgeFilesLines
* Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin2008-11-041-11/+11
* Also register g variants of default_array_types.Colin Walters2008-10-201-1/+7
* Bug 557011 - Add g_object_info_get_abstractColin Walters2008-10-201-2/+3
* Remove non-repository types from GIRColin Walters2008-09-251-0/+1
* Bug 552564: Map guchar to uint8Colin Walters2008-09-251-0/+1
* Parse c:type for boxed records/unions; try resolving types using the GType na...Colin Walters2008-09-131-6/+5
* Allow both union and struct to be boxed or notColin Walters2008-09-061-5/+25
* Add gshort/gushort typesJohan Dahlin2008-08-201-0/+2
* Type checking reworkColin Walters2008-08-191-11/+14
* Redo type resolving and validation. Add a couple of new tests. PatchJohan Dahlin2008-08-181-3/+6
* Define an internal _H_ variable so we skip parsing both i18n headers, onlyJohan Dahlin2008-08-141-0/+1
* Add pyflakes.py and run it in make check. Update the source code to fixJohan Dahlin2008-08-141-3/+2
* Refactor the parser a bit. Add parent type to interfaces and updateJohan Dahlin2008-08-141-2/+2
* PEP8ifyJohan Dahlin2008-08-091-0/+8
* type -> ntypeJohan Dahlin2008-08-081-1/+1
* Fix typoJürg Billeter2008-07-081-1/+1
* Start using abstract type instead of the raw C types. Register a bunch ofJohan Dahlin2008-06-201-1/+26
* Improve enum member parsing and introspectionJohan Dahlin2008-06-031-2/+2
* Clean up and refactor enum namespacingJohan Dahlin2008-05-091-1/+1
* 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-0/+4
* Line wrap license headerJohan Dahlin2008-04-281-1/+2
* Split out nodes to ast.py and glibast.pyJohan Dahlin2008-04-261-0/+79