summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 556610 – giscanner/girparser.py drops parameter optionsJohan Bilien2008-10-172-6/+25
* 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-162-11/+32
* Bug 556543 – reduce compiler warningsTommi Komulainen2008-10-165-3/+7
* Merge branch 'bug556331-includecleanup'Colin Walters2008-10-164-23/+40
* Bug 556433 – assume direction = out for int * parametersJohan Bilien2008-10-152-1/+15
* Bug 556323 – transfer-ownership is wrong for functions returning constJohan Bilien2008-10-141-2/+2
* Support fields in GObject structsJürg Billeter2008-10-131-0/+6
* add signed integer and off_t to type_namesJürg Billeter2008-10-131-0/+6
* Parse bits attribute of fieldsJürg Billeter2008-10-121-1/+2
* actually add the parsed constant nodesJohan Bilien2008-10-121-1/+1
* parse constant nodes in gir filesJohan Bilien2008-10-121-2/+11
* prefix for constants have an underscore, so remove them as if they wereJohan Bilien2008-10-121-1/+1
* Fix parsing transfer-ownership attribute of <return-value>Jürg Billeter2008-10-121-4/+1
* Readd class records as workaround to not break Gtk typelibJürg Billeter2008-10-121-0/+6
* Don't generate <record> elements for class structs. Update test casesJürg Billeter2008-10-121-6/+0
* Bug 552858: versioningColin Walters2008-10-125-36/+39
* Don't lose if we have mismatched parens.Colin Walters2008-10-121-1/+5
* fix typo on 'members' variable.Lucas Rocha2008-10-121-1/+1
* Bug 555947 - update annotations syntaxColin Walters2008-10-114-49/+82
* ignore non-UTF-8 string constantsJohan Bilien2008-10-116-8/+260
* Bug 552374: Const strings should be identified in the gir.Jürg Billeter2008-10-111-2/+13
* Also parse enums which are not glib types.Johan Dahlin2008-10-111-8/+20
* Bug 552370: add one more test for unsigned as a type, not as a typeLucas Rocha2008-10-111-0/+1
* Bug 555712: Struct and union issuesAndreas Rottmann2008-10-114-3/+18
* Bug 552370: unsigned not scanned properlyJürg Billeter2008-10-111-1/+9