2008-05-03 |
Johan Dahlin | Format header, Remove dummy sys.path.insert
|
commit | commitdiff | tree |
2008-05-03 |
Johan Dahlin | Refactor and comment scanner frontend
|
commit | commitdiff | tree |
2008-05-03 |
Johan Dahlin | Avoid a tiny bit of duplication
|
commit | commitdiff | tree |
2008-05-03 |
Johan Dahlin | Handle missing parameters better, allow - and + in...
|
commit | commitdiff | tree |
2008-05-03 |
Johan Dahlin | Parse struct fields properly, improve debugging.
|
commit | commitdiff | tree |
2008-04-30 |
Johan Dahlin | Use transfer-ownership everywhere, to mark ownership...
|
commit | commitdiff | tree |
2008-04-29 |
Johan Dahlin | Add a basic, unfinshed man page for g-ir-scanner, move...
|
commit | commitdiff | tree |
2008-04-29 |
Johan Dahlin | gdk-pixbuf.gidl note
|
commit | commitdiff | tree |
2008-04-29 |
Johan Dahlin | Write record/structs to gir file too. Add a couple...
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Calculate the line length properly, include the provided...
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Add a --strip-prefix and sort out confusion between...
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Avoid recursion when scanning girepository.h
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Update
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Rename most c:identifier to c:type. Add new ones to
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Update TODO
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Move c:identifier from return-value to subchild type...
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Add parent for GInitiallyUnowned
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Check explicitly for None, so we can write False
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Line wrap license header
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Write property.type as a child node.
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Make distcheck pass
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | fix a typo, revert to automake hack for uninstalled...
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | First steps towards passing distcheck
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | newline
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Replace the GObject gidl with a GObject gir.
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | g-ir-scanner is a script, not a program.
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Include indentation in line length calculation
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Prettify NS parsing using elementtree.
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Switch over to GIR as the default format. Add a simple...
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Refactor pretty attribute indentation to be more generic...
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Wrap attributes for lines which are wider than 79 characters
|
commit | commitdiff | tree |
2008-04-28 |
Johan Dahlin | Simplify & Remove a bit of unused code
|
commit | commitdiff | tree |
2008-04-27 |
Johan Dahlin | Allow parenthesis in annotations
|
commit | commitdiff | tree |
2008-04-27 |
Johan Dahlin | Add two new functions to check sequence return values...
|
commit | commitdiff | tree |
2008-04-27 |
Johan Dahlin | Cast the getter, avoids a compilation warning.
|
commit | commitdiff | tree |
2008-04-27 |
Johan Dahlin | g-ir-scanner has no sources.
|
commit | commitdiff | tree |
2008-04-26 |
Johan Dahlin | Split out nodes to ast.py and glibast.py
|
commit | commitdiff | tree |
2008-04-26 |
Johan Dahlin | Rename treebuilder to transformer and gobjectreebuilder to
|
commit | commitdiff | tree |
2008-04-26 |
Johan Dahlin | Add LGPLv2 license header and install all python files
|
commit | commitdiff | tree |
2008-04-25 |
Johan Dahlin | Add support for virtual methods. Pair struct FooClass...
|
commit | commitdiff | tree |
2008-04-25 |
Johan Dahlin | Add support for signals
|
commit | commitdiff | tree |
2008-04-25 |
Johan Dahlin | Add support for source/header annotations.
|
commit | commitdiff | tree |
2008-04-23 |
Johan Dahlin | bitmask->bitfield, c:symbol->c:identifer api->repository
|
commit | commitdiff | tree |
2008-04-23 |
Johan Dahlin | Add support for Callbacks
|
commit | commitdiff | tree |
2008-04-23 |
Johan Dahlin | Add a callback test
|
commit | commitdiff | tree |
2008-04-23 |
Johan Dahlin | Add a LGPL license, to prevent automake to put in a...
|
commit | commitdiff | tree |
2008-04-22 |
Johan Dahlin | Revert revisions 157,149-148,136-129 and 120. Move...
|
commit | commitdiff | tree |
2008-04-22 |
Johan Dahlin | Update
|
commit | commitdiff | tree |
2008-04-22 |
Johan Dahlin | Add an initial GIR writer and a --format option to...
|
commit | commitdiff | tree |
2008-04-22 |
Johan Dahlin | cleanup namespace stripping
|
commit | commitdiff | tree |
2008-04-22 |
Johan Dahlin | only attempt load a library if one was specified
|
commit | commitdiff | tree |
2008-04-22 |
Johan Dahlin | skip private symbols
|
commit | commitdiff | tree |
2008-04-22 |
Johan Dahlin | avoid sending the same options multiple times to cpp
|
commit | commitdiff | tree |
2008-04-22 |
Johan Dahlin | Use ctypes.util.find_library to locate gobject-2.0...
|
commit | commitdiff | tree |
2008-04-22 |
Johan Dahlin | Add a --include argument to include types from other...
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Add support for properties. Refactor Class/Interface...
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Add a workaround for a glib bug interface introspection bug
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Update Add a string property
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | After stripping namespaces, remove the original item...
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Strip namespaces before objects, so we'll export GtkButton...
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Avoid a bit of duplication
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Add constructors for object/boxed types.
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Add support for boxed types
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Add Constant, so far unused
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | mark them as const and comment out
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Mark structures as const, wrap SourceType.const_string.
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Add a couple of constants.
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Add basic support for interfaces
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Use relative imports
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Add a simple api for writing tags which can be used...
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Rename and refactor internal introspection api and...
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Strip namespace and object prefix from method names.
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Simplify and remove improper use of getattr
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Set default to an empty list
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Add --pkg option to pass in pkg-config modules to get...
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Avoid duplication, reuse function writer for methods.
|
commit | commitdiff | tree |
2008-04-21 |
Johan Dahlin | Resolve libtool .la files. Strip name spaces for methods...
|
commit | commitdiff | tree |
2008-04-20 |
Johan Dahlin | Oops, forgot to uncomment this
|
commit | commitdiff | tree |
2008-04-20 |
Johan Dahlin | Add support for classes and methods
|
commit | commitdiff | tree |
2008-04-20 |
Johan Dahlin | Avoid conflicts, keep the output ordered similar to...
|
commit | commitdiff | tree |
2008-04-19 |
Johan Dahlin | Start introspecting get-type functions. Implement support...
|
commit | commitdiff | tree |
2008-04-18 |
Johan Dahlin | add a namespace option
|
commit | commitdiff | tree |
2008-04-18 |
Johan Dahlin | Add support for enums
|
commit | commitdiff | tree |
2008-04-18 |
Johan Dahlin | Do function names too
|
commit | commitdiff | tree |
2008-04-18 |
Johan Dahlin | Add a simplistic gidl writer, which can't do too much.
|
commit | commitdiff | tree |
2008-04-18 |
Johan Dahlin | split tree building and source scanning interface to...
|
commit | commitdiff | tree |
2008-04-18 |
Johan Dahlin | Add support for void ctype
|
commit | commitdiff | tree |
2008-04-18 |
Johan Dahlin | - Add support for struct/parameter/return, start parsing...
|
commit | commitdiff | tree |
2008-04-18 |
Johan Dahlin | Start constructing a real node tree.
|
commit | commitdiff | tree |
2008-03-31 |
Johan Dahlin | Start to build abstract syntax node of scanned sources...
|
commit | commitdiff | tree |
2008-03-27 |
Johan Dahlin | Add simple pre-processor using subprocess and a PIPE...
|
commit | commitdiff | tree |
2008-03-26 |
Johan Dahlin | Remove unused files
|
commit | commitdiff | tree |
2008-03-25 |
Johan Dahlin | Fix a typo and add an example python test program.
|
commit | commitdiff | tree |
2008-03-25 |
Johan Dahlin | Add constants and wrap a few more SymbolType fields
|
commit | commitdiff | tree |
2008-03-25 |
Johan Dahlin | Add initial python bindings for the scanner and depend...
|
commit | commitdiff | tree |
2008-03-25 |
Johan Dahlin | Move the scanner to a separate library.
|
commit | commitdiff | tree |
2008-03-23 |
Johan Dahlin | Split out the source scanner from the generator. Rename...
|
commit | commitdiff | tree |
2008-03-23 |
Johan Dahlin | Pass in the gobject.gidl since we're defining a GObject.
|
commit | commitdiff | tree |
2008-03-23 |
Johan Dahlin | Include gobject-2.0 gidl, since we include a GObject...
|
commit | commitdiff | tree |
2008-03-12 |
Johan Dahlin | Add a releaxng in relaxng we can use to validate the...
|
commit | commitdiff | tree |
next |