summaryrefslogtreecommitdiff
path: root/giscanner/girwriter.py
Commit message (Expand)AuthorAgeFilesLines
* giscanner: Correctly consume field annotations on structsStef Walter2013-10-281-10/+14
* giscanner: remove unneeded isinstance checkDieter Verfaillie2013-10-091-3/+2
* giscanner: write '<varargs/>' instead of '<varargs></varargs>'Dieter Verfaillie2013-10-081-2/+1
* giscanner: make Annotated.attributes an OrderedDictDieter Verfaillie2013-10-081-1/+1
* giscanner: fix description field storage in .gir filesDieter Verfaillie2013-10-081-4/+23
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-11/+10
* giscanner: fix broken xml:whitespace attributes in .gir filesDieter Verfaillie2013-04-091-1/+1
* scanner: internals cleanup: Move pkgconfig list to NamespaceColin Walters2013-02-261-6/+4
* scanner: internals cleanup: Move c_includes to NamespaceColin Walters2013-02-261-8/+4
* scanner: internals cleanup: Move shared libraries to NamespaceColin Walters2013-02-261-6/+6
* scanner: internals cleanup: Key more things off NamespaceColin Walters2013-02-261-6/+4
* ast: Rename Class.parent to parent_typeJasper St. Pierre2013-02-151-2/+2
* scanner: remove backcompat copies more safelyTorsten Schönfeld2013-02-101-0/+2
* girparser: Serialize and read back the instance_parameterJasper St. Pierre2013-02-011-8/+10
* giscanner: Apply standard annotations to constant valuesJasper St. Pierre2013-02-011-0/+3
* Add documentation for enumeration membersGiovanni Campagna2012-10-281-1/+2
* mallardwriter: Fix formatting the function nameJasper St. Pierre2012-08-291-2/+2
* scanner: support stability tagEvan Nemerson2012-07-101-0/+2
* giscanner: Write detailed information in "type" tag's "c:type" attribute.Krzesimir Nowak2012-07-071-1/+3
* Add constant value annotationJohan Dahlin2011-09-141-1/+3
* Allow enums and bitfields to have static methodsTorsten Schönfeld2011-08-161-0/+4
* Make sure signal works when there isn't one specifiedJohan Dahlin2011-08-131-2/+3
* Add signal flagsJohan Dahlin2011-08-131-1/+11
* scanner: add a moved_to property to backcompat functionsTorsten Schönfeld2011-08-131-0/+2
* 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