index
:
~smcv/gobject-introspection
local-gir
master
g-i hacking
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
giscanner
/
annotationparser.py
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-19
[annotationparser] Preserve line numbers
Johan Dahlin
1
-17
/
+35
2010-09-19
Save the line number of a source comment
Johan Dahlin
1
-1
/
+2
2010-09-14
Add a parameter mismatch warning
Johan Dahlin
1
-0
/
+3
2010-09-02
[annotationparser] Send in comments directly
Johan Dahlin
1
-4
/
+3
2010-08-31
Major rewrite
Colin Walters
1
-729
/
+5
2010-08-31
Use GLib types consistently
Colin Walters
1
-1
/
+1
2010-07-09
Add support for non-GObject fundamental objects
Johan Dahlin
1
-0
/
+15
2010-06-25
Initialize value member
Colin Walters
1
-0
/
+1
2010-06-25
Clean up annotation parsing, don't try to parse invalid annotations
Colin Walters
1
-62
/
+87
2010-06-24
Allow attributes on parameters and return values
David Zeuthen
1
-0
/
+6
2010-06-22
[annotationparser] Reuse method for determining array type
Johan Dahlin
1
-3
/
+1
2010-06-16
Apply annotations from invoker to vfunc
Colin Walters
1
-1
/
+6
2010-06-08
Support the (transfer) annotation for properties.
Tomeu Vizoso
1
-2
/
+13
2010-06-02
Fix marshalling of GStrv.
GOBJECT_INTROSPECTION_0_6_13
Tomeu Vizoso
1
-1
/
+5
2010-05-31
[giscanner] Parse multiline gtk-doc comments
Johan Dahlin
1
-2
/
+10
2010-05-27
Add type annotation for properties
Johan Dahlin
1
-0
/
+4
2010-05-27
[scanner] Element-type annotation for GArray types
Johan Dahlin
1
-4
/
+13
2010-05-27
[annotationparser] Avoid a couple of \
Johan Dahlin
1
-3
/
+3
2010-05-26
Support (out caller-allocates)
Colin Walters
1
-2
/
+22
2010-05-23
Add support for the 'foreign' annotation to g-i-scanner
GOBJECT_INTROSPECTION_0_6_12
Tomeu Vizoso
1
-0
/
+7
2010-05-07
Fix parameter ordering in error message
Owen W. Taylor
1
-1
/
+1
2010-05-07
Validate parameter references
Owen W. Taylor
1
-3
/
+20
2010-05-07
Validate scope annotation values
Owen W. Taylor
1
-0
/
+10
2010-05-07
Use -1 not None for closure/destroy indices
Owen W. Taylor
1
-2
/
+2
2010-05-04
Add support for GArrays: add g_type_info_get_array_type() and properly scan G...
Tomeu Vizoso
1
-2
/
+20
2010-05-03
Revert "Add support for GArrays: add g_type_info_get_array_type() and properl...
Tomeu Vizoso
1
-6
/
+0
2010-04-30
Add support for GArrays: add g_type_info_get_array_type() and properly scan G...
Tomeu Vizoso
1
-0
/
+6
2010-04-28
[annotationparser] Disable warning
Johan Dahlin
1
-2
/
+3
2010-04-28
Warn about annotations for unknown args
Tomeu Vizoso
1
-0
/
+14
2010-03-15
Small fix to handle @attributes: .... (.....) as a parameter to a function
Alan Knowles
1
-1
/
+2
2010-02-11
Assume allow-none for GCancellable
Colin Walters
1
-2
/
+4
2010-01-14
scanner: Always explicitely set the scope of callbacks
Johan Bilien
1
-1
/
+1
2009-12-09
[scanner] Fix various hardcoded type name checks
Dan Winship
1
-7
/
+12
2009-12-09
Fix an annotationparser bug for empty tags
Johan Dahlin
1
-0
/
+2
2009-12-08
Wrap line in 80 characters
Johan Dahlin
1
-2
/
+3
2009-12-04
annotationparser: include symbol name in warning
Stefan Kost
1
-2
/
+2
2009-12-03
Check for AsyncReadyCallback / DestroyNotify
Johan Dahlin
1
-2
/
+3
2009-12-02
Better scope in GAsyncReadyCallback/GDestroyNotify
Johan Dahlin
1
-1
/
+18
2009-08-24
Bug 556628 – (skip) annotation
Dan Winship
1
-0
/
+7
2009-07-03
Allow annotations on fields
Andreas Rottmann
1
-5
/
+15
2009-06-23
Bug 579008 - Don't override element-type for arrays
Colin Walters
1
-1
/
+2
2009-06-12
Bug 581685: Parse parameterized types (using <>) in annotations.
C. Scott Ananian
1
-14
/
+49
2009-06-09
Bug 584453 - Handle char ** correctly (and const variation)
Colin Walters
1
-3
/
+2
2009-05-12
Allow the use of the "Rename To" annotation for literal method renaming.
C. Scott Ananian
1
-2
/
+15
2009-03-23
Bug 574284 - Add support for a 'closure' and 'destroy' annotations
Andreas Rottmann
1
-1
/
+26
2009-03-19
Bug 556475 – support Shadows: annotation
Andreas Rottmann
1
-1
/
+25
2009-03-16
Bug 565147 - Add (type) annotation to override the C type definition
Colin Walters
1
-1
/
+6
2009-03-05
Bug 557383 - Virtual method support
Colin Walters
1
-14
/
+43
2009-03-04
Bug 573332 - Allow annotation of enums as bitfields
Andreas Rottmann
1
-0
/
+7
2009-03-04
Introduce documentation-block options
Andreas Rottmann
1
-7
/
+18
[next]