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
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
giscanner: Use unicode literals in all Python files
Simon Feltman
2015-09-29
1
-1
/
+2
*
giscanner: Use print as a function for Python 3 compatibility
Simon Feltman
2015-09-29
1
-0
/
+1
*
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
/
+1
*
giscanner: Use binary files for comparison utility
Simon Feltman
2015-09-29
1
-1
/
+1
*
scanner: use open() as os.fdopen as context managers
Dieter Verfaillie
2015-08-21
1
-14
/
+9
*
scanner: add "XDG Base Directory" functions
Dieter Verfaillie
2015-06-20
1
-0
/
+79
*
Fix some PEP8 errors from previous commits
Colin Walters
2014-02-22
1
-1
/
+4
*
scanner: Support running under MSYS
Руслан Ижбулатов
2014-02-22
1
-0
/
+24
*
Extend the hack towards backslashes as path separators
Руслан Ижбулатов
2014-02-22
1
-1
/
+1
*
scanner: Improve compatibility with OS X
Clemens Lang
2014-02-10
1
-2
/
+29
*
giscanner: Make sure we use real paths in more places
Carlos Garcia Campos
2013-11-15
1
-0
/
+7
*
tests: Update misc/pep8.py to 1.4.5
Dieter Verfaillie
2013-05-07
1
-0
/
+9
*
giscanner: remove unused variables
Dieter Verfaillie
2012-11-28
1
-1
/
+1
*
scanner: complete the enum-to-error-quark fix
Giovanni Campagna
2012-06-18
1
-1
/
+4
*
scanner: Add various static debug hooks in GI_SCANNER_DEBUG
Colin Walters
2010-09-07
1
-0
/
+21
*
Major rewrite
Colin Walters
2010-08-31
1
-0
/
+13
*
[giscanner] Catch CalledProcessError and OSError
Johan Dahlin
2010-02-17
1
-1
/
+1
*
[scanner] Catch OSError too when checking for libtool
Colin Walters
2010-02-17
1
-1
/
+1
*
Bug 592055 - Build/test fixes
Colin Walters
2009-08-17
1
-1
/
+2
*
Support passing --library=lib<foo>.la
Owen W. Taylor
2009-08-17
1
-5
/
+27
*
Resolve library names to shared libraries ourselves
Owen W. Taylor
2009-08-17
1
-0
/
+22
*
Bug 575613 - Enum stripping with common prefix, also use "_" consistently
Colin Walters
2009-03-17
1
-11
/
+0
*
Relicense the giscanner library under LGPLv2+. This has been approved by
Johan Dahlin
2008-11-04
1
-11
/
+11
*
Bug 556358 - don't use libtool internals
Johan Dahlin
2008-10-21
1
-0
/
+4
*
Bug 552376: scanner generates wrong names for enum members when there's no
Lucas Rocha
2008-10-11
1
-1
/
+4
*
Bug 554521: scanner generates wrong names for enum members with
Dan Winship
2008-10-02
1
-2
/
+2
*
Bug 552390: Handle capitialization like "DBus" more robustly
Colin Walters
2008-09-20
1
-0
/
+7
*
Fix up strip logic to not regress
Johan Dahlin
2008-08-31
1
-1
/
+1
*
Clean up a huge if. Do not add methods or constructors to enums/flags.
Johan Dahlin
2008-08-31
1
-1
/
+1
*
Much simpler approach of mapping uscored names to classes. Remove
Colin Walters
2008-08-21
1
-17
/
+0
*
Look up all permutations of class names when scanning methods/ctors based
Colin Walters
2008-08-21
1
-0
/
+18
*
Set ctype of enums Improve enum parsing for enums without a GType. Make
Johan Dahlin
2008-08-18
1
-2
/
+2
*
Refactor a bit, avoid isinstance and add a method for each type we parse.
Johan Dahlin
2008-08-14
1
-1
/
+1
*
PEP8ify
Johan Dahlin
2008-08-09
1
-1
/
+3
*
Improve enum member parsing and introspection
Johan Dahlin
2008-06-03
1
-0
/
+53