summaryrefslogtreecommitdiff
path: root/tools/generate.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 576605 - Get rid of GI_SCOPE_TYPE_OBJECTAndreas Rottmann2009-03-271-3/+0
* Bug 564016 - Include c:prefix in typelib, use it to optimize find_by_gtypeColin Walters2009-03-171-0/+4
* Bug 557383 - Virtual method supportColin Walters2009-03-051-2/+7
* Bug 571548 - Generic attributesColin Walters2009-03-031-4/+38
* Add --all option to g-ir-generateAndreas Rottmann2009-02-271-1/+18
* Bug 572434 - Associate interfaces with their C structuresColin Walters2009-02-251-5/+13
* Bug 551738 - Associate classes with their structsColin Walters2009-02-061-0/+13
* Bug 556489 – callback annotationsAndreas Rottmann2009-01-031-0/+24
* Also generate new syntaxColin Walters2008-11-171-8/+3
* Remove field offsets from g-ir-generate output and test inputsOwen Taylor2008-11-111-2/+0
* Bug 557786 - support fixed size arraysColin Walters2008-10-251-4/+7
* Bug 556739 – transfer-ownership attribute should be mandatory in .girTommi Komulainen2008-10-231-14/+13
* Bug 557379 – g-ir-generate not writing the 'abstract' attributeTommi Komulainen2008-10-221-0/+5
* Bug 557405 – Use 'allow-none' consistentlyTommi Komulainen2008-10-221-2/+2
* Write out throws attributeColin Walters2008-10-211-0/+5
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-2/+2
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-5/+2
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-4/+10
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-7/+3
* Bug 556543 – reduce compiler warningsTommi Komulainen2008-10-161-1/+0
* Fix up g-ir-generate for new include= syntaxColin Walters2008-10-161-1/+3
* reduce code duplicationTommi Komulainen2008-10-151-16/+18
* Bug 556174 – parse types for lists etc.Tommi Komulainen2008-10-151-64/+41
* 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-121-3/+6
* Bug 554632: Create type tag for GTypeColin Walters2008-10-021-26/+2
* 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
* Allow both union and struct to be boxed or notColin Walters2008-09-061-4/+7
* Remove g_irepository_unregister, add GIRepositoryLoadFlagsColin Walters2008-08-301-1/+1
* Put dependencies in typelibs, resolve them when loadingColin Walters2008-08-301-13/+38
* Correctly handle GLib.List, GLib.Error etcColin Walters2008-08-291-4/+4
* Make g-ir-scanner work on Windows. Still problems with the typelib code.Tor Lillqvist2008-08-271-1/+0
* Parse new implements syntax, drop gapi one. Update. Generate new syntax.Colin Walters2008-08-251-3/+1
* Default to --raw. Update.Colin Walters2008-08-221-3/+3
* 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-221-15/+12
* 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