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
/
scannerlexer.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
scanner: make using bool without stdbool include work again. Fixes #247
Christoph Reiter
2018-12-29
1
-0
/
+1
*
Ignore __pragma keyword used by MSVC
Tomasz Miąsko
2018-12-09
1
-0
/
+1
*
scanner: Replace use of typeof with void token
Tomasz Miąsko
2018-12-08
1
-2
/
+2
*
scanner: Parse __typeof__ and discard it
Jan Alexander Steffens (heftig)
2018-11-05
1
-0
/
+1
*
scanner: fix the return type for GetFullPathNameA
Christoph Reiter
2018-07-27
1
-1
/
+1
*
scanner: remove use of USE_WINDOWS
Christoph Reiter
2018-07-27
1
-6
/
+0
*
Recognize additional basic types from ISO/IEC TS 18661-3:2015.
Tomasz Miąsko
2018-06-23
1
-16
/
+21
*
giscanner: Recognize _Thread_local as a storage class specifier
Ting-Wei Lan
2018-01-09
1
-0
/
+2
*
scanner: Add _Float128
Emmanuele Bassi
2017-12-21
1
-1
/
+1
*
giscanner: fix EOF check with flex >= 2.6.1
Jan de Groot
2017-09-10
1
-6
/
+15
*
Ignore _Nonnull,_Nullable and _Null_unspecified type qualifiers
David Lechner
2017-09-03
1
-0
/
+3
*
scanner: fix line number counting
Dieter Verfaillie
2015-12-27
1
-13
/
+13
*
scanner: Fix stray comment in previous commit
Colin Walters
2015-07-27
1
-1
/
+0
*
scanner: Recognize __signed
Colin Walters
2015-07-27
1
-0
/
+2
*
scanner: Support the C99 'bool' type
Emmanuele Bassi
2015-03-04
1
-0
/
+1
*
scannerlexer.l: Update to Support MSVC Preprocessor
Chun-wei Fan
2014-08-15
1
-5
/
+18
*
scanner: Ignore C11 _Noreturn keyword
Colin Walters
2014-02-27
1
-0
/
+1
*
scanner: Support __restrict__
Руслан Ижбулатов
2014-02-22
1
-0
/
+1
*
scnaner: Support asm __volatile__
Руслан Ижбулатов
2014-02-22
1
-0
/
+1
*
giscanner: prevent implicit declarations
Antoine Jacoutot
2014-02-19
1
-0
/
+1
*
scanner: Report __inline__ as the inline token
Emmanuele Bassi
2014-02-10
1
-0
/
+1
*
scannerlexer: Fix bad unref
Jasper St. Pierre
2013-12-17
1
-1
/
+2
*
scanner: Support boolean constants
Florian Müllner
2013-11-29
1
-0
/
+6
*
scanner: Use PATH_MAX, not hardcoded 1024 for realpath()
1.39.0
Colin Walters
2013-11-16
1
-1
/
+15
*
giscanner: Make sure that the current path set from linemarks is also a real ...
Carlos Garcia Campos
2013-11-15
1
-1
/
+55
*
giscanner: Respect __GI_SCANNER__ when scanning for macros
Stef Walter
2013-10-21
1
-1
/
+9
*
giscanner: remove g_realpath
Dieter Verfaillie
2013-10-17
1
-9
/
+2
*
giscanner: speed up SourceScanner().parse_files()
Dieter Verfaillie
2013-10-17
1
-9
/
+17
*
giscanner: restore linemark filename unescaping
Dieter Verfaillie
2013-10-17
1
-15
/
+14
*
scannerlexer: don't reject __volatile__ tokens
Giovanni Campagna
2013-10-16
1
-2
/
+2
*
giscanner: fix c0e748e1cdf8cf0803266f94c3c5ad154df504a8
Dieter Verfaillie
2013-10-08
1
-50
/
+48
*
Revert "scannerlexer: don't reject __volatile__ tokens"
Giovanni Campagna
2013-09-24
1
-2
/
+2
*
scannerlexer: don't reject __volatile__ tokens
Giovanni Campagna
2013-09-24
1
-2
/
+2
*
scanner: Parse __int128 and friends as "int"
Colin Walters
2013-05-07
1
-0
/
+4
*
giscanner/scannerlexer.l: Parse and ignore more __asm and __volatile
Patrick Welche
2013-04-20
1
-0
/
+4
*
giscanner: only parse GTK-Doc comment blocks, ignore the rest
Dieter Verfaillie
2013-04-09
1
-3
/
+25
*
giscanner: special case G_GINT64_CONSTANT and G_GUINT64_CONSTANT + misc
Alban Browaeys
2012-08-03
1
-1
/
+3
*
Do the filename filtering in scannerlexer
Johan Dahlin
2012-04-05
1
-4
/
+17
*
Don't munch /* and */ comment start and end markers.
Dieter Verfaillie
2012-04-05
1
-2
/
+2
*
Add comment documenting we're ignoring C++ style comments.
Dieter Verfaillie
2012-04-05
1
-1
/
+1
*
Support glib-mkenums comment /*< flags >*/
Andreas Rottmann
2010-12-07
1
-2
/
+29
*
Silently skip #pragma directives when scanning sources.
Pavel Holejsovsky
2010-10-03
1
-0
/
+1
*
[scanner] Support private/public directives
Johan Dahlin
2010-09-20
1
-1
/
+3
*
[sourcescanner] Rewrite linemarks parser
Johan Dahlin
2010-09-19
1
-50
/
+24
*
Save the line number of a source comment
Johan Dahlin
2010-09-19
1
-4
/
+13
*
scanner: more verbose parser error messages
Stefan Kost
2009-12-05
1
-1
/
+7
*
scanner: fix wrong linenumbers in parser errors
Stefan Kost
2009-12-05
1
-0
/
+3
*
scanner: don't warn about unexpected characters when the char is \0
Stefan Kost
2009-12-04
1
-1
/
+1
*
Do not include yyoutput in the generated lexer
Johan Dahlin
2009-02-21
1
-0
/
+2
*
Increase the buffer size to 1M, so gtkalias.h can be parsed.
Johan Dahlin
2009-01-20
1
-1
/
+1
[next]