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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add regress test methods for callbacks taking GError and GHashTable
Martin Pitt
2012-01-24
3
-0
/
+135
*
Allow using GLib.List(Foo) instead of GLib.List<Foo>
Olivier Crête
2012-01-10
2
-2
/
+51
*
tests: Add a long string constant test
Colin Walters
2011-12-20
2
-0
/
+13
*
Add a floating alias for none
Johan Dahlin
2011-11-25
3
-1
/
+21
*
Add regress test method for a (skip) return value without out arguments
Martin Pitt
2011-10-21
3
-0
/
+44
*
tests: Also dist headeronly.h
Colin Walters
2011-10-20
1
-0
/
+2
*
tests: Actually add headeronly.h
Colin Walters
2011-10-20
1
-0
/
+9
*
scanner: Support --header-only flag
Colin Walters
2011-10-19
1
-1
/
+4
*
barapp: Don't call g_thread_init()
Colin Walters
2011-10-18
1
-1
/
+0
*
add test for checking refcounting of signals with transfer none object params
John (J5) Palmieri
2011-10-14
3
-0
/
+50
*
scanner: allow GObject.Object as a superclass return type
Dan Winship
2011-10-13
3
-1
/
+19
*
Add constant value annotation
Johan Dahlin
2011-09-14
4
-8
/
+54
*
scanner: correctly handle structs with arrays of anon unions
Torsten Schönfeld
2011-09-11
2
-0
/
+56
*
Windows port: disable barapp test program on Windows
Dieter Verfaillie
2011-09-07
1
-0
/
+2
*
Windows port: set CAIRO_LIBS in LIBADD, not LDFLAGS
Dieter Verfaillie
2011-09-07
1
-1
/
+2
*
regress: Fix wrong type of variable in regression test
Vincent Untz
2011-09-02
1
-1
/
+1
*
scanner: Don't try to copy c:type if we're parsing (element-type)
Colin Walters
2011-08-29
3
-52
/
+52
*
add regression test for skipped #define
Xavier Claessens
2011-08-26
2
-0
/
+8
*
Add a regress test for a method returning GPtrArray
Xavier Claessens
2011-08-26
3
-0
/
+29
*
tests: build tests only on make check
Alexandre Rostovtsev
2011-08-23
1
-10
/
+6
*
Allow enums and bitfields to have static methods
Torsten Schönfeld
2011-08-16
2
-4
/
+47
*
Regress-1.0-expected: Update for previous change
Colin Walters
2011-08-15
1
-0
/
+40
*
annotationparser: Don't eat lines that look like parameters outside param list
Colin Walters
2011-08-14
2
-0
/
+39
*
Try harder to preserve c:type
Johan Dahlin
2011-08-13
5
-56
/
+74
*
Add signal flags
Johan Dahlin
2011-08-13
4
-10
/
+87
*
annotationparser: Only accept certain tags
Colin Walters
2011-08-13
1
-2
/
+4
*
remove the flat struct array test and replace with object pointer array test
John (J5) Palmieri
2011-08-13
2
-0
/
+17
*
scanner: add a moved_to property to backcompat functions
Torsten Schönfeld
2011-08-13
2
-2
/
+5
*
scanner: handle static methods on all types
Torsten Schönfeld
2011-08-13
4
-0
/
+55
*
scanner: Don't throw away blank lines in the docs
Colin Walters
2011-08-13
3
-0
/
+31
*
Switch to storing string form of error quarks
Dan Winship
2011-08-12
1
-1
/
+1
*
Add Regress method for a closure taking and returning a GVariant
Martin Pitt
2011-08-12
3
-0
/
+50
*
Don't use deprecated G_CONST_RETURN
Dominique Leuenberger
2011-08-08
1
-5
/
+5
*
Don't copy python files in scanner tests
Colin Walters
2011-07-27
1
-16
/
+0
*
giscanner: Make comments starting with tab characters work
Jasper St. Pierre
2011-07-22
2
-1
/
+30
*
giscanner: mark GAsyncReadyCallbacks as allow-none
Dan Winship
2011-07-01
2
-1
/
+5
*
Don't use soon-to-be deprecated G_CONST_RETURN
Colin Walters
2011-06-09
1
-5
/
+5
*
Fix accessing structure fields that are arrays
Giovanni Campagna
2011-06-08
2
-12
/
+3
*
Always add a zero-terminated attribute when it cannot be implied
Giovanni Campagna
2011-06-04
2
-26
/
+28
*
scanner: Support _get_gtype() as a GType creation suffix
Colin Walters
2011-06-03
3
-4
/
+5
*
Update expected GIR for commit e70cdbce955475915ea441bdbd45d02d825786f6
Colin Walters
2011-06-03
1
-5
/
+5
*
scanner: Parse GNUC expression statements
Colin Walters
2011-06-02
1
-0
/
+4
*
Regress: fix GVariant tests
Giovanni Campagna
2011-06-01
1
-5
/
+5
*
Regress: Add GVariant tests
Colin Walters
2011-05-25
3
-0
/
+99
*
Add more coverage for recently added (skip) regress additions
David Zeuthen
2011-05-13
3
-21
/
+286
*
Move recently added (skip) tests to the regress module
David Zeuthen
2011-05-13
6
-107
/
+113
*
Add support for the (skip) annotation on parameters or return values
David Zeuthen
2011-05-13
3
-0
/
+107
*
GScannerParser: recognize character constants
Giovanni Campagna
2011-05-12
3
-1
/
+20
*
giscanner: read (array) and (element-type) annotations for fields
Giovanni Campagna
2011-05-11
2
-8
/
+60
*
Update expected gir for previous change
GOBJECT_INTROSPECTION_0_10_8
Colin Walters
2011-05-05
1
-0
/
+5
[next]