summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* Regenerate GObject & GType. Avoid warnings when generatingJohan Dahlin2008-08-172-6/+18
* Remove resolve_possible_typedefs, it was unused. Allow multiple enumJohan Dahlin2008-08-162-7/+5
* Parse enumeration/bitfield.Johan Dahlin2008-08-161-9/+29
* Parse boxed types.Johan Dahlin2008-08-161-2/+16
* Resolve type names for alias targets Skip FILE* parameters fow nowJohan Dahlin2008-08-162-0/+11
* Explicitly construct new list, since we're deleting as we iterate. Don'tColin Walters2008-08-152-18/+23
* Define yet more argument prototypes; fix prototype for g_type_fundamental.Colin Walters2008-08-151-10/+28
* New internal function for adding a new node.Johan Dahlin2008-08-141-6/+9
* Define an internal _H_ variable so we skip parsing both i18n headers, onlyJohan Dahlin2008-08-142-1/+12
* Comment data structures. Also squash pointers in resolve_type_name toColin Walters2008-08-142-11/+27
* Avoid importing two GObject symbols in transformer.pyJohan Dahlin2008-08-141-3/+4
* Add pyflakes.py and run it in make check. Update the source code to fixJohan Dahlin2008-08-144-21/+12
* Refactor the parser a bit. Add parent type to interfaces and updateJohan Dahlin2008-08-144-77/+82
* Clean up cgobject.py a little, fix pep8 errorsJohan Dahlin2008-08-142-20/+20
* Refactor a bit, avoid isinstance and add a method for each type we parse.Johan Dahlin2008-08-142-85/+120
* Run pep8.py in make check, fix old errors.Johan Dahlin2008-08-143-13/+9
* Parse records.Colin Walters2008-08-131-1/+4
* Use correct namespace, add GType. Handle aliases. Record aliases. MakeColin Walters2008-08-133-19/+44
* Allow get_type to be None, set a get_type for GInitiallyUnowned too.Johan Dahlin2008-08-131-1/+3
* remote two printsJohan Dahlin2008-08-131-2/+0
* Register GInitiallyUnownedJohan Dahlin2008-08-133-1/+24
* 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-133-31/+104
* Allow multiple libraries Rename load_library to add_library, traverse overJohan Dahlin2008-08-131-7/+11
* Record typedefs as <alias> elements. Also attempt to look up types inColin Walters2008-08-134-12/+56
* Also transform object properties.Colin Walters2008-08-121-2/+8
* pep8Colin Walters2008-08-121-2/+2
* Also transform callbacks and structure field types. Update to expectColin Walters2008-08-121-3/+11
* We need to do type resolution in a second pass after we've seen all theColin Walters2008-08-121-6/+16
* Add enum return value. Transform function return types too.Colin Walters2008-08-121-0/+1
* PEP-8*Johan Dahlin2008-08-101-0/+1
* Add new decorator @gwrap which forces us to declare types for both returnColin Walters2008-08-101-18/+27
* PEP8ifyJohan Dahlin2008-08-0914-50/+109
* type -> ntypeJohan Dahlin2008-08-083-4/+4
* Merge in the gir-compiler branch. Thanks to Philip and Colin for theirJohan Dahlin2008-08-083-5/+9
* Fix typoJürg Billeter2008-07-081-1/+1
* Ignore a few more tagsJohan Dahlin2008-06-211-0/+3
* Add support for gtk-doc annotations for allow-none. Add test case.Johan Dahlin2008-06-203-0/+5
* Start using abstract type instead of the raw C types. Register a bunch ofJohan Dahlin2008-06-205-19/+76
* Improve line wrapping when > 79 charatersJohan Dahlin2008-06-071-7/+31
* Use <type> element for field types Update testcaseJürg Billeter2008-06-053-6/+17
* Fix a bug which prevented GdkEvent from being generatedJohan Dahlin2008-06-041-1/+5
* Improve enum member parsing and introspectionJohan Dahlin2008-06-037-36/+75
* Revert this part, it broke atkJohan Dahlin2008-05-311-1/+1
* Add a new source type enum for member. Use __repr__ for improved debuggingJohan Dahlin2008-05-315-32/+59
* Improve error reporting when trying to quote None. Do not print warningsJohan Dahlin2008-05-315-23/+57
* Prevent a crash when symbol->indent is NULL.Johan Dahlin2008-05-311-0/+7
* Add ctype_name, a function to convert a CTYPE symbol to a stringJohan Dahlin2008-05-311-0/+14
* Revert back to using temporary files to send in headers. Allow FunctionsJohan Dahlin2008-05-245-33/+65
* Clean up and refactor enum namespacingJohan Dahlin2008-05-095-20/+23