summaryrefslogtreecommitdiff
path: root/giscanner/giscannermodule.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing whitespace to make pep8 happyJohan Dahlin2008-10-211-0/+2
* Bug 556543 – reduce compiler warningsTommi Komulainen2008-10-161-2/+2
* ignore non-UTF-8 string constantsJohan Bilien2008-10-111-0/+36
* Make g-ir-scanner work on Windows. Still problems with the typelib code.Tor Lillqvist2008-08-271-0/+49
* Prevent a crash when symbol->indent is NULL.Johan Dahlin2008-05-311-0/+7
* Revert back to using temporary files to send in headers. Allow FunctionsJohan Dahlin2008-05-241-7/+19
* Cast the getter, avoids a compilation warning.Johan Dahlin2008-04-271-1/+2
* Add support for virtual methods. Pair struct FooClass with struct Foo.Johan Dahlin2008-04-251-27/+63
* Add support for source/header annotations.Johan Dahlin2008-04-251-3/+133
* Mark structures as const, wrap SourceType.const_string.Johan Dahlin2008-04-211-11/+25
* Start constructing a real node tree.Johan Dahlin2008-04-181-39/+75
* Add simple pre-processor using subprocess and a PIPE. Change theJohan Dahlin2008-03-271-6/+5
* Add constants and wrap a few more SymbolType fieldsJohan Dahlin2008-03-251-0/+43
* Add initial python bindings for the scanner and depend on python 2.5.Johan Dahlin2008-03-251-0/+257