gimarshallingtests: Add string_ to boxed structure
[platform/upstream/gobject-introspection.git] / giscanner / scannermain.py
2012-11-28 Dieter Verfailliegiscanner: remove unused variables
2012-11-12 Dieter Verfailliegiscanner: unbreak g-ir-annotationtool...
2012-10-27 Chun-wei Fansourcescannermain.py: Add --filelist option
2012-04-09 Jasper St. Pierregiscanner: Don't run pkg-config when there's no package...
2011-10-19 Colin Waltersscanner: Support --header-only flag
2011-09-07 Dieter VerfaillieWindows port: g-ir-scanner: Accept -m flags
2011-08-13 Dan WinshipSwitch to storing string form of error quarks
2011-08-12 Dan WinshipSwitch to storing string form of error quarks
2011-08-10 Stef WalterMake the Transformer respect 'skip' annotations
2010-11-16 Colin WaltersFix line too long
2010-11-16 Jonathan Matthewscanner: don't show 'warnings suppressed' if --warn...
2010-11-11 Colin Waltersdumper: Differentiate between "external" and "internal...
2010-10-25 Colin Waltersscanner: Print out a message if warnings were off
2010-10-19 Colin Waltersscanner: Don't process pkg-config libs twice
2010-09-24 Johan Dahlin[scannermain] Split scanner_main into smaller pieces
2010-09-21 Johan DahlinPass in blocks to IntrospectablePass
2010-09-20 Johan Dahlin[scanner] Only store types in cache store
2010-09-10 Colin Waltersscanner: Readd support for --strip-prefix
2010-09-09 Colin Waltersscanner: Fix style for previous commit
2010-09-09 Saikiran MadugulaPrint helpful error message if --strip-prefix option...
2010-09-08 Owen W. TaylorHandle casing better for constants
2010-09-07 Colin Waltersscanner: Add various static debug hooks in GI_SCANNER_DEBUG
2010-09-02 Johan Dahlin[scannermain] Use mkstemp
2010-09-02 Johan Dahlin[giscanner] Make pyflakes happy
2010-09-02 Colin Waltersscanner: Add --include-uninstalled
2010-09-02 Johan Dahlin[scannermain] Create a new option parser
2010-09-02 Johan Dahlin[scanner] Remove old logging functions
2010-09-02 Johan Dahlin[scanner] Move over remaining callsites to message
2010-09-02 Johan Dahlin[scanner] add a message module
2010-09-02 Johan Dahlin[scanner] Move namespace out of Transformer
2010-09-02 Johan Dahlin[transformer] Don't pass around source scanner
2010-09-02 Johan Dahlin[annotationparser] Send in comments directly
2010-09-02 Johan Dahlin[scanner] Create the cachestore in the transformer
2010-09-02 Johan Dahlin[scanner] Remove support for xpath assertions
2010-09-02 Johan Dahlin[scannermain] Hide a couple of private options
2010-09-02 Johan Dahlin[scannermain] Use _error() consistently
2010-09-02 Johan Dahlin[scannermain] Simplify writing of output data
2010-09-02 Johan Dahlin[scannermain] Use return instead of sys.exit()
2010-09-01 Johan Dahlin[scannermain] Use shutil.move instead of os.rename
2010-09-01 Johan Dahlin[scannermain] Write to tempdir if needed
2010-09-01 Johan Dahlin[scannermain] Add - as an alias for stdout
2010-09-01 Johan Dahlin[scannermain] Sort imports alphabetically
2010-09-01 Colin Waltersscanner: Refactor name parsing
2010-09-01 Colin Waltersscanner: Add --accept-unprefixed
2010-08-31 Colin Waltersscanner: Better handling of empty namespace prefix...
2010-08-31 Colin WaltersMajor rewrite
2010-08-17 Gustavo Noronha... [scanner] Also parse C++ files
2010-07-07 Colin WaltersIn verbose mode, print out the dump compilation
2010-06-22 Danielle MadeleyMerge branch 'gvalue-tests'
2010-06-17 Colin WaltersSupport introspectable=no attribute, add warnings framework
2010-06-17 Johan DahlinRevert "Support introspectable=no attribute, add warnin...
2010-06-17 Colin WaltersSupport introspectable=no attribute, add warnings framework
2010-02-11 Colin Walters[scanner] Print error instead of throwing for unknown...
2010-01-05 Damien LespiauAdd an --add-init-section argument
2009-12-31 Damien LespiauFix typo in the help string of the --no-libtool argument
2009-08-24 Colin WaltersBug 574351 - Add --pkg-export option GOBJECT_INTROSPECTION_0_6_4
2009-08-24 Colin WaltersLD_LIBRARY_PATH exorcism
2009-08-17 Owen W. TaylorResolve library names to shared libraries ourselves
2009-03-17 Colin WaltersBug 564016 - Add c:prefix to .gir
2009-03-16 Colin WaltersBug 574501 - Install giscanner Python module to private...