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
...
*
giscanner: Replace repr format usage with string formatter
Simon Feltman
2015-09-29
8
-45
/
+46
*
giscanner: Use print as a function for Python 3 compatibility
Simon Feltman
2015-09-29
24
-21
/
+46
*
giscanner: Enable "true division" for all Python files
Simon Feltman
2015-09-29
24
-0
/
+24
*
giscanner: Use absolute_import for all Python files
Simon Feltman
2015-09-29
24
-1
/
+41
*
giscanner: Use items() instead of iteritems()
Simon Feltman
2015-09-29
9
-23
/
+23
*
giscanner: Convert map() results to list
Simon Feltman
2015-09-29
3
-6
/
+6
*
giscanner: Use binary files for comparison utility
Simon Feltman
2015-09-29
1
-1
/
+1
*
scanner: Explicitly error with constructors but no GObject include
Colin Walters
2015-09-29
2
-1
/
+7
*
scanner: GVariants are also valid to be floating
Colin Walters
2015-09-28
1
-2
/
+3
*
scanner: Tweak "invalid transfer" warning to show type too
Colin Walters
2015-09-27
1
-6
/
+6
*
scanner: Warn and ignore on incorrect transfer annotations
Colin Walters
2015-09-27
4
-28
/
+87
*
giscanner: fix alias resolution
Giovanni Campagna
2015-09-27
1
-1
/
+1
*
Revert "scanner: Warn and ignore on incorrect transfer annotations"
Michael Catanzaro
2015-09-27
4
-87
/
+28
*
scanner: Warn and ignore on incorrect transfer annotations
Garrett Regier
2015-09-26
4
-28
/
+87
*
giscanner/ccompiler.py: Improve CFLAGS handling
Chun-wei Fan
2015-09-08
1
-0
/
+16
*
giscanner: Use Distutils to Build Dumper Program
Chun-wei Fan
2015-09-01
2
-119
/
+172
*
g-ir-scanner: Support multiple arguments for compiler
Marc-Antoine Perennou
2015-08-24
1
-1
/
+1
*
scanner: use open() as os.fdopen as context managers
Dieter Verfaillie
2015-08-21
7
-79
/
+68
*
scanner: fix cachestore race
Dieter Verfaillie
2015-08-21
1
-9
/
+8
*
Revert "dumper.py: Use Distutils to Build Dumper Program"
Chun-wei Fan
2015-07-31
2
-164
/
+157
*
dumper.py: Use Distutils to Build Dumper Program
Chun-wei Fan
2015-07-30
2
-157
/
+164
*
sourcescanner.py: Use Distutils for Preprocessing
Chun-wei Fan
2015-07-30
3
-41
/
+170
*
giscanner/ccompiler.py: Initiate Distutils Compiler Instance
Chun-wei Fan
2015-07-30
2
-78
/
+113
*
giscanner/sourcescanner.py: Use Tempfiles For Parsing
Chun-wei Fan
2015-07-30
1
-31
/
+47
*
scanner: Fix stray comment in previous commit
Colin Walters
2015-07-27
1
-1
/
+0
*
scanner: Recognize __signed
Colin Walters
2015-07-27
1
-0
/
+2
*
tests: Update misc/pep8.py to 1.6.2
Dieter Verfaillie
2015-06-29
7
-20
/
+14
*
scanner: remove unused imports
Dieter Verfaillie
2015-06-29
2
-7
/
+1
*
scanner: remove unused param_names
Dieter Verfaillie
2015-06-29
1
-2
/
+0
*
scanner: fix broken assert message
Dieter Verfaillie
2015-06-29
1
-1
/
+1
*
scanner: document LibtoolImporter.load_module()
Dieter Verfaillie
2015-06-29
1
-9
/
+6
*
scanner: future-proof cachestore version hashing
Dieter Verfaillie
2015-06-29
1
-2
/
+1
*
scanner: centralize caret error message handling
Dieter Verfaillie
2015-06-24
2
-105
/
+77
*
tests: sync with GTK-Doc test suite @ 02e545371e2132a97458888895cacf57b8c0f83...
Dieter Verfaillie
2015-06-24
1
-5
/
+2
*
scanner: disable cache in reparse validate mode
Dieter Verfaillie
2015-06-24
1
-1
/
+1
*
scanner: add "XDG Base Directory" functions
Dieter Verfaillie
2015-06-20
3
-48
/
+100
*
scanner: honor XDG_CACHE_HOME
Dieter Verfaillie
2015-06-20
1
-0
/
+5
*
docmain: port to using argparse.
Mathieu Duponchelle
2015-06-17
1
-17
/
+15
*
scanner/girepository: remove GdkRectangle->CairoRectangleInt automatic conver...
Lionel Landwerlin
2015-05-11
1
-6
/
+0
*
scanner: Add --symbol-filter-cmd
Garrett Regier
2015-04-20
2
-2
/
+22
*
scanner: remove stray debug spew
Dieter Verfaillie
2015-04-19
1
-1
/
+0
*
scanner: Don't fail when GI_SCANNER_DISABLE_CACHE is set
Garrett Regier
2015-04-19
1
-2
/
+2
*
scanner: allow multiline annotations
Dieter Verfaillie
2015-04-18
1
-50
/
+49
*
scanner: sync with upstream OrderedDict
Dieter Verfaillie
2015-04-18
1
-13
/
+26
*
scanner: fix a docstring typo
Dieter Verfaillie
2015-04-18
1
-1
/
+1
*
build: use the detected pkg-config
Saleem Abdulrasool
2015-03-24
1
-1
/
+1
*
giscanner: enable the --reparse-validate option for our test suite
Dieter Verfaillie
2015-03-04
1
-1
/
+19
*
scanner: Support the C99 'bool' type
Emmanuele Bassi
2015-03-04
2
-0
/
+3
*
scanner: allow (array zero-terminated) instead of (array zero-terminated=1)
Dieter Verfaillie
2015-03-03
2
-4
/
+13
*
girepository: Document semantics of dependencies and includes better
Philip Withnall
2015-02-16
1
-0
/
+1
[prev]
[next]