summaryrefslogtreecommitdiff
path: root/giscanner/girparser.py
Commit message (Expand)AuthorAgeFilesLines
* Add glib:name to enum memberMarc-André Lureau2021-06-201-1/+2
* Add the notion of standalone doc sections.Mathieu Duponchelle2020-07-121-0/+6
* Revert "Add support for element-type to GListModel"Rico Tzschichholz2020-04-281-1/+1
* Add support for element-type to GListModelEmmanuele Bassi2020-04-261-1/+1
* Revert "Add element-type support to GListModel"Emmanuele Bassi2020-04-261-1/+1
* Add element-type support to GListModelEmmanuele Bassi2020-04-241-1/+1
* Replace calls to deprecated xml.etree.cElementTreeStephen Gallagher2020-03-261-1/+1
* Drop deprecated xml.etree.ElementTree.Element.getchildren() callsMiro Hrončok2020-01-061-6/+6
* scanner: parse and expose function macrosMathieu Duponchelle2019-07-191-0/+18
* giscanner: Allow fields which are callbacksPhilip Chimento2019-04-071-1/+1
* Do not bail out when parsing GIR files without doc positionsEmmanuele Bassi2018-12-291-2/+2
* Drop all Python 2 compat codeChristoph Reiter2018-12-081-5/+0
* writer: Include documentation and symbol position in source filesThibault Saunier2018-11-281-0/+18
* giscanner: Remove custom collections implementationNirbheek Chauhan2018-03-101-1/+1
* giscanner: Mark gpointer nodes as nullable by defaultPhilip Withnall2015-10-041-1/+1
* giscanner: Store parent link in AST for TypeContainer instancesPhilip Withnall2015-09-291-0/+3
* 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-0/+1
* 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/+2
* giscanner: Convert map() results to listSimon Feltman2015-09-291-3/+3
* scanner: fix broken assert messageDieter Verfaillie2015-06-291-1/+1
* giscanner: enable the --reparse-validate option for our test suiteDieter Verfaillie2015-03-041-1/+19
* giscanner: support nullable return types tooRyan Lortie2014-05-061-1/+2
* giscanner: write nullable and optional attributesRyan Lortie2014-05-061-0/+2
* girparser: fix parsing of enum methodsGiovanni Campagna2014-02-261-0/+1
* giscanner: Test fixups for field annotations and documentationStef Walter2013-10-281-7/+12
* giscanner: fix description field storage in .gir filesDieter Verfaillie2013-10-081-4/+16
* giscanner: remove dead codeDieter Verfaillie2013-10-081-3/+0
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-30/+24
* scanner: internals cleanup: Move pkgconfig list to NamespaceColin Walters2013-02-261-6/+1
* scanner: internals cleanup: Move c_includes to NamespaceColin Walters2013-02-261-3/+1
* scanner: internals cleanup: Move shared libraries to NamespaceColin Walters2013-02-261-7/+1
* scanner: internals cleanup: Key more things off NamespaceColin Walters2013-02-261-5/+2
* ast: Rename Class.parent to parent_typeJasper St. Pierre2013-02-151-1/+1
* girparser: Clean up codeJasper St. Pierre2013-02-151-4/+4
* girparser: Serialize and read back the instance_parameterJasper St. Pierre2013-02-011-10/+16
* ast: Track enum/bitfield member parentsJasper St. Pierre2013-02-011-2/+4
* girparser: Remove unused methodJasper St. Pierre2013-02-011-3/+0
* Ast: Add parent to FieldsGiovanni Campagna2012-10-281-9/+12
* Namespace: fix appending of nodesGiovanni Campagna2012-10-281-3/+11
* girparser: Track methods/constructors by symbolJasper St. Pierre2012-08-291-0/+1
* g-ir-doc-tool: More Mallard work, using experimantal api extensionShaun McCance2012-02-171-14/+16
* Add constant value annotationJohan Dahlin2011-09-141-2/+3
* Allow enums and bitfields to have static methodsTorsten Schönfeld2011-08-161-0/+3
* Teach scanner's girparser about fundamentalsPavel Holejsovsky2011-08-161-0/+8
* Make sure signal works when there isn't one specifiedJohan Dahlin2011-08-131-1/+1
* Add signal flagsJohan Dahlin2011-08-131-1/+8
* scanner: add a moved_to property to backcompat functionsTorsten Schönfeld2011-08-131-0/+1
* scanner: Don't throw away blank lines in the docsColin Walters2011-08-131-1/+2