summaryrefslogtreecommitdiff
path: root/giscanner/girwriter.py
AgeCommit message (Expand)AuthorFilesLines
2010-08-31Major rewriteColin Walters1-110/+125
2010-08-31Use GLib types consistentlyColin Walters1-18/+18
2010-08-31Move alias target to <type>Colin Walters1-2/+3
2010-07-09Add support for non-GObject fundamental objectsJohan Dahlin1-0/+11
2010-07-08Move doc to toplevel element, write <any> for unknown containersColin Walters1-39/+27
2010-06-24Allow attributes on parameters and return valuesDavid Zeuthen1-0/+2
2010-06-17Support introspectable=no attribute, add warnings frameworkColin Walters1-20/+13
2010-06-17More explicitly document how we'll use the version= attribute on repositoryColin Walters1-1/+4
2010-06-17Revert "Support introspectable=no attribute, add warnings framework"Johan Dahlin1-12/+19
2010-06-16Support introspectable=no attribute, add warnings frameworkColin Walters1-19/+12
2010-06-16Apply annotations from invoker to vfuncColin Walters1-1/+1
2010-06-08Support the (transfer) annotation for properties.Tomeu Vizoso1-0/+1
2010-05-26Support (out caller-allocates)Colin Walters1-0/+2
2010-05-23Add support for the 'foreign' annotation to g-i-scannerGOBJECT_INTROSPECTION_0_6_12Tomeu Vizoso1-0/+2
2010-05-04Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso1-1/+5
2010-02-12Fix glib:error-quark scanning for unregistered enum typesOwen W. Taylor1-2/+2
2009-11-23Make (skip) annotation work everywhereDan Winship1-0/+8
2009-11-11Don't put the callback element inside the field if it's not a glib structTomeu Vizoso1-3/+9
2009-11-11Implement callbacks as part of struct fields. Fixes #557383Tomeu Vizoso1-1/+4
2009-08-24Bug 556628 – (skip) annotationDan Winship1-1/+2
2009-08-17Bug 592055 - Build/test fixesColin Walters1-2/+0
2009-08-17Resolve library names to shared libraries ourselvesOwen W. Taylor1-9/+1
2009-03-17Bug 564016 - Add c:prefix to .girColin Walters1-6/+8
2009-03-05Bug 557383 - Virtual method supportColin Walters1-22/+25
2009-03-03Bug 571548 - Generic attributesColin Walters1-0/+15
2009-02-26Revert "Bug 557383 - Virtual function support"Colin Walters1-5/+1
2009-02-26Bug 557383 - Virtual function supportColin Walters1-1/+5
2009-02-25Bug 572434 - Associate interfaces with their C structuresColin Walters1-7/+9
2009-02-20Bug 572423 - Support --c-include argument for specifying C headersColin Walters1-3/+11
2009-02-17Bug 571483 - Sort toplevel .gir entriesColin Walters1-1/+14
2009-02-11Bug 567906 - Put pkg-config dependencies in .gir filesColin Walters1-4/+15
2009-02-06Bug 551738 - Associate classes with their structsColin Walters1-2/+8
2009-02-04Bug 555960 - Nested structs and unions (generation portion)Colin Walters1-17/+26
2009-01-22Bug 562622 – Errordomains missingJohan Dahlin1-0/+3
2009-01-20Bug 562615 – Struct methods missingJohan Dahlin1-11/+12
2009-01-14Rewrap to fit in 79 columnsJohan Dahlin1-2/+4
2009-01-14Add generated file warning commentColin Walters1-0/+2
2009-01-13Bug 555036 – put gtk-doc in GIRJohan Dahlin1-0/+24
2009-01-12Bug 563591 – Flags not recognized when there is no introspection dataJohan Dahlin1-8/+21
2009-01-03Bug 556489 – callback annotationsAndreas Rottmann1-0/+6
2008-12-09Bug 563742 – introspection should record the introduced version ofTristan Van Berkom1-0/+14
2008-11-25Bug 559705 – Missing association between static methods and classesColin Walters1-0/+5
2008-11-17Bug 559706 - interface prequisitesColin Walters1-0/+3
2008-11-10Bug 560248 – "disguised structures"Owen Taylor1-0/+2
2008-11-09Write throws attribute for virtual functions, fixes bug 559703Jürg Billeter1-0/+1
2008-11-04Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin1-11/+11
2008-10-31Bug 558109 – _g_typelib_init fails to find shared librariesColin Walters1-1/+5
2008-10-25Bug 557786 - support fixed size arraysColin Walters1-0/+2
2008-10-23Bug 556739 – transfer-ownership attribute should be mandatory in .girTommi Komulainen1-6/+7
2008-10-21Bug 557241 – "throws" flag for functionsJohan Bilien1-0/+5