summaryrefslogtreecommitdiff
path: root/giscanner/transformer.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 556433 – assume direction = out for int * parametersJohan Bilien2008-10-151-1/+11
* Bug 556323 – transfer-ownership is wrong for functions returning constJohan Bilien2008-10-141-2/+2
* prefix for constants have an underscore, so remove them as if they wereJohan Bilien2008-10-121-1/+1
* Bug 552858: versioningColin Walters2008-10-121-29/+30
* Bug 555947 - update annotations syntaxColin Walters2008-10-111-34/+65
* ignore non-UTF-8 string constantsJohan Bilien2008-10-111-2/+16
* Bug 552374: Const strings should be identified in the gir.Jürg Billeter2008-10-111-2/+13
* Bug 555712: Struct and union issuesAndreas Rottmann2008-10-111-1/+3
* Bug 554854: The --typelib-xml and --inject options should reuse giscannerLucas Rocha2008-10-111-2/+2
* Parse length= annotation as a parameter name, not a raw int.Colin Walters2008-10-061-2/+24
* Avoid resolving types as we create them, do it all at once at the endColin Walters2008-10-031-11/+18
* Merge branch 'bug552393-varargs'Colin Walters2008-10-021-5/+8
* Rework to use recursive XMLColin Walters2008-09-291-1/+1
* Also use name as ctype name for resolving array componentsColin Walters2008-09-291-2/+2
* Make length= workColin Walters2008-09-291-0/+3
* Write out list and map types, parse 'array' annotationColin Walters2008-09-291-13/+24
* Some work on arraysColin Walters2008-09-291-24/+33
* Remove debug printColin Walters2008-09-151-1/+0
* Fix up deprecated parsing - this commit went missingColin Walters2008-09-151-10/+14
* Fix up previous deprecated commit for review commentsColin Walters2008-09-151-4/+6
* Bug 552065: Add deprecation information to GIRColin Walters2008-09-151-1/+10
* Parse c:type for boxed records/unions; try resolving types using the GType na...Colin Walters2008-09-131-0/+3