Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/giscanner/transformer.py
Commit message (Expand)AuthorAgeFilesLines
* 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-241-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
* Always write out transfer-ownership attributeColin Walters2008-10-231-31/+82
* Bug 557092 – Callback annotations not usedTommi Komulainen2008-10-221-2/+5
* Submit after session in PEP8 interrogation roomColin Walters2008-10-211-1/+2
* For string parameters allow transfer annotation to override the standardOwen Taylor2008-10-211-1/+1
* Warn if we see annotations for unknown parametersTommi Komulainen2008-10-211-0/+10
* Add allow_invalid argument to resolver so we can find bad typesColin Walters2008-10-201-7/+12
* We are handling those return types, sillyColin Walters2008-10-201-1/+1
* Bug 556795 - Fix char ** regressionColin Walters2008-10-181-1/+12
* Bug 556783 - namespace/prefix reworkColin Walters2008-10-181-24/+14
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-1/+4
* Bug 556579 - Don't try to resolve names for structs/unionsColin Walters2008-10-161-2/+0
* Remove unused varColin Walters2008-10-161-2/+0
* Default GObject transfer to fullColin Walters2008-10-161-9/+13
* Merge branch 'bug556331-includecleanup'Colin Walters2008-10-161-20/+9