summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitmask->bitfield, c:symbol->c:identifer api->repositoryJohan Dahlin2008-04-231-5/+4
* Add support for CallbacksJohan Dahlin2008-04-234-11/+53
* Add an initial GIR writer and a --format option to g-ir-scannerJohan Dahlin2008-04-221-0/+127
* cleanup namespace strippingJohan Dahlin2008-04-221-28/+26
* skip private symbolsJohan Dahlin2008-04-221-0/+3
* avoid sending the same options multiple times to cppJohan Dahlin2008-04-221-1/+3
* Use ctypes.util.find_library to locate gobject-2.0 and raise ImportErrorJohan Dahlin2008-04-221-1/+5
* Add a --include argument to include types from other idls. Add aJohan Dahlin2008-04-223-16/+99
* Add support for properties. Refactor Class/Interface support a bit, toJohan Dahlin2008-04-213-33/+71
* Add a workaround for a glib bug interface introspection bugJohan Dahlin2008-04-211-2/+9
* After stripping namespaces, remove the original item to avoid duplicationJohan Dahlin2008-04-211-8/+15
* Strip namespaces before objects, so we'll export GtkButton as Button inJohan Dahlin2008-04-212-11/+31
* Avoid a bit of duplicationJohan Dahlin2008-04-211-23/+11
* Add constructors for object/boxed types.Johan Dahlin2008-04-213-0/+37
* Add support for boxed typesJohan Dahlin2008-04-212-3/+27
* Add Constant, so far unusedJohan Dahlin2008-04-211-0/+12
* Mark structures as const, wrap SourceType.const_string.Johan Dahlin2008-04-211-11/+25
* Add basic support for interfacesJohan Dahlin2008-04-213-4/+38
* Use relative importsJohan Dahlin2008-04-212-7/+7
* Add a simple api for writing tags which can be used with the new 'withJohan Dahlin2008-04-212-23/+30
* Rename and refactor internal introspection api and get-type callingJohan Dahlin2008-04-211-10/+6
* Strip namespace and object prefix from method names.Johan Dahlin2008-04-211-2/+29
* Avoid duplication, reuse function writer for methods.Johan Dahlin2008-04-211-8/+3
* Resolve libtool .la files. Strip name spaces for methods. Add functionJohan Dahlin2008-04-213-17/+49
* Oops, forgot to uncomment thisJohan Dahlin2008-04-201-1/+1
* Add support for classes and methodsJohan Dahlin2008-04-204-14/+87
* Avoid conflicts, keep the output ordered similar to the order of theJohan Dahlin2008-04-203-11/+50
* Start introspecting get-type functions. Implement support for GLib/GFlagsJohan Dahlin2008-04-193-4/+266
* add a namespace optionJohan Dahlin2008-04-181-1/+1
* Add support for enumsJohan Dahlin2008-04-181-1/+13
* Do function names tooJohan Dahlin2008-04-181-1/+1
* Add a simplistic gidl writer, which can't do too much.Johan Dahlin2008-04-182-0/+103
* split tree building and source scanning interface to separate files.Johan Dahlin2008-04-182-0/+198
* Start constructing a real node tree.Johan Dahlin2008-04-181-39/+75
* Add simple pre-processor using subprocess and a PIPE. Change theJohan Dahlin2008-03-273-9/+13
* Fix a typo and add an example python test program.Johan Dahlin2008-03-251-6/+6
* Add constants and wrap a few more SymbolType fieldsJohan Dahlin2008-03-254-2/+87
* Add initial python bindings for the scanner and depend on python 2.5.Johan Dahlin2008-03-253-0/+279
* Move the scanner to a separate library.Johan Dahlin2008-03-256-0/+2174