summaryrefslogtreecommitdiff
path: root/giscanner/gdumpparser.py
Commit message (Expand)AuthorAgeFilesLines
* Split disguised attribute into twoEmmanuele Bassi2023-01-081-2/+6
* Skip default-value for non-transformable propertiesEmmanuele Bassi2023-01-081-1/+1
* Add an optional attribute for the property default valueEmmanuele Bassi2023-01-081-2/+5
* Add "final" class attributeEmmanuele Bassi2021-08-051-2/+6
* Add glib:name to enum memberMarc-André Lureau2021-06-201-1/+2
* scanner: fix enum member c:identifierMarc-André Lureau2021-06-201-1/+5
* Always pass an encoding to open() using text modeChristoph Reiter2020-11-071-1/+1
* Replace calls to deprecated xml.etree.cElementTreeStephen Gallagher2020-03-261-1/+1
* Revert "Restore original meaning of disguised attribute."Christoph Reiter2019-01-161-0/+4
* Restore original meaning of disguised attribute.Tomasz Miąsko2019-01-101-4/+0
* Drop all Python 2 compat codeChristoph Reiter2018-12-081-5/+0
* Add utils.rmtree() which waits and tries again if a file is still in useChristoph Reiter2018-06-201-2/+1
* giscanner: Remove custom collections implementationNirbheek Chauhan2018-03-101-3/+3
* Use a launcher for executing g-ir-scannerNicola Fontana2016-02-161-0/+6
* giscanner: Use unicode literals in all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Replace repr format usage with string formatterSimon Feltman2015-09-291-2/+2
* 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: Use items() instead of iteritems()Simon Feltman2015-09-291-5/+5
* giscanner: Convert map() results to listSimon Feltman2015-09-291-2/+2
* scanner: use open() as os.fdopen as context managersDieter Verfaillie2015-08-211-10/+9
* tests: Update misc/pep8.py to 1.6.2Dieter Verfaillie2015-06-291-2/+2
* scanner: Replace GInitiallyUnowned field sharing with generic solutionSimon Feltman2014-01-041-11/+0
* giscanner: fix typoDieter Verfaillie2013-10-081-1/+1
* giscanner: remove dead codeDieter Verfaillie2013-10-081-8/+0
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-6/+3
* giscanner: prefer "except X as e" over "except X, e"Dieter Verfaillie2013-04-091-7/+7
* Fix matching of methods named *_get_type()Matthew Booth2012-03-061-11/+5
* scanner: Don't add redundant notify signalColin Walters2011-09-121-4/+0
* scanner: Only add notify signal to Object, not ParamSpec etc.Colin Walters2011-09-121-3/+4
* scanner: Add "notify" signal to GObjectColin Walters2011-09-091-0/+3
* Avoid most of the special-casing of GObject.Object in the scannerPavel Holejsovsky2011-08-281-48/+14
* Properly handle GParamSpec and descendantsPavel Holejsovsky2011-08-251-6/+21
* Make sure signal works when there isn't one specifiedJohan Dahlin2011-08-131-1/+1
* Add signal flagsJohan Dahlin2011-08-131-1/+8
* Switch to storing string form of error quarksDan Winship2011-08-121-6/+35
* Reverting "Workaround for CairoRectangleInt exposed in Gdk-3.0.gir"Pavel Holejsovsky2011-07-291-5/+0
* Workaround for CairoRectangleInt exposed in Gdk-3.0.girPavel Holejsovsky2011-07-291-0/+5
* gdumpparser.py: Limit line length to 100Colin Walters2011-06-091-1/+3
* Rework how fundamental GObject types are introspectedGiovanni Campagna2011-06-081-21/+30
* Add boxed types definition for GLibGiovanni Campagna2011-06-041-17/+5
* scanner: Support _get_gtype() as a GType creation suffixColin Walters2011-06-031-4/+7
* scanner: Fix handling of property transferColin Walters2011-01-051-3/+1
* Make sure we don't mark GInitiallyUnownedClass as disguisedTomeu Vizoso2010-12-061-0/+1
* Handle enumerations with the full range of signed and unsigned valuesOwen W. Taylor2010-11-011-7/+25
* scanner: Don't leave temporary directory around if we failColin Walters2010-10-071-1/+3
* Set c_symbol_prefix in the GVariant special caseTomeu Vizoso2010-09-171-0/+1
* scanner: Add temporary workaround for GStreamerColin Walters2010-09-151-0/+2
* scanner: Add GType for GVariantColin Walters2010-09-131-5/+10