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
/
tests
/
scanner
/
foo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Move do_moo to warnlib
Jasper St. Pierre
2013-02-07
1
-6
/
+0
*
tests: Move Foo into Regress
Jasper St. Pierre
2013-02-07
1
-250
/
+248
*
scanner: allow for functions that look like constructors but aren't
Dan Winship
2012-05-26
1
-0
/
+14
*
Fix malformed GTK-Doc comment blocks:
Dieter Verfaillie
2012-04-05
1
-1
/
+1
*
scanner: allow GObject.Object as a superclass return type
Dan Winship
2011-10-13
1
-0
/
+12
*
scanner: handle static methods on all types
Torsten Schönfeld
2011-08-13
1
-0
/
+4
*
Move recently added (skip) tests to the regress module
David Zeuthen
2011-05-13
1
-43
/
+0
*
Add support for the (skip) annotation on parameters or return values
David Zeuthen
2011-05-13
1
-0
/
+43
*
Make Full the default transfer for returned foreign structs.
Tomeu Vizoso
2010-09-17
1
-0
/
+9
*
Foreign structs can have constructors
Tomeu Vizoso
2010-09-09
1
-0
/
+6
*
scanner: Don't mark as constructors things that are more obviously methods
Colin Walters
2010-09-08
1
-0
/
+37
*
scanner: Readd --warn-error to tests, fix test case
Colin Walters
2010-09-03
1
-1
/
+10
*
[scanner] Allow nameless parameters for vfuncs
Johan Dahlin
2010-09-02
1
-1
/
+11
*
tests: Move FooSkippable to public headers to test comments in headers
Colin Walters
2010-09-01
1
-9
/
+0
*
scanner: Don't parse constructors on non-registered, warn for return values
Colin Walters
2010-09-01
1
-0
/
+17
*
tests/scanner: Update annotations and tests
Colin Walters
2010-08-31
1
-1
/
+62
*
Add support for the 'foreign' annotation to g-i-scanner
GOBJECT_INTROSPECTION_0_6_12
Tomeu Vizoso
2010-05-23
1
-0
/
+5
*
Add support for GArrays: add g_type_info_get_array_type() and properly scan G...
Tomeu Vizoso
2010-05-04
1
-0
/
+10
*
Revert "Add support for GArrays: add g_type_info_get_array_type() and properl...
Tomeu Vizoso
2010-05-03
1
-10
/
+0
*
Add support for GArrays: add g_type_info_get_array_type() and properly scan G...
Tomeu Vizoso
2010-04-30
1
-0
/
+10
*
Make (skip) annotation work everywhere
Dan Winship
2009-11-23
1
-0
/
+11
*
Bug 556628 – (skip) annotation
Dan Winship
2009-08-24
1
-0
/
+21
*
Bug 565147 - Add (type) annotation to override the C type definition
Colin Walters
2009-03-16
1
-0
/
+14
*
Bug 557383 - Virtual method support
Colin Walters
2009-03-05
1
-6
/
+47
*
Revert "Bug 557383 - Virtual function support"
Colin Walters
2009-02-26
1
-5
/
+5
*
Bug 557383 - Virtual function support
Colin Walters
2009-02-26
1
-5
/
+5
*
Bug 572790 - Don't register #defines from .c files as constants
Colin Walters
2009-02-24
1
-2
/
+2
*
Fix warnings pointed out by GCC
Johan Dahlin
2009-02-20
1
-1
/
+3
*
Bug 561360 - If we can't resolve parent class, use GObject
Colin Walters
2009-02-05
1
-2
/
+64
*
Bug 561604 - Add test case for skipping va_list
Colin Walters
2009-02-05
1
-0
/
+5
*
Bug 562622 – Errordomains missing
Johan Dahlin
2009-01-22
1
-0
/
+22
*
Add test for interface prereq
Colin Walters
2008-11-17
1
-0
/
+24
*
Reorganize and fix compiler warnings
Johan Dahlin
2008-11-11
1
-37
/
+50
*
Always write out transfer-ownership attribute
Colin Walters
2008-10-23
1
-0
/
+11
*
Tests for bug 556777
Colin Walters
2008-10-20
1
-1
/
+47
*
Bug 557011 - Add g_object_info_get_abstract
Colin Walters
2008-10-20
1
-1
/
+1
*
Bug 556795 - Fix char ** regression
Colin Walters
2008-10-18
1
-0
/
+4
*
Bug 552374: Const strings should be identified in the gir.
Jürg Billeter
2008-10-11
1
-0
/
+12
*
Bug 552370: unsigned not scanned properly
Jürg Billeter
2008-10-11
1
-0
/
+5
*
Extend coverage of boxed struct/union test cases
Colin Walters
2008-10-03
1
-0
/
+24
*
Merge branch 'bug552393-varargs'
Colin Walters
2008-10-02
1
-0
/
+6
*
Merge branch 'bug552566-timet/wip'
Colin Walters
2008-09-23
1
-0
/
+5
*
Bug 552390: Handle capitialization like "DBus" more robustly
Colin Walters
2008-09-20
1
-0
/
+30
*
Add interfaces property to class. Write out implemented interfaces.
Colin Walters
2008-08-25
1
-1
/
+24
*
Split out annotation tests out of foo
Johan Dahlin
2008-08-20
1
-193
/
+0
*
Foo->foo, foo-object.h -> foo.h
Johan Dahlin
2008-08-20
1
-1
/
+1
*
Move the drawable parts out of Foo to its own test.
Johan Dahlin
2008-08-20
1
-14
/
+0
*
Add a based on GdkDrawable which generates a broken gir.
Johan Dahlin
2008-08-19
1
-0
/
+14
*
Handle 'any'. Add test for void *.
Colin Walters
2008-08-12
1
-0
/
+11
*
Rename tests/parser to test/scanner
Johan Dahlin
2008-08-09
1
-0
/
+414