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
*
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
*
scanner: Also add an RPATH for library paths specified
Colin Walters
2011-11-03
1
-0
/
+5
*
dumper: Don't call g_thread_init(), g_type_init() is enough
Colin Walters
2011-10-12
1
-1
/
+0
*
Fix incorrect extension for tempfile
Dieter Verfaillie
2011-09-19
1
-1
/
+1
*
Windows port: Export all symbols on Windows.
Dieter Verfaillie
2011-09-07
1
-1
/
+4
*
Windows port: the tmpfile is going to be an exe...
Dieter Verfaillie
2011-09-07
1
-1
/
+7
*
Switch to storing string form of error quarks
Dan Winship
2011-08-12
1
-6
/
+20
*
Kill off config.py
Colin Walters
2011-07-27
1
-1
/
+0
*
dumper: Flush stdout after printing compilation messages
Colin Walters
2011-06-30
1
-0
/
+3
*
dumper: Only make libtool silent if we were passed --silent
Colin Walters
2011-06-30
1
-1
/
+2
*
Revert "scanner: Stop predeclaring the functions that are to be scanned"
Colin Walters
2011-01-11
1
-0
/
+2
*
Revert "scanner: Include all headers when building the dumper binary"
Colin Walters
2011-01-11
1
-3
/
+0
*
scanner: Rename g_irepository_dump when included from the dumper
Benjamin Otte
2011-01-11
1
-1
/
+1
*
scanner: Stop predeclaring the functions that are to be scanned
Benjamin Otte
2011-01-10
1
-2
/
+0
*
scanner: Include all headers when building the dumper binary
Benjamin Otte
2011-01-10
1
-0
/
+3
*
scanner: Use packages from --pkg
Benjamin Otte
2011-01-10
1
-0
/
+1
*
dumper: Differentiate between "external" and "internal" linking
Colin Walters
2010-11-11
1
-12
/
+34
*
Fix previous commit
Colin Walters
2010-10-22
1
-1
/
+1
*
Handle CC="ccache gcc" for linker command too
Colin Walters
2010-10-22
1
-1
/
+2
*
scanner: Don't process pkg-config libs twice
Colin Walters
2010-10-19
1
-3
/
+3
*
scanner: Don't leave temporary directory around if we fail
Colin Walters
2010-10-07
1
-16
/
+27
*
Honor -L commandline option.
Pavel Holejsovsky
2010-10-03
1
-0
/
+3
*
Add -export-dynamic when compiling with libtool
Owen W. Taylor
2010-09-30
1
-0
/
+2
*
scanner: Don't link to -lgirepository when dumping
GOBJECT_INTROSPECTION_0_9_9
Colin Walters
2010-09-30
1
-38
/
+25
*
Major rewrite
Colin Walters
2010-08-31
1
-1
/
+1
*
[dumper] Fix indentation
Johan Dahlin
2010-07-28
1
-1
/
+1
*
Append -Wl,-rpath=. to the scanner compile
Ryan Lortie
2010-07-27
1
-0
/
+4
*
Fix up tests for last commit
Colin Walters
2010-07-09
1
-2
/
+2
*
Correctly quote printed shell commands
Johan Dahlin
2010-07-09
1
-2
/
+4
*
Print the command line instead of a python list
Johan Dahlin
2010-07-09
1
-2
/
+2
*
In verbose mode, print out the dump compilation
Colin Walters
2010-07-07
1
-0
/
+4
*
Revert "fix bug#605156 by ordering libtool archives that may pull in system"
Colin Walters
2010-06-28
1
-4
/
+6
*
Remove trailing semicolon
Colin Walters
2010-06-25
1
-1
/
+1
*
fix bug#605156 by ordering libtool archives that may pull in system
Michael Meeks
2010-06-25
1
-1
/
+4
*
Don't remove .c file for dumper binary
Owen W. Taylor
2010-01-12
1
-2
/
+0
*
Remove tabs, fixes make check
Johan Dahlin
2010-01-08
1
-4
/
+4
*
Add an --add-init-section argument
Damien Lespiau
2010-01-05
1
-5
/
+12
*
[dumper] Fix threads initialization
Colin Walters
2009-12-02
1
-1
/
+1
[next]