index
:
delta/gobject-introspection.git
annotation
annotation_svn1007
baserock/1.39.90
baserock/GOBJECT_INTROSPECTION_1_40_0
baserock/jonathan/fix-giscanner
baserock/markdoffman/1_39_90-merge
baserock/morph
bochecha/pkgconfig-prefix
doc-sections
ebassi/cairo-wrap
ebassi/compiler-opt
ebassi/final-type
ebassi/for-master
ebassi/issue-384
ebassi/issue-418
ebassi/signal-emitter
ebassi/symbol-collision
ewlsh/fundamental-test
fix-msvc-setuptools-distutils
fix-msvc-warnings
fix.win.cmd.3-38
g-i-0.6
g-i-0.9
gi-release-1-70
gidocgen
gir-compiler
gir-docbook
gir-docbook-2
glib-annotations
gnome-3-0
gnome-3-10
gnome-3-12
gnome-3-14
gnome-3-16
gnome-3-18
gnome-3-2
gnome-3-20
gnome-3-22
gnome-3-24
gnome-3-26
gnome-3-28
gnome-3-30
gnome-3-32
gnome-3-34
gnome-3-36
gnome-3-38
gnome-3-4
gnome-3-6
gnome-3-8
gnome-42
ignatenko/g-ir-inspect
issue-328
main
mallard-templates
master
matthiasc/symbol-collision
no-designated-init
pointer-aliases
scope-forever
tintou/closure-destroy-fix
tintou/doc-format
win64.fixes.master
wip/api-diff
wip/carlosg/signal-tests
wip/ci
wip/cmph
wip/cmph-rebase2
wip/cmph-rebase3
wip/dieterv/drive-by-review
wip/dieterv/g-ir-fix
wip/dieterv/multiline-annotations
wip/dieterv/schema
wip/docs
wip/docs-3
wip/docs-json
wip/dx-hackfest
wip/ebassi/meson
wip/fanc999/dumper-distutils
wip/glib-source-extraction
wip/hadess/add-power-profile-monitor
wip/jtojnar/glib-subproject
wip/meson/pkg-generate
wip/nielsdg/python-formatter-out-params
wip/nonrecursive-make
wip/sam/multiple-girs-one-typelib
wip/smcv/8k-not-enough-for-everybody
wip/smcv/search-paths
wip/smcv/test-more-flags
wip/smcv/testbuild
wip/structure-parsing
wip/tingping/meson
wip/tintou/closure-documentation
zbrown/dispose
zbrown/types-1
gitlab.gnome.org: GNOME/gobject-introspection.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
giscanner
/
gdumpparser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add glib:name to enum member
Marc-André Lureau
2021-06-20
1
-1
/
+2
*
scanner: fix enum member c:identifier
Marc-André Lureau
2021-06-20
1
-1
/
+5
*
Always pass an encoding to open() using text mode
Christoph Reiter
2020-11-07
1
-1
/
+1
*
Replace calls to deprecated xml.etree.cElementTree
Stephen Gallagher
2020-03-26
1
-1
/
+1
*
Revert "Restore original meaning of disguised attribute."
Christoph Reiter
2019-01-16
1
-0
/
+4
*
Restore original meaning of disguised attribute.
Tomasz Miąsko
2019-01-10
1
-4
/
+0
*
Drop all Python 2 compat code
Christoph Reiter
2018-12-08
1
-5
/
+0
*
Add utils.rmtree() which waits and tries again if a file is still in use
Christoph Reiter
2018-06-20
1
-2
/
+1
*
giscanner: Remove custom collections implementation
Nirbheek Chauhan
2018-03-10
1
-3
/
+3
*
Use a launcher for executing g-ir-scanner
Nicola Fontana
2016-02-16
1
-0
/
+6
*
giscanner: Use unicode literals in all Python files
Simon Feltman
2015-09-29
1
-0
/
+1
*
giscanner: Replace repr format usage with string formatter
Simon Feltman
2015-09-29
1
-2
/
+2
*
giscanner: Use print as a function for Python 3 compatibility
Simon Feltman
2015-09-29
1
-0
/
+1
*
giscanner: Enable "true division" for all Python files
Simon Feltman
2015-09-29
1
-0
/
+1
*
giscanner: Use absolute_import for all Python files
Simon Feltman
2015-09-29
1
-0
/
+2
*
giscanner: Use items() instead of iteritems()
Simon Feltman
2015-09-29
1
-5
/
+5
*
giscanner: Convert map() results to list
Simon Feltman
2015-09-29
1
-2
/
+2
*
scanner: use open() as os.fdopen as context managers
Dieter Verfaillie
2015-08-21
1
-10
/
+9
*
tests: Update misc/pep8.py to 1.6.2
Dieter Verfaillie
2015-06-29
1
-2
/
+2
*
scanner: Replace GInitiallyUnowned field sharing with generic solution
Simon Feltman
2014-01-04
1
-11
/
+0
*
giscanner: fix typo
Dieter Verfaillie
2013-10-08
1
-1
/
+1
*
giscanner: remove dead code
Dieter Verfaillie
2013-10-08
1
-8
/
+0
*
tests: Update misc/pep8.py to 1.4.5
Dieter Verfaillie
2013-05-07
1
-6
/
+3
*
giscanner: prefer "except X as e" over "except X, e"
Dieter Verfaillie
2013-04-09
1
-7
/
+7
*
Fix matching of methods named *_get_type()
Matthew Booth
2012-03-06
1
-11
/
+5
*
scanner: Don't add redundant notify signal
Colin Walters
2011-09-12
1
-4
/
+0
*
scanner: Only add notify signal to Object, not ParamSpec etc.
Colin Walters
2011-09-12
1
-3
/
+4
*
scanner: Add "notify" signal to GObject
Colin Walters
2011-09-09
1
-0
/
+3
*
Avoid most of the special-casing of GObject.Object in the scanner
Pavel Holejsovsky
2011-08-28
1
-48
/
+14
*
Properly handle GParamSpec and descendants
Pavel Holejsovsky
2011-08-25
1
-6
/
+21
*
Make sure signal works when there isn't one specified
Johan Dahlin
2011-08-13
1
-1
/
+1
*
Add signal flags
Johan Dahlin
2011-08-13
1
-1
/
+8
*
Switch to storing string form of error quarks
Dan Winship
2011-08-12
1
-6
/
+35
*
Reverting "Workaround for CairoRectangleInt exposed in Gdk-3.0.gir"
Pavel Holejsovsky
2011-07-29
1
-5
/
+0
*
Workaround for CairoRectangleInt exposed in Gdk-3.0.gir
Pavel Holejsovsky
2011-07-29
1
-0
/
+5
*
gdumpparser.py: Limit line length to 100
Colin Walters
2011-06-09
1
-1
/
+3
*
Rework how fundamental GObject types are introspected
Giovanni Campagna
2011-06-08
1
-21
/
+30
*
Add boxed types definition for GLib
Giovanni Campagna
2011-06-04
1
-17
/
+5
*
scanner: Support _get_gtype() as a GType creation suffix
Colin Walters
2011-06-03
1
-4
/
+7
*
scanner: Fix handling of property transfer
Colin Walters
2011-01-05
1
-3
/
+1
*
Make sure we don't mark GInitiallyUnownedClass as disguised
Tomeu Vizoso
2010-12-06
1
-0
/
+1
*
Handle enumerations with the full range of signed and unsigned values
Owen W. Taylor
2010-11-01
1
-7
/
+25
*
scanner: Don't leave temporary directory around if we fail
Colin Walters
2010-10-07
1
-1
/
+3
*
Set c_symbol_prefix in the GVariant special case
Tomeu Vizoso
2010-09-17
1
-0
/
+1
*
scanner: Add temporary workaround for GStreamer
Colin Walters
2010-09-15
1
-0
/
+2
*
scanner: Add GType for GVariant
Colin Walters
2010-09-13
1
-5
/
+10
*
scanner: Bomb out more obviously if a namespace contains class name = namespace
Colin Walters
2010-09-13
1
-0
/
+6
*
scanner: Allow gstreamer's GParamSpecMiniObject through
Colin Walters
2010-09-10
1
-0
/
+13
*
scanner: Kill glibast
Colin Walters
2010-09-08
1
-43
/
+67
*
[scanner] Fundamental problems are not fatal
Johan Dahlin
2010-09-07
1
-1
/
+2
[next]