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
/
annotationparser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
annotationparser: Don't eat lines that look like parameters outside param list
Colin Walters
2011-08-14
1
-4
/
+10
*
annotationparser: Only accept certain tags
Colin Walters
2011-08-13
1
-3
/
+17
*
scanner: Don't throw away blank lines in the docs
Colin Walters
2011-08-13
1
-3
/
+10
*
giscanner: Make comments starting with tab characters work
Jasper St. Pierre
2011-07-22
1
-3
/
+5
*
Add (method) overrides
Tomeu Vizoso
2011-02-02
1
-1
/
+5
*
Preserve gtk-doc section names
Johan Dahlin
2011-02-01
1
-3
/
+9
*
Add (constructor) annotation
Tomeu Vizoso
2011-01-28
1
-1
/
+5
*
Accept trailing whitespace at the start of a comment block
Colin Walters
2010-10-19
1
-5
/
+3
*
annotationparser: Don't ignore annotations if there's a : in docs
GOBJECT_INTROSPECTION_0_9_8
Colin Walters
2010-09-28
1
-1
/
+5
*
[annotationparser] Extract (skip) for doc blocks
Johan Dahlin
2010-09-25
1
-1
/
+8
*
Print out line numbers
Johan Dahlin
2010-09-24
1
-3
/
+7
*
Add a script to extract gio annotations
Johan Dahlin
2010-09-24
1
-2
/
+6
*
Add an annotation tool
Johan Dahlin
2010-09-24
1
-0
/
+52
*
[annotationparser] Allow param less closures
Johan Dahlin
2010-09-24
1
-1
/
+5
*
Add more array warnings + tests
Johan Dahlin
2010-09-24
1
-5
/
+25
*
[annotationparser] Validate the rest of the annotations
Johan Dahlin
2010-09-24
1
-19
/
+87
*
Add a position to doc options
Johan Dahlin
2010-09-24
1
-2
/
+8
*
[annotation] Add constants for out options
Johan Dahlin
2010-09-24
1
-0
/
+4
*
Add scope annotation value warnings
Johan Dahlin
2010-09-23
1
-15
/
+39
*
Make the invalid annotation warning a bit prettier
Johan Dahlin
2010-09-23
1
-1
/
+1
*
Validate transfer annnotations
Johan Dahlin
2010-09-23
1
-1
/
+25
*
Remove TAG_TRANSFER
Johan Dahlin
2010-09-23
1
-1
/
+0
*
[annotationparser] Make it a bit stricter
Johan Dahlin
2010-09-23
1
-1
/
+12
*
[scanner] Warn for invalid scanner annotations
Johan Dahlin
2010-09-23
1
-9
/
+72
*
[scanner] Add a Position class
Johan Dahlin
2010-09-20
1
-10
/
+4
*
[annotationparser] Preserve line numbers
Johan Dahlin
2010-09-19
1
-17
/
+35
*
Save the line number of a source comment
Johan Dahlin
2010-09-19
1
-1
/
+2
*
Add a parameter mismatch warning
Johan Dahlin
2010-09-14
1
-0
/
+3
*
[annotationparser] Send in comments directly
Johan Dahlin
2010-09-02
1
-4
/
+3
*
Major rewrite
Colin Walters
2010-08-31
1
-729
/
+5
*
Use GLib types consistently
Colin Walters
2010-08-31
1
-1
/
+1
*
Add support for non-GObject fundamental objects
Johan Dahlin
2010-07-09
1
-0
/
+15
*
Initialize value member
Colin Walters
2010-06-25
1
-0
/
+1
*
Clean up annotation parsing, don't try to parse invalid annotations
Colin Walters
2010-06-25
1
-62
/
+87
*
Allow attributes on parameters and return values
David Zeuthen
2010-06-24
1
-0
/
+6
*
[annotationparser] Reuse method for determining array type
Johan Dahlin
2010-06-22
1
-3
/
+1
*
Apply annotations from invoker to vfunc
Colin Walters
2010-06-16
1
-1
/
+6
*
Support the (transfer) annotation for properties.
Tomeu Vizoso
2010-06-08
1
-2
/
+13
*
Fix marshalling of GStrv.
GOBJECT_INTROSPECTION_0_6_13
Tomeu Vizoso
2010-06-02
1
-1
/
+5
*
[giscanner] Parse multiline gtk-doc comments
Johan Dahlin
2010-05-31
1
-2
/
+10
*
Add type annotation for properties
Johan Dahlin
2010-05-27
1
-0
/
+4
*
[scanner] Element-type annotation for GArray types
Johan Dahlin
2010-05-27
1
-4
/
+13
*
[annotationparser] Avoid a couple of \
Johan Dahlin
2010-05-27
1
-3
/
+3
*
Support (out caller-allocates)
Colin Walters
2010-05-26
1
-2
/
+22
*
Add support for the 'foreign' annotation to g-i-scanner
GOBJECT_INTROSPECTION_0_6_12
Tomeu Vizoso
2010-05-23
1
-0
/
+7
*
Fix parameter ordering in error message
Owen W. Taylor
2010-05-07
1
-1
/
+1
*
Validate parameter references
Owen W. Taylor
2010-05-07
1
-3
/
+20
*
Validate scope annotation values
Owen W. Taylor
2010-05-07
1
-0
/
+10
*
Use -1 not None for closure/destroy indices
Owen W. Taylor
2010-05-07
1
-2
/
+2
*
Add support for GArrays: add g_type_info_get_array_type() and properly scan G...
Tomeu Vizoso
2010-05-04
1
-2
/
+20
[next]