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
/
girepository
Commit message (
Expand
)
Author
Age
Files
Lines
*
girffi: Fix compiler warnings
Jasper St. Pierre
2012-01-06
1
-12
/
+9
*
repository: Squash memory leak in _get_func and fix up style
Jasper St. Pierre
2012-01-06
1
-17
/
+19
*
ffi: Treat enums as 32 bit signed values to fix PPC64
Ray Strode
2011-12-21
1
-12
/
+48
*
gitypelib: Fix compiler warnings
Jasper St. Pierre
2011-12-01
1
-20
/
+0
*
gibaseinfo: Fix compiler warnings
Jasper St. Pierre
2011-12-01
1
-1
/
+1
*
Use the correct size when freeing unused info
Sjoerd Simons
2011-10-20
1
-1
/
+4
*
parser: prevents a segfault when _g_ir_parser_parse_string returns NULL error...
Alberto Ruiz
2011-10-18
1
-0
/
+5
*
giconstantinfo: Add API to fix memory leak
Jasper St. Pierre
2011-10-05
2
-0
/
+32
*
repository: Fix g_irepository_get_c_prefix()
Colin Walters
2011-09-21
1
-1
/
+1
*
Fix g_type_info_is_pointer() for overriden types of arguments.
Pavel Holejsovsky
2011-09-12
1
-0
/
+4
*
Windows port: compute GOBJECT_INTROSPECTION_LIBDIR at runtime.
Dieter Verfaillie
2011-09-07
1
-0
/
+33
*
Windows port: cmph_time.h includes sys/resource.h which is not available on W...
Dieter Verfaillie
2011-09-07
1
-5
/
+3
*
gi-dump-types: New uninstalled debugging program
Colin Walters
2011-09-03
2
-0
/
+36
*
girffi: Remove unnecessary sys/mman.h include
Colin Walters
2011-09-03
1
-2
/
+2
*
Fix g_irepository_find_by_gtype() for GDK_TYPE_RECTANGLE
Pavel Holejsovsky
2011-08-25
1
-0
/
+11
*
Add 'Since:' tags to the newly added GIEnumInfo methods
Torsten Schönfeld
2011-08-18
1
-0
/
+4
*
Allow enums and bitfields to have static methods
Torsten Schönfeld
2011-08-16
7
-10
/
+115
*
Add signal flags
Johan Dahlin
2011-08-13
1
-1
/
+25
*
Add g_irepository_find_by_error_domain()
Dan Winship
2011-08-12
4
-0
/
+118
*
Switch to storing string form of error quarks
Dan Winship
2011-08-12
8
-17
/
+104
*
Deprecate ErrorDomain
Dan Winship
2011-08-12
16
-494
/
+18
*
girepository: fix some doc comment syntax
Dan Winship
2011-08-12
1
-6
/
+6
*
Rename ALIGN to GI_ALIGN to prevent redefining this macro on some platforms
Jasper Lievisse Adriaanse
2011-06-21
1
-5
/
+5
*
Free allocated ffi_types in g_callable_info_free_closure()
Giovanni Campagna
2011-06-20
1
-0
/
+1
*
Rework how fundamental GObject types are introspected
Giovanni Campagna
2011-06-08
2
-2
/
+4
*
Fix accessing structure fields that are arrays
Giovanni Campagna
2011-06-08
3
-23
/
+10
*
Assume only that an array is embedded in a struct if it's fixed size
Tomeu Vizoso
2011-06-06
1
-2
/
+6
*
gifieldinfo.c: Quiet some compiler warnings
Colin Walters
2011-05-23
1
-0
/
+4
*
Add Since: for g_arg_info_is_skip()
Colin Walters
2011-05-13
1
-0
/
+1
*
Add support for the (skip) annotation on parameters or return values
David Zeuthen
2011-05-13
9
-2
/
+75
*
g_field_info_get_field: return correct pointer for C array
Maxim Ermilov
2011-05-04
1
-1
/
+4
*
girparser: use c:identifier-prefixes instead of c:prefix
Serkan Kaba
2011-03-26
1
-1
/
+1
*
support setting gobjects and ginterfaces in struct fields
John (J5) Palmieri
2011-03-16
1
-0
/
+17
*
Add "c:identifier" attribute to GIrNodeValue (for flags and enum values).
GOBJECT_INTROSPECTION_0_10_3
Laszlo Pandy
2011-02-23
1
-0
/
+6
*
GIrNode: fix lookup of cached type nodes
Giovanni Campagna
2011-02-21
1
-11
/
+34
*
Fix argument name of MISSING_ATTRIBUTE macro ('ctx' => 'context').
Laszlo Pandy
2011-02-17
1
-1
/
+1
*
Account for arg direction in g_callable_info_get_ffi_arg_types
Jonathan Matthew
2011-02-09
1
-1
/
+12
*
Pass shared-library as-is to g_module_open
Tomeu Vizoso
2011-01-21
1
-4
/
+0
*
Add support for g[u]intptr in scanner and girwriter.
Pavel Holejsovsky
2011-01-13
1
-3
/
+5
*
Add g_vfunc_info_invoke and g_vfunc_info_get_address
Tomeu Vizoso
2011-01-12
5
-157
/
+323
*
scanner: Rename g_irepository_dump when included from the dumper
Benjamin Otte
2011-01-11
1
-2
/
+4
*
Avoid using namespace as identifier in public header files
Kristian Rietveld
2010-12-28
1
-1
/
+1
*
Don't emit shadowed methods into the typelib
Andreas Rottmann
2010-12-07
1
-1
/
+4
*
g_object_info_find_method_using_interfaces: Fix crash if not found
Colin Walters
2010-12-06
1
-1
/
+1
*
g_object_info_find_method_using_interfaces: New function
Colin Walters
2010-12-06
2
-0
/
+62
*
Add directory index section
Colin Walters
2010-12-03
3
-12
/
+164
*
Add internal hashing API designed for the typelib
Colin Walters
2010-12-03
3
-0
/
+292
*
cmph-bdz-test: New test
Colin Walters
2010-12-03
1
-0
/
+141
*
cmph: Squash a lot of gcc -Wall compiler warnings
Colin Walters
2010-12-03
21
-26
/
+28
*
cmph: Modify types to use GLib types
Colin Walters
2010-12-03
1
-27
/
+10
[next]