summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove gidl support.Johan Dahlin2008-08-291-3/+1
* Fix --includedir handlingColin Walters2008-08-281-2/+3
* Expand aliases when generating typelibsColin Walters2008-08-281-0/+2
* Use binary mode for output file on Windows.Tor Lillqvist2008-08-281-2/+12
* Include g-ir-scanner in the tarballJohan Dahlin2008-08-281-0/+1
* Make g-ir-scanner work on Windows. Still problems with the typelib code.Tor Lillqvist2008-08-272-5/+4
* Parse new implements syntax, drop gapi one. Update. Generate new syntax.Colin Walters2008-08-251-3/+1
* Filter out unknown options from pkg-config files.Colin Walters2008-08-251-2/+14
* Use subprocess instead of commands, works on Windows and avoids the evilColin Walters2008-08-241-4/+5
* Ignore <include>. Parse them. Generate them. Process <include>Colin Walters2008-08-231-1/+1
* Default to --raw. Update.Colin Walters2008-08-222-7/+6
* Install config.py, better error handling if we forget --rawColin Walters2008-08-221-0/+7
* Pass through recursive types. Avoid overwriting errors. Always write theColin Walters2008-08-222-16/+31
* Don't put * in types, suppress transfer="none"Colin Walters2008-08-221-11/+1
* Fix unref sequence.Colin Walters2008-08-221-2/+1
* Add g-ir-generate. Support $(DEBUG) Do immediate close tags if noColin Walters2008-08-221-17/+26
* Do not hard-core library names in the Makefile, reuse ctypes find_libraryJohan Dahlin2008-08-211-0/+8
* Remove g_irepository_register_file in favor of g_irepository_require.Colin Walters2008-08-201-1/+5
* Type checking reworkColin Walters2008-08-191-1/+5
* Move .gir files to -good.gir, tweak build order.Colin Walters2008-08-171-1/+2
* Fix generator for constant/gobject/structJohan Dahlin2008-08-141-2/+2
* Fix generation of enum/bitfieldsJohan Dahlin2008-08-141-5/+5
* Clear up constant parsingJohan Dahlin2008-08-141-20/+33
* Don't require c:type. Test boxed.gir Update, remove parts we don't supportJohan Dahlin2008-08-141-92/+105
* Allow multiple libraries Rename load_library to add_library, traverse overJohan Dahlin2008-08-131-4/+5
* PEP8ifyJohan Dahlin2008-08-091-4/+6
* Rename metadata to typelib in variable names, comments and apis.Johan Dahlin2008-08-092-43/+43
* Remove old C scanner, which got rewritten in python.Johan Dahlin2008-08-092-1855/+0
* Move shared *.[ch] files to girepository from toolsJohan Dahlin2008-08-099-5744/+9
* Remove debug printColin Walters2008-08-091-1/+0
* Say explicitly which node was NULLColin Walters2008-08-091-26/+36
* Merge in the gir-compiler branch. Thanks to Philip and Colin for theirJohan Dahlin2008-08-0812-1208/+1614
* 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