The private header should be included in girffi.c
[gnome.gobject-introspection] / giscanner / sourcescanner.py
2009-08-24 Colin WaltersBug 590883 - Use 'cc' instead of 'gcc' for preprocessing
2009-08-05 Brian CameronBack out the previous change. Now go back to hardcodin...
2009-08-05 Brian CameronCheck the CC environment variable instead of assuming...
2009-02-25 Colin WaltersBug 555964 - Parse floating-point #defines
2009-02-25 Johan DahlinMerge commit 'origin'
2009-02-24 Colin WaltersBug 572790 - Don't register #defines from .c files...
2009-01-12 Johan DahlinBug 563591 – Flags not recognized when there is no...
2009-01-12 Johan DahlinBug 563794 - Redo annotation parsing & applying
2009-01-03 Jürg BilleterFix inconsistencies with PEP8
2008-11-04 Johan DahlinRelicense the giscanner library under LGPLv2+. This...
2008-10-30 Johan DahlinBug 558383 – builddir != srcdir build fails if giscanne...
2008-10-29 Johan DahlinClean up the libtool importer a bit. Add a context...
2008-10-21 Johan DahlinBug 556358 - don't use libtool internals
2008-10-11 Johan Bilienignore non-UTF-8 string constants
2008-10-02 Colin WaltersMerge branch 'bug552393-varargs'
2008-09-15 Johan DahlinAdd type_qualifier to SourceType.__members__
2008-09-15 Johan DahlinAdd a wrapper for type_qualifier as well.
2008-08-31 Johan DahlinParse GCC extensions in the parser instead of just...
2008-08-27 Tor LillqvistMake g-ir-scanner work on Windows. Still problems with...
2008-08-26 Johan DahlinAvoid undeffing __GNUC__, instead define __attribute__...
2008-08-22 Johan DahlinCheck for ../gobject-introspection-1.0.pc.in to determi...
2008-08-22 Johan DahlinSend in undefs/defines via writing it directly to stdin...
2008-08-22 Johan DahlinDon't pase _LIBINTL_H
2008-08-22 Johan DahlinUse the generated glibconfig.h for all scanner invokati...
2008-08-09 Johan DahlinPEP8ify
2008-05-31 Johan DahlinAdd a new source type enum for member. Use __repr__...
2008-05-31 Johan DahlinAdd ctype_name, a function to convert a CTYPE symbol...
2008-05-24 Johan DahlinRevert back to using temporary files to send in headers...
2008-05-05 Johan DahlinMove sourcescanner symbols to the sourcescanner module...
2008-04-28 Johan DahlinAvoid recursion when scanning girepository.h
2008-04-28 Johan DahlinLine wrap license header
2008-04-26 Johan DahlinAdd LGPLv2 license header and install all python files
2008-04-25 Johan DahlinAdd support for virtual methods. Pair struct FooClass...
2008-04-25 Johan DahlinAdd support for source/header annotations.
2008-04-22 Johan Dahlinavoid sending the same options multiple times to cpp
2008-04-18 Johan Dahlinsplit tree building and source scanning interface to...