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
*
Windows: Fix building and running on Python 3.8+
Chun-wei Fan
2020-01-16
4
-1
/
+53
*
Drop deprecated xml.etree.ElementTree.Element.getchildren() calls
Miro Hrončok
2020-01-06
1
-6
/
+6
*
giscanner: add a --lib-dirs-envvar option
Alexander Kanavin
2019-12-13
3
-3
/
+7
*
giscanner: add a --use-ldd-wrapper option
Alexander Kanavin
2019-12-13
2
-1
/
+6
*
giscanner: add --use-binary-wrapper option
Alexander Kanavin
2019-12-13
1
-0
/
+14
*
Fix a bison deprecation warning for using %error-verbose
Christoph Reiter
2019-12-11
1
-1
/
+1
*
giscanner/ccompiler.py: Fix macro defines with quotes on MSVC
Chun-wei Fan
2019-11-01
1
-0
/
+7
*
Evaluate the filters when checking library types in resolve_shlibs
Alistair Buxton
2019-09-27
1
-2
/
+2
*
Support array arguments with static keyword
Emmanuele Bassi
2019-09-15
1
-0
/
+11
*
Make meson.override_find_program working on more complex use cases
Thibault Saunier
2019-08-15
1
-2
/
+1
*
ccompiler: use the distutils linker in the dumper
Christoph Reiter
2019-08-08
2
-5
/
+10
*
Use the defined compiler when invoking libtool
David Demelier
2019-08-08
1
-1
/
+1
*
meson: abort the build if the correct Python dependency isn't found
Christoph Reiter
2019-07-26
1
-0
/
+5
*
meson: don't pass "install" to configure_file() unless really needed
Christoph Reiter
2019-07-26
1
-2
/
+0
*
transformer: only include function macros from headers. See #159
Christoph Reiter
2019-07-22
1
-0
/
+4
*
scanner: parse and expose function macros
Mathieu Duponchelle
2019-07-19
8
-5
/
+98
*
build: Force-include msvc_recommended_pragmas.h on Visual Studio
Chun-wei Fan
2019-04-30
1
-4
/
+8
*
giscanner/scannerlexer.l: Include io.h on Windows
Chun-wei Fan
2019-04-30
1
-0
/
+2
*
scanner: Fix error on Windows in case source files are on different drives
Christoph Reiter
2019-04-21
1
-1
/
+6
*
cachestore: handle cache getting deleted while loading it. Fixes #278
Christoph Reiter
2019-04-17
1
-3
/
+7
*
giscanner: Allow fields which are callbacks
Philip Chimento
2019-04-07
1
-1
/
+1
*
docwriter: Fix Exception message attribute
Philip Chimento
2019-04-07
1
-1
/
+1
*
shlibs: fall back to basename on macOS for relative paths. Fixes #222
Christoph Reiter
2019-03-25
1
-7
/
+18
*
ccompiler: restore customize_compiler() setup for macOS. See #268
Christoph Reiter
2019-03-02
1
-0
/
+7
*
Revert "Restore original meaning of disguised attribute."
Christoph Reiter
2019-01-16
3
-2
/
+16
*
maintransformer: Don't warn on (optional) annotations on (inout)
Guido Günther
2019-01-13
1
-2
/
+3
*
Restore original meaning of disguised attribute.
Tomasz Miąsko
2019-01-10
3
-16
/
+2
*
message: handle fatal errors even if warnings are disabled. Fixes #229
Christoph Reiter
2019-01-10
1
-1
/
+1
*
maintransformer: when the namespace is empty use error() instead of fatal()
Christoph Reiter
2019-01-10
1
-1
/
+1
*
message: simplify handling of error levels
Christoph Reiter
2019-01-10
2
-10
/
+5
*
maintransformer: parse deprecation annotations for section blocks. Fixes #213
Christoph Reiter
2019-01-09
1
-3
/
+1
*
Clean shebangs out of non-executable scripts and drop exec perm from xmlwrite...
Dominique Leuenberger
2019-01-09
5
-4
/
+0
*
tests: add some tests for get_source_root_dirs
Christoph Reiter
2019-01-08
1
-2
/
+2
*
get_source_root_dirs: handle empty file list case. Fixes #257
Christoph Reiter
2019-01-08
1
-0
/
+3
*
scanner: Flatten multi-dimensional arrays fields
Tomasz Miąsko
2019-01-07
1
-10
/
+17
*
scanner: Remove incorrect c:type generated for array of synthesized unions
Tomasz Miąsko
2019-01-06
1
-4
/
+2
*
scanner: Remove incorrect c:type from fields with array type
Tomasz Miąsko
2019-01-06
1
-12
/
+1
*
scanner: rework source root guessing code
Christoph Reiter
2019-01-06
1
-3
/
+24
*
scanner: Merge specifiers and qualifiers when merging basic types.
Tomasz Miąsko
2019-01-05
1
-0
/
+5
*
scanner: Merge basic types in `specifier_qualifier_list` production.
Tomasz Miąsko
2019-01-05
1
-10
/
+11
*
meson: port doctool tests
Christoph Reiter
2019-01-03
1
-0
/
+12
*
ci: enable -Werror for msys2+meson
Christoph Reiter
2019-01-01
1
-6
/
+9
*
customize_compiler: also replace the linker command if CC is set
Christoph Reiter
2018-12-30
1
-1
/
+4
*
Do not bail out when parsing GIR files without doc positions
Emmanuele Bassi
2018-12-29
1
-2
/
+2
*
ccompiler: don't use Python compiler flags. Fixes #150
Christoph Reiter
2018-12-29
1
-6
/
+8
*
ccompiler: include a version of customize_compiler() from CPython
Christoph Reiter
2018-12-29
1
-1
/
+50
*
Test commands executed by unix C compiler.
Tomasz Miąsko
2018-12-29
1
-1
/
+5
*
scanner: make using bool without stdbool include work again. Fixes #247
Christoph Reiter
2018-12-21
2
-1
/
+2
*
docwriter: Support markdown 3.x. Fixes #250
Christoph Reiter
2018-12-20
1
-3
/
+14
*
meson: add default compiler warning flags and enable -Werror on CI
Christoph Reiter
2018-12-18
1
-2
/
+6
[next]