summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* map 'id' (ObjC) to 'any' typeTommi Komulainen2008-10-301-0/+3
* Write a C version of the xml namespace formatter. Saves 15% of the time itJohan Dahlin2008-10-302-4/+104
* Abstract attribute formatting to a function external to the XMLWriterJohan Dahlin2008-10-301-41/+49
* Parse __signed__ as signedJohan Dahlin2008-10-301-0/+1
* Parse and discard __typeof and __attribute.Johan Dahlin2008-10-301-4/+5
* Remove arguments from the constructor, move them to separate accessors.Johan Dahlin2008-10-304-22/+120
* 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-302-24/+46
* Avoid big if/else and use a dispatch table like approach.Johan Dahlin2008-10-301-51/+72
* Clean up include parsing and registration.Johan Dahlin2008-10-301-19/+22
* Clean up importsJohan Dahlin2008-10-301-10/+10
* Bug 558383 – builddir != srcdir build fails if giscanner python moduleJohan Dahlin2008-10-302-5/+18
* If a filename of an existing file is passed to --library, hunt for itOwen Taylor2008-10-291-1/+3
* Clean up the libtool importer a bit. Add a context so we can use itJohan Dahlin2008-10-292-15/+16
* Bug 557788 – Return types for constructors in generated typelib bogusColin Walters2008-10-251-3/+2
* Bug 557786 - support fixed size arraysColin Walters2008-10-256-15/+29
* Be less verbose about source types, we handle most of them now anywayJohan Dahlin2008-10-241-2/+0
* Check against division by zero for the modula operator. This fixes headerJohan Dahlin2008-10-241-1/+3
* Bug 556739 – transfer-ownership attribute should be mandatory in .girTommi Komulainen2008-10-232-6/+11
* deduce transfer-ownership from GTypesTommi Komulainen2008-10-231-0/+14
* rearrangeTommi Komulainen2008-10-231-4/+3
* Check whether the parameter is a GObject from the GTypeTommi Komulainen2008-10-231-3/+14
* record GType when constructing the Type from itTommi Komulainen2008-10-231-1/+4
* build fundamental types same way as glibTommi Komulainen2008-10-231-10/+29
* make varargs transfer-ownership="none"Tommi Komulainen2008-10-231-0/+2
* Always write out transfer-ownership attributeColin Walters2008-10-233-48/+102
* Bug 557092 – Callback annotations not usedTommi Komulainen2008-10-221-2/+5
* Don't require trailing whitespace after uncommented parametersColin Walters2008-10-211-3/+8
* 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
* Add missing whitespace to make pep8 happyJohan Dahlin2008-10-213-1/+6
* Bug 557241 – "throws" flag for functionsJohan Bilien2008-10-214-2/+23
* Warn if we see annotations for unknown parametersTommi Komulainen2008-10-211-0/+10
* Remove leftover raise SystemExit.Johan Dahlin2008-10-211-1/+0
* Bug 556358 - don't use libtool internalsJohan Dahlin2008-10-214-7/+60
* Bug 556777 - validate propertiesColin Walters2008-10-201-38/+18
* Add allow_invalid argument to resolver so we can find bad typesColin Walters2008-10-201-7/+12
* Fix __repr__ for PropertyColin Walters2008-10-201-2/+2
* We are handling those return types, sillyColin Walters2008-10-201-1/+1
* Also register g variants of default_array_types.Colin Walters2008-10-202-1/+8
* Bug 557011 - Add g_object_info_get_abstractColin Walters2008-10-206-10/+31
* giscanner: don't lose 'transfer-ownership' attributes when injectingTommi Komulainen2008-10-201-1/+1
* Parse and ignore __asm.Johan Dahlin2008-10-191-0/+1
* Parse array length= to ensure it doesn't get lost from --injectColin Walters2008-10-191-2/+6
* Bug 556795 - Fix char ** regressionColin Walters2008-10-181-1/+12
* Bug 556783 - namespace/prefix reworkColin Walters2008-10-182-33/+23
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-175-3/+27
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-1/+3
* Also assume direction=out for size_t*, ssize_t* argumentsJohan Bilien2008-10-171-1/+1