Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/giscanner/giscannermodule.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 555964 - Parse floating-point #definesColin Walters2009-02-251-1/+20
* Bug 572790 - Don't register #defines from .c files as constantsColin Walters2009-02-241-1/+15
* giscanner: Set Python exceptions on type errors instead of g_assertColin Walters2009-02-191-7/+17
* Improve type checkingJohan Dahlin2009-02-191-0/+3
* Add a hall of shame commentJohan Dahlin2009-02-191-0/+3
* Bug 563591 – Flags not recognized when there is no introspection dataJohan Dahlin2009-01-121-0/+8
* Bug 563794 - Redo annotation parsing & applyingJohan Dahlin2009-01-121-111/+17
* Set current_filename before lexing the file so error messages are reportedOwen Taylor2008-11-071-1/+1
* Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin2008-11-041-1/+1
* Write a C version of the xml namespace formatter. Saves 15% of the time itJohan Dahlin2008-10-301-0/+92
* 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