Add data type constants
[platform/upstream/gobject-introspection.git] / giscanner /
2008-05-06 Johan DahlinAdd data type constants
2008-05-05 Johan DahlinMove sourcescanner symbols to the sourcescanner module...
2008-05-03 Johan DahlinHandle missing parameters better, allow - and + in...
2008-05-03 Johan DahlinParse struct fields properly, improve debugging.
2008-04-30 Johan DahlinUse transfer-ownership everywhere, to mark ownership...
2008-04-29 Johan DahlinWrite record/structs to gir file too. Add a couple...
2008-04-28 Johan DahlinCalculate the line length properly, include the provide...
2008-04-28 Johan DahlinAdd a --strip-prefix and sort out confusion between...
2008-04-28 Johan DahlinAvoid recursion when scanning girepository.h
2008-04-28 Johan DahlinRename most c:identifier to c:type. Add new ones to
2008-04-28 Johan DahlinMove c:identifier from return-value to subchild type...
2008-04-28 Johan DahlinCheck explicitly for None, so we can write False
2008-04-28 Johan DahlinLine wrap license header
2008-04-28 Johan DahlinWrite property.type as a child node.
2008-04-28 Johan DahlinFirst steps towards passing distcheck
2008-04-28 Johan DahlinInclude indentation in line length calculation
2008-04-28 Johan DahlinPrettify NS parsing using elementtree.
2008-04-28 Johan DahlinSwitch over to GIR as the default format. Add a simple...
2008-04-28 Johan DahlinRefactor pretty attribute indentation to be more generi...
2008-04-28 Johan DahlinWrap attributes for lines which are wider than 79 chara...
2008-04-28 Johan DahlinSimplify & Remove a bit of unused code
2008-04-27 Johan DahlinAllow parenthesis in annotations
2008-04-27 Johan DahlinCast the getter, avoids a compilation warning.
2008-04-26 Johan DahlinSplit out nodes to ast.py and glibast.py
2008-04-26 Johan DahlinRename treebuilder to transformer and gobjectreebuilder to
2008-04-26 Johan DahlinAdd LGPLv2 license header and install all python files
2008-04-25 Johan DahlinAdd support for virtual methods. Pair struct FooClass...
2008-04-25 Johan DahlinAdd support for signals
2008-04-25 Johan DahlinAdd support for source/header annotations.
2008-04-23 Johan Dahlinbitmask->bitfield, c:symbol->c:identifer api->repository
2008-04-23 Johan DahlinAdd support for Callbacks
2008-04-22 Johan DahlinAdd an initial GIR writer and a --format option to...
2008-04-22 Johan Dahlincleanup namespace stripping
2008-04-22 Johan Dahlinskip private symbols
2008-04-22 Johan Dahlinavoid sending the same options multiple times to cpp
2008-04-22 Johan DahlinUse ctypes.util.find_library to locate gobject-2.0...
2008-04-22 Johan DahlinAdd a --include argument to include types from other...
2008-04-21 Johan DahlinAdd support for properties. Refactor Class/Interface...
2008-04-21 Johan DahlinAdd a workaround for a glib bug interface introspection bug
2008-04-21 Johan DahlinAfter stripping namespaces, remove the original item...
2008-04-21 Johan DahlinStrip namespaces before objects, so we'll export GtkBut...
2008-04-21 Johan DahlinAvoid a bit of duplication
2008-04-21 Johan DahlinAdd constructors for object/boxed types.
2008-04-21 Johan DahlinAdd support for boxed types
2008-04-21 Johan DahlinAdd Constant, so far unused
2008-04-21 Johan DahlinMark structures as const, wrap SourceType.const_string.
2008-04-21 Johan DahlinAdd basic support for interfaces
2008-04-21 Johan DahlinUse relative imports
2008-04-21 Johan DahlinAdd a simple api for writing tags which can be used...
2008-04-21 Johan DahlinRename and refactor internal introspection api and...
2008-04-21 Johan DahlinStrip namespace and object prefix from method names.
2008-04-21 Johan DahlinAvoid duplication, reuse function writer for methods.
2008-04-21 Johan DahlinResolve libtool .la files. Strip name spaces for method...
2008-04-20 Johan DahlinOops, forgot to uncomment this
2008-04-20 Johan DahlinAdd support for classes and methods
2008-04-20 Johan DahlinAvoid conflicts, keep the output ordered similar to...
2008-04-19 Johan DahlinStart introspecting get-type functions. Implement suppo...
2008-04-18 Johan Dahlinadd a namespace option
2008-04-18 Johan DahlinAdd support for enums
2008-04-18 Johan DahlinDo function names too
2008-04-18 Johan DahlinAdd a simplistic gidl writer, which can't do too much.
2008-04-18 Johan Dahlinsplit tree building and source scanning interface to...
2008-04-18 Johan DahlinStart constructing a real node tree.
2008-03-27 Johan DahlinAdd simple pre-processor using subprocess and a PIPE...
2008-03-25 Johan DahlinFix a typo and add an example python test program.
2008-03-25 Johan DahlinAdd constants and wrap a few more SymbolType fields
2008-03-25 Johan DahlinAdd initial python bindings for the scanner and depend...
2008-03-25 Johan DahlinMove the scanner to a separate library.