summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* Be sure we return the ref'd nodeColin Walters2008-08-061-0/+3
* Fix typoJürg Billeter2008-07-081-1/+1
* Ignore a few more tagsJohan Dahlin2008-06-211-0/+3
* Add support for gtk-doc annotations for allow-none. Add test case.Johan Dahlin2008-06-203-0/+5
* Start using abstract type instead of the raw C types. Register a bunch ofJohan Dahlin2008-06-205-19/+76
* Improve line wrapping when > 79 charatersJohan Dahlin2008-06-071-7/+31
* Use <type> element for field types Update testcaseJürg Billeter2008-06-053-6/+17
* Fix a bug which prevented GdkEvent from being generatedJohan Dahlin2008-06-041-1/+5
* Improve enum member parsing and introspectionJohan Dahlin2008-06-037-36/+75
* Revert this part, it broke atkJohan Dahlin2008-05-311-1/+1
* 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