summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add GirNodeTypeId and GITypeTag struct marshalling functions for easy debuggingJohan Dahlin2008-08-071-0/+116
* 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-071-27/+24
* 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-071-106/+190
* Some more parser work to handle nested params, try to parse typesColin Walters2008-08-071-38/+54
* Make the code compile, parse return-value and typeJohan Dahlin2008-08-061-59/+24
* Lots of half finished changesColin Walters2008-08-064-173/+216
* Rename lots of things to be GIr namespaced, start to convert testsColin Walters2008-08-066-567/+560
* 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-261-1/+1
* tools/gidlnode.cPhilip Van Hoof2008-06-086-26/+26
* Update sys.path before running the parser so we don't have to setupJohan Dahlin2008-05-311-0/+10
* Rename pkg-config name to gobject-introspection-1.0, Do not installedJohan Dahlin2008-05-311-16/+2
* Move part of the namespace prefix parsing from glibtransformer->transformerJohan Dahlin2008-05-091-5/+4
* Introduce a namespace ast nodeJohan Dahlin2008-05-081-10/+9
* Format header, Remove dummy sys.path.insertJohan Dahlin2008-05-031-3/+2
* Refactor and comment scanner frontendJohan Dahlin2008-05-031-18/+30
* Avoid a tiny bit of duplicationJohan Dahlin2008-05-031-4/+3
* Handle missing parameters better, allow - and + in .la dlname filenames.Johan Dahlin2008-05-031-3/+11
* Add a --strip-prefix and sort out confusion between names and symbols forJohan Dahlin2008-04-281-6/+15
* First steps towards passing distcheckJohan Dahlin2008-04-281-0/+2
* g-ir-scanner is a script, not a program.Johan Dahlin2008-04-281-3/+2
* Switch over to GIR as the default format. Add a simple GIDL parser. UpdateJohan Dahlin2008-04-281-1/+1
* g-ir-scanner has no sources.Johan Dahlin2008-04-271-0/+2
* Rename treebuilder to transformer and gobjectreebuilder toJohan Dahlin2008-04-261-4/+5
* Add LGPLv2 license header and install all python filesJohan Dahlin2008-04-262-1/+20
* Add support for source/header annotations.Johan Dahlin2008-04-251-2/+1
* Revert revisions 157,149-148,136-129 and 120. Move back to usingJohan Dahlin2008-04-2215-2727/+1893
* Add an initial GIR writer and a --format option to g-ir-scannerJohan Dahlin2008-04-221-2/+12
* only attempt load a library if one was specifiedJohan Dahlin2008-04-221-1/+2
* Add a --include argument to include types from other idls. Add aJohan Dahlin2008-04-221-0/+5
* Add basic support for interfacesJohan Dahlin2008-04-211-1/+9
* Simplify and remove improper use of getattrJohan Dahlin2008-04-211-8/+9
* Set default to an empty listJohan Dahlin2008-04-211-1/+1
* Add --pkg option to pass in pkg-config modules to get cflags from.Johan Dahlin2008-04-211-7/+20
* Resolve libtool .la files. Strip name spaces for methods. Add functionJohan Dahlin2008-04-211-1/+1
* Start introspecting get-type functions. Implement support for GLib/GFlagsJohan Dahlin2008-04-191-1/+8
* add a namespace optionJohan Dahlin2008-04-181-1/+4
* Add a simplistic gidl writer, which can't do too much.Johan Dahlin2008-04-181-2/+3
* split tree building and source scanning interface to separate files.Johan Dahlin2008-04-181-206/+10
* Add support for void ctypeJohan Dahlin2008-04-181-1/+3
* - Add support for struct/parameter/return, start parsing of ctypesJohan Dahlin2008-04-181-6/+41
* Start constructing a real node tree.Johan Dahlin2008-04-181-35/+101
* Start to build abstract syntax node of scanned sources. Add support forJohan Dahlin2008-03-311-25/+112
* Add simple pre-processor using subprocess and a PIPE. Change theJohan Dahlin2008-03-271-10/+41
* Remove unused filesJohan Dahlin2008-03-262-1662/+0
* Fix a typo and add an example python test program.Johan Dahlin2008-03-251-0/+26