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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[scanner] Warn for invalid scanner annotations
Johan Dahlin
2010-09-23
2
-16
/
+79
*
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
*
[IntrospectablePass] Suppress callback/vfunction warnings
Johan Dahlin
2010-09-20
1
-0
/
+5
*
[Message] Implement Position.__repr__
Johan Dahlin
2010-09-20
1
-0
/
+6
*
[maintransformer] Improve type resolution warnings
Johan Dahlin
2010-09-20
1
-13
/
+36
*
[IntrospectablePass] Improve error message
Johan Dahlin
2010-09-20
1
-2
/
+6
*
Pass in blocks to IntrospectablePass
Johan Dahlin
2010-09-20
2
-2
/
+3
*
[message] Add apositions argument to a few functions
Johan Dahlin
2010-09-20
1
-6
/
+8
*
[scanner] Support private/public directives
Johan Dahlin
2010-09-20
9
-5
/
+46
*
[scanner] Add a Position class
Johan Dahlin
2010-09-20
5
-63
/
+72
*
[scanner] Only store types in cache store
Johan Dahlin
2010-09-20
3
-19
/
+45
*
Remove leftover, type is set above
Johan Dahlin
2010-09-20
1
-1
/
+0
*
[maintransformer] Make warning more robust
Johan Dahlin
2010-09-20
1
-2
/
+2
*
[message] Set file_positions to an empty list
Johan Dahlin
2010-09-20
1
-1
/
+1
*
Include proper line number for scope warning
Johan Dahlin
2010-09-19
1
-3
/
+4
*
[sourcescanner] Rewrite linemarks parser
Johan Dahlin
2010-09-19
2
-50
/
+25
*
Include proper filename and lineno in doc warning
Johan Dahlin
2010-09-19
1
-1
/
+3
*
[annotationparser] Preserve line numbers
Johan Dahlin
2010-09-19
2
-18
/
+36
*
Save the line number of a source comment
Johan Dahlin
2010-09-19
5
-11
/
+40
*
[maintransformer] Do not warn for returns and varargs
Johan Dahlin
2010-09-18
1
-1
/
+1
*
Set c_symbol_prefix in the GVariant special case
Tomeu Vizoso
2010-09-17
1
-0
/
+1
*
Make Full the default transfer for returned foreign structs.
Tomeu Vizoso
2010-09-17
1
-4
/
+16
*
[maintransformer] Do not warn for vararg docs
Johan Dahlin
2010-09-16
1
-0
/
+3
*
Add a warning for unresolved types
Johan Dahlin
2010-09-15
1
-6
/
+15
*
scanner: Add temporary workaround for GStreamer
Colin Walters
2010-09-15
3
-0
/
+8
*
Add a parameter mismatch warning
Johan Dahlin
2010-09-14
3
-1
/
+28
*
scanner: Add c_type for callbacks
Colin Walters
2010-09-14
2
-2
/
+3
*
scanner: Parse annotations for typedefs
Colin Walters
2010-09-14
3
-1
/
+10
*
scanner: Handle G_TYPE_HASH_TABLE
Colin Walters
2010-09-14
2
-6
/
+12
*
scanner: Consistently use ctype for documentation blocks
Colin Walters
2010-09-13
1
-11
/
+22
*
scanner: Add GType for GVariant
Colin Walters
2010-09-13
1
-5
/
+10
*
scanner: Bomb out more obviously if a namespace contains class name = namespace
Colin Walters
2010-09-13
1
-0
/
+6
*
scanner: Readd support for --strip-prefix
Colin Walters
2010-09-10
1
-2
/
+3
*
scanner: Allow gstreamer's GParamSpecMiniObject through
Colin Walters
2010-09-10
1
-0
/
+13
*
scanner: Skip functions with leading '_'
Colin Walters
2010-09-09
1
-0
/
+3
*
scanner: Mark '_'-prefixed fields as introspectable=0
Colin Walters
2010-09-09
1
-0
/
+16
*
Foreign structs can have constructors
Tomeu Vizoso
2010-09-09
1
-2
/
+2
*
Use Node.ctype instead of Node.c_name when looking up comment blocks
Tomeu Vizoso
2010-09-09
1
-1
/
+4
*
scanner: Unify parsing of compounds
Colin Walters
2010-09-09
1
-38
/
+23
*
scanner: Fix style for previous commit
Colin Walters
2010-09-09
1
-3
/
+4
*
Print helpful error message if --strip-prefix option is used.
Saikiran Madugula
2010-09-09
1
-0
/
+7
*
scanner: Kill glibast
Colin Walters
2010-09-08
9
-416
/
+355
*
scanner: Don't mark as constructors things that are more obviously methods
Colin Walters
2010-09-08
1
-3
/
+10
*
scanner: Fix object hierarchy traversal in constructor scanning
Colin Walters
2010-09-08
1
-2
/
+2
*
scanner: Don't attempt to pair methods/constructors with foreign namespaces
Colin Walters
2010-09-08
1
-0
/
+4
*
Handle casing better for constants
Owen W. Taylor
2010-09-07
3
-14
/
+12
*
scanner: Automatically skip callables which contain a skipped node
Colin Walters
2010-09-07
1
-0
/
+19
*
Go back to previously handling of static methods on non-GObjects
Owen W. Taylor
2010-09-07
2
-2
/
+10
*
scanner: Fall back to searching all includes when uncertain
Colin Walters
2010-09-07
1
-1
/
+14
[next]