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
*
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
*
Parse enumeration/bitfield.
Johan Dahlin
2008-08-16
1
-9
/
+29
*
Parse boxed types.
Johan Dahlin
2008-08-16
1
-2
/
+16
*
Refactor the parser a bit. Add parent type to interfaces and update
Johan Dahlin
2008-08-14
1
-71
/
+72
*
Run pep8.py in make check, fix old errors.
Johan Dahlin
2008-08-14
1
-10
/
+5
*
Parse records.
Colin Walters
2008-08-13
1
-1
/
+4
*
Use correct namespace, add GType. Handle aliases. Record aliases. Make
Colin Walters
2008-08-13
1
-1
/
+7
*
Fix processing of functions from last commit.
Colin Walters
2008-08-13
1
-6
/
+10
*
Parse more than just <class. Put aliases in a separate data structure
Colin Walters
2008-08-13
1
-20
/
+70
*
PEP8ify
Johan Dahlin
2008-08-09
1
-1
/
+4
*
Ignore a few more tags
Johan Dahlin
2008-06-21
1
-0
/
+3
*
Add a new source type enum for member. Use __repr__ for improved debugging
Johan Dahlin
2008-05-31
1
-1
/
+3
*
Improve error reporting when trying to quote None. Do not print warnings
Johan Dahlin
2008-05-31
1
-0
/
+4
*
Line wrap license header
Johan Dahlin
2008-04-28
1
-1
/
+2
*
Prettify NS parsing using elementtree.
Johan Dahlin
2008-04-28
1
-8
/
+15
*
Switch over to GIR as the default format. Add a simple GIDL parser. Update
Johan Dahlin
2008-04-28
1
-0
/
+57