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
/
sourcescanner.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace linked lists with arrays in source scanner
Tomasz Miąsko
2018-12-09
1
-29
/
+25
*
sourcescanner: collect error messages and expose them
Christoph Reiter
2018-12-08
1
-0
/
+14
*
build: enable -Wcast-function-type
Christoph Reiter
2018-07-29
1
-3
/
+3
*
Reuse const_table between calls to SourceScanner parse_files and parse_macros.
Tomasz Miąsko
2018-02-13
1
-0
/
+3
*
scanner: Fix get_symbols/comments to maintain the scanner lists
Simon Feltman
2014-01-02
1
-2
/
+16
*
scanner: Support boolean constants
Florian Müllner
2013-11-29
1
-0
/
+3
*
sourcescanner: Removed unused struct_or_union_or_enum_table field
Stef Walter
2013-10-21
1
-12
/
+0
*
giscanner: Respect __GI_SCANNER__ when scanning for macros
Stef Walter
2013-10-21
1
-0
/
+23
*
giscanner: speed up SourceScanner().parse_files()
Dieter Verfaillie
2013-10-17
1
-31
/
+14
*
Revert "sourcescanner: Avoid scanning files when doing a macro scan"
Dieter Verfaillie
2013-10-17
1
-16
/
+11
*
Revert "sourcescanner: Do some fast path checks on the filename"
Dieter Verfaillie
2013-10-17
1
-5
/
+0
*
sourcescanner: Do some fast path checks on the filename
Jasper St. Pierre
2013-10-15
1
-0
/
+5
*
sourcescanner: Avoid scanning files when doing a macro scan
Jasper St. Pierre
2013-10-15
1
-11
/
+16
*
sourcescanner: Copy over the unsignedness as well
Jasper St. Pierre
2013-02-18
1
-0
/
+1
*
sourcescanner: Make sure to mark constants as set
Jasper St. Pierre
2013-02-18
1
-3
/
+7
*
sourcescanner: Fix issues with double constants in the copy
Jasper St. Pierre
2013-02-18
1
-1
/
+1
*
sourcescanner: Fix symbolic references in enum members
Jasper St. Pierre
2013-02-16
1
-0
/
+20
*
Compare filenames using g_file_equal()
Johan Dahlin
2012-04-09
1
-1
/
+11
*
Fix symbols being reported in invalid files
Stef Walter
2011-08-10
1
-6
/
+3
*
Save the line number of a source comment
Johan Dahlin
2010-09-19
1
-1
/
+9
*
[sourcescanner] Support for line numbers on Symbol
Alan Knowles
2010-05-25
1
-1
/
+2
*
Bug 572790 - Don't register #defines from .c files as constants
Colin Walters
2009-02-24
1
-0
/
+6
*
Bug 563591 – Flags not recognized when there is no introspection data
Johan Dahlin
2009-01-12
1
-0
/
+1
*
Bug 563794 - Redo annotation parsing & applying
Johan Dahlin
2009-01-12
1
-29
/
+4
*
Relicense the giscanner library under LGPLv2+. This has been approved by
Johan Dahlin
2008-11-04
1
-1
/
+1
*
Bug 557786 - support fixed size arrays
Colin Walters
2008-10-25
1
-1
/
+3
*
Bug 556543 – reduce compiler warnings
Tommi Komulainen
2008-10-16
1
-0
/
+1
*
Merge in the gir-compiler branch. Thanks to Philip and Colin for their
Johan Dahlin
2008-08-08
1
-0
/
+3
*
Add support for source/header annotations.
Johan Dahlin
2008-04-25
1
-0
/
+7
*
Add simple pre-processor using subprocess and a PIPE. Change the
Johan Dahlin
2008-03-27
1
-0
/
+1
*
Add constants and wrap a few more SymbolType fields
Johan Dahlin
2008-03-25
1
-1
/
+1
*
Move the scanner to a separate library.
Johan Dahlin
2008-03-25
1
-0
/
+288