summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add string/any/sequence to the parser/typelibgir-compilerJohan Dahlin2008-08-074-26/+35
* Avoid shadowing builtin name 'type'Colin Walters2008-08-071-3/+3
* Improve debugging, remove leading g prefix from typenamesJohan Dahlin2008-08-073-30/+66
* Convert object.test. Rename object->class. Add constant parsingJohan Dahlin2008-08-072-44/+73
* Update boxed.test so it can be compiled. Add more debugging to girnode.cJohan Dahlin2008-08-072-37/+54
* Allow type for boxed field end tags tooJohan Dahlin2008-08-071-0/+2
* We successfully parse atk.girColin Walters2008-08-071-31/+101
* Reset current_node after parsing a classJohan Dahlin2008-08-071-0/+1
* Fix the compliation so we can get a bit furtherJohan Dahlin2008-08-071-6/+15
* Attach the return node to the function/signal/vfunc nodeJohan Dahlin2008-08-071-1/+27
* Parse signals, enums, bitfieldsColin Walters2008-08-071-10/+13
* Add GirNodeTypeId and GITypeTag struct marshalling functions for easy debuggingJohan Dahlin2008-08-071-0/+116
* Remove stray x, update a return-type into a return-valueJohan Dahlin2008-08-071-2/+4
* Parse glib:boxed fieldsJohan Dahlin2008-08-071-6/+23
* clean up missing attribute confusion for boxed typesJohan Dahlin2008-08-071-2/+4
* parse glib:boxed tagJohan Dahlin2008-08-072-31/+28
* Slowly getting farther...Colin Walters2008-08-071-18/+36
* A little farther...Colin Walters2008-08-072-119/+114
* Extend states, display line numbers, print backtrace, better type handlingColin Walters2008-08-072-108/+192
* Some more parser work to handle nested params, try to parse typesColin Walters2008-08-071-38/+54
* update array.test to match the sequence discussionJohan Dahlin2008-08-061-3/+9
* Make the code compile, parse return-value and typeJohan Dahlin2008-08-062-67/+48
* Lots of half finished changesColin Walters2008-08-067-217/+280
* Be sure we return the ref'd nodeColin Walters2008-08-061-0/+3
* Rename lots of things to be GIr namespaced, start to convert testsColin Walters2008-08-0625-643/+680
* Rename some things to use GIR instead of GIDL (Phillip Van Hoof, Colin Walters)Colin Walters2008-08-059-163/+164
* Install g-idl-compiler and g-idl-generate to go along with how we'reColin Walters2008-07-263-4/+12
* Add environment variable G_IREPOSITORY_VERBOSE so we can print out whatColin Walters2008-07-244-464/+669
* Fix typoJürg Billeter2008-07-082-1/+7
* metadata->typelib here too, bump versionJohan Dahlin2008-06-221-22/+25
* rename metadata-format.txt to typelib-format.txtJohan Dahlin2008-06-221-0/+0
* Ignore a few more tagsJohan Dahlin2008-06-212-0/+8
* Add support for gtk-doc annotations for allow-none. Add test case.Johan Dahlin2008-06-207-1/+41
* Start using abstract type instead of the raw C types. Register a bunch ofJohan Dahlin2008-06-207-43/+111
* Update authorsRob Taylor2008-06-192-1/+9
* tools/gidlnode.cPhilip Van Hoof2008-06-0814-370/+390
* Regenerate with proper indentationJohan Dahlin2008-06-081-18/+18
* Improve line wrapping when > 79 charatersJohan Dahlin2008-06-072-7/+36
* Use <type> element for field types Update testcaseJürg Billeter2008-06-055-12/+44
* Fix a bug which prevented GdkEvent from being generatedJohan Dahlin2008-06-042-1/+10
* Improve enum member parsing and introspectionJohan Dahlin2008-06-039-45/+114
* 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-318-33/+91
* Improve error reporting when trying to quote None. Do not print warningsJohan Dahlin2008-05-317-23/+74
* And the Makefile, d'ohJohan Dahlin2008-05-311-2/+2
* Update sys.path before running the parser so we don't have to setupJohan Dahlin2008-05-312-0/+15
* Rename pkg-config name to gobject-introspection-1.0, Do not installedJohan Dahlin2008-05-317-37/+41
* Prevent a crash when symbol->indent is NULL.Johan Dahlin2008-05-312-0/+10
* Add ctype_name, a function to convert a CTYPE symbol to a stringJohan Dahlin2008-05-312-0/+19
* Revert back to using temporary files to send in headers. Allow FunctionsJohan Dahlin2008-05-246-33/+79