Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/giscanner/glibast.py
Commit message (Expand)AuthorAgeFilesLines
* Bug 572434 - Associate interfaces with their C structuresColin Walters2009-02-251-1/+17
* Bug 562622 – Errordomains missingJohan Dahlin2009-01-221-0/+1
* Bug 562615 – Struct methods missingJohan Dahlin2009-01-201-2/+2
* Bug 555036 – put gtk-doc in GIRJohan Dahlin2009-01-131-1/+2
* Bug 563591 – Flags not recognized when there is no introspection dataJohan Dahlin2009-01-121-8/+15
* 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