summaryrefslogtreecommitdiff
path: root/giscanner/girwriter.py
Commit message (Expand)AuthorAgeFilesLines
...
* scanner: Don't throw away blank lines in the docsColin Walters2011-08-131-1/+1
* Switch to storing string form of error quarksDan Winship2011-08-121-2/+2
* Always add a zero-terminated attribute when it cannot be impliedGiovanni Campagna2011-06-041-0/+6
* Add support for the (skip) annotation on parameters or return valuesDavid Zeuthen2011-05-131-0/+4
* make check pass for recent commitsColin Walters2010-12-171-1/+1
* scanner: support typedefs for container typesJonathan Matthew2010-12-161-1/+23
* [scanner] Support private/public directivesJohan Dahlin2010-09-201-0/+2
* scanner: Add c_type for callbacksColin Walters2010-09-141-1/+1
* scanner: Parse annotations for typedefsColin Walters2010-09-141-0/+2
* scanner: Kill glibastColin Walters2010-09-081-77/+67
* Go back to previously handling of static methods on non-GObjectsOwen W. Taylor2010-09-071-0/+1
* Major rewriteColin Walters2010-08-311-110/+125
* Use GLib types consistentlyColin Walters2010-08-311-18/+18
* Move alias target to <type>Colin Walters2010-08-311-2/+3
* Add support for non-GObject fundamental objectsJohan Dahlin2010-07-091-0/+11
* Move doc to toplevel element, write <any> for unknown containersColin Walters2010-07-081-39/+27
* Allow attributes on parameters and return valuesDavid Zeuthen2010-06-241-0/+2
* Support introspectable=no attribute, add warnings frameworkColin Walters2010-06-171-20/+13
* More explicitly document how we'll use the version= attribute on repositoryColin Walters2010-06-171-1/+4
* Revert "Support introspectable=no attribute, add warnings framework"Johan Dahlin2010-06-171-12/+19
* Support introspectable=no attribute, add warnings frameworkColin Walters2010-06-161-19/+12
* Apply annotations from invoker to vfuncColin Walters2010-06-161-1/+1
* Support the (transfer) annotation for properties.Tomeu Vizoso2010-06-081-0/+1
* Support (out caller-allocates)Colin Walters2010-05-261-0/+2
* Add support for the 'foreign' annotation to g-i-scannerGOBJECT_INTROSPECTION_0_6_12Tomeu Vizoso2010-05-231-0/+2
* Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2010-05-041-1/+5
* Fix glib:error-quark scanning for unregistered enum typesOwen W. Taylor2010-02-121-2/+2
* Make (skip) annotation work everywhereDan Winship2009-11-231-0/+8
* Don't put the callback element inside the field if it's not a glib structTomeu Vizoso2009-11-111-3/+9
* Implement callbacks as part of struct fields. Fixes #557383Tomeu Vizoso2009-11-111-1/+4
* Bug 556628 – (skip) annotationDan Winship2009-08-241-1/+2
* Bug 592055 - Build/test fixesColin Walters2009-08-171-2/+0
* Resolve library names to shared libraries ourselvesOwen W. Taylor2009-08-171-9/+1
* Bug 564016 - Add c:prefix to .girColin Walters2009-03-171-6/+8
* Bug 557383 - Virtual method supportColin Walters2009-03-051-22/+25
* Bug 571548 - Generic attributesColin Walters2009-03-031-0/+15
* Revert "Bug 557383 - Virtual function support"Colin Walters2009-02-261-5/+1
* Bug 557383 - Virtual function supportColin Walters2009-02-261-1/+5
* Bug 572434 - Associate interfaces with their C structuresColin Walters2009-02-251-7/+9
* Bug 572423 - Support --c-include argument for specifying C headersColin Walters2009-02-201-3/+11
* Bug 571483 - Sort toplevel .gir entriesColin Walters2009-02-171-1/+14
* Bug 567906 - Put pkg-config dependencies in .gir filesColin Walters2009-02-111-4/+15
* Bug 551738 - Associate classes with their structsColin Walters2009-02-061-2/+8
* Bug 555960 - Nested structs and unions (generation portion)Colin Walters2009-02-041-17/+26
* Bug 562622 – Errordomains missingJohan Dahlin2009-01-221-0/+3
* Bug 562615 – Struct methods missingJohan Dahlin2009-01-201-11/+12
* Rewrap to fit in 79 columnsJohan Dahlin2009-01-141-2/+4
* Add generated file warning commentColin Walters2009-01-141-0/+2
* Bug 555036 – put gtk-doc in GIRJohan Dahlin2009-01-131-0/+24
* Bug 563591 – Flags not recognized when there is no introspection dataJohan Dahlin2009-01-121-8/+21