summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* Add a new source type enum for member. Use __repr__ for improved debuggingJohan Dahlin2008-05-315-32/+59
* Improve error reporting when trying to quote None. Do not print warningsJohan Dahlin2008-05-315-23/+57
* Prevent a crash when symbol->indent is NULL.Johan Dahlin2008-05-311-0/+7
* Add ctype_name, a function to convert a CTYPE symbol to a stringJohan Dahlin2008-05-311-0/+14
* Revert back to using temporary files to send in headers. Allow FunctionsJohan Dahlin2008-05-245-33/+65
* Clean up and refactor enum namespacingJohan Dahlin2008-05-095-20/+23
* Move namespace stripping glibtransformer->transformerJohan Dahlin2008-05-092-11/+11
* Move part of the namespace prefix parsing from glibtransformer->transformerJohan Dahlin2008-05-093-24/+50
* Improve repr() for ast nodesJohan Dahlin2008-05-081-6/+6
* Resurrect GIDLJohan Dahlin2008-05-081-11/+12
* Introduce a namespace ast nodeJohan Dahlin2008-05-084-25/+32
* Add data type constantsJohan Dahlin2008-05-061-1/+55
* Move sourcescanner symbols to the sourcescanner module, instead of in theJohan Dahlin2008-05-053-72/+74
* Handle missing parameters better, allow - and + in .la dlname filenames.Johan Dahlin2008-05-031-1/+3
* Parse struct fields properly, improve debugging.Johan Dahlin2008-05-035-16/+57
* Use transfer-ownership everywhere, to mark ownership/calle/caller etc.Johan Dahlin2008-04-303-9/+19
* Write record/structs to gir file too. Add a couple of tests, fix an off byJohan Dahlin2008-04-294-8/+46
* Calculate the line length properly, include the provided extra indentationJohan Dahlin2008-04-281-6/+6
* Add a --strip-prefix and sort out confusion between names and symbols forJohan Dahlin2008-04-284-8/+30
* Avoid recursion when scanning girepository.hJohan Dahlin2008-04-282-0/+5
* Rename most c:identifier to c:type. Add new ones toJohan Dahlin2008-04-284-8/+20
* Move c:identifier from return-value to subchild type, as per JürgsJohan Dahlin2008-04-283-6/+7
* Check explicitly for None, so we can write FalseJohan Dahlin2008-04-281-1/+1
* Line wrap license headerJohan Dahlin2008-04-2812-12/+24
* Write property.type as a child node.Johan Dahlin2008-04-281-3/+3
* First steps towards passing distcheckJohan Dahlin2008-04-281-1/+1
* Include indentation in line length calculationJohan Dahlin2008-04-281-3/+5
* Prettify NS parsing using elementtree.Johan Dahlin2008-04-281-8/+15
* Switch over to GIR as the default format. Add a simple GIDL parser. UpdateJohan Dahlin2008-04-283-2/+66
* Refactor pretty attribute indentation to be more generic and always use itJohan Dahlin2008-04-281-39/+30
* Wrap attributes for lines which are wider than 79 charactersJohan Dahlin2008-04-281-0/+17
* Simplify & Remove a bit of unused codeJohan Dahlin2008-04-281-11/+22
* Allow parenthesis in annotationsJohan Dahlin2008-04-276-47/+95
* Cast the getter, avoids a compilation warning.Johan Dahlin2008-04-271-1/+2
* Split out nodes to ast.py and glibast.pyJohan Dahlin2008-04-268-197/+244
* Rename treebuilder to transformer and gobjectreebuilder toJohan Dahlin2008-04-266-12/+12
* Add LGPLv2 license header and install all python filesJohan Dahlin2008-04-2611-6/+205
* Add support for virtual methods. Pair struct FooClass with struct Foo.Johan Dahlin2008-04-255-50/+167
* Add support for signalsJohan Dahlin2008-04-253-2/+56
* Add support for source/header annotations.Johan Dahlin2008-04-257-37/+252
* bitmask->bitfield, c:symbol->c:identifer api->repositoryJohan Dahlin2008-04-231-5/+4
* Add support for CallbacksJohan Dahlin2008-04-234-11/+53
* Add an initial GIR writer and a --format option to g-ir-scannerJohan Dahlin2008-04-221-0/+127
* cleanup namespace strippingJohan Dahlin2008-04-221-28/+26
* skip private symbolsJohan Dahlin2008-04-221-0/+3
* avoid sending the same options multiple times to cppJohan Dahlin2008-04-221-1/+3
* Use ctypes.util.find_library to locate gobject-2.0 and raise ImportErrorJohan Dahlin2008-04-221-1/+5
* Add a --include argument to include types from other idls. Add aJohan Dahlin2008-04-223-16/+99
* Add support for properties. Refactor Class/Interface support a bit, toJohan Dahlin2008-04-213-33/+71
* Add a workaround for a glib bug interface introspection bugJohan Dahlin2008-04-211-2/+9