summaryrefslogtreecommitdiff
path: root/giscanner/giscannermodule.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-25[sourcescanner] Support for line numbers on SymbolAlan Knowles1-0/+8
2009-12-31Include Python.h earlierJohan Dahlin1-1/+1
2009-09-28Consistently resolve symbolic linksAdam Sampson1-1/+2
2009-02-25Bug 555964 - Parse floating-point #definesColin Walters1-1/+20
2009-02-24Bug 572790 - Don't register #defines from .c files as constantsColin Walters1-1/+15
2009-02-19giscanner: Set Python exceptions on type errors instead of g_assertColin Walters1-7/+17
2009-02-19Improve type checkingJohan Dahlin1-0/+3
2009-02-19Add a hall of shame commentJohan Dahlin1-0/+3
2009-01-12Bug 563591 – Flags not recognized when there is no introspection dataJohan Dahlin1-0/+8
2009-01-12Bug 563794 - Redo annotation parsing & applyingJohan Dahlin1-111/+17
2008-11-07Set current_filename before lexing the file so error messages are reportedOwen Taylor1-1/+1
2008-11-04Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin1-1/+1
2008-10-30Write a C version of the xml namespace formatter. Saves 15% of the time itJohan Dahlin1-0/+92
2008-10-21Add missing whitespace to make pep8 happyJohan Dahlin1-0/+2
2008-10-16Bug 556543 – reduce compiler warningsTommi Komulainen1-2/+2
2008-10-11ignore non-UTF-8 string constantsJohan Bilien1-0/+36
2008-08-27Make g-ir-scanner work on Windows. Still problems with the typelib code.Tor Lillqvist1-0/+49
2008-05-31Prevent a crash when symbol->indent is NULL.Johan Dahlin1-0/+7
2008-05-24Revert back to using temporary files to send in headers. Allow FunctionsJohan Dahlin1-7/+19
2008-04-27Cast the getter, avoids a compilation warning.Johan Dahlin1-1/+2
2008-04-25Add support for virtual methods. Pair struct FooClass with struct Foo.Johan Dahlin1-27/+63
2008-04-25Add support for source/header annotations.Johan Dahlin1-3/+133
2008-04-21Mark structures as const, wrap SourceType.const_string.Johan Dahlin1-11/+25
2008-04-18Start constructing a real node tree.Johan Dahlin1-39/+75
2008-03-27Add simple pre-processor using subprocess and a PIPE. Change theJohan Dahlin1-6/+5
2008-03-25Add constants and wrap a few more SymbolType fieldsJohan Dahlin1-0/+43
2008-03-25Add initial python bindings for the scanner and depend on python 2.5.Johan Dahlin1-0/+257