summaryrefslogtreecommitdiff
path: root/giscanner/transformer.py
AgeCommit message (Expand)AuthorFilesLines
2010-09-15scanner: Add temporary workaround for GStreamerColin Walters1-0/+4
2010-09-14scanner: Add c_type for callbacksColin Walters1-1/+2
2010-09-14scanner: Handle G_TYPE_HASH_TABLEColin Walters1-5/+6
2010-09-09scanner: Skip functions with leading '_'Colin Walters1-0/+3
2010-09-08scanner: Kill glibastColin Walters1-9/+7
2010-09-07Handle casing better for constantsOwen W. Taylor1-14/+5
2010-09-07scanner: Fall back to searching all includes when uncertainColin Walters1-1/+14
2010-09-03scanner: Don't clear out ctype on annotation strings if we fail to resolveColin Walters1-2/+3
2010-09-02[scanner] Move a function from transformer to astJohan Dahlin1-10/+0
2010-09-02[test] Add warning tests for enumsJohan Dahlin1-3/+3
2010-09-02[scanner] Improve an error message, include linenoJohan Dahlin1-1/+1
2010-09-02scanner: Add --include-uninstalledColin Walters1-3/+16
2010-09-02[scanner] Remove old logging functionsJohan Dahlin1-86/+0
2010-09-02[scanner] Move over remaining callsites to messageJohan Dahlin1-2/+2
2010-09-02[scanner] Simplify strip_identifer/strip_symbolJohan Dahlin1-34/+56
2010-09-02scanner: Don't throw an exception on unresolved typesColin Walters1-4/+1
2010-09-02[scanner] Move namespace out of TransformerJohan Dahlin1-6/+2
2010-09-02[transformer] Don't pass around source scannerJohan Dahlin1-6/+2
2010-09-02[scanner] Create the cachestore in the transformerJohan Dahlin1-2/+3
2010-09-01scanner: Also look for enums and bitfields with GType namesColin Walters1-1/+3
2010-09-01scanner: Better handling of GType namesColin Walters1-3/+28
2010-09-01scanner: Cosmetic cleanup to namespace parsing functionsColin Walters1-5/+9
2010-09-01scanner: Refactor name parsingColin Walters1-25/+33
2010-09-01scanner: Add --accept-unprefixedColin Walters1-1/+7
2010-08-31scanner: Filter interface prerequisites and class implements for unknown typesColin Walters1-8/+10
2010-08-31scanner: Better handling of empty namespace prefix for XColin Walters1-18/+27
2010-08-31Major rewriteColin Walters1-350/+399
2010-08-31Use GLib types consistentlyColin Walters1-7/+8
2010-07-28[giscanner] Make warnings less denseJohan Dahlin1-4/+8
2010-06-17Support introspectable=no attribute, add warnings frameworkColin Walters1-1/+72
2010-06-17Revert "Support introspectable=no attribute, add warnings framework"Johan Dahlin1-72/+1
2010-06-16Support introspectable=no attribute, add warnings frameworkColin Walters1-1/+72
2010-05-04Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso1-1/+1
2010-04-14If needed, convert from camelcase to underscores when stripping the prefix of...Tomeu Vizoso1-1/+1
2010-02-12Fix glib:error-quark scanning for unregistered enum typesOwen W. Taylor1-0/+5
2010-02-11Conform last patch with pep8Colin Walters1-1/+2
2010-02-11[scanner] Print error instead of throwing for unknown includeColin Walters1-2/+3
2010-01-14scanner: Always explicitely set the scope of callbacksJohan Bilien1-0/+4
2009-12-09[scanner] Fix various hardcoded type name checksDan Winship1-3/+2
2009-12-08[transformer] Look up callback types in the full name set, not just typedefsColin Walters1-2/+4
2009-11-23Fix enum prefix stripping to work only up to word boundariesDan Winship1-9/+7
2009-10-22When doing type resolution on a string, treat it as its own ctypeColin Walters1-1/+1
2009-08-17Bug 592055 - Build/test fixesColin Walters1-1/+2
2009-08-16Protect against source_filename being None when analyzing constantsColin Walters1-1/+1
2009-06-11Make g-ir-compiler find files installed by make installHolger Hans Peter Freyther1-2/+3
2009-06-09Bug 584453 - Handle char ** correctly (and const variation)Colin Walters1-3/+3
2009-03-17Bug 564016 - Add c:prefix to .girColin Walters1-0/+3
2009-03-17Bug 575613 - Enum stripping with common prefix, also use "_" consistentlyColin Walters1-3/+38
2009-03-09Bug 574139 – There is no way to identify 'user_data' arguments in the callb...Andreas Rottmann1-2/+9
2009-02-26Bug 573306 – Relax callback grouping detection rulesAndreas Rottmann1-4/+4