summaryrefslogtreecommitdiff
path: root/giscanner/glibast.py
AgeCommit message (Expand)AuthorFilesLines
2010-08-31Major rewriteColin Walters1-38/+53
2010-08-31Use GLib types consistentlyColin Walters1-44/+6
2010-07-09Add support for non-GObject fundamental objectsJohan Dahlin1-0/+5
2009-06-22Bug 584423 – Add short/ushort supportMark Lee1-6/+6
2009-02-25Bug 572434 - Associate interfaces with their C structuresColin Walters1-1/+17
2009-01-22Bug 562622 – Errordomains missingJohan Dahlin1-0/+1
2009-01-20Bug 562615 – Struct methods missingJohan Dahlin1-2/+2
2009-01-13Bug 555036 – put gtk-doc in GIRJohan Dahlin1-1/+2
2009-01-12Bug 563591 – Flags not recognized when there is no introspection dataJohan Dahlin1-8/+15
2008-11-04Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin1-11/+11
2008-10-20Also register g variants of default_array_types.Colin Walters1-1/+7
2008-10-20Bug 557011 - Add g_object_info_get_abstractColin Walters1-2/+3
2008-09-25Remove non-repository types from GIRColin Walters1-0/+1
2008-09-25Bug 552564: Map guchar to uint8Colin Walters1-0/+1
2008-09-13Parse c:type for boxed records/unions; try resolving types using the GType na...Colin Walters1-6/+5
2008-09-06Allow both union and struct to be boxed or notColin Walters1-5/+25
2008-08-20Add gshort/gushort typesJohan Dahlin1-0/+2
2008-08-19Type checking reworkColin Walters1-11/+14
2008-08-18Redo type resolving and validation. Add a couple of new tests. PatchJohan Dahlin1-3/+6
2008-08-14Define an internal _H_ variable so we skip parsing both i18n headers, onlyJohan Dahlin1-0/+1
2008-08-14Add pyflakes.py and run it in make check. Update the source code to fixJohan Dahlin1-3/+2
2008-08-14Refactor the parser a bit. Add parent type to interfaces and updateJohan Dahlin1-2/+2
2008-08-09PEP8ifyJohan Dahlin1-0/+8
2008-08-08type -> ntypeJohan Dahlin1-1/+1
2008-07-08Fix typoJürg Billeter1-1/+1
2008-06-20Start using abstract type instead of the raw C types. Register a bunch ofJohan Dahlin1-1/+26
2008-06-03Improve enum member parsing and introspectionJohan Dahlin1-2/+2
2008-05-09Clean up and refactor enum namespacingJohan Dahlin1-1/+1
2008-04-28Add a --strip-prefix and sort out confusion between names and symbols forJohan Dahlin1-1/+2
2008-04-28Rename most c:identifier to c:type. Add new ones toJohan Dahlin1-0/+4
2008-04-28Line wrap license headerJohan Dahlin1-1/+2
2008-04-26Split out nodes to ast.py and glibast.pyJohan Dahlin1-0/+79