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: Do not use distutils for linking
Chun-wei Fan
2017-05-03
2
-115
/
+86
*
giscanner: Update location of temp sources and objects
Chun-wei Fan
2017-05-01
2
-3
/
+4
*
scannerparser.y: Really remove temp .h file on Windows
Chun-wei Fan
2017-05-01
1
-1
/
+2
*
Fix 'Bad file descriptor' error when checking libtool version
Sam Thursfield
2017-04-15
1
-1
/
+1
*
g-ir-scanner: fix wrong order of -L options in libtool invocation
Sebastian Geiger
2017-03-26
1
-2
/
+4
*
giscanner: Use shlex.split() for environment variables
Nirbheek Chauhan
2017-03-21
2
-7
/
+6
*
typedefs: fix type information.
Mathieu Duponchelle
2017-03-14
2
-7
/
+2
*
scanner: Add a way to specify extra libraries to link against
Thibault Saunier
2016-12-10
3
-3
/
+7
*
ast: Avoid a crash with anonymous structs
Scott D Phillips
2016-05-08
1
-1
/
+2
*
ccompiler.py: MSVC builds: Fix running on Python 3.x
Chun-wei Fan
2016-03-17
1
-1
/
+1
*
ccompiler.py: Win32: Use tempfile for resolving libs
Chun-wei Fan
2016-03-16
1
-21
/
+36
*
Do not segfault on comments with invalid UTF-8
Pascal Terjan
2016-03-07
1
-0
/
+6
*
giscanner/msvccompiler.py: Fix exception handling
Chun-wei Fan
2016-02-19
1
-1
/
+1
*
scanner: Assume gcc use the same path separator as python
Nicola Fontana
2016-02-16
1
-1
/
+1
*
Allow overriding of dlltool name
Nicola Fontana
2016-02-16
1
-2
/
+1
*
scanner: Remove leading $SHELL in libtool call
Nicola Fontana
2016-02-16
1
-1
/
+2
*
Use a launcher for executing g-ir-scanner
Nicola Fontana
2016-02-16
1
-0
/
+6
*
Revert "giscanner: Disable warnings arising from -D_FORTIFY_SOURCE -O0"
Philip Withnall
2016-02-06
1
-6
/
+0
*
giscanner: Disable warnings arising from -D_FORTIFY_SOURCE -O0
Philip Withnall
2016-01-30
1
-0
/
+6
*
giscanner: fix tests with python3.5
Marc-Antoine Perennou
2016-01-18
1
-1
/
+2
*
MingGW Builds: Don't load msvcrt for MinGW64
Alexey Pavlov
2016-01-13
1
-1
/
+1
*
Win32: Fix giscannermodule.c for Python 3.5+
Chun-wei Fan
2016-01-08
1
-7
/
+14
*
scanner: fix line number counting
Dieter Verfaillie
2015-12-27
1
-13
/
+13
*
tests: Add more regression tests for (not nullable)
Philip Withnall
2015-11-06
1
-0
/
+1
*
g-ir-scanner: Set sensible permissions on the output file
Mikhail Zabaluev
2015-11-01
1
-0
/
+8
*
Don't lose output silently when overwrite of the output file is denied
Mikhail Zabaluev
2015-11-01
1
-1
/
+0
*
giscanner/transformer.py: Fix --identifier-filter on Python 3.x
Chun-wei Fan
2015-10-28
1
-1
/
+2
*
giscanner/dumper.py: Fix for Python 3.x for MSVC 2010+
Chun-wei Fan
2015-10-28
1
-1
/
+2
*
giscanner/ccompiler.py: Make Windows builds work with Python 3.x
Chun-wei Fan
2015-10-28
1
-2
/
+2
*
giscanner/msvccompiler.py: Make it compatible with Python 3.x
Chun-wei Fan
2015-10-28
1
-2
/
+2
*
scanner: Fix non-libtool linker flags on Darwin
Philip Chimento
2015-10-20
1
-3
/
+4
*
Add support for function typedefs without pointer
Ben Iofel
2015-10-19
1
-2
/
+10
*
giscanner: Fix python2/3 compatibility
Damien Grassart
2015-10-19
3
-8
/
+8
*
transformer: Strip out GLib _autoptr typedefs
Colin Walters
2015-10-10
1
-0
/
+3
*
maintransformer: Fix regression in callback closure assignment
Colin Walters
2015-10-10
1
-5
/
+6
*
giscanner.message: Don't print node as the default context
Mikhail Zabaluev
2015-10-05
1
-3
/
+1
*
giscanner: Mark gpointer nodes as nullable by default
Philip Withnall
2015-10-04
5
-13
/
+62
*
giscanner: Mark (closure) parameters as (nullable) by convention
Philip Withnall
2015-10-04
1
-0
/
+7
*
scanner: Warn and ignore return annotations when there is no return value
Garrett Regier
2015-10-04
2
-5
/
+11
*
scanner: Warn and ignore on incorrect optional/nullable/allow-none annotations
Garrett Regier
2015-10-04
1
-3
/
+18
*
giscanner.ast: Map size_t and ssize_t to gsize and gssize, respectively
Mikhail Zabaluev
2015-10-04
1
-2
/
+1
*
giscanner.message: Fix module-level logging functions
Mikhail Zabaluev
2015-09-30
1
-3
/
+7
*
giscanner: Add a Parameter.name property
Philip Withnall
2015-09-29
1
-0
/
+4
*
giscanner: Store direction in TypeContainer instance
Philip Withnall
2015-09-29
1
-5
/
+5
*
giscanner: Store parent link in AST for TypeContainer instances
Philip Withnall
2015-09-29
2
-0
/
+35
*
scanner: Fix allow-none on return values
Garrett Regier
2015-09-29
1
-1
/
+2
*
scanner: Pacify PEP8
Colin Walters
2015-09-29
4
-5
/
+7
*
giscanner: Sort unknown parameters in error message
Simon Feltman
2015-09-29
1
-1
/
+2
*
giscanner: Use rich comparison methods for Python 3 compatibility
Simon Feltman
2015-09-29
4
-35
/
+173
*
docwriter: Update for Python 3 compatibility
Simon Feltman
2015-09-29
1
-12
/
+11
[next]