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
/
giscannermodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: enable -Wcast-function-type
Christoph Reiter
2018-07-29
1
-2
/
+2
*
scanner: remove some unnecessary Windows includes
Christoph Reiter
2018-07-27
1
-9
/
+1
*
scanner: remove use of USE_WINDOWS
Christoph Reiter
2018-07-27
1
-4
/
+0
*
scanner: remove hacks to make mingw g-i work with msvc Python
Christoph Reiter
2018-07-27
1
-84
/
+0
*
xmlwriter: move collect_attributes() back to a Python implementation
Christoph Reiter
2018-07-27
1
-158
/
+2
*
Annotate possibly unused variable
Emmanuele Bassi
2018-03-10
1
-1
/
+1
*
meson: Use symbol visibility for giscanner module
Emmanuele Bassi
2018-03-10
1
-1
/
+1
*
Do not segfault on comments with invalid UTF-8
Pascal Terjan
2016-03-07
1
-0
/
+6
*
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
*
giscanner: Port scanner extension module to work with Python 3
Simon Feltman
2015-09-29
1
-29
/
+75
*
giscanner: Use unicode literals in all Python files
Simon Feltman
2015-09-29
1
-7
/
+32
*
scanner: Fix get_symbols/comments to maintain the scanner lists
Simon Feltman
2014-01-02
1
-0
/
+2
*
scanner: Support boolean constants
Florian Müllner
2013-11-29
1
-0
/
+15
*
giscanner: remove g_realpath
Dieter Verfaillie
2013-10-17
1
-3
/
+2
*
giscanner: speed up SourceScanner().parse_files()
Dieter Verfaillie
2013-10-17
1
-5
/
+7
*
scanner: Consistently use realpath() on input filenames
Colin Walters
2013-07-28
1
-1
/
+1
*
scannermodule: Fix a bad check
Jasper St. Pierre
2013-04-07
1
-1
/
+1
*
scanner: Correctly handle large 64 bit integer constants
Colin Walters
2012-10-30
1
-1
/
+4
*
giscannermodule.c: Updates for Windows
Chun-wei Fan
2012-10-27
1
-31
/
+67
*
Drop calls to g_type_init()
Colin Walters
2012-10-16
1
-2
/
+0
*
Compare filenames using g_file_equal()
Johan Dahlin
2012-04-09
1
-0
/
+4
*
giscanner: fix use after decref
Andreas Schwab
2011-12-15
1
-4
/
+6
*
Fix compilation with mingw
Andoni Morales Alastruey
2011-09-03
1
-0
/
+4
*
scanner: Switch to only Python 2.5 C API usage
Colin Walters
2010-12-03
1
-10
/
+14
*
Add proper unicode support to the source scanner
Johan Dahlin
2010-12-02
1
-6
/
+36
*
Switch to nonrecursive make for core (i.e. not tests/)
Colin Walters
2010-11-09
1
-2
/
+8
*
Handle enumerations with the full range of signed and unsigned values
Owen W. Taylor
2010-11-01
1
-1
/
+2
*
Remove trailing whitespace
Johan Dahlin
2010-09-26
1
-27
/
+27
*
[sourcescanner] Plug a couple of python leaks
Johan Dahlin
2010-09-26
1
-4
/
+1
*
[scanner] Support private/public directives
Johan Dahlin
2010-09-20
1
-0
/
+8
*
Save the line number of a source comment
Johan Dahlin
2010-09-19
1
-4
/
+7
*
[sourcescanner] Support for line numbers on Symbol
Alan Knowles
2010-05-25
1
-0
/
+8
*
Include Python.h earlier
Johan Dahlin
2009-12-31
1
-1
/
+1
*
Consistently resolve symbolic links
Adam Sampson
2009-09-28
1
-1
/
+2
*
Bug 555964 - Parse floating-point #defines
Colin Walters
2009-02-25
1
-1
/
+20
*
Bug 572790 - Don't register #defines from .c files as constants
Colin Walters
2009-02-24
1
-1
/
+15
*
giscanner: Set Python exceptions on type errors instead of g_assert
Colin Walters
2009-02-19
1
-7
/
+17
*
Improve type checking
Johan Dahlin
2009-02-19
1
-0
/
+3
*
Add a hall of shame comment
Johan Dahlin
2009-02-19
1
-0
/
+3
*
Bug 563591 – Flags not recognized when there is no introspection data
Johan Dahlin
2009-01-12
1
-0
/
+8
*
Bug 563794 - Redo annotation parsing & applying
Johan Dahlin
2009-01-12
1
-111
/
+17
*
Set current_filename before lexing the file so error messages are reported
Owen Taylor
2008-11-07
1
-1
/
+1
*
Relicense the giscanner library under LGPLv2+. This has been approved by
Johan Dahlin
2008-11-04
1
-1
/
+1
*
Write a C version of the xml namespace formatter. Saves 15% of the time it
Johan Dahlin
2008-10-30
1
-0
/
+92
*
Add missing whitespace to make pep8 happy
Johan Dahlin
2008-10-21
1
-0
/
+2
*
Bug 556543 – reduce compiler warnings
Tommi Komulainen
2008-10-16
1
-2
/
+2
*
ignore non-UTF-8 string constants
Johan Bilien
2008-10-11
1
-0
/
+36
*
Make g-ir-scanner work on Windows. Still problems with the typelib code.
Tor Lillqvist
2008-08-27
1
-0
/
+49
*
Prevent a crash when symbol->indent is NULL.
Johan Dahlin
2008-05-31
1
-0
/
+7
[next]