summaryrefslogtreecommitdiff
path: root/giscanner/girparser.py
Commit message (Expand)AuthorAgeFilesLines
* giscanner: Test fixups for field annotations and documentationStef Walter2013-10-281-7/+12
* giscanner: fix description field storage in .gir filesDieter Verfaillie2013-10-081-4/+16
* giscanner: remove dead codeDieter Verfaillie2013-10-081-3/+0
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-30/+24
* scanner: internals cleanup: Move pkgconfig list to NamespaceColin Walters2013-02-261-6/+1
* scanner: internals cleanup: Move c_includes to NamespaceColin Walters2013-02-261-3/+1
* scanner: internals cleanup: Move shared libraries to NamespaceColin Walters2013-02-261-7/+1
* scanner: internals cleanup: Key more things off NamespaceColin Walters2013-02-261-5/+2
* ast: Rename Class.parent to parent_typeJasper St. Pierre2013-02-151-1/+1
* girparser: Clean up codeJasper St. Pierre2013-02-151-4/+4
* girparser: Serialize and read back the instance_parameterJasper St. Pierre2013-02-011-10/+16
* ast: Track enum/bitfield member parentsJasper St. Pierre2013-02-011-2/+4
* girparser: Remove unused methodJasper St. Pierre2013-02-011-3/+0
* Ast: Add parent to FieldsGiovanni Campagna2012-10-281-9/+12
* Namespace: fix appending of nodesGiovanni Campagna2012-10-281-3/+11
* girparser: Track methods/constructors by symbolJasper St. Pierre2012-08-291-0/+1
* g-ir-doc-tool: More Mallard work, using experimantal api extensionShaun McCance2012-02-171-14/+16
* Add constant value annotationJohan Dahlin2011-09-141-2/+3
* Allow enums and bitfields to have static methodsTorsten Schönfeld2011-08-161-0/+3
* Teach scanner's girparser about fundamentalsPavel Holejsovsky2011-08-161-0/+8
* Make sure signal works when there isn't one specifiedJohan Dahlin2011-08-131-1/+1
* Add signal flagsJohan Dahlin2011-08-131-1/+8
* scanner: add a moved_to property to backcompat functionsTorsten Schönfeld2011-08-131-0/+1
* 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-121-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