summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up and refactor enum namespacingJohan Dahlin2008-05-095-20/+23
* Move namespace stripping glibtransformer->transformerJohan Dahlin2008-05-093-11/+17
* Move part of the namespace prefix parsing from glibtransformer->transformerJohan Dahlin2008-05-094-29/+54
* Improve repr() for ast nodesJohan Dahlin2008-05-081-6/+6
* Resurrect GIDLJohan Dahlin2008-05-081-11/+12
* Introduce a namespace ast nodeJohan Dahlin2008-05-086-35/+50
* Add data type constantsJohan Dahlin2008-05-061-1/+55
* Move sourcescanner symbols to the sourcescanner module, instead of in theJohan Dahlin2008-05-054-72/+82
* Format header, Remove dummy sys.path.insertJohan Dahlin2008-05-031-3/+2
* Refactor and comment scanner frontendJohan Dahlin2008-05-031-18/+30
* Avoid a tiny bit of duplicationJohan Dahlin2008-05-031-4/+3
* Handle missing parameters better, allow - and + in .la dlname filenames.Johan Dahlin2008-05-033-4/+21
* Parse struct fields properly, improve debugging.Johan Dahlin2008-05-037-17/+82
* Use transfer-ownership everywhere, to mark ownership/calle/caller etc.Johan Dahlin2008-04-306-16/+34
* Add a basic, unfinshed man page for g-ir-scanner, move documents into .txtJohan Dahlin2008-04-295-0/+53
* gdk-pixbuf.gidl noteJohan Dahlin2008-04-291-0/+2
* Write record/structs to gir file too. Add a couple of tests, fix an off byJohan Dahlin2008-04-297-8/+81
* Calculate the line length properly, include the provided extra indentationJohan Dahlin2008-04-282-6/+11
* Add a --strip-prefix and sort out confusion between names and symbols forJohan Dahlin2008-04-286-14/+57
* Avoid recursion when scanning girepository.hJohan Dahlin2008-04-283-0/+13
* UpdateJohan Dahlin2008-04-281-3/+3
* Rename most c:identifier to c:type. Add new ones toJohan Dahlin2008-04-287-53/+83
* Update TODOJohan Dahlin2008-04-281-1/+4
* Move c:identifier from return-value to subchild type, as per JürgsJohan Dahlin2008-04-286-69/+80
* Add parent for GInitiallyUnownedJohan Dahlin2008-04-281-0/+1
* 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-283-4/+12
* Make distcheck passJohan Dahlin2008-04-281-3/+9
* fix a typo, revert to automake hack for uninstalled shared librariesJohan Dahlin2008-04-281-3/+7
* First steps towards passing distcheckJohan Dahlin2008-04-283-7/+7
* newlineJohan Dahlin2008-04-281-1/+2
* Replace the GObject gidl with a GObject gir.Johan Dahlin2008-04-288-17/+34
* g-ir-scanner is a script, not a program.Johan Dahlin2008-04-282-3/+5
* Include indentation in line length calculationJohan Dahlin2008-04-283-4/+14
* Prettify NS parsing using elementtree.Johan Dahlin2008-04-282-8/+20
* Switch over to GIR as the default format. Add a simple GIDL parser. UpdateJohan Dahlin2008-04-2811-188/+370
* 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-282-0/+20
* Simplify & Remove a bit of unused codeJohan Dahlin2008-04-281-11/+22
* Allow parenthesis in annotationsJohan Dahlin2008-04-277-47/+108
* Add two new functions to check sequence return values. Also fixes aJohan Dahlin2008-04-274-2/+61
* Cast the getter, avoids a compilation warning.Johan Dahlin2008-04-272-1/+5
* g-ir-scanner has no sources.Johan Dahlin2008-04-272-0/+7
* Split out nodes to ast.py and glibast.pyJohan Dahlin2008-04-269-197/+256
* Rename treebuilder to transformer and gobjectreebuilder toJohan Dahlin2008-04-268-16/+31
* Add LGPLv2 license header and install all python filesJohan Dahlin2008-04-2614-7/+242
* Add support for virtual methods. Pair struct FooClass with struct Foo.Johan Dahlin2008-04-259-52/+195
* Add support for signalsJohan Dahlin2008-04-256-3/+93
* Add support for source/header annotations.Johan Dahlin2008-04-259-39/+270