summaryrefslogtreecommitdiff
path: root/giscanner/ast.py
Commit message (Expand)AuthorAgeFilesLines
* giscanner: Create AST nodes for SECTION: doc blocks; add a GIR nodedoc-sectionsJasper St. Pierre2014-06-101-0/+16
* giscanner: support nullable return types tooRyan Lortie2014-05-061-5/+5
* giscanner: write nullable and optional attributesRyan Lortie2014-05-061-3/+4
* giscanner: change some internal field logicRyan Lortie2014-05-061-1/+9
* scanner: support virtual functions with a typedef-ed callbackGiovanni Campagna2014-02-201-2/+2
* ast: make sure that all nodes have a namespacesGiovanni Campagna2014-02-201-1/+5
* scanner: Fix parsing for various typedef struct orderingsSimon Feltman2014-01-041-5/+11
* giscanner: Correctly consume field annotations on structsStef Walter2013-10-281-0/+12
* giscanner: make Annotated.attributes an OrderedDictDieter Verfaillie2013-10-081-1/+1
* giscanner: fix description field storage in .gir filesDieter Verfaillie2013-10-081-1/+3
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-41/+47
* giscanner: move odict.OrderedDict into a collections packageDieter Verfaillie2013-05-071-1/+1
* giscanner: use SqlAlchemy's OrderedDict implementationDieter Verfaillie2013-04-091-2/+2
* scanner: internals cleanup: Move pkgconfig list to NamespaceColin Walters2013-02-261-0/+1
* scanner: internals cleanup: Move c_includes to NamespaceColin Walters2013-02-261-0/+1
* scanner: internals cleanup: Move shared libraries to NamespaceColin Walters2013-02-261-0/+1
* scanner: internals cleanup: Key more things off NamespaceColin Walters2013-02-261-0/+1
* scanner: Also traverse GObject properties when walking namespaceColin Walters2013-02-261-0/+2
* ast: Fix indentationJasper St. Pierre2013-02-151-1/+1
* ast: Fall back to the namespace for the parent of a NodeJasper St. Pierre2013-02-151-0/+11
* ast: Rename Class.parent to parent_typeJasper St. Pierre2013-02-151-4/+4
* ast: Allow more options in unresolved_typeJasper St. Pierre2013-02-111-0/+2
* scanner: remove backcompat copies more safelyTorsten Schönfeld2013-02-101-0/+1
* ast: Add a quick __repr__ to Field and MemberJasper St. Pierre2013-02-071-0/+5
* ast: Allow lookup of the instance parameter by nameJasper St. Pierre2013-02-011-1/+1
* ast: Add a new all_parameters property to CallableJasper St. Pierre2013-02-011-0/+8
* ast: Make sure to export c:type for signals and propertiesJasper St. Pierre2013-02-011-1/+2
* ast: Track enum/bitfield member parentsJasper St. Pierre2013-02-011-0/+5
* ast: Track enum members by symbolJasper St. Pierre2013-02-011-0/+3
* Ast: Add parent to FieldsGiovanni Campagna2012-10-281-0/+1
* Namespace: fix appending of nodesGiovanni Campagna2012-10-281-0/+19
* girparser: Track methods/constructors by symbolJasper St. Pierre2012-08-291-13/+21
* ast: Remove what looks to be a copy/paste errorJasper St. Pierre2012-08-291-2/+0
* scanner: support stability tagEvan Nemerson2012-07-101-0/+1
* giscanner: Write detailed information in "type" tag's "c:type" attribute.Krzesimir Nowak2012-07-071-1/+3
* scanner: Remove propertiesJasper St. Pierre2012-06-281-40/+24
* scanner: Don't use an O(N) lookup when we already have a hashmapJasper St. Pierre2012-06-281-0/+1
* Add the fixed width C99 types from stdint.hNeil Roberts2012-05-021-0/+9
* scanner: Remove array fields from List.clone()Jesse van den Kieboom2012-03-151-5/+1
* Fix matching of methods named *_get_type()Matthew Booth2012-03-061-0/+21
* g-ir-doc-tool: More Mallard work, using experimantal api extensionShaun McCance2012-02-171-0/+2
* scanner: Remove duplicate declaration of ErrorQuarkFunctionJasper St. Pierre2012-01-061-7/+0
* Add constant value annotationJohan Dahlin2011-09-141-1/+2
* Forbid GPtrArrays holding non-pointer typesGiovanni Campagna2011-08-181-0/+4
* Allow enums and bitfields to have static methodsTorsten Schönfeld2011-08-161-0/+10
* Merge remote-tracking branch 'origin/gir-docbook'Johan Dahlin2011-08-131-0/+7
|\
| * Make sure signal works when there isn't one specifiedgir-docbookJohan Dahlin2011-08-131-1/+1
| * Add signal flagsJohan Dahlin2011-08-131-1/+14
| * Switch to storing string form of error quarksDan Winship2011-08-131-2/+9
| * Automatically turn Gdk.Rectangle gtype into cairo.RectangleIntPavel Holejsovsky2011-08-131-0/+7