index
:
~smcv/gobject-introspection
local-gir
master
g-i hacking
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
giscanner
/
scannerlexer.l
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-19
Save the line number of a source comment
Johan Dahlin
1
-4
/
+13
2009-12-05
scanner: more verbose parser error messages
Stefan Kost
1
-1
/
+7
2009-12-05
scanner: fix wrong linenumbers in parser errors
Stefan Kost
1
-0
/
+3
2009-12-04
scanner: don't warn about unexpected characters when the char is \0
Stefan Kost
1
-1
/
+1
2009-02-21
Do not include yyoutput in the generated lexer
Johan Dahlin
1
-0
/
+2
2009-01-20
Increase the buffer size to 1M, so gtkalias.h can be parsed.
Johan Dahlin
1
-1
/
+1
2009-01-12
Bug 563794 - Redo annotation parsing & applying
Johan Dahlin
1
-166
/
+6
2008-12-09
Bug 563742 – introspection should record the introduced version of
Tristan Van Berkom
1
-1
/
+12
2008-12-03
raise YY_BUF_SIZE to 65536 up from the default 16384.
Christophe Fergeau
1
-0
/
+3
2008-11-07
Bug 559737 – Deal with continuations in macros
Owen Taylor
1
-0
/
+1
2008-11-05
Avoid static 256 char buf which we manipulate hackily
Colin Walters
1
-10
/
+16
2008-10-30
Parse __signed__ as signed
Johan Dahlin
1
-0
/
+1
2008-10-30
Parse and discard __typeof and __attribute.
Johan Dahlin
1
-4
/
+5
2008-10-21
Don't require trailing whitespace after uncommented parameters
Colin Walters
1
-3
/
+8
2008-10-21
Add missing whitespace to make pep8 happy
Johan Dahlin
1
-1
/
+1
2008-10-19
Parse and ignore __asm.
Johan Dahlin
1
-0
/
+1
2008-10-16
Bug 556543 – reduce compiler warnings
Tommi Komulainen
1
-1
/
+0
2008-10-12
Don't lose if we have mismatched parens.
Colin Walters
1
-1
/
+5
2008-10-11
Bug 555947 - update annotations syntax
Colin Walters
1
-9
/
+9
2008-10-02
Bug 554490: g-ir-scanner gets confused by '\\'
Dan Winship
1
-2
/
+2
2008-09-29
Write out list and map types, parse 'array' annotation
Colin Walters
1
-25
/
+15
2008-09-29
Some work on arrays
Colin Walters
1
-2
/
+2
2008-09-15
Fix up deprecated parsing - this commit went missing
Colin Walters
1
-1
/
+1
2008-09-15
Bug 552065: Add deprecation information to GIR
Colin Walters
1
-6
/
+20
2008-09-06
Bug 551162 – giscanner does not recognize asm and __asm__ Patch by Jani
Johan Dahlin
1
-10
/
+3
2008-08-31
Parse GCC extensions in the parser instead of just undeffing them in the
Johan Dahlin
1
-3
/
+12
2008-08-27
Make g-ir-scanner work on Windows. Still problems with the typelib code.
Tor Lillqvist
1
-1
/
+51
2008-04-27
Allow parenthesis in annotations
Johan Dahlin
1
-10
/
+19
2008-03-27
Add simple pre-processor using subprocess and a PIPE. Change the
Johan Dahlin
1
-3
/
+7
2008-03-25
Move the scanner to a separate library.
Johan Dahlin
1
-0
/
+394