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
/
dumper.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
ccompiler: use the distutils linker in the dumper
Christoph Reiter
2019-08-08
1
-5
/
+1
*
Use the defined compiler when invoking libtool
David Demelier
2019-08-08
1
-1
/
+1
*
Drop all Python 2 compat code
Christoph Reiter
2018-12-08
1
-5
/
+0
*
tests: depend on flake8 instead of including pep8/pyflakes
Christoph Reiter
2018-08-15
1
-1
/
+0
*
Factor out pkg-config functionality to a separate module.
Tomasz Miąsko
2018-07-28
1
-18
/
+6
*
dumper: use cflags passed through --cflags-begin/end
Christoph Reiter
2018-06-20
1
-2
/
+3
*
Add utils.rmtree() which waits and tries again if a file is still in use
Christoph Reiter
2018-06-20
1
-3
/
+2
*
dumper: fix for Python 3
Christoph Reiter
2018-06-18
1
-0
/
+2
*
g-ir-scanner: Don't require SRCDIR and BUILDDIR env vars
Nirbheek Chauhan
2018-03-10
1
-2
/
+5
*
Allow overriding of the host os name
Nicola Fontana
2018-01-25
1
-1
/
+1
*
giscanner: Do not use distutils for linking
Chun-wei Fan
2017-05-03
1
-66
/
+39
*
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
1
-6
/
+4
*
scanner: Add a way to specify extra libraries to link against
Thibault Saunier
2016-12-10
1
-0
/
+1
*
giscanner/dumper.py: Fix for Python 3.x for MSVC 2010+
Chun-wei Fan
2015-10-28
1
-1
/
+2
*
giscanner: Fix python2/3 compatibility
Damien Grassart
2015-10-19
1
-1
/
+1
*
giscanner: Decode command output for Python 3 compatibility
Simon Feltman
2015-09-29
1
-1
/
+2
*
giscanner: Use unicode literals in all Python files
Simon Feltman
2015-09-29
1
-0
/
+1
*
giscanner: Use print as a function for Python 3 compatibility
Simon Feltman
2015-09-29
1
-2
/
+3
*
giscanner: Enable "true division" for all Python files
Simon Feltman
2015-09-29
1
-0
/
+1
*
giscanner: Use absolute_import for all Python files
Simon Feltman
2015-09-29
1
-0
/
+2
*
giscanner: Use Distutils to Build Dumper Program
Chun-wei Fan
2015-09-01
1
-96
/
+91
*
scanner: use open() as os.fdopen as context managers
Dieter Verfaillie
2015-08-21
1
-39
/
+36
*
Revert "dumper.py: Use Distutils to Build Dumper Program"
Chun-wei Fan
2015-07-31
1
-61
/
+127
*
dumper.py: Use Distutils to Build Dumper Program
Chun-wei Fan
2015-07-30
1
-127
/
+61
*
giscanner/ccompiler.py: Initiate Distutils Compiler Instance
Chun-wei Fan
2015-07-30
1
-32
/
+23
*
giscanner: Add New CCompiler Module
Chun-wei Fan
2014-08-05
1
-71
/
+16
*
scanner: Make sure .libs directory exists
Руслан Ижбулатов
2014-02-27
1
-0
/
+1
*
Fix some PEP8 errors from previous commits
Colin Walters
2014-02-22
1
-2
/
+3
*
Fix a typo (exe -> .exe)
Руслан Ижбулатов
2014-02-22
1
-1
/
+1
*
scanner: Correctly pass linker option --export-all-symbols
Руслан Ижбулатов
2014-02-22
1
-1
/
+1
*
scanner: Support running under MSYS
Руслан Ижбулатов
2014-02-22
1
-0
/
+15
*
Honour CPPFLAGS as we do CFLAGS
Ryan Lortie
2013-12-21
1
-0
/
+6
*
dumper: use 'cc' as the default C compiler
Ryan Lortie
2013-12-08
1
-1
/
+1
*
giscanner: Make sure we use real paths in more places
Carlos Garcia Campos
2013-11-15
1
-1
/
+1
*
dumper: Attempt to identify MSVC/'cl' more precisely
Colin Walters
2013-08-22
1
-3
/
+3
*
tests: Update misc/pep8.py to 1.4.5
Dieter Verfaillie
2013-05-07
1
-6
/
+7
*
giscanner: Fix for PEP-8 style check
Rico Tzschichholz
2013-05-03
1
-1
/
+2
*
Fix scanning libraries with no GObjects and linker using --as-needed
Robert Ancell
2013-05-02
1
-0
/
+4
*
Do not misdetect clang as the Microsoft C compiler
Emmanuele Bassi
2013-05-01
1
-2
/
+3
*
giscanner: prefer "except X as e" over "except X, e"
Dieter Verfaillie
2013-04-09
1
-4
/
+4
*
dumper.py: Fix for Visual C++ usage
Chun-wei Fan
2013-02-22
1
-1
/
+6
*
giscanner: Suppress deprecation warnings when introspecting types
Stef Walter
2013-02-13
1
-0
/
+1
*
giscanner/dumper.py: Support Visual C++
Chun-wei Fan
2012-10-27
1
-22
/
+72
*
Drop calls to g_type_init()
Colin Walters
2012-10-16
1
-0
/
+2
*
Don't link with gthread-2.0
Kalev Lember
2012-04-13
1
-1
/
+1
*
Pass in LDFLAGS to the dumper
Johan Dahlin
2012-04-09
1
-8
/
+9
*
scanner: Put the -l library names after the .o
Albert Astals Cid
2011-11-29
1
-5
/
+5
*
giscanner: Add gmodule-2.0 to compiler packages
Florian Müllner
2011-11-23
1
-1
/
+1
*
scanner: Only add rpaths for absolute directories
Colin Walters
2011-11-03
1
-5
/
+6
[next]