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
/
giscannermodule.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-25
[sourcescanner] Support for line numbers on Symbol
Alan Knowles
1
-0
/
+8
2009-12-31
Include Python.h earlier
Johan Dahlin
1
-1
/
+1
2009-09-28
Consistently resolve symbolic links
Adam Sampson
1
-1
/
+2
2009-02-25
Bug 555964 - Parse floating-point #defines
Colin Walters
1
-1
/
+20
2009-02-24
Bug 572790 - Don't register #defines from .c files as constants
Colin Walters
1
-1
/
+15
2009-02-19
giscanner: Set Python exceptions on type errors instead of g_assert
Colin Walters
1
-7
/
+17
2009-02-19
Improve type checking
Johan Dahlin
1
-0
/
+3
2009-02-19
Add a hall of shame comment
Johan Dahlin
1
-0
/
+3
2009-01-12
Bug 563591 – Flags not recognized when there is no introspection data
Johan Dahlin
1
-0
/
+8
2009-01-12
Bug 563794 - Redo annotation parsing & applying
Johan Dahlin
1
-111
/
+17
2008-11-07
Set current_filename before lexing the file so error messages are reported
Owen Taylor
1
-1
/
+1
2008-11-04
Relicense the giscanner library under LGPLv2+. This has been approved by
Johan Dahlin
1
-1
/
+1
2008-10-30
Write a C version of the xml namespace formatter. Saves 15% of the time it
Johan Dahlin
1
-0
/
+92
2008-10-21
Add missing whitespace to make pep8 happy
Johan Dahlin
1
-0
/
+2
2008-10-16
Bug 556543 – reduce compiler warnings
Tommi Komulainen
1
-2
/
+2
2008-10-11
ignore non-UTF-8 string constants
Johan Bilien
1
-0
/
+36
2008-08-27
Make g-ir-scanner work on Windows. Still problems with the typelib code.
Tor Lillqvist
1
-0
/
+49
2008-05-31
Prevent a crash when symbol->indent is NULL.
Johan Dahlin
1
-0
/
+7
2008-05-24
Revert back to using temporary files to send in headers. Allow Functions
Johan Dahlin
1
-7
/
+19
2008-04-27
Cast the getter, avoids a compilation warning.
Johan Dahlin
1
-1
/
+2
2008-04-25
Add support for virtual methods. Pair struct FooClass with struct Foo.
Johan Dahlin
1
-27
/
+63
2008-04-25
Add support for source/header annotations.
Johan Dahlin
1
-3
/
+133
2008-04-21
Mark structures as const, wrap SourceType.const_string.
Johan Dahlin
1
-11
/
+25
2008-04-18
Start constructing a real node tree.
Johan Dahlin
1
-39
/
+75
2008-03-27
Add simple pre-processor using subprocess and a PIPE. Change the
Johan Dahlin
1
-6
/
+5
2008-03-25
Add constants and wrap a few more SymbolType fields
Johan Dahlin
1
-0
/
+43
2008-03-25
Add initial python bindings for the scanner and depend on python 2.5.
Johan Dahlin
1
-0
/
+257