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
/
girparser.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
scanner: Fix handling of property transfer
Colin Walters
2011-01-05
1
-2
/
+4
*
scanner: Properly parse recursive list type nodes
Colin Walters
2011-01-05
1
-5
/
+10
*
[girparser] Callbacks and VFunctions can be shadowed
Johan Dahlin
2010-09-24
1
-2
/
+3
*
Add a script to extract gio annotations
Johan Dahlin
2010-09-24
1
-0
/
+3
*
[scanner] Support private/public directives
Johan Dahlin
2010-09-20
1
-0
/
+1
*
[scanner] Only store types in cache store
Johan Dahlin
2010-09-20
1
-16
/
+28
*
Remove leftover, type is set above
Johan Dahlin
2010-09-20
1
-1
/
+0
*
scanner: Parse annotations for typedefs
Colin Walters
2010-09-14
1
-0
/
+1
*
scanner: Unify parsing of compounds
Colin Walters
2010-09-09
1
-38
/
+23
*
scanner: Kill glibast
Colin Walters
2010-09-08
1
-57
/
+39
*
Major rewrite
Colin Walters
2010-08-31
1
-164
/
+323
*
Move alias target to <type>
Colin Walters
2010-08-31
1
-1
/
+2
*
Fix trailing whitespace
Colin Walters
2010-06-19
1
-1
/
+1
*
Better error message for incompatible versions
Colin Walters
2010-06-17
1
-2
/
+18
*
More explicitly document how we'll use the version= attribute on repository
Colin Walters
2010-06-17
1
-0
/
+7
*
Add support for GArrays: add g_type_info_get_array_type() and properly scan G...
Tomeu Vizoso
2010-05-04
1
-2
/
+14
*
Don't assume _pkgconfig_packages is set.
Johan Dahlin
2009-02-26
1
-0
/
+4
*
Bug 567906 - Put pkg-config dependencies in .gir files
Colin Walters
2009-02-11
1
-0
/
+10
*
Bug 563794 - Redo annotation parsing & applying
Johan Dahlin
2009-01-12
1
-3
/
+8
*
Fix inconsistencies with PEP8
Jürg Billeter
2009-01-03
1
-2
/
+0
*
Parse interface prerequisites
Colin Walters
2008-11-17
1
-0
/
+2
*
Bug 560248 – "disguised structures"
Owen Taylor
2008-11-10
1
-1
/
+3
*
Relicense the giscanner library under LGPLv2+. This has been approved by
Johan Dahlin
2008-11-04
1
-11
/
+11
*
Bug 558848 giparser.py: shared library should be optional
Owen Taylor
2008-11-01
1
-2
/
+3
*
Remove arguments from the constructor, move them to separate accessors.
Johan Dahlin
2008-10-30
1
-18
/
+18
*
Avoid parsing parameters, types etc when parsing includes. Should speed up
Johan Dahlin
2008-10-30
1
-23
/
+45
*
Avoid big if/else and use a dispatch table like approach.
Johan Dahlin
2008-10-30
1
-51
/
+72
*
Bug 557241 – "throws" flag for functions
Johan Bilien
2008-10-21
1
-1
/
+2
*
Bug 557011 - Add g_object_info_get_abstract
Colin Walters
2008-10-20
1
-5
/
+10
*
giscanner: don't lose 'transfer-ownership' attributes when injecting
Tommi Komulainen
2008-10-20
1
-1
/
+1
*
Parse array length= to ensure it doesn't get lost from --inject
Colin Walters
2008-10-19
1
-2
/
+6
*
Bug 556732 – generate gir files consistently
Tommi Komulainen
2008-10-17
1
-0
/
+2
*
Bug 556610 – giscanner/girparser.py drops parameter options
Johan Bilien
2008-10-17
1
-2
/
+6
*
Merge branch 'bug556331-includecleanup'
Colin Walters
2008-10-16
1
-2
/
+4
*
Parse bits attribute of fields
Jürg Billeter
2008-10-12
1
-1
/
+2
*
actually add the parsed constant nodes
Johan Bilien
2008-10-12
1
-1
/
+1
*
parse constant nodes in gir files
Johan Bilien
2008-10-12
1
-2
/
+11
*
Fix parsing transfer-ownership attribute of <return-value>
Jürg Billeter
2008-10-12
1
-4
/
+1
*
Bug 552858: versioning
Colin Walters
2008-10-12
1
-2
/
+2
*
fix typo on 'members' variable.
Lucas Rocha
2008-10-12
1
-1
/
+1
*
Also parse enums which are not glib types.
Johan Dahlin
2008-10-11
1
-8
/
+20
*
Bug 554854: The --typelib-xml and --inject options should reuse giscanner
Lucas Rocha
2008-10-11
1
-21
/
+82
*
fix the last parameter of GLibEnumMember constructor as it should be the
Lucas Rocha
2008-10-03
1
-1
/
+1
*
Rework to use recursive XML
Colin Walters
2008-09-29
1
-6
/
+14
*
Parse c:type for boxed records/unions; try resolving types using the GType na...
Colin Walters
2008-09-13
1
-2
/
+4
*
Allow both union and struct to be boxed or not
Colin Walters
2008-09-06
1
-9
/
+27
*
Ignore <include>. Parse them. Generate them. Process <include>
Colin Walters
2008-08-23
1
-0
/
+7
*
Type checking rework
Colin Walters
2008-08-19
1
-2
/
+4
*
Redo type resolving and validation. Add a couple of new tests. Patch
Johan Dahlin
2008-08-18
1
-2
/
+4
*
Set ctype of enums Improve enum parsing for enums without a GType. Make
Johan Dahlin
2008-08-18
1
-3
/
+2
[prev]
[next]