summaryrefslogtreecommitdiff
path: root/giscanner/transformer.py
Commit message (Expand)AuthorAgeFilesLines
* more bitswip/structure-parsingColin Walters2010-09-081-46/+44
* scanner: Add notion of "private" structures, fix parsingColin Walters2010-09-081-31/+45
* scanner: Kill glibastColin Walters2010-09-081-9/+7
* Handle casing better for constantsOwen W. Taylor2010-09-071-14/+5
* scanner: Fall back to searching all includes when uncertainColin Walters2010-09-071-1/+14
* scanner: Don't clear out ctype on annotation strings if we fail to resolveColin Walters2010-09-031-2/+3
* [scanner] Move a function from transformer to astJohan Dahlin2010-09-021-10/+0
* [test] Add warning tests for enumsJohan Dahlin2010-09-021-3/+3
* [scanner] Improve an error message, include linenoJohan Dahlin2010-09-021-1/+1
* scanner: Add --include-uninstalledColin Walters2010-09-021-3/+16
* [scanner] Remove old logging functionsJohan Dahlin2010-09-021-86/+0
* [scanner] Move over remaining callsites to messageJohan Dahlin2010-09-021-2/+2
* [scanner] Simplify strip_identifer/strip_symbolJohan Dahlin2010-09-021-34/+56
* scanner: Don't throw an exception on unresolved typesColin Walters2010-09-021-4/+1
* [scanner] Move namespace out of TransformerJohan Dahlin2010-09-021-6/+2
* [transformer] Don't pass around source scannerJohan Dahlin2010-09-021-6/+2
* [scanner] Create the cachestore in the transformerJohan Dahlin2010-09-021-2/+3
* scanner: Also look for enums and bitfields with GType namesColin Walters2010-09-011-1/+3
* scanner: Better handling of GType namesColin Walters2010-09-011-3/+28
* scanner: Cosmetic cleanup to namespace parsing functionsColin Walters2010-09-011-5/+9
* scanner: Refactor name parsingColin Walters2010-09-011-25/+33
* scanner: Add --accept-unprefixedColin Walters2010-09-011-1/+7
* scanner: Filter interface prerequisites and class implements for unknown typesColin Walters2010-08-311-8/+10
* scanner: Better handling of empty namespace prefix for XColin Walters2010-08-311-18/+27
* Major rewriteColin Walters2010-08-311-350/+399
* Use GLib types consistentlyColin Walters2010-08-311-7/+8
* [giscanner] Make warnings less denseJohan Dahlin2010-07-281-4/+8
* Support introspectable=no attribute, add warnings frameworkColin Walters2010-06-171-1/+72
* Revert "Support introspectable=no attribute, add warnings framework"Johan Dahlin2010-06-171-72/+1
* Support introspectable=no attribute, add warnings frameworkColin Walters2010-06-161-1/+72
* Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2010-05-041-1/+1
* If needed, convert from camelcase to underscores when stripping the prefix of...Tomeu Vizoso2010-04-141-1/+1
* Fix glib:error-quark scanning for unregistered enum typesOwen W. Taylor2010-02-121-0/+5
* Conform last patch with pep8Colin Walters2010-02-111-1/+2
* [scanner] Print error instead of throwing for unknown includeColin Walters2010-02-111-2/+3
* scanner: Always explicitely set the scope of callbacksJohan Bilien2010-01-141-0/+4
* [scanner] Fix various hardcoded type name checksDan Winship2009-12-091-3/+2
* [transformer] Look up callback types in the full name set, not just typedefsColin Walters2009-12-081-2/+4
* Fix enum prefix stripping to work only up to word boundariesDan Winship2009-11-231-9/+7
* When doing type resolution on a string, treat it as its own ctypeColin Walters2009-10-221-1/+1
* Bug 592055 - Build/test fixesColin Walters2009-08-171-1/+2
* Protect against source_filename being None when analyzing constantsColin Walters2009-08-161-1/+1
* Make g-ir-compiler find files installed by make installHolger Hans Peter Freyther2009-06-111-2/+3
* Bug 584453 - Handle char ** correctly (and const variation)Colin Walters2009-06-091-3/+3
* Bug 564016 - Add c:prefix to .girColin Walters2009-03-171-0/+3
* Bug 575613 - Enum stripping with common prefix, also use "_" consistentlyColin Walters2009-03-171-3/+38
* Bug 574139 – There is no way to identify 'user_data' arguments in the callb...Andreas Rottmann2009-03-091-2/+9
* Bug 573306 – Relax callback grouping detection rulesAndreas Rottmann2009-02-261-4/+4
* Bug 555964 - Parse floating-point #definesColin Walters2009-02-251-3/+9
* Bug 572790 - Don't register #defines from .c files as constantsColin Walters2009-02-241-0/+4