summaryrefslogtreecommitdiff
path: root/giscanner/scannermain.py
AgeCommit message (Expand)AuthorFilesLines
2010-09-10scanner: Readd support for --strip-prefixColin Walters1-2/+3
2010-09-09scanner: Fix style for previous commitColin Walters1-3/+4
2010-09-09Print helpful error message if --strip-prefix option is used.Saikiran Madugula1-0/+7
2010-09-07Handle casing better for constantsOwen W. Taylor1-0/+5
2010-09-07scanner: Add various static debug hooks in GI_SCANNER_DEBUGColin Walters1-2/+4
2010-09-02[scannermain] Use mkstempJohan Dahlin1-8/+10
2010-09-02[giscanner] Make pyflakes happyJohan Dahlin1-2/+3
2010-09-02scanner: Add --include-uninstalledColin Walters1-1/+7
2010-09-02[scannermain] Create a new option parserJohan Dahlin1-2/+3
2010-09-02[scanner] Remove old logging functionsJohan Dahlin1-3/+4
2010-09-02[scanner] Move over remaining callsites to messageJohan Dahlin1-2/+2
2010-09-02[scanner] add a message moduleJohan Dahlin1-2/+3
2010-09-02[scanner] Move namespace out of TransformerJohan Dahlin1-5/+6
2010-09-02[transformer] Don't pass around source scannerJohan Dahlin1-1/+1
2010-09-02[annotationparser] Send in comments directlyJohan Dahlin1-2/+2
2010-09-02[scanner] Create the cachestore in the transformerJohan Dahlin1-4/+1
2010-09-01[scanner] Remove support for xpath assertionsJohan Dahlin1-19/+0
2010-09-01[scannermain] Hide a couple of private optionsJohan Dahlin1-12/+14
2010-09-01[scannermain] Use _error() consistentlyJohan Dahlin1-6/+5
2010-09-01[scannermain] Simplify writing of output dataJohan Dahlin1-15/+24
2010-09-01[scannermain] Use return instead of sys.exit()Johan Dahlin1-7/+8
2010-09-01[scannermain] Use shutil.move instead of os.renameJohan Dahlin1-2/+10
2010-09-01[scannermain] Write to tempdir if neededJohan Dahlin1-0/+2
2010-09-01[scannermain] Add - as an alias for stdoutJohan Dahlin1-1/+1
2010-09-01[scannermain] Sort imports alphabeticallyJohan Dahlin1-6/+6
2010-09-01scanner: Refactor name parsingColin Walters1-1/+2
2010-09-01scanner: Add --accept-unprefixedColin Walters1-2/+6
2010-08-31scanner: Better handling of empty namespace prefix for XColin Walters1-2/+14
2010-08-31Major rewriteColin Walters1-89/+80
2010-08-17[scanner] Also parse C++ filesGustavo Noronha Silva1-2/+6
2010-07-07In verbose mode, print out the dump compilationColin Walters1-0/+5
2010-06-17Support introspectable=no attribute, add warnings frameworkColin Walters1-0/+13
2010-06-17Revert "Support introspectable=no attribute, add warnings framework"Johan Dahlin1-13/+0
2010-06-16Support introspectable=no attribute, add warnings frameworkColin Walters1-0/+13
2010-02-11[scanner] Print error instead of throwing for unknown includeColin Walters1-1/+5
2010-01-05Add an --add-init-section argumentDamien Lespiau1-0/+3
2009-12-31Fix typo in the help string of the --no-libtool argumentDamien Lespiau1-1/+1
2009-08-24Bug 574351 - Add --pkg-export optionGOBJECT_INTROSPECTION_0_6_4Colin Walters1-1/+8
2009-08-24LD_LIBRARY_PATH exorcismColin Walters1-14/+0
2009-08-17Resolve library names to shared libraries ourselvesOwen W. Taylor1-1/+4
2009-03-17Bug 564016 - Add c:prefix to .girColin Walters1-1/+2
2009-03-16Bug 574501 - Install giscanner Python module to private directoryColin Walters1-0/+342