summaryrefslogtreecommitdiff
path: root/tools/generate.c
Commit message (Expand)AuthorAgeFilesLines
* Drop calls to g_type_init()Colin Walters2012-10-161-2/+0
* Add Emacs mode lines to C sourcesColin Walters2012-02-031-3/+2
* [GIRepository] Rename GTypelib to GITypelibJohan Dahlin2010-08-311-1/+1
* Fix two compilation warningsColin Walters2010-07-191-1/+0
* [girepository] Actually verify header of loaded typelibs in g_irepository_req...Colin Walters2010-07-141-83/+13
* [girwriter] Refactor out of generate.cJohan Dahlin2010-06-071-1364/+5
* [generate] Get rid of globalsJohan Dahlin2010-06-071-19/+20
* [gtypelib.ch] Rename to gitypelib.chJohan Dahlin2010-05-311-1/+1
* [g-ir-generate] Write out array typeJohan Dahlin2010-05-271-0/+20
* Support (out caller-allocates)Colin Walters2010-05-261-4/+2
* Add support for foreign structsJohan Dahlin2010-03-251-0/+5
* Remove trailing whitespaceJohan Dahlin2010-03-251-89/+90
* Implement callbacks as part of struct fields. Fixes #557383Tomeu Vizoso2009-11-111-2/+16
* 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