summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* quote printf arguments so that we don't generate invalid XML by writingTommi Komulainen2008-10-151-1/+4
* remove unused indent parameters, xmlwriter keeps track of necessaryTommi Komulainen2008-10-151-21/+17
* Keep track of generated XML tree and handle indentation and closing tagsTommi Komulainen2008-10-151-94/+179
* wrap all FILE access to go through simple xmlwriterTommi Komulainen2008-10-151-212/+259
* use "transfer-ownership" attribute for return valuesTommi Komulainen2008-10-121-2/+2
* move "transfer" and "null-ok" attributes from <function> to <return-value>Tommi Komulainen2008-10-121-4/+6
* use "container" for container/shallow ownership transfer (not "shallow")Tommi Komulainen2008-10-121-2/+2
* Bug 552858: versioningColin Walters2008-10-122-4/+10
* ignore non-UTF-8 string constantsJohan Bilien2008-10-111-1/+1
* Bug 554854: The --typelib-xml and --inject options should reuse giscannerLucas Rocha2008-10-111-6/+19
* WhitespaceJohan Dahlin2008-10-111-2/+2
* Bug 555293: append library_paths to LPATH env variable to work around aLucas Rocha2008-10-101-0/+10
* Bug 555294: Add support for multiple shared libraries per typelib.Lucas Rocha2008-10-071-3/+3
* Bug 554632: Create type tag for GTypeColin Walters2008-10-021-26/+2
* Add g-ir-scanner --injectColin Walters2008-09-271-1/+26
* Use symbolic names for type tags instead of hardcoded integersColin Walters2008-09-231-8/+11
* Merge branch 'bug552566-timet/wip'Colin Walters2008-09-231-0/+1
* Explode immediately if we don't recognize a typeColin Walters2008-09-191-0/+2
* Fix indentationColin Walters2008-09-191-6/+8
* Add check to make sure we're not hitting out unresolved typesColin Walters2008-09-191-0/+12
* Print out "any" for VOID+pointer, not "none"Colin Walters2008-09-161-2/+9
* Add --xpath-assertions option to g-ir-scannerColin Walters2008-09-121-1/+22
* Allow both union and struct to be boxed or notColin Walters2008-09-061-4/+7
* Remove g_irepository_unregister, add GIRepositoryLoadFlagsColin Walters2008-08-302-10/+2
* Put dependencies in typelibs, resolve them when loadingColin Walters2008-08-302-14/+46
* Correctly handle GLib.List, GLib.Error etcColin Walters2008-08-291-4/+4
* 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