summaryrefslogtreecommitdiff
path: root/giscanner/introspectablepass.py
Commit message (Expand)AuthorAgeFilesLines
* scanner: Validate emitter methodsebassi/signal-emitterEmmanuele Bassi2021-08-051-0/+35
* Ignore accessor annotations for non-introspectable propertiesEmmanuele Bassi2021-08-051-3/+25
* Revert "Add support for element-type to GListModel"Rico Tzschichholz2020-04-281-2/+1
* Add support for element-type to GListModelEmmanuele Bassi2020-04-261-1/+2
* Drop all Python 2 compat codeChristoph Reiter2018-12-081-4/+0
* meson: Add a "python" option to make the python to build against configurableChristoph Reiter2018-07-111-1/+1
* 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/+1
* tests: Update misc/pep8.py to 1.6.2Dieter Verfaillie2015-06-291-1/+1
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-20/+24
* annotationparser: Remove get_tag/get_paramJasper St. Pierre2013-05-071-1/+1
* scanner: remove backcompat copies more safelyTorsten Schönfeld2013-02-101-4/+4
* scanner: Warn if we're missing (element-type) for GPtrArrayColin Walters2012-12-101-1/+1
* Split parameter and tag storage in annotationparser parse treeDieter Verfaillie2012-04-051-1/+1
* Skip analysis of params that have been (skip)'dStef Walter2011-09-281-0/+3
* Fix warning for missing (element-type)Colin Walters2011-08-291-2/+2
* scanner: add a moved_to property to backcompat functionsTorsten Schönfeld2011-08-131-0/+10
* scanner: Make sure that vfuncs made to the GIRTomeu Vizoso2011-01-071-10/+0
* scanner: support typedefs for container typesJonathan Matthew2010-12-161-0/+7
* Add support for gunichar in typelibColin Walters2010-11-121-4/+0
* Use tag position if availableJohan Dahlin2010-09-241-0/+6
* [IntrospectablePass] Suppress callback/vfunction warningsJohan Dahlin2010-09-201-0/+5
* [IntrospectablePass] Improve error messageJohan Dahlin2010-09-201-2/+6
* Pass in blocks to IntrospectablePassJohan Dahlin2010-09-201-1/+2
* scanner: Kill glibastColin Walters2010-09-081-4/+3
* scanner: Automatically skip callables which contain a skipped nodeColin Walters2010-09-071-0/+19
* [scanner] Move over remaining callsites to messageJohan Dahlin2010-09-021-2/+3
* scanner: Better handling of GType namesColin Walters2010-09-011-1/+4
* scanner: Skipped nodes aren't introspectable eitherColin Walters2010-09-011-1/+1
* scanner: Don't parse constructors on non-registered, warn for return valuesColin Walters2010-09-011-13/+44
* scanner: Filter interface prerequisites and class implements for unknown typesColin Walters2010-08-311-0/+2
* Major rewriteColin Walters2010-08-311-0/+159