summaryrefslogtreecommitdiff
path: root/giscanner/girwriter.py
Commit message (Expand)AuthorAgeFilesLines
* Bug 560248 – "disguised structures"Owen Taylor2008-11-101-0/+2
* Write throws attribute for virtual functions, fixes bug 559703Jürg Billeter2008-11-091-0/+1
* Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin2008-11-041-11/+11
* Bug 558109 – _g_typelib_init fails to find shared librariesColin Walters2008-10-311-1/+5
* Bug 557786 - support fixed size arraysColin Walters2008-10-251-0/+2
* Bug 556739 – transfer-ownership attribute should be mandatory in .girTommi Komulainen2008-10-231-6/+7
* Bug 557241 – "throws" flag for functionsJohan Bilien2008-10-211-0/+5
* Bug 557011 - Add g_object_info_get_abstractColin Walters2008-10-201-0/+2
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-0/+6
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-1/+3
* Merge branch 'bug556331-includecleanup'Colin Walters2008-10-161-1/+1
* Bug 552858: versioningColin Walters2008-10-121-1/+2
* Bug 555947 - update annotations syntaxColin Walters2008-10-111-2/+2
* ignore non-UTF-8 string constantsJohan Bilien2008-10-111-1/+9
* Bug 555712: Struct and union issuesAndreas Rottmann2008-10-111-0/+2
* Bug 554854: The --typelib-xml and --inject options should reuse giscannerLucas Rocha2008-10-111-10/+15
* Bug 555294: Add support for multiple shared libraries per typelib.Lucas Rocha2008-10-071-6/+10
* Merge branch 'bug552393-varargs'Colin Walters2008-10-021-1/+5
* Rework to use recursive XMLColin Walters2008-09-291-18/+21
* Write out list and map types, parse 'array' annotationColin Walters2008-09-291-1/+8
* Some work on arraysColin Walters2008-09-291-14/+20
* Fix up previous deprecated commit for review commentsColin Walters2008-09-151-4/+3
* Bug 552065: Add deprecation information to GIRColin Walters2008-09-151-0/+14
* Write out and parse full GObject property information (readable, writable, etc)Colin Walters2008-09-081-0/+7
* Allow both union and struct to be boxed or notColin Walters2008-09-061-18/+27
* Add interfaces property to class. Write out implemented interfaces.Colin Walters2008-08-251-0/+3
* Ignore <include>. Parse them. Generate them. Process <include>Colin Walters2008-08-231-3/+9
* Adjust for added shared-library. Make pylint happy.Colin Walters2008-08-211-1/+2
* Remove g_irepository_register_file in favor of g_irepository_require.Colin Walters2008-08-201-6/+8
* Add basic support for union, base the code much on Struct. Add a testcase.Johan Dahlin2008-08-191-1/+13
* Type checking reworkColin Walters2008-08-191-21/+24
* Redo type resolving and validation. Add a couple of new tests. PatchJohan Dahlin2008-08-181-1/+1
* Add pyflakes.py and run it in make check. Update the source code to fixJohan Dahlin2008-08-141-1/+1
* Register GInitiallyUnownedJohan Dahlin2008-08-131-1/+2
* Record typedefs as <alias> elements. Also attempt to look up types inColin Walters2008-08-131-1/+9
* PEP8ifyJohan Dahlin2008-08-091-1/+1
* type -> ntypeJohan Dahlin2008-08-081-1/+1
* Merge in the gir-compiler branch. Thanks to Philip and Colin for theirJohan Dahlin2008-08-081-3/+3
* Add support for gtk-doc annotations for allow-none. Add test case.Johan Dahlin2008-06-201-0/+2
* Start using abstract type instead of the raw C types. Register a bunch ofJohan Dahlin2008-06-201-1/+1
* Use <type> element for field types Update testcaseJürg Billeter2008-06-051-3/+3
* Improve enum member parsing and introspectionJohan Dahlin2008-06-031-1/+2
* Improve error reporting when trying to quote None. Do not print warningsJohan Dahlin2008-05-311-3/+8
* Revert back to using temporary files to send in headers. Allow FunctionsJohan Dahlin2008-05-241-1/+3
* Clean up and refactor enum namespacingJohan Dahlin2008-05-091-1/+1
* Introduce a namespace ast nodeJohan Dahlin2008-05-081-7/+8
* Parse struct fields properly, improve debugging.Johan Dahlin2008-05-031-1/+1
* Use transfer-ownership everywhere, to mark ownership/calle/caller etc.Johan Dahlin2008-04-301-4/+13
* Write record/structs to gir file too. Add a couple of tests, fix an off byJohan Dahlin2008-04-291-1/+34
* Rename most c:identifier to c:type. Add new ones toJohan Dahlin2008-04-281-5/+12