summaryrefslogtreecommitdiff
path: root/giscanner/girwriter.py
Commit message (Expand)AuthorAgeFilesLines
* Split disguised attribute into twoEmmanuele Bassi2023-01-081-0/+4
* Add copy and free function annotations for POD typesEmmanuele Bassi2023-01-081-0/+8
* Add an optional attribute for the property default valueEmmanuele Bassi2023-01-081-0/+2
* scanner: Add (emitter) annotation for signalsEmmanuele Bassi2022-02-121-0/+2
* Add annotations for property setters and gettersEmmanuele Bassi2021-08-051-0/+4
* Add new annotations for property accessorsEmmanuele Bassi2021-08-051-0/+4
* Add "final" class attributeEmmanuele Bassi2021-08-051-0/+2
* Add glib:name to enum memberMarc-André Lureau2021-06-201-0/+2
* Merge branch 'standalone-doc-sections' into 'master'Mathieu Duponchelle2020-07-221-0/+7
|\
| * Add the notion of standalone doc sections.Mathieu Duponchelle2020-07-121-0/+7
* | giscanner: parse block comments for members and fieldsMathieu Duponchelle2020-07-121-0/+2
|/
* scanner: parse and expose function macrosMathieu Duponchelle2019-07-191-0/+25
* Drop all Python 2 compat codeChristoph Reiter2018-12-081-6/+0
* giscanner/girwriter.py: Fix running on WindowsChun-wei Fan2018-12-061-1/+8
* writer: Include documentation and symbol position in source filesThibault Saunier2018-11-281-3/+28
* typedefs: fix type information.Mathieu Duponchelle2017-03-141-1/+1
* giscanner: Mark gpointer nodes as nullable by defaultPhilip Withnall2015-10-041-2/+2
* giscanner: Use rich comparison methods for Python 3 compatibilitySimon Feltman2015-09-291-10/+5
* giscanner: Use unicode literals in all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use print as a function for Python 3 compatibilitySimon Feltman2015-09-291-1/+2
* giscanner: Enable "true division" for all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use absolute_import for all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use items() instead of iteritems()Simon Feltman2015-09-291-1/+1
* giscanner: support nullable return types tooRyan Lortie2014-05-061-0/+2
* giscanner: write nullable and optional attributesRyan Lortie2014-05-061-0/+2
* giscanner: change some internal field logicRyan Lortie2014-05-061-2/+6
* 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