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
Commit message (
Expand
)
Author
Age
Files
Lines
*
giscanner: add AnnotationParser tests
Dieter Verfaillie
2012-11-28
46
-0
/
+5780
*
giscanner: use re.match() instead of re.search()
Dieter Verfaillie
2012-11-28
1
-10
/
+10
*
giscanner: drop dead code
Dieter Verfaillie
2012-11-28
1
-10
/
+2
*
giscanner: make it clear DocOptions() also has a position attribute
Dieter Verfaillie
2012-11-28
1
-0
/
+1
*
giscanner: implement DocOption() in terms of odict instead of dict
Dieter Verfaillie
2012-11-28
2
-6
/
+6
*
giscanner: remove unused variables
Dieter Verfaillie
2012-11-28
5
-22
/
+7
*
giscanner: remove duplicate "os" import...
Dieter Verfaillie
2012-11-28
1
-2
/
+1
*
giscanner: use collections.OrderedDict when available
Dieter Verfaillie
2012-11-28
1
-16
/
+21
*
giscanner: use dict.values() in favor of dict.itervalues()
Dieter Verfaillie
2012-11-28
1
-2
/
+2
*
giscanner: use dict.items()...
Dieter Verfaillie
2012-11-28
2
-7
/
+6
*
giscanner: use "if in [a, b]" instead of "if == a or if == b"
Dieter Verfaillie
2012-11-28
1
-2
/
+2
*
giscanner: improve wording of inline documentation
Dieter Verfaillie
2012-11-28
2
-37
/
+58
*
tests: add g-ir-doc-tool generated output to .gitignore
Dieter Verfaillie
2012-11-28
1
-0
/
+4
*
Update GLib annotations to master
Dieter Verfaillie
2012-11-28
2
-3
/
+6
*
GIMarshallingTests: Add more virtual methods with out arguments
Martin Pitt
2012-11-21
2
-0
/
+55
*
Regress: Update expected gir for previous changes
Rico Tzschichholz
2012-11-21
1
-0
/
+34
*
Add more tests for boxed types
Giovanni Campagna
2012-11-20
2
-0
/
+57
*
Bump version to 1.35.2
GOBJECT_INTROSPECTION_1_35_2
Martin Pitt
2012-11-19
1
-2
/
+2
*
docs: add GTK-Doc generated output to .gitignore
Dieter Verfaillie
2012-11-15
1
-0
/
+15
*
docs: don't mark non GTK-Doc as being a GTK-Doc comment block
Dieter Verfaillie
2012-11-15
1
-1
/
+1
*
docs: remove reference to object_grouped.sgml.
Dieter Verfaillie
2012-11-15
3
-3
/
+0
*
docs: make gtkdoc-mkdb ignore cmph doxygen comment blocks.
Dieter Verfaillie
2012-11-15
1
-1
/
+1
*
GIMarshallingTests: Add GVariant property
Martin Pitt
2012-11-14
2
-0
/
+17
*
giscanner: unbreak g-ir-annotationtool...
Dieter Verfaillie
2012-11-12
1
-2
/
+2
*
Update annotations from glib git
Martin Pitt
2012-11-09
1
-7
/
+7
*
gimarshallingtests: Fix return data type
Martin Pitt
2012-11-09
2
-2
/
+2
*
gimarshallingtests: Add some GBytes tests
Colin Walters
2012-11-07
2
-0
/
+35
*
scanner: Emit correct type for unsigned integer constants
Colin Walters
2012-11-07
2
-2
/
+2
*
Update annotations from glib git
Martin Pitt
2012-11-03
2
-17
/
+22
*
tests: work around make check warning
Dieter Verfaillie
2012-10-31
1
-2
/
+5
*
tests/offsets: Remove leftover g_type_init() call
Colin Walters
2012-10-31
1
-2
/
+0
*
cmph: Remove leftover statement-without-effect
Colin Walters
2012-10-30
1
-1
/
+0
*
scanner: Correctly handle large 64 bit integer constants
Colin Walters
2012-10-30
5
-5
/
+33
*
Expand on the documentation tests
Giovanni Campagna
2012-10-28
12
-0
/
+423
*
MallardWriter: support cross-references across namespaces
Giovanni Campagna
2012-10-28
1
-12
/
+34
*
Add documentation for enumeration members
Giovanni Campagna
2012-10-28
8
-78
/
+179
*
Ast: Add parent to Fields
Giovanni Campagna
2012-10-28
2
-9
/
+13
*
Namespace: fix appending of nodes
Giovanni Campagna
2012-10-28
2
-3
/
+30
*
regress: Add a test case for skipping a function with an unannotated callback
Colin Walters
2012-10-27
3
-0
/
+29
*
gimarshallingtests: Attempt to avoid using reserved words
Colin Walters
2012-10-27
2
-276
/
+276
*
gmarshallingtests: Fix prototype () -> (void)
Colin Walters
2012-10-27
2
-3
/
+3
*
girepository: Use girepository.symbols for Unix builds too
Colin Walters
2012-10-27
2
-38
/
+3
*
g-ir-scanner.1: English fix
Colin Walters
2012-10-27
1
-1
/
+1
*
Add a Windows .bat to generate typelibs
Chun-wei Fan
2012-10-27
1
-0
/
+267
*
giscanner/dumper.py: Support Visual C++
Chun-wei Fan
2012-10-27
1
-22
/
+72
*
Update autotools for Visual C++ projects creation
Chun-wei Fan
2012-10-27
7
-2
/
+277
*
Add Visual Studio 2008/2010 Solution files
Chun-wei Fan
2012-10-27
2
-0
/
+445
*
Add Visual Studio projects
Chun-wei Fan
2012-10-27
57
-0
/
+7218
*
Add README.txt files for Visual C++ builds
Chun-wei Fan
2012-10-27
2
-0
/
+172
*
Add a test_gir_cmd.txt file
Chun-wei Fan
2012-10-27
1
-0
/
+117
[next]