summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Prevent a crash when symbol->indent is NULL.Johan Dahlin2008-05-311-0/+3
* Add ctype_name, a function to convert a CTYPE symbol to a stringJohan Dahlin2008-05-311-0/+5
* Revert back to using temporary files to send in headers. Allow FunctionsJohan Dahlin2008-05-241-0/+14
* Move namespace stripping glibtransformer->transformerJohan Dahlin2008-05-091-0/+6
* Introduce a namespace ast nodeJohan Dahlin2008-05-081-0/+9
* Move sourcescanner symbols to the sourcescanner module, instead of in theJohan Dahlin2008-05-051-0/+8
* Handle missing parameters better, allow - and + in .la dlname filenames.Johan Dahlin2008-05-031-0/+7
* Parse struct fields properly, improve debugging.Johan Dahlin2008-05-031-0/+9
* Use transfer-ownership everywhere, to mark ownership/calle/caller etc.Johan Dahlin2008-04-301-0/+9
* Add a basic, unfinshed man page for g-ir-scanner, move documents into .txtJohan Dahlin2008-04-291-0/+8
* Write record/structs to gir file too. Add a couple of tests, fix an off byJohan Dahlin2008-04-291-0/+11
* Calculate the line length properly, include the provided extra indentationJohan Dahlin2008-04-281-0/+5
* Add a --strip-prefix and sort out confusion between names and symbols forJohan Dahlin2008-04-281-0/+12
* Avoid recursion when scanning girepository.hJohan Dahlin2008-04-281-0/+8
* Rename most c:identifier to c:type. Add new ones toJohan Dahlin2008-04-281-0/+11
* Move c:identifier from return-value to subchild type, as per JürgsJohan Dahlin2008-04-281-0/+10
* Write property.type as a child node.Johan Dahlin2008-04-281-0/+6
* Replace the GObject gidl with a GObject gir.Johan Dahlin2008-04-281-0/+11
* g-ir-scanner is a script, not a program.Johan Dahlin2008-04-281-0/+3
* Include indentation in line length calculationJohan Dahlin2008-04-281-0/+6
* Prettify NS parsing using elementtree.Johan Dahlin2008-04-281-0/+5
* Switch over to GIR as the default format. Add a simple GIDL parser. UpdateJohan Dahlin2008-04-281-0/+17
* Wrap attributes for lines which are wider than 79 charactersJohan Dahlin2008-04-281-0/+3
* Allow parenthesis in annotationsJohan Dahlin2008-04-271-0/+13
* Add two new functions to check sequence return values. Also fixes aJohan Dahlin2008-04-271-0/+9
* Cast the getter, avoids a compilation warning.Johan Dahlin2008-04-271-0/+3
* g-ir-scanner has no sources.Johan Dahlin2008-04-271-0/+5
* Split out nodes to ast.py and glibast.pyJohan Dahlin2008-04-261-0/+12
* Rename treebuilder to transformer and gobjectreebuilder toJohan Dahlin2008-04-261-0/+14
* Add LGPLv2 license header and install all python filesJohan Dahlin2008-04-261-0/+17
* Add support for virtual methods. Pair struct FooClass with struct Foo.Johan Dahlin2008-04-251-0/+19
* Add support for signalsJohan Dahlin2008-04-251-0/+11
* Add support for source/header annotations.Johan Dahlin2008-04-251-0/+17
* Add support for CallbacksJohan Dahlin2008-04-231-0/+8
* If a symbol is not in metadata->module, look for it in the global module,Havoc Pennington2008-04-231-0/+6
* hack to avoid dlopening a library that is already in the main app, byHavoc Pennington2008-04-231-0/+6
* Add a callback testJohan Dahlin2008-04-231-0/+6
* Use interface_blob_size not object_blob_size to compute offset.Havoc Pennington2008-04-231-0/+5
* remove G_MODULE_BIND_LOCAL flag when loading libraries, since some libsHavoc Pennington2008-04-231-0/+6
* new function to get the GType given a RegisteredTypeInfoHavoc Pennington2008-04-231-0/+5
* Add a LGPL license, to prevent automake to put in a copy of GPL here.Johan Dahlin2008-04-231-0/+3
* Revert revisions 157,149-148,136-129 and 120. Move back to usingJohan Dahlin2008-04-221-0/+50
* Add an initial GIR writer and a --format option to g-ir-scannerJohan Dahlin2008-04-221-0/+6
* Use ctypes.util.find_library to locate gobject-2.0 and raise ImportErrorJohan Dahlin2008-04-221-0/+3
* Add a --include argument to include types from other idls. Add aJohan Dahlin2008-04-221-0/+11
* Add support for properties. Refactor Class/Interface support a bit, toJohan Dahlin2008-04-211-0/+9
* Add a workaround for a glib bug interface introspection bugJohan Dahlin2008-04-211-0/+5
* Update Add a string propertyJohan Dahlin2008-04-211-0/+3
* After stripping namespaces, remove the original item to avoid duplicationJohan Dahlin2008-04-211-0/+6
* Strip namespaces before objects, so we'll export GtkButton as Button inJohan Dahlin2008-04-211-0/+7