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
/
maintransformer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
maintransformer: don't pair methods if the symbol prefix does not match with ...
Giovanni Campagna
2014-02-26
1
-7
/
+27
*
scanner: support virtual functions with a typedef-ed callback
Giovanni Campagna
2014-02-20
1
-3
/
+11
*
scanner: Don't barf on anonymous unions
Colin Walters
2013-10-30
1
-0
/
+1
*
giscanner: Include field documentation
Stef Walter
2013-10-28
1
-1
/
+1
*
giscanner: Correctly consume field annotations on structs
Stef Walter
2013-10-28
1
-8
/
+26
*
giscanner: write virtual method instance parameter docs to .gir file
Dieter Verfaillie
2013-10-08
1
-0
/
+6
*
giscanner: make Annotated.attributes an OrderedDict
Dieter Verfaillie
2013-10-08
1
-2
/
+2
*
giscanner: use proper terminology
Dieter Verfaillie
2013-10-08
1
-49
/
+50
*
giscanner: honor line and paragraph breaks in description fields
Dieter Verfaillie
2013-10-08
1
-5
/
+6
*
giscanner: fix description field storage in .gir files
Dieter Verfaillie
2013-10-08
1
-2
/
+6
*
giscanner: refactor annotation validation
Dieter Verfaillie
2013-10-08
1
-10
/
+7
*
giscanner: deprecate GObject-Introspection GTK-Doc tags
Dieter Verfaillie
2013-10-08
1
-37
/
+32
*
giscanner: flesh out annotation parsing and storage
Dieter Verfaillie
2013-10-08
1
-59
/
+58
*
giscanner: extract tag values
Dieter Verfaillie
2013-10-08
1
-18
/
+8
*
giscanner: complete vararg parameter parsing
Dieter Verfaillie
2013-10-08
1
-3
/
+0
*
giscanner: rename "comment" to "description"
Dieter Verfaillie
2013-10-08
1
-5
/
+5
*
giscanner: rename "colon" to "delimiter"
Dieter Verfaillie
2013-10-08
1
-3
/
+3
*
giscanner: rename "options" to "annotations"
Dieter Verfaillie
2013-10-08
1
-56
/
+54
*
giscanner: fix parameter name check
Dieter Verfaillie
2013-10-08
1
-1
/
+1
*
giscanner: tiny MainTransformer cleanup
Dieter Verfaillie
2013-10-08
1
-6
/
+3
*
giscanner: remove dead code
Dieter Verfaillie
2013-10-08
1
-14
/
+0
*
tests: Update misc/pep8.py to 1.4.6
Dieter Verfaillie
2013-10-08
1
-24
/
+22
*
scanner: Only warn about signal parameters if there are some
Colin Walters
2013-05-07
1
-1
/
+3
*
tests: Update misc/pep8.py to 1.4.5
Dieter Verfaillie
2013-05-07
1
-30
/
+31
*
giscanner: emit 'incorrect number of parameters in comment block' warning
Dieter Verfaillie
2013-05-07
1
-12
/
+18
*
annotationparser: Remove get_tag/get_param
Jasper St. Pierre
2013-05-07
1
-17
/
+17
*
giscanner: simplify the MainTransformer().transform() method
Dieter Verfaillie
2013-05-07
1
-6
/
+4
*
giscanner: make _pass_read_annotations2() more readable
Dieter Verfaillie
2013-05-07
1
-26
/
+22
*
giscanner: make _pass_fixup_hidden_fields() more readable
Dieter Verfaillie
2013-04-09
1
-8
/
+5
*
giscanner: remove unused variables and imports
Dieter Verfaillie
2013-04-09
1
-3
/
+1
*
ast: Rename Class.parent to parent_type
Jasper St. Pierre
2013-02-15
1
-6
/
+6
*
transformer: Ensure that types aren't resolved if we can't find them
Jasper St. Pierre
2013-02-07
1
-1
/
+1
*
giscanner: Apply standard annotations to constant values
Jasper St. Pierre
2013-02-01
1
-3
/
+6
*
giscanner: fix DocBlock().comment
Dieter Verfaillie
2012-11-28
1
-2
/
+2
*
giscanner: remove unused variables
Dieter Verfaillie
2012-11-28
1
-5
/
+4
*
giscanner: use dict.items()...
Dieter Verfaillie
2012-11-28
1
-1
/
+1
*
giscanner: improve wording of inline documentation
Dieter Verfaillie
2012-11-28
1
-1
/
+1
*
Add documentation for enumeration members
Giovanni Campagna
2012-10-28
1
-0
/
+11
*
scanner: methods cannot have an out-arg as their first arg
Torsten Schönfeld
2012-08-21
1
-0
/
+6
*
Revert "Implement "rename to" annotation for records"
Colin Walters
2012-08-13
1
-15
/
+5
*
Implement "rename to" annotation for records
Jon Nordby
2012-07-27
1
-5
/
+15
*
scanner: support stability tag
Evan Nemerson
2012-07-10
1
-1
/
+11
*
Maintransfomer: fix again paring error domains with unregistered enums
Giovanni Campagna
2012-07-02
1
-13
/
+3
*
Revert scanner fix in 64f3832
Jasper St. Pierre
2012-06-27
1
-1
/
+1
*
scanner: complete the enum-to-error-quark fix
Giovanni Campagna
2012-06-18
1
-1
/
+1
*
scanner: fix pairing of error quarks with registered enums
Giovanni Campagna
2012-06-16
1
-3
/
+5
*
scanner: allow for functions that look like constructors but aren't
Dan Winship
2012-05-26
1
-3
/
+4
*
Split parameter and tag storage in annotationparser parse tree
Dieter Verfaillie
2012-04-05
1
-20
/
+20
*
Now make AnnotationParser do what gobject-introspection needs it to do.
Dieter Verfaillie
2012-04-05
1
-3
/
+4
*
Fix matching of methods named *_get_type()
Matthew Booth
2012-03-06
1
-3
/
+4
[next]