summaryrefslogtreecommitdiff
path: root/giscanner/transformer.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bug 561604 - Don't fail on va_list*Colin Walters2009-02-231-1/+1
* Bug 567906 - Put pkg-config dependencies in .gir filesColin Walters2009-02-111-6/+13
* Bug 555960 - Nested structs and unions (generation portion)Colin Walters2009-02-041-6/+16
* Bug 569408, Bug 568680 - Scanner misses fields (at least in GObject.Object)Colin Walters2009-02-021-25/+13
* Bug 567813 – Everything should be versionedJohan Dahlin2009-01-151-1/+1
* Bug 563591 – Flags not recognized when there is no introspection dataJohan Dahlin2009-01-121-4/+8
* Bug 566560 – giscanner.transformer.SkipErrorJohan Dahlin2009-01-121-5/+5
* Bug 563794 - Redo annotation parsing & applyingJohan Dahlin2009-01-121-318/+72
* Bug 556489 – callback annotationsAndreas Rottmann2009-01-031-1/+55
* Fix inconsistencies with PEP8Jürg Billeter2009-01-031-2/+0
* Disable array auto-detection for out-annotated parametersOwen Taylor2008-12-161-1/+2
* Bug 563742 – introspection should record the introduced version ofTristan Van Berkom2008-12-091-1/+22
* Bug 561617 – Return value array annotationsJohan Dahlin2008-11-211-2/+7
* Bug 552568 - All the argv parameters in Gtk.gir map char*** to int8Colin Walters2008-11-171-11/+36
* Bug 560241 - Out-arguments should not be marked as being pointers in all casesColin Walters2008-11-161-8/+20
* Bug 560708 – Fix zero-termination defaults for arrays with length=Colin Walters2008-11-131-0/+3
* Bug 558436 - avoid having scanner load app codeColin Walters2008-11-131-9/+10
* Bug 560308 – g-ir-compiler goes in infinite loop on Gdk-2.0.girTommi Komulainen2008-11-111-5/+8
* Bug 560248 – "disguised structures"Owen Taylor2008-11-101-2/+5
* Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin2008-11-041-11/+11
* Remove arguments from the constructor, move them to separate accessors.Johan Dahlin2008-10-301-4/+14
* Don't reparse includes we've already processedColin Walters2008-10-301-0/+2
* Look in XDG_DATA_DIR/gir, really.Johan Dahlin2008-10-301-1/+1
* Avoid parsing parameters, types etc when parsing includes. Should speed upJohan Dahlin2008-10-301-1/+1
* Clean up include parsing and registration.Johan Dahlin2008-10-301-19/+22
* Clean up importsJohan Dahlin2008-10-301-10/+10
* Bug 557786 - support fixed size arraysColin Walters2008-10-251-6/+16
* Be less verbose about source types, we handle most of them now anywayJohan Dahlin2008-10-241-2/+0
* Bug 556739 – transfer-ownership attribute should be mandatory in .girTommi Komulainen2008-10-231-0/+4
* make varargs transfer-ownership="none"Tommi Komulainen2008-10-231-0/+2