summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
...
* Include proper filename and lineno in doc warningJohan Dahlin2010-09-191-1/+3
* [annotationparser] Preserve line numbersJohan Dahlin2010-09-192-18/+36
* Save the line number of a source commentJohan Dahlin2010-09-195-11/+40
* [maintransformer] Do not warn for returns and varargsJohan Dahlin2010-09-181-1/+1
* Set c_symbol_prefix in the GVariant special caseTomeu Vizoso2010-09-171-0/+1
* Make Full the default transfer for returned foreign structs.Tomeu Vizoso2010-09-171-4/+16
* [maintransformer] Do not warn for vararg docsJohan Dahlin2010-09-161-0/+3
* Add a warning for unresolved typesJohan Dahlin2010-09-151-6/+15
* scanner: Add temporary workaround for GStreamerColin Walters2010-09-153-0/+8
* Add a parameter mismatch warningJohan Dahlin2010-09-143-1/+28
* scanner: Add c_type for callbacksColin Walters2010-09-142-2/+3
* scanner: Parse annotations for typedefsColin Walters2010-09-143-1/+10
* scanner: Handle G_TYPE_HASH_TABLEColin Walters2010-09-142-6/+12
* scanner: Consistently use ctype for documentation blocksColin Walters2010-09-131-11/+22
* scanner: Add GType for GVariantColin Walters2010-09-131-5/+10
* scanner: Bomb out more obviously if a namespace contains class name = namespaceColin Walters2010-09-131-0/+6
* scanner: Readd support for --strip-prefixColin Walters2010-09-101-2/+3
* scanner: Allow gstreamer's GParamSpecMiniObject throughColin Walters2010-09-101-0/+13
* scanner: Skip functions with leading '_'Colin Walters2010-09-091-0/+3
* scanner: Mark '_'-prefixed fields as introspectable=0Colin Walters2010-09-091-0/+16
* Foreign structs can have constructorsTomeu Vizoso2010-09-091-2/+2
* Use Node.ctype instead of Node.c_name when looking up comment blocksTomeu Vizoso2010-09-091-1/+4
* scanner: Unify parsing of compoundsColin Walters2010-09-091-38/+23
* scanner: Fix style for previous commitColin Walters2010-09-091-3/+4
* Print helpful error message if --strip-prefix option is used.Saikiran Madugula2010-09-091-0/+7
* scanner: Kill glibastColin Walters2010-09-089-416/+355
* scanner: Don't mark as constructors things that are more obviously methodsColin Walters2010-09-081-3/+10
* scanner: Fix object hierarchy traversal in constructor scanningColin Walters2010-09-081-2/+2
* scanner: Don't attempt to pair methods/constructors with foreign namespacesColin Walters2010-09-081-0/+4
* Handle casing better for constantsOwen W. Taylor2010-09-073-14/+12
* scanner: Automatically skip callables which contain a skipped nodeColin Walters2010-09-071-0/+19
* Go back to previously handling of static methods on non-GObjectsOwen W. Taylor2010-09-072-2/+10
* scanner: Fall back to searching all includes when uncertainColin Walters2010-09-071-1/+14
* Revert "[scanner] Revert static method pairing"Johan Dahlin2010-09-071-6/+3
* [scanner] Make fatal warnings exitJohan Dahlin2010-09-071-4/+6
* [scanner] Fundamental problems are not fatalJohan Dahlin2010-09-071-1/+2
* scanner: Add various static debug hooks in GI_SCANNER_DEBUGColin Walters2010-09-073-2/+28
* [scanner] Make it compatible with Python 2.5 againJohan Dahlin2010-09-071-0/+3
* Revert "Fix non-source-dir build failure"Johan Dahlin2010-09-061-9/+0
* [scanner] Revert static method pairingJohan Dahlin2010-09-061-3/+6
* [scanner] Clarify exception messageJohan Dahlin2010-09-061-1/+1
* Fix non-source-dir build failureTheppitak Karoonboonyanan2010-09-061-0/+9
* [scanner] Remove a bunch of unused functionsJohan Dahlin2010-09-061-19/+0
* scanner: Add backwards compatibility with some annotation typesColin Walters2010-09-031-0/+6
* scanner: Don't clear out ctype on annotation strings if we fail to resolveColin Walters2010-09-031-2/+3
* scanner: Fix previous rename-to handling commitColin Walters2010-09-031-4/+6
* scanner: Fix rename-to handlingColin Walters2010-09-031-2/+2
* scanner: Fix misuse of message.warn_symbolColin Walters2010-09-031-1/+1
* scanner: Readd --warn-error to tests, fix test caseColin Walters2010-09-031-1/+2
* scanner: Actually exit with code 1 on fatal warnings againColin Walters2010-09-031-1/+1