summaryrefslogtreecommitdiff
path: root/giscanner/girparser.py
Commit message (Expand)AuthorAgeFilesLines
* Make sure signal works when there isn't one specifiedgir-docbookJohan Dahlin2011-08-131-1/+1
* Add signal flagsJohan Dahlin2011-08-131-1/+8
* scanner: Don't throw away blank lines in the docsColin Walters2011-08-131-1/+2
* Switch to storing string form of error quarksDan Winship2011-08-131-2/+2
* scanner: Fix handling of property transferColin Walters2011-01-051-2/+4
* scanner: Properly parse recursive list type nodesColin Walters2011-01-051-5/+10
* [girparser] Callbacks and VFunctions can be shadowedJohan Dahlin2010-09-241-2/+3
* Add a script to extract gio annotationsJohan Dahlin2010-09-241-0/+3
* [scanner] Support private/public directivesJohan Dahlin2010-09-201-0/+1
* [scanner] Only store types in cache storeJohan Dahlin2010-09-201-16/+28
* Remove leftover, type is set aboveJohan Dahlin2010-09-201-1/+0
* scanner: Parse annotations for typedefsColin Walters2010-09-141-0/+1
* scanner: Unify parsing of compoundsColin Walters2010-09-091-38/+23
* scanner: Kill glibastColin Walters2010-09-081-57/+39
* Major rewriteColin Walters2010-08-311-164/+323
* Move alias target to <type>Colin Walters2010-08-311-1/+2
* Fix trailing whitespaceColin Walters2010-06-191-1/+1
* Better error message for incompatible versionsColin Walters2010-06-171-2/+18
* More explicitly document how we'll use the version= attribute on repositoryColin Walters2010-06-171-0/+7
* Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2010-05-041-2/+14
* Don't assume _pkgconfig_packages is set.Johan Dahlin2009-02-261-0/+4
* Bug 567906 - Put pkg-config dependencies in .gir filesColin Walters2009-02-111-0/+10
* Bug 563794 - Redo annotation parsing & applyingJohan Dahlin2009-01-121-3/+8
* Fix inconsistencies with PEP8Jürg Billeter2009-01-031-2/+0
* Parse interface prerequisitesColin Walters2008-11-171-0/+2
* Bug 560248 – "disguised structures"Owen Taylor2008-11-101-1/+3
* Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin2008-11-041-11/+11
* Bug 558848 giparser.py: shared library should be optionalOwen Taylor2008-11-011-2/+3
* Remove arguments from the constructor, move them to separate accessors.Johan Dahlin2008-10-301-18/+18
* Avoid parsing parameters, types etc when parsing includes. Should speed upJohan Dahlin2008-10-301-23/+45
* Avoid big if/else and use a dispatch table like approach.Johan Dahlin2008-10-301-51/+72
* Bug 557241 – "throws" flag for functionsJohan Bilien2008-10-211-1/+2
* Bug 557011 - Add g_object_info_get_abstractColin Walters2008-10-201-5/+10
* giscanner: don't lose 'transfer-ownership' attributes when injectingTommi Komulainen2008-10-201-1/+1
* Parse array length= to ensure it doesn't get lost from --injectColin Walters2008-10-191-2/+6
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-0/+2
* Bug 556610 – giscanner/girparser.py drops parameter optionsJohan Bilien2008-10-171-2/+6
* Merge branch 'bug556331-includecleanup'Colin Walters2008-10-161-2/+4
* 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
* Fix parsing transfer-ownership attribute of <return-value>Jürg Billeter2008-10-121-4/+1
* Bug 552858: versioningColin Walters2008-10-121-2/+2
* fix typo on 'members' variable.Lucas Rocha2008-10-121-1/+1
* Also parse enums which are not glib types.Johan Dahlin2008-10-111-8/+20
* Bug 554854: The --typelib-xml and --inject options should reuse giscannerLucas Rocha2008-10-111-21/+82
* fix the last parameter of GLibEnumMember constructor as it should be theLucas Rocha2008-10-031-1/+1
* Rework to use recursive XMLColin Walters2008-09-291-6/+14
* Parse c:type for boxed records/unions; try resolving types using the GType na...Colin Walters2008-09-131-2/+4
* Allow both union and struct to be boxed or notColin Walters2008-09-061-9/+27