summaryrefslogtreecommitdiff
path: root/giscanner
AgeCommit message (Expand)AuthorFilesLines
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-08scanner: Kill glibastColin Walters9-416/+355
2010-09-08scanner: Don't mark as constructors things that are more obviously methodsColin Walters1-3/+10
2010-09-08scanner: Fix object hierarchy traversal in constructor scanningColin Walters1-2/+2
2010-09-08scanner: Don't attempt to pair methods/constructors with foreign namespacesColin Walters1-0/+4
2010-09-07Handle casing better for constantsOwen W. Taylor3-14/+12
2010-09-07scanner: Automatically skip callables which contain a skipped nodeColin Walters1-0/+19
2010-09-07Go back to previously handling of static methods on non-GObjectsOwen W. Taylor2-2/+10
2010-09-07scanner: Fall back to searching all includes when uncertainColin Walters1-1/+14
2010-09-07Revert "[scanner] Revert static method pairing"Johan Dahlin1-6/+3
2010-09-07[scanner] Make fatal warnings exitJohan Dahlin1-4/+6
2010-09-07[scanner] Fundamental problems are not fatalJohan Dahlin1-1/+2
2010-09-07scanner: Add various static debug hooks in GI_SCANNER_DEBUGColin Walters3-2/+28
2010-09-07[scanner] Make it compatible with Python 2.5 againJohan Dahlin1-0/+3
2010-09-06Revert "Fix non-source-dir build failure"Johan Dahlin1-9/+0
2010-09-06[scanner] Revert static method pairingJohan Dahlin1-3/+6
2010-09-06[scanner] Clarify exception messageJohan Dahlin1-1/+1
2010-09-06Fix non-source-dir build failureTheppitak Karoonboonyanan1-0/+9
2010-09-06[scanner] Remove a bunch of unused functionsJohan Dahlin1-19/+0
2010-09-03scanner: Add backwards compatibility with some annotation typesColin Walters1-0/+6
2010-09-03scanner: Don't clear out ctype on annotation strings if we fail to resolveColin Walters1-2/+3
2010-09-03scanner: Fix previous rename-to handling commitColin Walters1-4/+6
2010-09-03scanner: Fix rename-to handlingColin Walters1-2/+2
2010-09-03scanner: Fix misuse of message.warn_symbolColin Walters1-1/+1
2010-09-03scanner: Readd --warn-error to tests, fix test caseColin Walters1-1/+2
2010-09-03scanner: Actually exit with code 1 on fatal warnings againColin Walters1-1/+1
2010-09-03Fix typo (reported by philn-tp)Tomeu Vizoso1-1/+1
2010-09-02[scanner] Move a function from transformer to astJohan Dahlin3-17/+18
2010-09-02[test] Add warning tests for enumsJohan Dahlin1-3/+3
2010-09-02[scannermain] Use mkstempJohan Dahlin1-8/+10
2010-09-02[giscanner] Make pyflakes happyJohan Dahlin1-2/+3
2010-09-02[tests] Add callback scope testsJohan Dahlin1-2/+2
2010-09-02[scanner] Improve an error message, include linenoJohan Dahlin1-1/+1
2010-09-02[message] exit after calling message.fatal()Johan Dahlin1-1/+1
2010-09-02scanner: Associate constructors with correct classColin Walters1-1/+3
2010-09-02scanner: Add --include-uninstalledColin Walters2-4/+23
2010-09-02[scannermain] Create a new option parserJohan Dahlin1-2/+3
2010-09-02[message] Add an output parameterJohan Dahlin1-7/+10
2010-09-02[scanner] Remove old logging functionsJohan Dahlin2-89/+4
2010-09-02[scanner] Move over remaining callsites to messageJohan Dahlin5-43/+55
2010-09-02[scanner] Simplify strip_identifer/strip_symbolJohan Dahlin3-51/+93
2010-09-02[scanner] add a message moduleJohan Dahlin3-2/+159
2010-09-02scanner: Don't throw an exception on unresolved typesColin Walters1-4/+1
2010-09-02[scanner] Allow nameless parameters for vfuncsJohan Dahlin1-0/+1
2010-09-02[scanner] Move namespace out of TransformerJohan Dahlin2-11/+8
2010-09-02[transformer] Don't pass around source scannerJohan Dahlin3-9/+3
2010-09-02[annotationparser] Send in comments directlyJohan Dahlin2-6/+5
2010-09-02[scanner] Create the cachestore in the transformerJohan Dahlin2-6/+4
2010-09-01[scanner] Remove support for xpath assertionsJohan Dahlin3-105/+0