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
/
ast.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Forbid GPtrArrays holding non-pointer types
Giovanni Campagna
2011-08-18
1
-0
/
+4
*
Allow enums and bitfields to have static methods
Torsten Schönfeld
2011-08-16
1
-0
/
+10
*
Merge remote-tracking branch 'origin/gir-docbook'
Johan Dahlin
2011-08-13
1
-0
/
+7
|
\
|
*
Make sure signal works when there isn't one specified
gir-docbook
Johan Dahlin
2011-08-13
1
-1
/
+1
|
*
Add signal flags
Johan Dahlin
2011-08-13
1
-1
/
+14
|
*
Switch to storing string form of error quarks
Dan Winship
2011-08-13
1
-2
/
+9
|
*
Automatically turn Gdk.Rectangle gtype into cairo.RectangleInt
Pavel Holejsovsky
2011-08-13
1
-0
/
+7
*
|
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
/
+14
*
|
scanner: add a moved_to property to backcompat functions
Torsten Schönfeld
2011-08-13
1
-0
/
+1
*
|
scanner: handle static methods on all types
Torsten Schönfeld
2011-08-13
1
-0
/
+9
*
|
Switch to storing string form of error quarks
Dan Winship
2011-08-12
1
-2
/
+9
*
|
Automatically turn Gdk.Rectangle gtype into cairo.RectangleInt
Pavel Holejsovsky
2011-08-11
1
-0
/
+7
|
/
*
ast: cleanup clone() methods
Johan Dahlin
2011-01-20
1
-4
/
+1
*
Add support for g[u]intptr in scanner and girwriter.
Pavel Holejsovsky
2011-01-13
1
-4
/
+11
*
scanner: Fix handling of property transfer
Colin Walters
2011-01-05
1
-1
/
+4
*
scanner: Support GStrv as signal parameters
Colin Walters
2010-10-21
1
-0
/
+5
*
[scanner] Support private/public directives
Johan Dahlin
2010-09-20
1
-0
/
+1
*
[scanner] Add a Position class
Johan Dahlin
2010-09-20
1
-3
/
+4
*
Add a parameter mismatch warning
Johan Dahlin
2010-09-14
1
-0
/
+1
*
scanner: Handle G_TYPE_HASH_TABLE
Colin Walters
2010-09-14
1
-1
/
+6
*
scanner: Kill glibast
Colin Walters
2010-09-08
1
-48
/
+153
*
Handle casing better for constants
Owen W. Taylor
2010-09-07
1
-0
/
+2
*
[scanner] Clarify exception message
Johan Dahlin
2010-09-06
1
-1
/
+1
*
[scanner] Remove a bunch of unused functions
Johan Dahlin
2010-09-06
1
-19
/
+0
*
scanner: Add backwards compatibility with some annotation types
Colin Walters
2010-09-03
1
-0
/
+6
*
[scanner] Move a function from transformer to ast
Johan Dahlin
2010-09-02
1
-1
/
+12
*
scanner: Better handling of GType names
Colin Walters
2010-09-01
1
-3
/
+15
*
scanner: Better handling of empty namespace prefix for X
Colin Walters
2010-08-31
1
-2
/
+2
*
Major rewrite
Colin Walters
2010-08-31
1
-262
/
+490
*
Use GLib types consistently
Colin Walters
2010-08-31
1
-72
/
+82
*
Don't include machine-dependent integral types in the typelib
Colin Walters
2010-07-09
1
-10
/
+6
*
Support introspectable=no attribute, add warnings framework
Colin Walters
2010-06-17
1
-1
/
+13
*
Revert "Support introspectable=no attribute, add warnings framework"
Johan Dahlin
2010-06-17
1
-13
/
+1
*
Support introspectable=no attribute, add warnings framework
Colin Walters
2010-06-16
1
-1
/
+13
*
Support the (transfer) annotation for properties.
Tomeu Vizoso
2010-06-08
1
-3
/
+3
*
Support (out caller-allocates)
Colin Walters
2010-05-26
1
-0
/
+1
*
[scanner] Support unsigned long/short int
Alan Knowles
2010-05-25
1
-0
/
+2
*
Add support for the 'foreign' annotation to g-i-scanner
GOBJECT_INTROSPECTION_0_6_12
Tomeu Vizoso
2010-05-23
1
-0
/
+1
*
Add uid_t, gid_t, dev_t to integral type conversions
Colin Walters
2010-05-19
1
-3
/
+19
*
Validate scope annotation values
Owen W. Taylor
2010-05-07
1
-0
/
+4
*
Add support for GArrays: add g_type_info_get_array_type() and properly scan G...
Tomeu Vizoso
2010-05-04
1
-2
/
+4
*
Bug 556628 – (skip) annotation
Dan Winship
2009-08-24
1
-0
/
+1
*
Bug 584423 – Add short/ushort support
Mark Lee
2009-06-22
1
-9
/
+13
*
Bug 581685: Parse parameterized types (using <>) in annotations.
C. Scott Ananian
2009-06-12
1
-1
/
+1
*
Bug 574284 - Add support for a 'closure' and 'destroy' annotations
Andreas Rottmann
2009-03-23
1
-0
/
+10
*
Bug 556475 – support Shadows: annotation
Andreas Rottmann
2009-03-19
1
-0
/
+20
*
Bug 557383 - Virtual method support
Colin Walters
2009-03-05
1
-10
/
+26
*
Bug 571548 - Generic attributes
Colin Walters
2009-03-03
1
-0
/
+1
*
Revert "Bug 557383 - Virtual function support"
Colin Walters
2009-02-26
1
-1
/
+5
[next]