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
*
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
*
Revert back to using temporary files to send in headers. Allow Functions
Johan Dahlin
2008-05-24
1
-7
/
+19
*
Cast the getter, avoids a compilation warning.
Johan Dahlin
2008-04-27
1
-1
/
+2
*
Add support for virtual methods. Pair struct FooClass with struct Foo.
Johan Dahlin
2008-04-25
1
-27
/
+63
*
Add support for source/header annotations.
Johan Dahlin
2008-04-25
1
-3
/
+133
*
Mark structures as const, wrap SourceType.const_string.
Johan Dahlin
2008-04-21
1
-11
/
+25
*
Start constructing a real node tree.
Johan Dahlin
2008-04-18
1
-39
/
+75
*
Add simple pre-processor using subprocess and a PIPE. Change the
Johan Dahlin
2008-03-27
1
-6
/
+5
*
Add constants and wrap a few more SymbolType fields
Johan Dahlin
2008-03-25
1
-0
/
+43
*
Add initial python bindings for the scanner and depend on python 2.5.
Johan Dahlin
2008-03-25
1
-0
/
+257