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
/
transformer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
giscanner: Allow passing additional include dirs when parsing a gir
Tomeu Vizoso
2011-08-15
1
-1
/
+3
*
Use a classmethod and s/Transformer/cls/ + s/transformer/self/
Johan Dahlin
2011-08-11
1
-9
/
+9
*
[docbook] Add "Details" title above all methods.
Laszlo Pandy
2011-08-11
1
-0
/
+1
*
[docbook] Make DocBookWriter use Transformer
Laszlo Pandy
2011-08-11
1
-0
/
+9
*
Make the Transformer respect 'skip' annotations
Stef Walter
2011-08-10
1
-1
/
+8
*
Kill off config.py
Colin Walters
2011-07-27
1
-3
/
+2
*
Make caller-allocates detection work for struct aliases
Pavel Holejsovsky
2011-01-13
1
-7
/
+10
*
Add proper unicode support to the source scanner
Johan Dahlin
2010-12-02
1
-1
/
+1
*
Fix --include-uninstalled
Colin Walters
2010-09-28
1
-3
/
+3
*
[scanner] Make sure private enums are filtered
Johan Dahlin
2010-09-26
1
-2
/
+2
*
[scanner] Mark enum members as private in transformer
Johan Dahlin
2010-09-26
1
-1
/
+1
*
Revert "[transformer] Ignore hidden symbols"
Johan Dahlin
2010-09-21
1
-2
/
+3
*
[transformer] Ignore hidden symbols
Johan Dahlin
2010-09-20
1
-3
/
+2
*
[scanner] Support private/public directives
Johan Dahlin
2010-09-20
1
-1
/
+8
*
[scanner] Only store types in cache store
Johan Dahlin
2010-09-20
1
-3
/
+13
*
scanner: Add temporary workaround for GStreamer
Colin Walters
2010-09-15
1
-0
/
+4
*
scanner: Add c_type for callbacks
Colin Walters
2010-09-14
1
-1
/
+2
*
scanner: Handle G_TYPE_HASH_TABLE
Colin Walters
2010-09-14
1
-5
/
+6
*
scanner: Skip functions with leading '_'
Colin Walters
2010-09-09
1
-0
/
+3
*
scanner: Kill glibast
Colin Walters
2010-09-08
1
-9
/
+7
*
Handle casing better for constants
Owen W. Taylor
2010-09-07
1
-14
/
+5
*
scanner: Fall back to searching all includes when uncertain
Colin Walters
2010-09-07
1
-1
/
+14
*
scanner: Don't clear out ctype on annotation strings if we fail to resolve
Colin Walters
2010-09-03
1
-2
/
+3
*
[scanner] Move a function from transformer to ast
Johan Dahlin
2010-09-02
1
-10
/
+0
*
[test] Add warning tests for enums
Johan Dahlin
2010-09-02
1
-3
/
+3
*
[scanner] Improve an error message, include lineno
Johan Dahlin
2010-09-02
1
-1
/
+1
*
scanner: Add --include-uninstalled
Colin Walters
2010-09-02
1
-3
/
+16
*
[scanner] Remove old logging functions
Johan Dahlin
2010-09-02
1
-86
/
+0
*
[scanner] Move over remaining callsites to message
Johan Dahlin
2010-09-02
1
-2
/
+2
*
[scanner] Simplify strip_identifer/strip_symbol
Johan Dahlin
2010-09-02
1
-34
/
+56
*
scanner: Don't throw an exception on unresolved types
Colin Walters
2010-09-02
1
-4
/
+1
*
[scanner] Move namespace out of Transformer
Johan Dahlin
2010-09-02
1
-6
/
+2
*
[transformer] Don't pass around source scanner
Johan Dahlin
2010-09-02
1
-6
/
+2
*
[scanner] Create the cachestore in the transformer
Johan Dahlin
2010-09-02
1
-2
/
+3
*
scanner: Also look for enums and bitfields with GType names
Colin Walters
2010-09-01
1
-1
/
+3
*
scanner: Better handling of GType names
Colin Walters
2010-09-01
1
-3
/
+28
*
scanner: Cosmetic cleanup to namespace parsing functions
Colin Walters
2010-09-01
1
-5
/
+9
*
scanner: Refactor name parsing
Colin Walters
2010-09-01
1
-25
/
+33
*
scanner: Add --accept-unprefixed
Colin Walters
2010-09-01
1
-1
/
+7
*
scanner: Filter interface prerequisites and class implements for unknown types
Colin Walters
2010-08-31
1
-8
/
+10
*
scanner: Better handling of empty namespace prefix for X
Colin Walters
2010-08-31
1
-18
/
+27
*
Major rewrite
Colin Walters
2010-08-31
1
-350
/
+399
*
Use GLib types consistently
Colin Walters
2010-08-31
1
-7
/
+8
*
[giscanner] Make warnings less dense
Johan Dahlin
2010-07-28
1
-4
/
+8
*
Support introspectable=no attribute, add warnings framework
Colin Walters
2010-06-17
1
-1
/
+72
*
Revert "Support introspectable=no attribute, add warnings framework"
Johan Dahlin
2010-06-17
1
-72
/
+1
*
Support introspectable=no attribute, add warnings framework
Colin Walters
2010-06-16
1
-1
/
+72
*
Add support for GArrays: add g_type_info_get_array_type() and properly scan G...
Tomeu Vizoso
2010-05-04
1
-1
/
+1
*
If needed, convert from camelcase to underscores when stripping the prefix of...
Tomeu Vizoso
2010-04-14
1
-1
/
+1
*
Fix glib:error-quark scanning for unregistered enum types
Owen W. Taylor
2010-02-12
1
-0
/
+5
[next]