summaryrefslogtreecommitdiff
path: root/giscanner/maintransformer.py
Commit message (Expand)AuthorAgeFilesLines
...
* giscanner: add (nullable) and (optional) annotationsRyan Lortie2014-05-061-1/+7
* giscanner: change some internal field logicRyan Lortie2014-05-061-2/+5
* giscanner: tweak GCancellable null special caseRyan Lortie2014-05-061-2/+3
* maintransformer: split up a complex conditionalRyan Lortie2014-05-061-3/+5
* giscanner: Use range instead of xrange for Python 3 compatibilitySimon Feltman2014-05-011-1/+1
* giscanner: Use modern exception handling for Python 3 compatibilitySimon Feltman2014-05-011-1/+1
* maintransformer: don't pair methods if the symbol prefix does not match with ...Giovanni Campagna2014-02-261-7/+27
* scanner: support virtual functions with a typedef-ed callbackGiovanni Campagna2014-02-201-3/+11
* scanner: Don't barf on anonymous unionsColin Walters2013-10-301-0/+1
* giscanner: Include field documentationStef Walter2013-10-281-1/+1
* giscanner: Correctly consume field annotations on structsStef Walter2013-10-281-8/+26
* giscanner: write virtual method instance parameter docs to .gir fileDieter Verfaillie2013-10-081-0/+6
* giscanner: make Annotated.attributes an OrderedDictDieter Verfaillie2013-10-081-2/+2
* giscanner: use proper terminologyDieter Verfaillie2013-10-081-49/+50
* giscanner: honor line and paragraph breaks in description fieldsDieter Verfaillie2013-10-081-5/+6
* giscanner: fix description field storage in .gir filesDieter Verfaillie2013-10-081-2/+6
* giscanner: refactor annotation validationDieter Verfaillie2013-10-081-10/+7
* giscanner: deprecate GObject-Introspection GTK-Doc tagsDieter Verfaillie2013-10-081-37/+32
* giscanner: flesh out annotation parsing and storageDieter Verfaillie2013-10-081-59/+58
* giscanner: extract tag valuesDieter Verfaillie2013-10-081-18/+8
* giscanner: complete vararg parameter parsingDieter Verfaillie2013-10-081-3/+0
* giscanner: rename "comment" to "description"Dieter Verfaillie2013-10-081-5/+5
* giscanner: rename "colon" to "delimiter"Dieter Verfaillie2013-10-081-3/+3
* giscanner: rename "options" to "annotations"Dieter Verfaillie2013-10-081-56/+54
* giscanner: fix parameter name checkDieter Verfaillie2013-10-081-1/+1
* giscanner: tiny MainTransformer cleanupDieter Verfaillie2013-10-081-6/+3
* giscanner: remove dead codeDieter Verfaillie2013-10-081-14/+0
* tests: Update misc/pep8.py to 1.4.6Dieter Verfaillie2013-10-081-24/+22
* scanner: Only warn about signal parameters if there are someColin Walters2013-05-071-1/+3
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-30/+31
* giscanner: emit 'incorrect number of parameters in comment block' warningDieter Verfaillie2013-05-071-12/+18
* annotationparser: Remove get_tag/get_paramJasper St. Pierre2013-05-071-17/+17
* giscanner: simplify the MainTransformer().transform() methodDieter Verfaillie2013-05-071-6/+4
* giscanner: make _pass_read_annotations2() more readableDieter Verfaillie2013-05-071-26/+22
* giscanner: make _pass_fixup_hidden_fields() more readableDieter Verfaillie2013-04-091-8/+5
* giscanner: remove unused variables and importsDieter Verfaillie2013-04-091-3/+1
* ast: Rename Class.parent to parent_typeJasper St. Pierre2013-02-151-6/+6
* transformer: Ensure that types aren't resolved if we can't find themJasper St. Pierre2013-02-071-1/+1
* giscanner: Apply standard annotations to constant valuesJasper St. Pierre2013-02-011-3/+6
* giscanner: fix DocBlock().commentDieter Verfaillie2012-11-281-2/+2
* giscanner: remove unused variablesDieter Verfaillie2012-11-281-5/+4
* giscanner: use dict.items()...Dieter Verfaillie2012-11-281-1/+1
* giscanner: improve wording of inline documentationDieter Verfaillie2012-11-281-1/+1
* Add documentation for enumeration membersGiovanni Campagna2012-10-281-0/+11
* scanner: methods cannot have an out-arg as their first argTorsten Schönfeld2012-08-211-0/+6
* Revert "Implement "rename to" annotation for records"Colin Walters2012-08-131-15/+5
* Implement "rename to" annotation for recordsJon Nordby2012-07-271-5/+15
* scanner: support stability tagEvan Nemerson2012-07-101-1/+11
* Maintransfomer: fix again paring error domains with unregistered enumsGiovanni Campagna2012-07-021-13/+3
* Revert scanner fix in 64f3832Jasper St. Pierre2012-06-271-1/+1